Address review feedback
- Remove shell commands section from agent instructions - Merge Platform Notes into Agent-Specific Notes section - Remove redundant description text from bash tool
This commit is contained in:
committed by
Colin McDonnell
parent
9291ee5952
commit
6260b23de7
+1
-3
@@ -83,9 +83,7 @@ Use this tool to:
|
||||
- Run shell commands (ls, cat, grep, find, etc.)
|
||||
- Execute build tools (npm, pnpm, cargo, make, etc.)
|
||||
- Run tests and linters
|
||||
- Perform git operations
|
||||
|
||||
The command runs in a bash shell with a filtered environment that excludes sensitive variables like API keys and tokens.`,
|
||||
- Perform git operations`,
|
||||
parameters: BashParams,
|
||||
execute: execute(async (params) => {
|
||||
const timeout = Math.min(params.timeout ?? 120000, 600000);
|
||||
|
||||
Reference in New Issue
Block a user