Skip to content

Commit 79ed16e

Browse files
committed
Make basher description clearer
1 parent 44d90ad commit 79ed16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/basher.ts

Lines changed: 2 additions & 2 deletions
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.',
14+
'Runs a single terminal command and describes its output using an LLM. A lightweight shell command executor. Requires both a shell command and a prompt.',
1515

1616
inputSchema: {
1717
prompt: {
@@ -24,7 +24,7 @@ const basher: AgentDefinition = {
2424
properties: {
2525
command: {
2626
type: 'string',
27-
description: 'Terminal command to run',
27+
description: 'Terminal command to run in bash shell',
2828
},
2929
timeout_seconds: {
3030
type: 'number',

0 commit comments

Comments
 (0)