@putao520 在 [开源]解锁claudecode第三方tool search的工具 中发帖
推荐一个我刚开源的小工具:
主要解决一个很坑的问题:
Claude Code 在第三方环境会限制 tool,tool_search 直接失效。
而 tool_search 对 agent / coding 场景其实非常重要:
不启用时:所有 tool schema 会塞进 prompt
tool 一多 → token 暴涨 → 上下文很快爆掉
启用 tool_search 后:
Claude 先搜索工具
只加载相关 tool
token 占用会明显下降
这个项目可以:
解锁 Claude Code tool 限制
恢复 tool_search
减少 tool schema 带来的 token 消耗
顺便还做了一些别的功能:
AI CLI 统一入口(Claude / OpenAI / Gemini)
provider 路由
多 agent / 多任务调度
简...