程序员阿江(Relakkes) 5871188084 fix(diagnostics): harden diagnostics and recovery flows
Make diagnostics evidence bounded, share-safe, and resilient to concurrent
writers and corrupt segments. Improve Doctor repair safeguards, Electron
runtime recovery, Settings visibility, accessibility, and issue reporting.
2026-07-12 00:26:04 +08:00

79 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: Bug 反馈
about: 提交桌面端或 CLI 的 Bug 报告
title: '[BUG] '
labels: bug
assignees: ''
---
## 提交前确认
<!-- 请在提交 issue 前确认以下事项 -->
- [ ] 我已经阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题)
- [ ] 我已经升级到最新版本后复现过这个问题
- [ ] 我已经搜索过[现有 issues](https://github.com/NanmiCoder/cc-haha/issues),确认没有重复问题
- [ ] 我已经隐藏截图和日志中的 API Key、Token、Cookie 等敏感信息
- [ ] 我已在分享前检查自动生成的诊断报告或诊断包,确认其中没有不应公开的私密元数据
## 问题描述
<!-- 请用 1-3 句话说明实际发生了什么、你原本期望发生什么 -->
## 运行环境
<!-- 桌面端问题请优先填写前 4 项CLI 问题再补充 Bun / Node 信息 -->
- 使用方式: 桌面端 / CLI / 其他:
- 操作系统: Windows / macOS / Linux:
- 系统版本: 例如 Windows 11 23H2 / macOS 15.4:
- 桌面端版本: 例如 v0.1.8(设置页 -> 关于 中可查看):
- 安装来源: GitHub Release / 源码本地构建 / 其他:
- Bun 版本CLI 问题填写,`bun --version`:
- Node 版本CLI 问题填写,`node --version`:
## Provider / 模型配置
<!-- 请尽量提供配置截图;务必隐藏 API Key、Token 等敏感信息 -->
- API 提供商: 例如 Anthropic 官方 / OpenRouter / MiniMax / Kimi / Ollama:
- Base URL:
- 使用的模型:
- 相关配置截图:
## 复现步骤
<!-- 请写到别人可以照着操作复现;如果偶发,请说明大约出现频率 -->
1.
2.
3.
是否稳定复现: 是 / 否 / 不确定
## 错误信息与日志
<!--
请粘贴完整错误信息。桌面端启动失败时,请复制错误弹窗中的 Recent server logs
如果是对话、配置或模型调用失败,请粘贴页面上的错误、终端输出或相关日志。
-->
```shell
在此粘贴错误信息和日志
```
## 诊断信息(可选)
<!--
桌面端可在「设置 -> 诊断」中复制 Event ID复制的 Issue 报告是 Markdown请粘贴到 Issue 正文中。导出的诊断包是文件,请作为附件上传。
自动生成的报告和诊断包采用尽力脱敏;请在公开分享前自行检查其中的路径、主机名及其他私密元数据。
-->
- 相关 Event IDs:
- 已粘贴到 Issue 正文的诊断报告: 是 / 否
- 诊断包文件附件:
## 截图或录屏
<!-- 请提供错误截图、配置截图或复现录屏;截图前请隐藏敏感信息 -->
## 补充信息
<!-- 最近是否升级过版本、换过 provider、改过配置或是否有旧版本可以正常使用 -->
---