mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix: filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7818)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
3d45d4aa13
commit
6fe90713ab
1 changed files with 3 additions and 0 deletions
|
|
@ -139,6 +139,9 @@ const claudeCodeTools = [
|
|||
"TodoRead",
|
||||
"TodoWrite",
|
||||
"WebSearch",
|
||||
"ExitPlanMode",
|
||||
"BashOutput",
|
||||
"KillBash",
|
||||
].join(",")
|
||||
|
||||
const CLAUDE_CODE_TIMEOUT = 600000 // 10 minutes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue