@unitsvc/cc-helper 1.3.2 → 1.3.6

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.92
19
+ npm install -g @anthropic-ai/claude-code@v2.1.100
20
20
  ```
21
21
 
22
22
  ## 安装
@@ -154,7 +154,9 @@ cc-helper plan export --all-env -o config.json
154
154
  | Profile | Model | Haiku | Sonnet | Opus | Reasoning |
155
155
  | ------- | ------------ | ------------ | ------------ | ------------ | ------------ |
156
156
  | default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
157
+ | 5 | glm-5 | glm-5 | glm-5 | qwen3.6-plus | glm-5 |
157
158
  | 1m | glm-5 | glm-4.7 | qwen3.5-plus | qwen3.5-plus | glm-5 |
159
+ | 3.6 | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus |
158
160
  | kimi | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 |
159
161
  | minimax | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 |
160
162
 
@@ -303,6 +305,7 @@ cancel the deploy check job # 按描述或 ID 取消
303
305
 
304
306
  | 模型 | 最大思维链长度 | 上下文长度 |
305
307
  | -------------------- | -------------: | ---------: |
308
+ | qwen3.6-plus | 81,920 | 1,000,000 |
306
309
  | qwen3.5-plus | 81,920 | 1,000,000 |
307
310
  | qwen3-coder-plus | 不支持 | 1,000,000 |
308
311
  | qwen3-max-2026-01-23 | 81,920 | 262,144 |
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.92
19
+ npm install -g @anthropic-ai/claude-code@v2.1.100
20
20
  ```
21
21
 
22
22
  ## Installation
@@ -154,7 +154,9 @@ Each provider supports multiple model profiles. A profile defines mappings for a
154
154
  | Profile | Model | Haiku | Sonnet | Opus | Reasoning |
155
155
  | ------- | ------------ | ------------ | ------------ | ------------ | ------------ |
156
156
  | default | glm-5 | glm-4.7 | glm-5 | glm-5 | glm-5 |
157
+ | 5 | glm-5 | glm-5 | glm-5 | qwen3.6-plus | glm-5 |
157
158
  | 1m | glm-5 | glm-4.7 | qwen3.5-plus | qwen3.5-plus | glm-5 |
159
+ | 3.6 | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus | qwen3.6-plus |
158
160
  | kimi | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 | kimi-k2.5 |
159
161
  | minimax | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 | MiniMax-M2.5 |
160
162
 
@@ -303,6 +305,7 @@ Enable 1M token context window for Claude Opus models.
303
305
 
304
306
  | Model | Max Thinking Tokens | Context Length |
305
307
  | -------------------- | ------------------: | -------------: |
308
+ | qwen3.6-plus | 81,920 | 1,000,000 |
306
309
  | qwen3.5-plus | 81,920 | 1,000,000 |
307
310
  | qwen3-coder-plus | Not supported | 1,000,000 |
308
311
  | qwen3-max-2026-01-23 | 81,920 | 262,144 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitsvc/cc-helper",
3
- "version": "1.3.2",
3
+ "version": "1.3.6",
4
4
  "description": "Claude Code multi-provider & channels toolkit (by next-bin)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {