@unitsvc/cc-helper 1.2.15 → 1.2.17

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 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.89
19
+ npm install -g @anthropic-ai/claude-code@v2.1.92
20
20
  ```
21
21
 
22
22
  ## 安装
@@ -163,7 +163,7 @@ cc-helper plan export --all-env -o config.json
163
163
  | Profile | Model | Haiku | Sonnet | Opus | Reasoning |
164
164
  | ------- | ------------ | ----------- | ------- | ------------ | ------------ |
165
165
  | default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
166
- | new | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
166
+ | 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
167
167
  | 5.1 | glm-5.1 | glm-4.7 | glm-4.7 | glm-5 | glm-5.1 |
168
168
  | 5v | glm-5v-turbo | glm-5-turbo | glm-5.1 | glm-5v-turbo | glm-5v-turbo |
169
169
 
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.89
19
+ npm install -g @anthropic-ai/claude-code@v2.1.92
20
20
  ```
21
21
 
22
22
  ## Installation
@@ -163,7 +163,7 @@ Each provider supports multiple model profiles. A profile defines mappings for a
163
163
  | Profile | Model | Haiku | Sonnet | Opus | Reasoning |
164
164
  | ------- | ------------ | ----------- | ------- | ------------ | ------------ |
165
165
  | default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
166
- | new | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
166
+ | 5 | glm-5 | glm-5-turbo | glm-5 | glm-5 | glm-5 |
167
167
  | 5.1 | glm-5.1 | glm-4.7 | glm-4.7 | glm-5 | glm-5.1 |
168
168
  | 5v | glm-5v-turbo | glm-5-turbo | glm-5.1 | glm-5v-turbo | glm-5v-turbo |
169
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitsvc/cc-helper",
3
- "version": "1.2.15",
3
+ "version": "1.2.17",
4
4
  "description": "Claude Code /loop feature bypass tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {