Skip to content

Commit e23614a

Browse files
committed
Update basher prompt
1 parent e05a802 commit e23614a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/basher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const basher: AgentDefinition = {
1111
model: 'google/gemini-3.1-flash-lite-preview',
1212
displayName: 'Basher',
1313
spawnerPrompt:
14-
'Runs a single terminal command and describes its output using an LLM. A lightweight shell command executor. You must specifiy also the command to run within the params object.',
14+
'Runs a single terminal command and describes its output using an LLM. A lightweight shell command executor. Every basher spawn MUST include params: { command: "<shell>" }. NEVER spawn basher with only a prompt — it will fail validation. The prompt field describes what to extract from the output, not the command itself.',
1515

1616
inputSchema: {
1717
prompt: {

0 commit comments

Comments
 (0)