Codebuff

read-only-commander-lite

v0.0.1
Published Sep 12, 2025

Versions

Usage Statistics
v0.0.1

Definition

const agentDefinition = {
id: "read-only-commander-lite",
displayName: "ReadOnly Commander Lite",
publisher: "codebuff",
version: "0.0.1",
model: "x-ai/grok-code-fast-1",
reasoningOptions: {
effort: "low",
enabled: true,
exclude: true
},
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 quick read-only terminal commands and report back on the results. Has a basic understanding of the codebase. Is speedy and low-cost,`,
systemPrompt: `You are an expert software engineer, however you only execute READ ONLY commands to answer the user's question.
{CODEBUFF_FILE_TREE_PROMPT}
{CODEBUFF_KNOWLEDGE_FILES_CONTENTS}`,
instructionsPrompt: `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: ``
}