mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-28 15:53:37 +08:00
* feat(solo): add council-style plan gate Introduce a prompt-level A/B/C planning gate so Solo mode requires Planner, Reviewer, and Critic perspectives before implementation, while preserving the existing staged workflow and human approval gate. Tested: bun test src/coordinator/soloPipelinePrompt.test.ts Tested: bun test src/server/__tests__/conversations.test.ts -t "Solo Pipeline system prompt" Tested: bun test src/server/__tests__/conversations.test.ts -t "routes coordinator and Solo" Tested: cd desktop && bun run lint Confidence: high Scope-risk: narrow Co-Authored-By: Claude GPT-5.5 <noreply@anthropic.com> * feat(agents): add plan critic specialist Add a read-only plan-critic specialist with parseable PLAN_REVIEW verdicts, register it in built-in and coordinator agent registries, and teach Solo's plan gate to use Plan plus plan-critic when available before synthesis. Tested: bun test src/tools/AgentTool/builtInAgents.test.ts src/coordinator/workerAgent.test.ts src/coordinator/soloPipelinePrompt.test.ts Tested: bun test src/server/__tests__/conversations.test.ts -t "Solo Pipeline system prompt" Tested: bun test src/server/__tests__/conversations.test.ts -t "routes coordinator and Solo" Not-tested: Full bun test remains blocked by unrelated existing failures in attribution header, shell PATH/env, release workflow, and desktop Vitest compatibility tests. Confidence: high Scope-risk: narrow Co-Authored-By: Claude GPT-5.5 <noreply@anthropic.com> * chore(ci): retrigger PR checks after applying policy labels Co-Authored-By: Claude GPT-5.5 <noreply@anthropic.com> --------- Co-authored-by: 你的姓名 <you@example.com> Co-authored-by: Claude GPT-5.5 <noreply@anthropic.com>
Claude Code Haha Desktop
基于 Tauri 2 + React 的桌面客户端。
开发
bun install
bun run tauri dev
构建
# macOS (Apple Silicon)
./scripts/build-macos-arm64.sh
# Windows (x64, MSI only)
.\scripts\build-windows-x64.ps1
构建产物位于 build-artifacts/ 目录,文件名会显式包含平台、架构和包类型。
常见问题
macOS 提示"已损坏,无法打开"
xattr -cr /Applications/Claude\ Code\ Haha.app