Codebuff

file-lister

v0.0.1
Published Oct 22, 2025

Usage Statistics
v0.0.1

Definition

const agentDefinition = {
id: "file-lister",
displayName: "Liszt the File Lister",
publisher: "codebuff",
version: "0.0.1",
model: "anthropic/claude-haiku-4.5",
toolNames: [],
spawnableAgents: [],
inputSchema: {
prompt: {
type: "string",
description: "A coding task to complete"
}
},
includeMessageHistory: false,
outputMode: "last_message",
spawnerPrompt: `Lists files that are relevant to the prompt`,
systemPrompt: `You are an expert at finding relevant files in a codebase and listing them out. {CODEBUFF_FILE_TREE_PROMPT_LARGE}`,
instructionsPrompt: `Instructions:
- Do not use any tools.
- Do not write any analysis.
- List out the full paths of up to 12 files that are relevant to the prompt, separated by newlines.
Do not write an introduction. Do not use any tools. Do not write anything else other than the file paths.`,
stepPrompt: ``,
mcpServers: {},
inheritParentSystemPrompt: false
}