Skip to content

Commit 6fe9071

Browse files
fix: filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7818)
Co-authored-by: Roo Code <[email protected]>
1 parent 3d45d4a commit 6fe9071

File tree

1 file changed

+3
-0
lines changed
  • src/integrations/claude-code

1 file changed

+3
-0
lines changed

src/integrations/claude-code/run.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ const claudeCodeTools = [
139139
"TodoRead",
140140
"TodoWrite",
141141
"WebSearch",
142+
"ExitPlanMode",
143+
"BashOutput",
144+
"KillBash",
142145
].join(",")
143146

144147
const CLAUDE_CODE_TIMEOUT = 600000 // 10 minutes

0 commit comments

Comments
 (0)