cc-haha/docs/index.md
程序员阿江(Relakkes) 81845fbc49 fix: finalize Electron migration boundaries
Complete the Electron replacement boundary before merging by removing the renderer-side Tauri host fallback, tightening H5/browser access so only desktop navigation is tokenless, and moving desktop release publication to a tag-driven GitHub Actions matrix with a single final publish job.

Constraint: H5/browser capability access must not gain tokenless access through localhost or retired Tauri origins

Constraint: Desktop release artifacts must be built by GitHub Actions from version tags, not treated as local build outputs

Rejected: Keep localhost browser origins trusted for convenience | local browser contexts can access loopback services and must use the H5 token path

Rejected: Publish from each matrix job | partial releases can be created before all platforms finish

Confidence: high

Scope-risk: broad

Directive: Do not reintroduce Tauri origins or localhost browser origins into the trusted desktop origin set without a reviewed security design

Tested: bun test src/server/__tests__/h5-access-policy.test.ts src/server/__tests__/h5-access-auth.test.ts src/server/__tests__/diagnostics-service.test.ts src/server/middleware/cors.test.ts

Tested: bun test scripts/pr/release-workflow.test.ts scripts/release-update-metadata.test.ts

Tested: bun run check:desktop

Tested: bun run check:native

Tested: git diff --check

Not-tested: bun run check:server is blocked by expired quarantine entries server:cron-scheduler, server:providers-real, server:tasks, server:e2e:business-flow, server:e2e:full-flow
2026-06-02 22:42:53 +08:00

1.7 KiB
Raw Blame History

layout hero features
home
name text tagline image actions
Claude Code Haha 本地可运行的 Claude Code 基于泄露源码修复,支持接入任意 Anthropic 兼容 APIMiniMax、OpenRouter 等)
src alt
/images/logo-horizontal.png Claude Code Haha
theme text link
brand 快速开始 /guide/quick-start
theme text link
alt GitHub https://github.com/NanmiCoder/cc-haha
icon title details
🖥 完整 TUI 交互 与官方 Claude Code 一致的 Ink 终端界面,支持 --print 无头模式
icon title details link
🧠 记忆系统 跨会话持久化记忆自动提取、智能检索、AutoDream 做梦整合 /memory/
icon title details link
🤖 多 Agent 系统 多代理编排、并行任务执行、Teams 协作、Worktree 隔离 /agent/
icon title details link
🧩 Skills 系统 可扩展能力插件、自定义工作流、条件激活 /skills/01-usage-guide
icon title details link
🌐 第三方模型支持 接入 OpenAI、DeepSeek、Ollama 等任意兼容模型 /guide/third-party-models
icon title details link
💬 IM 接入 在桌面端 webapp 配置 Telegram / 飞书,并通过独立 adapter 进程远程对话 Claude Code /im/
icon title details link
💻 Computer Use 桌面控制功能 — 截屏、鼠标、键盘操作Python Bridge 实现) /features/computer-use
icon title details link
🖥 桌面端 基于 Electron + React 的图形化客户端多标签、多会话、IM 适配器接入,支持 macOS、Windows 和 Linux /desktop/