1414
1515[ 文档在这里, 支持投稿 PR] ( https://ccb.agent-aura.top/ ) | [ 留影文档在这里] ( ./Friends.md ) | [ Discord 群组] ( https://discord.gg/qZU6zS7Q )
1616
17- - [x] V4 — 测试补全、[ Buddy] ( https://ccb.agent-aura.top/docs/features/buddy ) 、[ Auto Mode] ( https://ccb.agent-aura.top/docs/safety/auto-mode ) 、环境变量 Feature 开关
18- - [x] V5 — [ Sentry] ( https://ccb.agent-aura.top/docs/internals/sentry-setup ) / [ GrowthBook] ( https://ccb.agent-aura.top/docs/internals/growthbook-adapter ) 企业监控、[ 自定义 Login] ( https://ccb.agent-aura.top/docs/features/custom-platform-login ) 、[ OpenAI 兼容] ( https://ccb.agent-aura.top/docs/plans/openai-compatibility ) 、[ Web Search] ( https://ccb.agent-aura.top/docs/features/web-browser-tool ) 、[ Computer Use] ( https://ccb.agent-aura.top/docs/features/computer-use ) / [ Chrome Use] ( https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp ) 、[ Voice Mode] ( https://ccb.agent-aura.top/docs/features/voice-mode ) 、[ Bridge Mode] ( https://ccb.agent-aura.top/docs/features/bridge-mode ) 、[ /dream 记忆整理] ( https://ccb.agent-aura.top/docs/features/auto-dream )
19- - [ ] V6 — 大规模重构石山代码,全面模块分包(全新分支,main 封存为历史版本)
17+ - ✅ [ x] V4 — 测试补全、[ Buddy] ( https://ccb.agent-aura.top/docs/features/buddy ) 、[ Auto Mode] ( https://ccb.agent-aura.top/docs/safety/auto-mode ) 、环境变量 Feature 开关
18+ - ✅ [ x] V5 — [ Sentry] ( https://ccb.agent-aura.top/docs/internals/sentry-setup ) / [ GrowthBook] ( https://ccb.agent-aura.top/docs/internals/growthbook-adapter ) 企业监控、[ 自定义 Login] ( https://ccb.agent-aura.top/docs/features/custom-platform-login ) 、[ OpenAI 兼容] ( https://ccb.agent-aura.top/docs/plans/openai-compatibility ) 、[ Web Search] ( https://ccb.agent-aura.top/docs/features/web-browser-tool ) 、[ Computer Use] ( https://ccb.agent-aura.top/docs/features/computer-use ) / [ Chrome Use] ( https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp ) 、[ Voice Mode] ( https://ccb.agent-aura.top/docs/features/voice-mode ) 、[ Bridge Mode] ( https://ccb.agent-aura.top/docs/features/bridge-mode ) 、[ /dream 记忆整理] ( https://ccb.agent-aura.top/docs/features/auto-dream )
19+ - 🔮 [ ] V6 — 大规模重构石山代码,全面模块分包(全新分支,main 封存为历史版本)
2020
2121- 🚀 [ 想要启动项目] ( #快速开始源码版 )
2222- 🐛 [ 想要调试项目] ( #vs-code-调试 )
2323- 📖 [ 想要学习项目] ( #teach-me-学习项目 )
2424
2525
26- ## 快速开始(安装版)
26+ ## ⚡ 快速开始(安装版)
2727
2828不用克隆仓库, 从 NPM 下载后, 直接使用
2929
@@ -33,34 +33,34 @@ bun pm -g trust claude-code-best
3333ccb # 直接打开 claude code
3434```
3535
36- 国内对 github 网络较差的, 需要先设置这个环境变量
36+ ⚠️ 国内对 github 网络较差的, 需要先设置这个环境变量
3737
3838``` bash
3939DEFAULT_RELEASE_BASE=https://ghproxy.net/https://github.com/microsoft/ripgrep-prebuilt/releases/download/v15.0.1
4040```
4141
42- ## 快速开始(源码版)
42+ ## ⚡ 快速开始(源码版)
4343
44- ### 环境要求
44+ ### ⚙️ 环境要求
4545
4646一定要最新版本的 bun 啊, 不然一堆奇奇怪怪的 BUG!!! bun upgrade!!!
4747
48- - [ Bun] ( https://bun.sh/ ) >= 1.3.11
49- - 常规的配置 CC 的方式, 各大提供商都有自己的配置方式
48+ - 📦 [ Bun] ( https://bun.sh/ ) >= 1.3.11
49+ - ⚙️ 常规的配置 CC 的方式, 各大提供商都有自己的配置方式
5050
51- ### 安装
51+ ### 📥 安装
5252
5353``` bash
5454bun install
5555```
5656
57- 国内对 github 网络较差的,可以使用这个环境变量
57+ ⚠️ 国内对 github 网络较差的,可以使用这个环境变量
5858
5959``` bash
6060DEFAULT_RELEASE_BASE=https://ghproxy.net/https://github.com/microsoft/ripgrep-prebuilt/releases/download/v15.0.1
6161```
6262
63- ### 运行
63+ ### ▶️ 运行
6464
6565``` bash
6666# 开发模式, 看到版本号 888 说明就是对了
@@ -76,25 +76,25 @@ bun run build
7676
7777如果遇到 bug 请直接提一个 issues, 我们优先解决
7878
79- ### 新人配置 /login
79+ ### 👤 新人配置 /login
8080
8181首次运行后,在 REPL 中输入 ` /login ` 命令进入登录配置界面,选择 ** Anthropic Compatible** 即可对接第三方 API 兼容服务(无需 Anthropic 官方账号)。
8282选择 OpenAI 和 Gemini 对应的栏目都是支持相应协议的
8383
8484需要填写的字段:
8585
86- | 字段 | 说明 | 示例 |
86+ | 📌 字段 | 📝 说明 | 💡 示例 |
8787| ------| ------| ------|
8888| Base URL | API 服务地址 | ` https://api.example.com/v1 ` |
8989| API Key | 认证密钥 | ` sk-xxx ` |
9090| Haiku Model | 快速模型 ID | ` claude-haiku-4-5-20251001 ` |
9191| Sonnet Model | 均衡模型 ID | ` claude-sonnet-4-6 ` |
9292| Opus Model | 高性能模型 ID | ` claude-opus-4-6 ` |
9393
94- - ** Tab / Shift+Tab** 切换字段,** Enter** 确认并跳到下一个,最后一个字段按 Enter 保存
94+ - ⌨️ ** Tab / Shift+Tab** 切换字段,** Enter** 确认并跳到下一个,最后一个字段按 Enter 保存
9595
9696
97- > 支持所有 Anthropic API 兼容服务(如 OpenRouter、AWS Bedrock 代理等),只要接口兼容 Messages API 即可。
97+ > ℹ️ 支持所有 Anthropic API 兼容服务(如 OpenRouter、AWS Bedrock 代理等),只要接口兼容 Messages API 即可。
9898
9999## Feature Flags
100100
0 commit comments