--- name: Bug 报告 description: 报告一个可复现的 bug title: "bug: " labels: ["bug"] assignees: [] --- ## 发帖前必读 - [ ] 我已经搜索过 [现有 Issues](https://github.com/claude-code-best/claude-code/issues),没有找到重复。 - [ ] 我使用的是 **最新版本**(`bun run build` 或最新 release)。 - [ ] 我已经阅读过 [README](https://github.com/claude-code-best/claude-code) 和相关文档。 **未完成以上检查的 Issue 将被直接关闭。** --- ## 运行环境 | 项目| 值| |---|---| | 操作系统| 例如 macOS 15.4、Ubuntu 24.04| | Bun 版本| 例如 `bun --version` 的输出| | Claude Code 版本| 例如 `2.4.3` 或 commit hash| | 安装方式| `bun run build` / npm / 其他| | 模型| 例如 claude-sonnet-4-6、claude-opus-4-7| ## 复现步骤 1. 2. 3. ## 期望行为 ## 实际行为 ## 相关日志 ```text ``` ## 补充信息