cckit 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -177,13 +177,13 @@ The active model is used when Claude Code switches to that provider. If no expli
177
177
 
178
178
  ### Provider Details
179
179
 
180
- | Provider | Default Model | Default Base URL | Auth Method | Capabilities |
181
- |----------|---------------|------------------|-------------|--------------:|
182
- | 智谱LLM | GLM-4.6 | https://open.bigmodel.cn/api/anthropic | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Chinese Support |
183
- | MiniMax | MiniMax-M2 | https://api.minimaxi.com/anthropic | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Multi-language |
184
- | Kimi | kimi-for-coding | https://api.kimi.com/coding/ | ANTHROPIC_API_KEY | Chat, Long Context, Code Generation |
185
- | ZenMux.ai | claude-3-5-sonnet-20241022 | https://zenmux.ai/api/anthropic | ANTHROPIC_API_KEY | Model Gateway, Multi-provider, Claude Compatible |
186
- | Claude | claude-3-5-sonnet-20241022 | Official | ANTHROPIC_API_KEY | Chat, Code Generation, Analysis, Multimodal |
180
+ | Provider | Default Model | Platform URL | Auth Method | Capabilities | Default Base URL |
181
+ |----------|---------------|--------------|-------------|--------------|------------------|
182
+ | 智谱LLM | GLM-4.6 | https://www.bigmodel.cn/claude-code?ic=AFDPNDPWIF | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Chinese Support | https://www.bigmodel.cn/claude-code?ic=AFDPNDPWIF |
183
+ | MiniMax | MiniMax-M2 | https://platform.minimaxi.com/subscribe/coding-plan | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Multi-language | https://api.minimaxi.com/anthropic |
184
+ | Kimi | kimi-for-coding | https://www.kimi.com/coding/docs/ | ANTHROPIC_API_KEY | Chat, Long Context, Code Generation | https://api.kimi.com/coding/ |
185
+ | ZenMux.ai | claude-3-5-sonnet-20241022 | https://zenmux.ai/invite/ZAEJCE | ANTHROPIC_API_KEY | Model Gateway, Multi-provider, Claude Compatible | https://zenmux.ai/api/anthropic |
186
+ | Claude | claude-3-5-sonnet-20241022 | https://console.anthropic.com | ANTHROPIC_API_KEY | Chat, Code Generation, Analysis, Multimodal | Official |
187
187
 
188
188
  ## How It Works
189
189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cckit",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Code Kit for Claude Model Switching - Support 智谱LLM, MiniMax, Kimi, ZenMux.ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",