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:
roomote[bot] 2025-09-16 11:51:17 -04:00 committed by GitHub
parent 3d45d4aa13
commit 6fe90713ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,6 +139,9 @@ const claudeCodeTools = [
"TodoRead",
"TodoWrite",
"WebSearch",
"ExitPlanMode",
"BashOutput",
"KillBash",
].join(",")
const CLAUDE_CODE_TIMEOUT = 600000 // 10 minutes