@unitsvc/cc-helper 1.4.6 → 1.5.2
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-zh.md +86 -78
- package/README.md +86 -78
- package/package.json +1 -1
package/README-zh.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
[**English**](./README.md) | [**简体中文**](./README-zh.md)
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> Claude Code 终极增强工具:一键解锁隐藏功能、管理多 AI 提供商、安全存储密钥、多环境配置同步 —— 全部集成在一个 CLI 工具中。
|
|
8
|
+
|
|
9
|
+
> **⚠️ 声明:智谱(glm/zai)公司及其关联产品禁止使用本软件。**
|
|
8
10
|
|
|
9
11
|
---
|
|
10
12
|
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
| Claude Code | v2.1.71+ |
|
|
17
19
|
|
|
18
20
|
```bash
|
|
19
|
-
npm install -g @anthropic-ai/claude-code@v2.1.
|
|
21
|
+
npm install -g @anthropic-ai/claude-code@v2.1.119
|
|
20
22
|
```
|
|
21
23
|
|
|
22
24
|
## 安装
|
|
@@ -43,20 +45,22 @@ npx @unitsvc/cc-helper --proxy enable
|
|
|
43
45
|
npx @unitsvc/cc-helper --proxy https://your-proxy.com enable
|
|
44
46
|
```
|
|
45
47
|
|
|
46
|
-
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 快速开始
|
|
47
51
|
|
|
48
52
|
```bash
|
|
49
53
|
# 启用默认功能(/loop, /btw, /keybindings)
|
|
50
54
|
npx @unitsvc/cc-helper enable
|
|
51
55
|
|
|
52
56
|
# 启用特定功能
|
|
53
|
-
npx @unitsvc/cc-helper enable loop
|
|
54
|
-
npx @unitsvc/cc-helper enable btw
|
|
55
|
-
npx @unitsvc/cc-helper enable keybindings
|
|
56
|
-
npx @unitsvc/cc-helper enable toolsearch
|
|
57
|
-
npx @unitsvc/cc-helper enable context1m #
|
|
58
|
-
npx @unitsvc/cc-helper enable automode #
|
|
59
|
-
npx @unitsvc/cc-helper enable monitor # 流式事件监控(v2.1.
|
|
57
|
+
npx @unitsvc/cc-helper enable loop # 定时重复提示
|
|
58
|
+
npx @unitsvc/cc-helper enable btw # 旁支问题
|
|
59
|
+
npx @unitsvc/cc-helper enable keybindings # 自定义键盘快捷键
|
|
60
|
+
npx @unitsvc/cc-helper enable toolsearch # 动态工具搜索
|
|
61
|
+
npx @unitsvc/cc-helper enable context1m # 1M 上下文(v2.1.76+)
|
|
62
|
+
npx @unitsvc/cc-helper enable automode # 所有模型的自动模式(v2.1.75+)
|
|
63
|
+
npx @unitsvc/cc-helper enable monitor # 流式事件监控(v2.1.100+)
|
|
60
64
|
|
|
61
65
|
# 查看状态
|
|
62
66
|
npx @unitsvc/cc-helper status
|
|
@@ -65,21 +69,6 @@ npx @unitsvc/cc-helper status
|
|
|
65
69
|
npx @unitsvc/cc-helper disable
|
|
66
70
|
```
|
|
67
71
|
|
|
68
|
-
## 命令说明
|
|
69
|
-
|
|
70
|
-
| 命令 | 说明 |
|
|
71
|
-
| -------------------- | -------------------------------------------- |
|
|
72
|
-
| `enable` | 启用 `/loop`、`/btw`、`/keybindings`(默认) |
|
|
73
|
-
| `enable loop` | 仅启用 `/loop` |
|
|
74
|
-
| `enable btw` | 仅启用 `/btw` |
|
|
75
|
-
| `enable keybindings` | 仅启用 `/keybindings` |
|
|
76
|
-
| `enable toolsearch` | 启用 toolsearch(需要显式激活) |
|
|
77
|
-
| `enable context1m` | 启用 1M 上下文(v2.1.76+) |
|
|
78
|
-
| `enable automode` | 启用所有模型的自动模式(v2.1.75+) |
|
|
79
|
-
| `enable monitor` | 启用 Monitor 流式事件监控(v2.1.100+) |
|
|
80
|
-
| `disable` | 恢复原始状态 |
|
|
81
|
-
| `status` | 查看当前状态及版本要求 |
|
|
82
|
-
|
|
83
72
|
> **注意**: 运行 `cc-helper enable` 时会自动在 `~/.claude/settings.json` 中配置推荐的环境变量:
|
|
84
73
|
>
|
|
85
74
|
> ```json
|
|
@@ -105,9 +94,11 @@ npx @unitsvc/cc-helper disable
|
|
|
105
94
|
|
|
106
95
|
## 配置命令
|
|
107
96
|
|
|
108
|
-
|
|
97
|
+
管理 Claude Code 的 AI Provider 设置、API 密钥、多环境配置以及配置同步。
|
|
98
|
+
|
|
99
|
+
### plan — 编码计划配置
|
|
109
100
|
|
|
110
|
-
|
|
101
|
+
配置编码计划的第三方 AI Provider,支持 vault 加密存储 API 密钥,并可自定义模型配置以适应不同编码场景。
|
|
111
102
|
|
|
112
103
|
```bash
|
|
113
104
|
# 添加 Provider(自动保存到 vault + settings.json)
|
|
@@ -132,12 +123,13 @@ cc-helper plan export --all-env -o config.json
|
|
|
132
123
|
|
|
133
124
|
**支持的 Provider:**
|
|
134
125
|
|
|
135
|
-
| Provider | 说明
|
|
136
|
-
| ---------- |
|
|
137
|
-
| `bailian` | (CN) Aliyun
|
|
138
|
-
| `minimaxi` | (CN) MiniMax
|
|
139
|
-
|
|
|
140
|
-
|
|
|
126
|
+
| Provider | 说明 |
|
|
127
|
+
| ---------- | --------------------- |
|
|
128
|
+
| `bailian` | (CN) Aliyun |
|
|
129
|
+
| `minimaxi` | (CN) MiniMax |
|
|
130
|
+
| ~~`glm`~~ | ~~(CN) Zhipu~~ |
|
|
131
|
+
| ~~`zai`~~ | ~~(EN) Zhipu~~ |
|
|
132
|
+
| `ark` | (CN) Ark (Volcengine) |
|
|
141
133
|
|
|
142
134
|
**模型配置(Model Profiles):**
|
|
143
135
|
|
|
@@ -162,30 +154,46 @@ cc-helper plan export --all-env -o config.json
|
|
|
162
154
|
| kimi | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 |
|
|
163
155
|
| minimax | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 |
|
|
164
156
|
|
|
165
|
-
|
|
157
|
+
**~~glm / zai 配置~~(禁止使用)**
|
|
166
158
|
|
|
167
|
-
| Profile | Model | Haiku | Sonnet | Opus
|
|
168
|
-
| ------- | ------------ | ----------- | ------- |
|
|
169
|
-
| default | glm-5
|
|
170
|
-
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5
|
|
171
|
-
| 5.1 | glm-5.1 | glm-4.7 | glm-
|
|
172
|
-
| 5v | glm-5v-turbo | glm-
|
|
159
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
160
|
+
| ------- | ------------ | ----------- | ------- | ------- | --------- |
|
|
161
|
+
| default | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
162
|
+
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
|
|
163
|
+
| 5.1 | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
164
|
+
| 5v | glm-5v-turbo | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
173
165
|
|
|
174
166
|
**minimaxi 配置:**
|
|
175
167
|
|
|
176
168
|
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
177
169
|
| ------- | ------------ | ------------ | ------------ | ------------ | ------------ |
|
|
178
|
-
| default | MiniMax-M2.7 | MiniMax-M2.
|
|
170
|
+
| default | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 |
|
|
171
|
+
|
|
172
|
+
**ark 配置:**
|
|
173
|
+
|
|
174
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
175
|
+
| -------- | ---------------- | -------------------- | ---------------- | ------------------- | ---------------- |
|
|
176
|
+
| default | kimi-k2.6 | kimi-k2.5 | kimi-k2.6 | kimi-k2.6 | kimi-k2.6 |
|
|
177
|
+
| kimi | kimi-k2.6 | kimi-k2.5 | kimi-k2.6 | kimi-k2.6 | kimi-k2.6 |
|
|
178
|
+
| doubao | doubao-seed-code | doubao-seed-2.0-code | doubao-seed-code | doubao-seed-2.0-pro | doubao-seed-code |
|
|
179
|
+
| minimax | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 |
|
|
180
|
+
| glm | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
181
|
+
| deepseek | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 |
|
|
182
|
+
| auto | glm-5.1 | ark-code-latest | minimax-m2.7 | glm-5.1 | kimi-k2.6 |
|
|
179
183
|
|
|
180
184
|
```bash
|
|
181
185
|
# 示例:在 bailian 上使用 1M 上下文
|
|
182
186
|
cc-helper plan add -p bailian -k YOUR_KEY
|
|
183
187
|
cc-helper plan switch --profile 1m
|
|
188
|
+
|
|
189
|
+
# 示例:配置 Ark 使用 auto 配置
|
|
190
|
+
cc-helper plan add -p ark -k YOUR_KEY
|
|
191
|
+
cc-helper plan switch --profile auto
|
|
184
192
|
```
|
|
185
193
|
|
|
186
|
-
### vault
|
|
194
|
+
### vault — 安全密钥存储
|
|
187
195
|
|
|
188
|
-
|
|
196
|
+
使用本地加密方式安全存储和读取 Provider 的 API 密钥。
|
|
189
197
|
|
|
190
198
|
```bash
|
|
191
199
|
cc-helper vault list # 列出密钥
|
|
@@ -194,9 +202,9 @@ cc-helper vault get bailian default # 获取并解密
|
|
|
194
202
|
cc-helper vault delete bailian default # 删除
|
|
195
203
|
```
|
|
196
204
|
|
|
197
|
-
### env
|
|
205
|
+
### env — 多环境管理
|
|
198
206
|
|
|
199
|
-
|
|
207
|
+
创建并切换相互隔离的配置环境。
|
|
200
208
|
|
|
201
209
|
```bash
|
|
202
210
|
cc-helper env list # 列出环境
|
|
@@ -204,9 +212,9 @@ cc-helper env create work # 创建
|
|
|
204
212
|
cc-helper env switch work # 切换
|
|
205
213
|
```
|
|
206
214
|
|
|
207
|
-
### sync
|
|
215
|
+
### sync — Git 配置同步
|
|
208
216
|
|
|
209
|
-
|
|
217
|
+
将 Claude Code 配置备份和恢复到 Git 仓库,全程加密保护。
|
|
210
218
|
|
|
211
219
|
```bash
|
|
212
220
|
# 登录 GitHub
|
|
@@ -223,6 +231,37 @@ cc-helper sync import
|
|
|
223
231
|
|
|
224
232
|
---
|
|
225
233
|
|
|
234
|
+
## 功能特点
|
|
235
|
+
|
|
236
|
+
| 功能 | 说明 |
|
|
237
|
+
| ------------- | -------------------------------------------- |
|
|
238
|
+
| 一键启用 | 启用 `/loop`、`/btw`、`/keybindings` |
|
|
239
|
+
| 工具搜索 | 可选 `/toolsearch` 用于第三方 API 代理 |
|
|
240
|
+
| 1M 上下文 | 可选 `/context1m` 用于 1M 上下文(v2.1.76+) |
|
|
241
|
+
| 自动模式 | 可选 `automode` 用于所有模型(v2.1.75+) |
|
|
242
|
+
| Monitor | 可选 `monitor` 用于流式事件监控(v2.1.100+) |
|
|
243
|
+
| Provider 配置 | `plan` 命令支持 vault 加密存储 |
|
|
244
|
+
| 密钥管理 | `vault` 命令安全管理密钥 |
|
|
245
|
+
| 多环境支持 | `env` 命令环境切换 |
|
|
246
|
+
| Git 同步 | `sync` 命令配置同步 |
|
|
247
|
+
| 轻松恢复 | 自动备份和恢复 |
|
|
248
|
+
| 零依赖 | 无运行时依赖 |
|
|
249
|
+
|
|
250
|
+
### 截图
|
|
251
|
+
|
|
252
|
+

|
|
253
|
+

|
|
254
|
+
|
|
255
|
+
## 支持平台
|
|
256
|
+
|
|
257
|
+
| 平台 | 架构 |
|
|
258
|
+
| ------- | ------------ |
|
|
259
|
+
| macOS | amd64, arm64 |
|
|
260
|
+
| Linux | amd64, arm64 |
|
|
261
|
+
| Windows | amd64, arm64 |
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
226
265
|
## 核心功能详解
|
|
227
266
|
|
|
228
267
|
### `/loop` - 定时重复提示
|
|
@@ -421,37 +460,6 @@ while true; do
|
|
|
421
460
|
done
|
|
422
461
|
```
|
|
423
462
|
|
|
424
|
-
---
|
|
425
|
-
|
|
426
|
-
## 功能特点
|
|
427
|
-
|
|
428
|
-
| 功能 | 说明 |
|
|
429
|
-
| ------------- | -------------------------------------------- |
|
|
430
|
-
| 一键启用 | 启用 `/loop`、`/btw`、`/keybindings` |
|
|
431
|
-
| 工具搜索 | 可选 `/toolsearch` 用于第三方 API 代理 |
|
|
432
|
-
| 1M 上下文 | 可选 `/context1m` 用于 1M 上下文(v2.1.76+) |
|
|
433
|
-
| 自动模式 | 可选 `automode` 用于所有模型(v2.1.75+) |
|
|
434
|
-
| Monitor | 可选 `monitor` 用于流式事件监控(v2.1.100+) |
|
|
435
|
-
| Provider 配置 | `plan` 命令支持 vault 加密存储 |
|
|
436
|
-
| 密钥管理 | `vault` 命令安全管理密钥 |
|
|
437
|
-
| 多环境支持 | `env` 命令环境切换 |
|
|
438
|
-
| Git 同步 | `sync` 命令配置同步 |
|
|
439
|
-
| 轻松恢复 | 自动备份和恢复 |
|
|
440
|
-
| 零依赖 | 无运行时依赖 |
|
|
441
|
-
|
|
442
|
-
### 截图
|
|
443
|
-
|
|
444
|
-

|
|
445
|
-

|
|
446
|
-
|
|
447
|
-
## 支持平台
|
|
448
|
-
|
|
449
|
-
| 平台 | 架构 |
|
|
450
|
-
| ------- | ------------ |
|
|
451
|
-
| macOS | amd64, arm64 |
|
|
452
|
-
| Linux | amd64, arm64 |
|
|
453
|
-
| Windows | amd64, arm64 |
|
|
454
|
-
|
|
455
463
|
## 许可证
|
|
456
464
|
|
|
457
465
|
AGPL-3.0 - 详见 [LICENSE](./LICENSE)
|
package/README.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
[**English**](./README.md) | [**简体中文**](./README-zh.md)
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> The ultimate Claude Code companion: unlock hidden superpowers, manage AI providers, and sync configurations across environments — all in one CLI tool.
|
|
8
|
+
|
|
9
|
+
> **⚠️ Disclaimer:** Zhipu (glm/zai) company and its associated products are **NOT** permitted to use this software.
|
|
8
10
|
|
|
9
11
|
---
|
|
10
12
|
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
| Claude Code | v2.1.71+ |
|
|
17
19
|
|
|
18
20
|
```bash
|
|
19
|
-
npm install -g @anthropic-ai/claude-code@v2.1.
|
|
21
|
+
npm install -g @anthropic-ai/claude-code@v2.1.119
|
|
20
22
|
```
|
|
21
23
|
|
|
22
24
|
## Installation
|
|
@@ -43,20 +45,22 @@ npx @unitsvc/cc-helper --proxy enable
|
|
|
43
45
|
npx @unitsvc/cc-helper --proxy https://your-proxy.com enable
|
|
44
46
|
```
|
|
45
47
|
|
|
46
|
-
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Quick Start
|
|
47
51
|
|
|
48
52
|
```bash
|
|
49
53
|
# Enable default features (/loop, /btw, /keybindings)
|
|
50
54
|
npx @unitsvc/cc-helper enable
|
|
51
55
|
|
|
52
56
|
# Enable specific features
|
|
53
|
-
npx @unitsvc/cc-helper enable loop
|
|
54
|
-
npx @unitsvc/cc-helper enable btw
|
|
55
|
-
npx @unitsvc/cc-helper enable keybindings
|
|
56
|
-
npx @unitsvc/cc-helper enable toolsearch
|
|
57
|
-
npx @unitsvc/cc-helper enable context1m #
|
|
58
|
-
npx @unitsvc/cc-helper enable automode # auto-mode for all models
|
|
59
|
-
npx @unitsvc/cc-helper enable monitor # streaming event monitoring (v2.1.
|
|
57
|
+
npx @unitsvc/cc-helper enable loop # scheduled recurring prompts
|
|
58
|
+
npx @unitsvc/cc-helper enable btw # side questions
|
|
59
|
+
npx @unitsvc/cc-helper enable keybindings # custom keyboard shortcuts
|
|
60
|
+
npx @unitsvc/cc-helper enable toolsearch # dynamic tool search
|
|
61
|
+
npx @unitsvc/cc-helper enable context1m # 1M token context (v2.1.76+)
|
|
62
|
+
npx @unitsvc/cc-helper enable automode # auto-mode for all models (v2.1.75+)
|
|
63
|
+
npx @unitsvc/cc-helper enable monitor # streaming event monitoring (v2.1.100+)
|
|
60
64
|
|
|
61
65
|
# Check status
|
|
62
66
|
npx @unitsvc/cc-helper status
|
|
@@ -65,21 +69,6 @@ npx @unitsvc/cc-helper status
|
|
|
65
69
|
npx @unitsvc/cc-helper disable
|
|
66
70
|
```
|
|
67
71
|
|
|
68
|
-
## Commands
|
|
69
|
-
|
|
70
|
-
| Command | Description |
|
|
71
|
-
| -------------------- | ---------------------------------------------------- |
|
|
72
|
-
| `enable` | Enable `/loop`, `/btw`, and `/keybindings` (default) |
|
|
73
|
-
| `enable loop` | Enable only `/loop` |
|
|
74
|
-
| `enable btw` | Enable only `/btw` |
|
|
75
|
-
| `enable keybindings` | Enable only `/keybindings` |
|
|
76
|
-
| `enable toolsearch` | Enable toolsearch (requires explicit activation) |
|
|
77
|
-
| `enable context1m` | Enable 1M context for Claude Opus (v2.1.76+) |
|
|
78
|
-
| `enable automode` | Enable auto-mode for all models (v2.1.75+) |
|
|
79
|
-
| `enable monitor` | Enable Monitor tool for streaming events (v2.1.100+) |
|
|
80
|
-
| `disable` | Restore original |
|
|
81
|
-
| `status` | Check current status with version requirements |
|
|
82
|
-
|
|
83
72
|
> **Note**: Running `cc-helper enable` also automatically configures recommended environment variables in `~/.claude/settings.json`:
|
|
84
73
|
>
|
|
85
74
|
> ```json
|
|
@@ -105,9 +94,11 @@ npx @unitsvc/cc-helper disable
|
|
|
105
94
|
|
|
106
95
|
## Configuration Commands
|
|
107
96
|
|
|
108
|
-
|
|
97
|
+
Manage AI provider settings, API keys, environments, and configuration sync for Claude Code.
|
|
98
|
+
|
|
99
|
+
### plan — Coding Plan Provider
|
|
109
100
|
|
|
110
|
-
Configure AI providers with vault-
|
|
101
|
+
Configure third-party AI providers for coding plans with vault-encrypted API key storage. Supports custom model profiles for different coding scenarios.
|
|
111
102
|
|
|
112
103
|
```bash
|
|
113
104
|
# Add provider (auto-saves to vault + settings.json)
|
|
@@ -132,12 +123,13 @@ cc-helper plan export --all-env -o config.json
|
|
|
132
123
|
|
|
133
124
|
**Supported Providers:**
|
|
134
125
|
|
|
135
|
-
| Provider | Description
|
|
136
|
-
| ---------- |
|
|
137
|
-
| `bailian` | (CN) Aliyun
|
|
138
|
-
| `minimaxi` | (CN) MiniMax
|
|
139
|
-
|
|
|
140
|
-
|
|
|
126
|
+
| Provider | Description |
|
|
127
|
+
| ---------- | --------------------- |
|
|
128
|
+
| `bailian` | (CN) Aliyun |
|
|
129
|
+
| `minimaxi` | (CN) MiniMax |
|
|
130
|
+
| ~~`glm`~~ | ~~(CN) Zhipu~~ |
|
|
131
|
+
| ~~`zai`~~ | ~~(EN) Zhipu~~ |
|
|
132
|
+
| `ark` | (CN) Ark (Volcengine) |
|
|
141
133
|
|
|
142
134
|
**Model Profiles:**
|
|
143
135
|
|
|
@@ -162,30 +154,46 @@ Each provider supports multiple model profiles. A profile defines mappings for a
|
|
|
162
154
|
| kimi | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 |
|
|
163
155
|
| minimax | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 |
|
|
164
156
|
|
|
165
|
-
|
|
157
|
+
**~~glm / zai Profiles:~~ (NOT ALLOWED)**
|
|
166
158
|
|
|
167
|
-
| Profile | Model | Haiku | Sonnet | Opus
|
|
168
|
-
| ------- | ------------ | ----------- | ------- |
|
|
169
|
-
| default | glm-5
|
|
170
|
-
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5
|
|
171
|
-
| 5.1 | glm-5.1 | glm-4.7 | glm-
|
|
172
|
-
| 5v | glm-5v-turbo | glm-
|
|
159
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
160
|
+
| ------- | ------------ | ----------- | ------- | ------- | --------- |
|
|
161
|
+
| default | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
162
|
+
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
|
|
163
|
+
| 5.1 | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
164
|
+
| 5v | glm-5v-turbo | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
173
165
|
|
|
174
166
|
**minimaxi Profiles:**
|
|
175
167
|
|
|
176
168
|
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
177
169
|
| ------- | ------------ | ------------ | ------------ | ------------ | ------------ |
|
|
178
|
-
| default | MiniMax-M2.7 | MiniMax-M2.
|
|
170
|
+
| default | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 | MiniMax-M2.7 |
|
|
171
|
+
|
|
172
|
+
**ark Profiles:**
|
|
173
|
+
|
|
174
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
175
|
+
| -------- | ---------------- | -------------------- | ---------------- | ------------------- | ---------------- |
|
|
176
|
+
| default | kimi-k2.6 | kimi-k2.5 | kimi-k2.6 | kimi-k2.6 | kimi-k2.6 |
|
|
177
|
+
| kimi | kimi-k2.6 | kimi-k2.5 | kimi-k2.6 | kimi-k2.6 | kimi-k2.6 |
|
|
178
|
+
| doubao | doubao-seed-code | doubao-seed-2.0-code | doubao-seed-code | doubao-seed-2.0-pro | doubao-seed-code |
|
|
179
|
+
| minimax | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 | minimax-m2.7 |
|
|
180
|
+
| glm | glm-5.1 | glm-4.7 | glm-5.1 | glm-5.1 | glm-5.1 |
|
|
181
|
+
| deepseek | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 | deepseek-v3.2 |
|
|
182
|
+
| auto | glm-5.1 | ark-code-latest | minimax-m2.7 | glm-5.1 | kimi-k2.6 |
|
|
179
183
|
|
|
180
184
|
```bash
|
|
181
185
|
# Example: Use 1M context on bailian
|
|
182
186
|
cc-helper plan add -p bailian -k YOUR_KEY
|
|
183
187
|
cc-helper plan switch --profile 1m
|
|
188
|
+
|
|
189
|
+
# Example: Configure Ark with auto profile
|
|
190
|
+
cc-helper plan add -p ark -k YOUR_KEY
|
|
191
|
+
cc-helper plan switch --profile auto
|
|
184
192
|
```
|
|
185
193
|
|
|
186
|
-
### vault
|
|
194
|
+
### vault — Secure API Key Storage
|
|
187
195
|
|
|
188
|
-
|
|
196
|
+
Store and retrieve provider API keys locally with encryption.
|
|
189
197
|
|
|
190
198
|
```bash
|
|
191
199
|
cc-helper vault list # List secrets
|
|
@@ -194,9 +202,9 @@ cc-helper vault get bailian default # Get & decrypt
|
|
|
194
202
|
cc-helper vault delete bailian default # Delete
|
|
195
203
|
```
|
|
196
204
|
|
|
197
|
-
### env
|
|
205
|
+
### env — Environment Management
|
|
198
206
|
|
|
199
|
-
|
|
207
|
+
Create and switch between isolated configuration environments.
|
|
200
208
|
|
|
201
209
|
```bash
|
|
202
210
|
cc-helper env list # List environments
|
|
@@ -204,9 +212,9 @@ cc-helper env create work # Create
|
|
|
204
212
|
cc-helper env switch work # Switch
|
|
205
213
|
```
|
|
206
214
|
|
|
207
|
-
### sync
|
|
215
|
+
### sync — Config Sync with Git
|
|
208
216
|
|
|
209
|
-
|
|
217
|
+
Backup and restore Claude Code configuration to a Git repository with end-to-end encryption.
|
|
210
218
|
|
|
211
219
|
```bash
|
|
212
220
|
# Login to GitHub
|
|
@@ -223,6 +231,37 @@ cc-helper sync import
|
|
|
223
231
|
|
|
224
232
|
---
|
|
225
233
|
|
|
234
|
+
## Features
|
|
235
|
+
|
|
236
|
+
| Feature | Description |
|
|
237
|
+
| ------------------ | ------------------------------------------------------------- |
|
|
238
|
+
| One-command enable | Enable `/loop`, `/btw`, `/keybindings` with one command |
|
|
239
|
+
| Tool Search | Optional `/toolsearch` for third-party API proxies |
|
|
240
|
+
| 1M Context | Optional `/context1m` for 1M context (v2.1.76+) |
|
|
241
|
+
| Auto Mode | Optional `automode` for all models (v2.1.75+) |
|
|
242
|
+
| Monitor | Optional `monitor` for streaming event monitoring (v2.1.100+) |
|
|
243
|
+
| Provider config | `plan` command with vault-based API key storage |
|
|
244
|
+
| Secret management | `vault` command for secure secret storage |
|
|
245
|
+
| Multi-environment | `env` command for environment switching |
|
|
246
|
+
| Git sync | `sync` command for configuration sync |
|
|
247
|
+
| Easy restore | Automatic backup and restore |
|
|
248
|
+
| Zero dependencies | No runtime dependencies |
|
|
249
|
+
|
|
250
|
+
### Screenshots
|
|
251
|
+
|
|
252
|
+

|
|
253
|
+

|
|
254
|
+
|
|
255
|
+
## Platforms
|
|
256
|
+
|
|
257
|
+
| Platform | Architecture |
|
|
258
|
+
| -------- | ------------ |
|
|
259
|
+
| macOS | amd64, arm64 |
|
|
260
|
+
| Linux | amd64, arm64 |
|
|
261
|
+
| Windows | amd64, arm64 |
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
226
265
|
## Core Features
|
|
227
266
|
|
|
228
267
|
### `/loop` - Scheduled Recurring Prompts
|
|
@@ -421,37 +460,6 @@ while true; do
|
|
|
421
460
|
done
|
|
422
461
|
```
|
|
423
462
|
|
|
424
|
-
---
|
|
425
|
-
|
|
426
|
-
## Features
|
|
427
|
-
|
|
428
|
-
| Feature | Description |
|
|
429
|
-
| ------------------ | ------------------------------------------------------------- |
|
|
430
|
-
| One-command enable | Enable `/loop`, `/btw`, `/keybindings` with one command |
|
|
431
|
-
| Tool Search | Optional `/toolsearch` for third-party API proxies |
|
|
432
|
-
| 1M Context | Optional `/context1m` for 1M context (v2.1.76+) |
|
|
433
|
-
| Auto Mode | Optional `automode` for all models (v2.1.75+) |
|
|
434
|
-
| Monitor | Optional `monitor` for streaming event monitoring (v2.1.100+) |
|
|
435
|
-
| Provider config | `plan` command with vault-based API key storage |
|
|
436
|
-
| Secret management | `vault` command for secure secret storage |
|
|
437
|
-
| Multi-environment | `env` command for environment switching |
|
|
438
|
-
| Git sync | `sync` command for configuration sync |
|
|
439
|
-
| Easy restore | Automatic backup and restore |
|
|
440
|
-
| Zero dependencies | No runtime dependencies |
|
|
441
|
-
|
|
442
|
-
### Screenshots
|
|
443
|
-
|
|
444
|
-

|
|
445
|
-

|
|
446
|
-
|
|
447
|
-
## Platforms
|
|
448
|
-
|
|
449
|
-
| Platform | Architecture |
|
|
450
|
-
| -------- | ------------ |
|
|
451
|
-
| macOS | amd64, arm64 |
|
|
452
|
-
| Linux | amd64, arm64 |
|
|
453
|
-
| Windows | amd64, arm64 |
|
|
454
|
-
|
|
455
463
|
## License
|
|
456
464
|
|
|
457
465
|
AGPL-3.0 - see [LICENSE](./LICENSE)
|