diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8991d94..69fda426 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,31 +1,31 @@ -# Contributing +# 贡献指南 -Thanks for helping improve Claude Code Haha. +感谢你帮助改进 Claude Code Haha。 -For the full contributor guide, including local checks, live model baselines, quality-gate reports, and PR expectations, see: +完整贡献指南包含本地检查、真实模型 baseline、质量门禁报告和 PR 要求: -- Chinese: [docs/guide/contributing.md](docs/guide/contributing.md) -- English: [docs/en/guide/contributing.md](docs/en/guide/contributing.md) +- 中文:[docs/guide/contributing.md](docs/guide/contributing.md) +- English:[docs/en/guide/contributing.md](docs/en/guide/contributing.md) -Most contributors should run this before opening a PR: +大多数贡献者在提交 PR 前应先运行: ```bash bun install bun run quality:pr ``` -If you run adapter or native checks on a fresh clone, install adapter dependencies too: +如果你在全新 clone 中运行 adapter 或 native 相关检查,还需要安装 adapter 依赖: ```bash cd adapters bun install ``` -If your change touches the desktop chat path, provider/runtime selection, CLI bridge, permissions, tools, file editing, or release packaging, also run a live baseline with your own local model provider: +如果改动涉及桌面端聊天路径、provider/runtime 选择、CLI bridge、权限、工具、文件编辑或发布打包,还需要用你本地可用的模型提供商跑真实 baseline: ```bash bun run quality:providers bun run quality:gate --mode baseline --allow-live --provider-model :main ``` -Quality reports are written under `artifacts/quality-runs//`. +质量报告会写入 `artifacts/quality-runs//`。 diff --git a/README.en.md b/README.en.md index 48cc93ae..48d4096e 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ # Claude Code Haha

- Claude Code Haha + Claude Code Haha

@@ -20,11 +20,36 @@ 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.

- Features · Desktop · Architecture · Quick Start · Env Vars · FAQ · Global Usage · More Docs + Desktop · Features · Architecture · Quick Start · Env Vars · FAQ · Global Usage · More Docs

--- +## Desktop Preview + +The Claude Code Haha desktop app brings sessions, multi-project navigation, code diffs, permission review, provider setup, scheduled tasks, and IM adapters into one graphical workspace for daily development flows beyond the terminal. + +

+ Download Desktop +   + Install Guide +

+ + + + + + + + + + + + +
Main UI
Main Interface
Code Editing
Code Editing & Diff View
Permission Control
Permission Control & AI Questions
Provider Settings
Multi-Provider Management
Scheduled Tasks
Scheduled Tasks
IM Adapters
IM Adapters (Telegram / Feishu)
+ +--- + ## Features - Full Ink TUI experience (matching the official Claude Code interface) @@ -58,31 +83,6 @@ A **locally runnable version** repaired from the leaked Claude Code source, with ---- - -## Desktop Preview - -

- Download Desktop -   - Install Guide -

- - - - - - - - - - - - -
Main UI
Main Interface
Code Editing
Code Editing & Diff View
Permission Control
Permission Control & AI Questions
Provider Settings
Multi-Provider Management
Scheduled Tasks
Scheduled Tasks
IM Adapters
IM Adapters (Telegram / Feishu)
- ---- - ## Quick Start ### 1. Install Bun diff --git a/README.md b/README.md index a778d439..a4a3658c 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,36 @@ 基于 Claude Code 泄露源码修复的**本地可运行版本**,支持接入任意 Anthropic 兼容 API(MiniMax、OpenRouter 等)。在完整 TUI 之外,还补全了 Computer Use(macOS / Windows)、打造了图形化**桌面端**,并支持通过 Telegram / 飞书**完整远程驱动**。

- 功能 · 桌面端 · 架构概览 · 快速开始 · 环境变量 · FAQ · 全局使用 · 更多文档 + 桌面端 · 功能 · 架构概览 · 快速开始 · 环境变量 · FAQ · 全局使用 · 更多文档

--- +## 桌面端预览 + +Claude Code Haha 的桌面端把会话、多项目、代码 Diff、权限确认、提供商配置、定时任务和 IM 适配器集中到一个图形化工作台里,适合不想长期停留在终端里的日常开发工作流。 + +

+ 下载桌面端 +   + 安装指南 +

+ + + + + + + + + + + + +
主界面
主界面
代码编辑
代码编辑 & Diff 视图
权限控制
权限控制 & AI 提问
提供商设置
多提供商管理
定时任务
定时任务
IM 适配器
IM 适配器(Telegram / 飞书)
+ +--- + ## 功能 - 完整的 Ink TUI 交互界面(与官方 Claude Code 一致) @@ -58,31 +83,6 @@ ---- - -## 桌面端预览 - -

- 下载桌面端 -   - 安装指南 -

- - - - - - - - - - - - -
主界面
主界面
代码编辑
代码编辑 & Diff 视图
权限控制
权限控制 & AI 提问
提供商设置
多提供商管理
定时任务
定时任务
IM 适配器
IM 适配器(Telegram / 飞书)
- ---- - ## 快速开始 ### 1. 安装 Bun