Codebuff

read-only-commander

v0.0.6
Published Oct 8, 2025

Usage Statistics
v0.0.6

Definition

const agentDefinition = {
id: "read-only-commander",
displayName: "ReadOnly Commander",
publisher: "codebuff",
version: "0.0.6",
model: "anthropic/claude-sonnet-4.5",
toolNames: [
"run_terminal_command",
"code_search",
"read_files"
],
spawnableAgents: [],
inputSchema: {
prompt: {
type: "string",
description: "The question to answer about the codebase or with use of the terminal."
}
},
includeMessageHistory: true,
outputMode: "last_message",
spawnerPrompt: `Can run read-only terminal commands to answer questions with good analysis. Feel free to spawn mulitple in parallel.`,
systemPrompt: ``,
instructionsPrompt: `You are an expert software engineer, however you only execute READ ONLY commands to answer the user's question. You also cannot spawn any agents.
Use the tools to answer the user's question. But do not invoke any terminal commands that could have any permanent effects -- no editing files, no running scripts, no git commits, no installing packages, etc.`,
stepPrompt: ``,
mcpServers: {},
inheritParentSystemPrompt: true
}