## 发帖前必读 - [x] 我已经搜索过 [现有 Issues](https://github.com/claude-code-best/claude-code/issues),没有找到重复。 - [x] 我使用的是 **最新版本**(`bun run build` 或最新 release)。 - [x] 我已经阅读过 [README](https://github.com/claude-code-best/claude-code) 和相关文档。 --- ## 运行环境 | 项目| 值| |---|---| | 操作系统| win10 | | Bun 版本| 1.3.14 | | Claude Code 版本| 2.8.4 | | 安装方式| `bun run build`| | 模型| deepseek v4pro | | 终端 | window termina l ## 复现步骤 1. 关闭内置的chrome mcp 插件 2. 提示模型需要网页调试 3. 调用已经关闭的mcp, 报错工具调用失败 ## 期望行为 系统提示词应该是动态注入 ## 实际行为 写死在system prompt 里 ## 相关日志 无 ## 补充信息 https://github.com/jqtmviyu/ccb/commit/0d2c619ba5d1351bd3d774896f9ddc45608fd41d
发帖前必读
bun run build或最新 release)。运行环境
bun run build复现步骤
期望行为
系统提示词应该是动态注入
实际行为
写死在system prompt 里
相关日志
无
补充信息
jqtmviyu@0d2c619