[BUG] MultiEdit Tool missing in version 2.0.8, and each LLM request will heavily call the count_tokens interface
Resolved 💬 3 comments Opened Oct 6, 2025 by caozhiyuan Closed Oct 7, 2025
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
MultiEdit Tool missing in version 2.0.8 , and each LLM request will heavily call the count_tokens interface
my settings.json "permissions": {
"ask": [
"Task"
],
"deny": [
"WebSearch"
]
}
What Should Happen?
llm can use MultiEdit tool , and Consistent with version 1.x, the count_tokens interface is called only on the first request
Error Messages/Logs
Steps to Reproduce
- say hi who are you and Capture network requests
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
1.0.128
Claude Code Version
2.0.8
Platform
Other
Operating System
Windows
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗