bingocode 1.1.46 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md DELETED
@@ -1,246 +0,0 @@
1
- # Claude Code Haha
2
-
3
- <p align="center">
4
- <img src="docs/images/logo-horizontal.jpg" alt="Claude Code Haha" width="480">
5
- </p>
6
-
7
- <div align="center">
8
-
9
- [![GitHub Stars](https://img.shields.io/github/stars/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/stargazers)
10
- [![GitHub Forks](https://img.shields.io/github/forks/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/network/members)
11
- [![GitHub Issues](https://img.shields.io/github/issues/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/issues)
12
- [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/pulls)
13
- [![License](https://img.shields.io/github/license/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/blob/main/LICENSE)
14
- [![中文](https://img.shields.io/badge/🇨🇳_中文-Available-green)](README.md)
15
- [![English](https://img.shields.io/badge/🇺🇸_English-当前-blue)](README.en.md)
16
- [![Docs](https://img.shields.io/badge/📖_Documentation-Visit-D97757)](https://claudecode-haha.relakkesyang.org)
17
-
18
- </div>
19
-
20
- A **locally runnable version** repaired from the leaked Claude Code source, with support for any Anthropic-compatible API endpoint (MiniMax, OpenRouter, etc.). Beyond the full TUI, we've also completed Computer Use (macOS / Windows), built a GUI **desktop app**, and enabled **full remote control** via Telegram / Feishu.
21
-
22
- <p align="center">
23
- <a href="#features">Features</a> · <a href="#desktop-preview">Desktop</a> · <a href="#architecture-overview">Architecture</a> · <a href="#quick-start">Quick Start</a> · <a href="docs/en/guide/env-vars.md">Env Vars</a> · <a href="docs/en/guide/faq.md">FAQ</a> · <a href="docs/en/guide/global-usage.md">Global Usage</a> · <a href="#more-documentation">More Docs</a>
24
- </p>
25
-
26
- ---
27
-
28
- ## Features
29
-
30
- - Full Ink TUI experience (matching the official Claude Code interface)
31
- - `--print` headless mode for scripts and CI
32
- - MCP server, plugin, and Skills support
33
- - Custom API endpoint and model support ([Third-Party Models Guide](docs/en/guide/third-party-models.md))
34
- - **Memory System** (cross-session persistent memory) — [Usage Guide](docs/memory/01-usage-guide.md)
35
- - **Multi-Agent System** (agent orchestration, parallel tasks, Teams collaboration) — [Usage Guide](docs/agent/01-usage-guide.md) | [Implementation](docs/agent/02-implementation.md)
36
- - **Skills System** (extensible capability plugins, custom workflows) — [Usage Guide](docs/skills/01-usage-guide.md) | [Implementation](docs/skills/02-implementation.md)
37
- - **Channel System** (remote Agent control via Telegram/Feishu/Discord IM platforms) — [Architecture](docs/en/channel/01-channel-system.md)
38
- - **Computer Use desktop control** — [Guide](docs/en/features/computer-use.md) | [Architecture](docs/en/features/computer-use-architecture.md)
39
- - **Desktop App** (Tauri 2 + React GUI client, multi-tab multi-session) — [Docs](docs/desktop/)
40
- - Fallback Recovery CLI mode (`CLAUDE_CODE_FORCE_RECOVERY_CLI=1 ./bin/claude-haha`)
41
-
42
- ---
43
-
44
- ## Architecture Overview
45
-
46
- <table>
47
- <tr>
48
- <td align="center" width="25%"><img src="docs/images/01-overall-architecture.png" alt="Overall architecture"><br><b>Overall architecture</b></td>
49
- <td align="center" width="25%"><img src="docs/images/02-request-lifecycle.png" alt="Request lifecycle"><br><b>Request lifecycle</b></td>
50
- <td align="center" width="25%"><img src="docs/images/03-tool-system.png" alt="Tool system"><br><b>Tool system</b></td>
51
- <td align="center" width="25%"><img src="docs/images/04-multi-agent.png" alt="Multi-agent architecture"><br><b>Multi-agent architecture</b></td>
52
- </tr>
53
- <tr>
54
- <td align="center" width="25%"><img src="docs/images/05-terminal-ui.png" alt="Terminal UI"><br><b>Terminal UI</b></td>
55
- <td align="center" width="25%"><img src="docs/images/06-permission-security.png" alt="Permissions and security"><br><b>Permissions and security</b></td>
56
- <td align="center" width="25%"><img src="docs/images/07-services-layer.png" alt="Services layer"><br><b>Services layer</b></td>
57
- <td align="center" width="25%"><img src="docs/images/08-state-data-flow.png" alt="State and data flow"><br><b>State and data flow</b></td>
58
- </tr>
59
- </table>
60
-
61
- ---
62
-
63
- ## Desktop Preview
64
-
65
- <p align="center">
66
- <a href="https://github.com/NanmiCoder/cc-haha/releases"><img src="https://img.shields.io/badge/⬇_Download_Desktop-macOS_%7C_Windows-D97757?style=for-the-badge" alt="Download Desktop"></a>
67
- &nbsp;
68
- <a href="docs/desktop/04-installation.md"><img src="https://img.shields.io/badge/📖_Install_Guide-Guide-gray?style=for-the-badge" alt="Install Guide"></a>
69
- </p>
70
-
71
- <table>
72
- <tr>
73
- <td align="center" width="33%"><img src="docs/images/desktop_ui/01_full_ui.png" alt="Main UI"><br><b>Main Interface</b></td>
74
- <td align="center" width="33%"><img src="docs/images/desktop_ui/02_edit_code.png" alt="Code Editing"><br><b>Code Editing & Diff View</b></td>
75
- <td align="center" width="33%"><img src="docs/images/desktop_ui/03_ask_question_and_permission.png" alt="Permission Control"><br><b>Permission Control & AI Questions</b></td>
76
- </tr>
77
- <tr>
78
- <td align="center" width="33%"><img src="docs/images/desktop_ui/05_settings.png" alt="Provider Settings"><br><b>Multi-Provider Management</b></td>
79
- <td align="center" width="33%"><img src="docs/images/desktop_ui/08_scheduled_task.png" alt="Scheduled Tasks"><br><b>Scheduled Tasks</b></td>
80
- <td align="center" width="33%"><img src="docs/images/desktop_ui/07_im.png" alt="IM Adapters"><br><b>IM Adapters (Telegram / Feishu)</b></td>
81
- </tr>
82
- </table>
83
-
84
- ---
85
-
86
- ## Quick Start
87
-
88
- ### 1. Install Bun
89
-
90
- ```bash
91
- # macOS / Linux
92
- curl -fsSL https://bun.sh/install | bash
93
-
94
- # macOS (Homebrew)
95
- brew install bun
96
-
97
- # Windows (PowerShell)
98
- powershell -c "irm bun.sh/install.ps1 | iex"
99
- ```
100
-
101
- > On minimal Linux images, if you see `unzip is required`, run `apt update && apt install -y unzip` first.
102
-
103
- ### 2. Install Dependencies and Configure
104
-
105
- ```bash
106
- bun install
107
- cp .env.example .env
108
- # Edit .env with your API key — see docs/en/guide/env-vars.md for details
109
- ```
110
-
111
- ### 3. Start
112
-
113
- #### macOS / Linux
114
-
115
- ```bash
116
- ./bin/claude-haha # Interactive TUI mode
117
- ./bin/claude-haha -p "your prompt here" # Headless mode
118
- ./bin/claude-haha --help # Show all options
119
- ```
120
-
121
- #### Windows
122
-
123
- > **Prerequisite**: [Git for Windows](https://git-scm.com/download/win) must be installed.
124
-
125
- ```powershell
126
- # PowerShell / cmd — call Bun directly
127
- bun --env-file=.env ./src/entrypoints/cli.tsx
128
-
129
- # Or run inside Git Bash
130
- ./bin/claude-haha
131
- ```
132
-
133
- ### 4. Global Usage (Optional)
134
-
135
- Add `bin/` to your PATH to run from any directory. See [Global Usage Guide](docs/en/guide/global-usage.md):
136
-
137
- ```bash
138
- export PATH="$HOME/path/to/claude-code-haha/bin:$PATH"
139
- ```
140
-
141
- ### 5. Desktop Development
142
-
143
- If you are developing or testing the `desktop/` frontend, start both the API server and the desktop frontend.
144
-
145
- #### 5.1 Start the API server
146
-
147
- ```bash
148
- cd /Users/nanmi/workspace/myself_code/claude-code-haha
149
- SERVER_PORT=3456 bun run src/server/index.ts
150
- ```
151
-
152
- Optional health check:
153
-
154
- ```bash
155
- curl http://127.0.0.1:3456/health
156
- ```
157
-
158
- #### 5.2 Start the desktop frontend
159
-
160
- ```bash
161
- cd /Users/nanmi/workspace/myself_code/claude-code-haha/desktop
162
- bun run dev --host 127.0.0.1 --port 2024
163
- ```
164
-
165
- Then open:
166
-
167
- ```text
168
- http://127.0.0.1:2024
169
- ```
170
-
171
- #### 5.3 Notes
172
-
173
- - If port `3456` is already occupied by an old server process, run `lsof -nP -iTCP:3456 -sTCP:LISTEN`, find the PID, then `kill <PID>`.
174
- - For chat testing, create a fresh session and re-select a real working directory.
175
- - If an old session points to a deleted directory, the server will return `Working directory does not exist`. That is separate from whether the API server is running.
176
-
177
- ---
178
-
179
- ## Tech Stack
180
-
181
- | Category | Technology |
182
- |------|------|
183
- | Runtime | [Bun](https://bun.sh) |
184
- | Language | TypeScript |
185
- | Terminal UI | React + [Ink](https://github.com/vadimdemedes/ink) |
186
- | CLI parsing | Commander.js |
187
- | API | Anthropic SDK |
188
- | Protocols | MCP, LSP |
189
-
190
- ---
191
-
192
- ## More Documentation
193
-
194
- | Document | Description |
195
- |------|------|
196
- | [Environment Variables](docs/en/guide/env-vars.md) | Full env var reference and configuration methods |
197
- | [Third-Party Models](docs/en/guide/third-party-models.md) | Using OpenAI / DeepSeek / Ollama and other non-Anthropic models |
198
- | [Memory System](docs/memory/01-usage-guide.md) | Cross-session persistent memory usage and implementation |
199
- | [Multi-Agent System](docs/agent/01-usage-guide.md) | Agent orchestration, parallel tasks and Teams collaboration |
200
- | [Skills System](docs/skills/01-usage-guide.md) | Extensible capability plugins, custom workflows and conditional activation |
201
- | [Channel System](docs/en/channel/01-channel-system.md) | Remote Agent control via Telegram/Feishu/Discord IM platforms |
202
- | [Computer Use](docs/en/features/computer-use.md) | Desktop control (screenshots, mouse, keyboard) — [Architecture](docs/en/features/computer-use-architecture.md) |
203
- | [Desktop App](docs/desktop/) | Tauri 2 + React GUI client — [Quick Start](docs/desktop/01-quick-start.md) \| [Architecture](docs/desktop/02-architecture.md) \| [Installation](docs/desktop/04-installation.md) |
204
- | [Global Usage](docs/en/guide/global-usage.md) | Run claude-haha from any directory |
205
- | [FAQ](docs/en/guide/faq.md) | Common error troubleshooting |
206
- | [Source Fixes](docs/en/reference/fixes.md) | Fixes compared with the original leaked source |
207
- | [Project Structure](docs/en/reference/project-structure.md) | Code directory structure |
208
-
209
- ---
210
-
211
- ## Sponsorship & Partnership
212
-
213
- This project is maintained in the author's spare time. Corporate or individual sponsorships are welcome to support ongoing development. Custom features, integrations, and business partnerships are also open for discussion.
214
-
215
- 📧 **Contact**: relakkes@gmail.com
216
-
217
- ---
218
-
219
- ## ☕ Buy Me a Coffee
220
-
221
- If this project helps you, consider buying me a coffee — every bit of support keeps this project going ❤️
222
-
223
- <table>
224
- <tr>
225
- <td align="center" width="33%">
226
- <img src="docs/images/donate/wechat_pay.jpeg" width="250" alt="WeChat Pay"><br>
227
- <b>WeChat Pay</b>
228
- </td>
229
- <td align="center" width="33%">
230
- <img src="docs/images/donate/zfb_pay.png" width="250" alt="Alipay"><br>
231
- <b>Alipay</b>
232
- </td>
233
- <td align="center" width="33%">
234
- <a href="https://buymeacoffee.com/relakkes" target="_blank">
235
- <img src="docs/images/donate/bmc_button.png" width="250" alt="Buy Me a Coffee">
236
- </a><br>
237
- <b>Buy Me a Coffee</b>
238
- </td>
239
- </tr>
240
- </table>
241
-
242
- ---
243
-
244
- ## Disclaimer
245
-
246
- This repository is based on the Claude Code source leaked from the Anthropic npm registry on 2026-03-31. All original source code copyrights belong to [Anthropic](https://www.anthropic.com). It is provided for learning and research purposes only.
package/README.md DELETED
@@ -1,246 +0,0 @@
1
- # Claude Code Haha
2
-
3
- <p align="center">
4
- <img src="docs/images/logo-horizontal.jpg" alt="Claude Code Haha" width="480">
5
- </p>
6
-
7
- <div align="center">
8
-
9
- [![GitHub Stars](https://img.shields.io/github/stars/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/stargazers)
10
- [![GitHub Forks](https://img.shields.io/github/forks/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/network/members)
11
- [![GitHub Issues](https://img.shields.io/github/issues/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/issues)
12
- [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/pulls)
13
- [![License](https://img.shields.io/github/license/NanmiCoder/cc-haha)](https://github.com/NanmiCoder/cc-haha/blob/main/LICENSE)
14
- [![中文](https://img.shields.io/badge/🇨🇳_中文-当前-blue)](README.md)
15
- [![English](https://img.shields.io/badge/🇺🇸_English-Available-green)](README.en.md)
16
- [![Docs](https://img.shields.io/badge/📖_文档站点-Visit-D97757)](https://claudecode-haha.relakkesyang.org)
17
-
18
- </div>
19
-
20
- 基于 Claude Code 泄露源码修复的**本地可运行版本**,支持接入任意 Anthropic 兼容 API(MiniMax、OpenRouter 等)。在完整 TUI 之外,还补全了 Computer Use(macOS / Windows)、打造了图形化**桌面端**,并支持通过 Telegram / 飞书**完整远程驱动**。
21
-
22
- <p align="center">
23
- <a href="#功能">功能</a> · <a href="#桌面端预览">桌面端</a> · <a href="#架构概览">架构概览</a> · <a href="#快速开始">快速开始</a> · <a href="docs/guide/env-vars.md">环境变量</a> · <a href="docs/guide/faq.md">FAQ</a> · <a href="docs/guide/global-usage.md">全局使用</a> · <a href="#更多文档">更多文档</a>
24
- </p>
25
-
26
- ---
27
-
28
- ## 功能
29
-
30
- - 完整的 Ink TUI 交互界面(与官方 Claude Code 一致)
31
- - `--print` 无头模式(脚本/CI 场景)
32
- - 支持 MCP 服务器、插件、Skills
33
- - 支持自定义 API 端点和模型([第三方模型使用指南](docs/guide/third-party-models.md))
34
- - **记忆系统**(跨会话持久化记忆)— [使用指南](docs/memory/01-usage-guide.md)
35
- - **多 Agent 系统**(多代理编排、并行任务、Teams 协作)— [使用指南](docs/agent/01-usage-guide.md) | [实现原理](docs/agent/02-implementation.md)
36
- - **Skills 系统**(可扩展能力插件、自定义工作流)— [使用指南](docs/skills/01-usage-guide.md) | [实现原理](docs/skills/02-implementation.md)
37
- - **Channel 系统**(通过 Telegram/飞书/Discord 等 IM 远程控制 Agent)— [架构解析](docs/channel/01-channel-system.md)
38
- - **Computer Use 桌面控制** — [功能指南](docs/features/computer-use.md) | [架构解析](docs/features/computer-use-architecture.md)
39
- - **桌面端**(Tauri 2 + React 图形化客户端,多标签多会话)— [文档](docs/desktop/)
40
- - 降级 Recovery CLI 模式(`CLAUDE_CODE_FORCE_RECOVERY_CLI=1 ./bin/claude-haha`)
41
-
42
- ---
43
-
44
- ## 架构概览
45
-
46
- <table>
47
- <tr>
48
- <td align="center" width="25%"><img src="docs/images/01-overall-architecture.png" alt="整体架构"><br><b>整体架构</b></td>
49
- <td align="center" width="25%"><img src="docs/images/02-request-lifecycle.png" alt="请求生命周期"><br><b>请求生命周期</b></td>
50
- <td align="center" width="25%"><img src="docs/images/03-tool-system.png" alt="工具系统"><br><b>工具系统</b></td>
51
- <td align="center" width="25%"><img src="docs/images/04-multi-agent.png" alt="多 Agent 架构"><br><b>多 Agent 架构</b></td>
52
- </tr>
53
- <tr>
54
- <td align="center" width="25%"><img src="docs/images/05-terminal-ui.png" alt="终端 UI"><br><b>终端 UI</b></td>
55
- <td align="center" width="25%"><img src="docs/images/06-permission-security.png" alt="权限与安全"><br><b>权限与安全</b></td>
56
- <td align="center" width="25%"><img src="docs/images/07-services-layer.png" alt="服务层"><br><b>服务层</b></td>
57
- <td align="center" width="25%"><img src="docs/images/08-state-data-flow.png" alt="状态与数据流"><br><b>状态与数据流</b></td>
58
- </tr>
59
- </table>
60
-
61
- ---
62
-
63
- ## 桌面端预览
64
-
65
- <p align="center">
66
- <a href="https://github.com/NanmiCoder/cc-haha/releases"><img src="https://img.shields.io/badge/⬇_下载桌面端-macOS_%7C_Windows-D97757?style=for-the-badge" alt="下载桌面端"></a>
67
- &nbsp;
68
- <a href="docs/desktop/04-installation.md"><img src="https://img.shields.io/badge/📖_安装指南-Guide-gray?style=for-the-badge" alt="安装指南"></a>
69
- </p>
70
-
71
- <table>
72
- <tr>
73
- <td align="center" width="33%"><img src="docs/images/desktop_ui/01_full_ui.png" alt="主界面"><br><b>主界面</b></td>
74
- <td align="center" width="33%"><img src="docs/images/desktop_ui/02_edit_code.png" alt="代码编辑"><br><b>代码编辑 & Diff 视图</b></td>
75
- <td align="center" width="33%"><img src="docs/images/desktop_ui/03_ask_question_and_permission.png" alt="权限控制"><br><b>权限控制 & AI 提问</b></td>
76
- </tr>
77
- <tr>
78
- <td align="center" width="33%"><img src="docs/images/desktop_ui/05_settings.png" alt="提供商设置"><br><b>多提供商管理</b></td>
79
- <td align="center" width="33%"><img src="docs/images/desktop_ui/08_scheduled_task.png" alt="定时任务"><br><b>定时任务</b></td>
80
- <td align="center" width="33%"><img src="docs/images/desktop_ui/07_im.png" alt="IM 适配器"><br><b>IM 适配器(Telegram / 飞书)</b></td>
81
- </tr>
82
- </table>
83
-
84
- ---
85
-
86
- ## 快速开始
87
-
88
- ### 1. 安装 Bun
89
-
90
- ```bash
91
- # macOS / Linux
92
- curl -fsSL https://bun.sh/install | bash
93
-
94
- # macOS (Homebrew)
95
- brew install bun
96
-
97
- # Windows (PowerShell)
98
- powershell -c "irm bun.sh/install.ps1 | iex"
99
- ```
100
-
101
- > 精简版 Linux 如提示 `unzip is required`,先运行 `apt update && apt install -y unzip`
102
-
103
- ### 2. 安装依赖并配置
104
-
105
- ```bash
106
- bun install
107
- cp .env.example .env
108
- # 编辑 .env 填入你的 API Key,详见 docs/guide/env-vars.md
109
- ```
110
-
111
- ### 3. 启动
112
-
113
- #### macOS / Linux
114
-
115
- ```bash
116
- ./bin/claude-haha # 交互 TUI 模式
117
- ./bin/claude-haha -p "your prompt here" # 无头模式
118
- ./bin/claude-haha --help # 查看所有选项
119
- ```
120
-
121
- #### Windows
122
-
123
- > **前置要求**:必须安装 [Git for Windows](https://git-scm.com/download/win)
124
-
125
- ```powershell
126
- # PowerShell / cmd 直接调用 Bun
127
- bun --env-file=.env ./src/entrypoints/cli.tsx
128
-
129
- # 或在 Git Bash 中运行
130
- ./bin/claude-haha
131
- ```
132
-
133
- ### 4. 全局使用(可选)
134
-
135
- 将 `bin/` 加入 PATH 后可在任意目录启动,详见 [全局使用指南](docs/guide/global-usage.md):
136
-
137
- ```bash
138
- export PATH="$HOME/path/to/claude-code-haha/bin:$PATH"
139
- ```
140
-
141
- ### 5. 桌面端联调(Desktop)
142
-
143
- 如果你在开发或测试 `desktop/` 前端,需要同时启动 API 服务端和桌面前端。
144
-
145
- #### 5.1 启动服务端
146
-
147
- ```bash
148
- cd /Users/nanmi/workspace/myself_code/claude-code-haha
149
- SERVER_PORT=3456 bun run src/server/index.ts
150
- ```
151
-
152
- 可选自检:
153
-
154
- ```bash
155
- curl http://127.0.0.1:3456/health
156
- ```
157
-
158
- #### 5.2 启动桌面前端
159
-
160
- ```bash
161
- cd /Users/nanmi/workspace/myself_code/claude-code-haha/desktop
162
- bun run dev --host 127.0.0.1 --port 2024
163
- ```
164
-
165
- 然后在浏览器打开:
166
-
167
- ```text
168
- http://127.0.0.1:2024
169
- ```
170
-
171
- #### 5.3 常见注意事项
172
-
173
- - 如果 `3456` 端口已经被旧服务端占用,先执行 `lsof -nP -iTCP:3456 -sTCP:LISTEN` 找到 PID,再 `kill <PID>`。
174
- - 测试聊天时建议新建一个 session,并重新选择一个真实存在的工作目录。
175
- - 如果某个旧 session 绑定的目录已被删除,服务端会返回 `Working directory does not exist`,这和服务端是否启动是两回事。
176
-
177
- ---
178
-
179
- ## 技术栈
180
-
181
- | 类别 | 技术 |
182
- |------|------|
183
- | 运行时 | [Bun](https://bun.sh) |
184
- | 语言 | TypeScript |
185
- | 终端 UI | React + [Ink](https://github.com/vadimdemedes/ink) |
186
- | CLI 解析 | Commander.js |
187
- | API | Anthropic SDK |
188
- | 协议 | MCP, LSP |
189
-
190
- ---
191
-
192
- ## 更多文档
193
-
194
- | 文档 | 说明 |
195
- |------|------|
196
- | [环境变量](docs/guide/env-vars.md) | 完整环境变量参考和配置方式 |
197
- | [第三方模型](docs/guide/third-party-models.md) | 接入 OpenAI / DeepSeek / Ollama 等非 Anthropic 模型 |
198
- | [记忆系统](docs/memory/01-usage-guide.md) | 跨会话持久化记忆的使用与实现 |
199
- | [多 Agent 系统](docs/agent/01-usage-guide.md) | 多代理编排、并行任务执行与 Teams 协作 |
200
- | [Skills 系统](docs/skills/01-usage-guide.md) | 可扩展能力插件、自定义工作流与条件激活 |
201
- | [Channel 系统](docs/channel/01-channel-system.md) | 通过 Telegram/飞书/Discord 等 IM 平台远程控制 Agent |
202
- | [Computer Use](docs/features/computer-use.md) | 桌面控制功能(截屏、鼠标、键盘)— [架构解析](docs/features/computer-use-architecture.md) |
203
- | [桌面端](docs/desktop/) | Tauri 2 + React 图形化客户端 — [快速上手](docs/desktop/01-quick-start.md) \| [架构设计](docs/desktop/02-architecture.md) \| [安装指南](docs/desktop/04-installation.md) |
204
- | [全局使用](docs/guide/global-usage.md) | 在任意目录启动 claude-haha |
205
- | [常见问题](docs/guide/faq.md) | 常见错误排查 |
206
- | [源码修复记录](docs/reference/fixes.md) | 相对于原始泄露源码的修复内容 |
207
- | [项目结构](docs/reference/project-structure.md) | 代码目录结构说明 |
208
-
209
- ---
210
-
211
- ## 赞助与合作
212
-
213
- 本项目由个人利用业余时间维护,欢迎企业或个人赞助支持持续开发,也可洽谈定制、集成或商务合作。
214
-
215
- 📧 **联系邮箱**:relakkes@gmail.com
216
-
217
- ---
218
-
219
- ## ☕ 请作者喝杯咖啡
220
-
221
- 如果这个项目对您有帮助,欢迎打赏支持,您的每一份支持都是我持续更新的动力 ❤️
222
-
223
- <table>
224
- <tr>
225
- <td align="center" width="33%">
226
- <img src="docs/images/donate/wechat_pay.jpeg" width="250" alt="微信赞赏"><br>
227
- <b>微信赞赏</b>
228
- </td>
229
- <td align="center" width="33%">
230
- <img src="docs/images/donate/zfb_pay.png" width="250" alt="支付宝"><br>
231
- <b>支付宝</b>
232
- </td>
233
- <td align="center" width="33%">
234
- <a href="https://buymeacoffee.com/relakkes" target="_blank">
235
- <img src="docs/images/donate/bmc_button.png" width="250" alt="Buy Me a Coffee">
236
- </a><br>
237
- <b>Buy Me a Coffee</b>
238
- </td>
239
- </tr>
240
- </table>
241
-
242
- ---
243
-
244
- ## Disclaimer
245
-
246
- 本仓库基于 2026-03-31 从 Anthropic npm registry 泄露的 Claude Code 源码。所有原始源码版权归 [Anthropic](https://www.anthropic.com) 所有。仅供学习和研究用途。