@unitsvc/cc-helper 1.2.14 → 1.2.16
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 +9 -6
- package/README.md +9 -6
- package/package.json +1 -1
package/README-zh.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| Claude Code | v2.1.71+ |
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g @anthropic-ai/claude-code@v2.1.
|
|
19
|
+
npm install -g @anthropic-ai/claude-code@v2.1.91
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## 安装
|
|
@@ -92,6 +92,8 @@ npx @unitsvc/cc-helper disable
|
|
|
92
92
|
> "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1",
|
|
93
93
|
> "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
94
94
|
> "CLAUDE_CODE_HIDE_ACCOUNT_INFO": "1",
|
|
95
|
+
> "CLAUDE_CODE_NEW_INIT": "1",
|
|
96
|
+
> "CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
|
|
95
97
|
> "API_TIMEOUT_MS": "3000000"
|
|
96
98
|
> }
|
|
97
99
|
> }
|
|
@@ -158,11 +160,12 @@ cc-helper plan export --all-env -o config.json
|
|
|
158
160
|
|
|
159
161
|
**glm / zai 配置:**
|
|
160
162
|
|
|
161
|
-
| Profile | Model
|
|
162
|
-
| ------- |
|
|
163
|
-
| default | glm-5
|
|
164
|
-
|
|
|
165
|
-
| 5.1 | glm-5.1
|
|
163
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
164
|
+
| ------- | ------------ | ----------- | ------- | ------------ | ------------ |
|
|
165
|
+
| default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
|
|
166
|
+
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
|
|
167
|
+
| 5.1 | glm-5.1 | glm-4.7 | glm-4.7 | glm-5 | glm-5.1 |
|
|
168
|
+
| 5v | glm-5v-turbo | glm-5-turbo | glm-5.1 | glm-5v-turbo | glm-5v-turbo |
|
|
166
169
|
|
|
167
170
|
**minimaxi 配置:**
|
|
168
171
|
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| Claude Code | v2.1.71+ |
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g @anthropic-ai/claude-code@v2.1.
|
|
19
|
+
npm install -g @anthropic-ai/claude-code@v2.1.91
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
@@ -92,6 +92,8 @@ npx @unitsvc/cc-helper disable
|
|
|
92
92
|
> "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1",
|
|
93
93
|
> "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
94
94
|
> "CLAUDE_CODE_HIDE_ACCOUNT_INFO": "1",
|
|
95
|
+
> "CLAUDE_CODE_NEW_INIT": "1",
|
|
96
|
+
> "CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
|
|
95
97
|
> "API_TIMEOUT_MS": "3000000"
|
|
96
98
|
> }
|
|
97
99
|
> }
|
|
@@ -158,11 +160,12 @@ Each provider supports multiple model profiles. A profile defines mappings for a
|
|
|
158
160
|
|
|
159
161
|
**glm / zai Profiles:**
|
|
160
162
|
|
|
161
|
-
| Profile | Model
|
|
162
|
-
| ------- |
|
|
163
|
-
| default | glm-5
|
|
164
|
-
|
|
|
165
|
-
| 5.1 | glm-5.1
|
|
163
|
+
| Profile | Model | Haiku | Sonnet | Opus | Reasoning |
|
|
164
|
+
| ------- | ------------ | ----------- | ------- | ------------ | ------------ |
|
|
165
|
+
| default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
|
|
166
|
+
| 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
|
|
167
|
+
| 5.1 | glm-5.1 | glm-4.7 | glm-4.7 | glm-5 | glm-5.1 |
|
|
168
|
+
| 5v | glm-5v-turbo | glm-5-turbo | glm-5.1 | glm-5v-turbo | glm-5v-turbo |
|
|
166
169
|
|
|
167
170
|
**minimaxi Profiles:**
|
|
168
171
|
|