@kenkaiiii/ggcoder 5.49.11 → 5.50.0

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -72,7 +72,7 @@ Switch mid-conversation with `/model`. Not locked to anyone.
72
72
  | **Anthropic** | Claude Opus 5, Sonnet 5, Haiku 4.5 | OAuth |
73
73
  | **OpenAI** | GPT-5.5, GPT-5.5 Pro, GPT-5.4, GPT-5.3 Codex | OAuth |
74
74
  | **Moonshot** | Kimi K3, Kimi K2.7 Code | OAuth or API key |
75
- | **Z.AI (GLM)** | GLM-5.3 | API key |
75
+ | **Z.AI (GLM)** | GLM-5.3, GLM-5.3-Flash (image) | API key |
76
76
  | **MiniMax** | MiniMax M3 (image + video) | API key |
77
77
  | **Xiaomi (MiMo)** | MiMo-V2.5-Pro, MiMo-V2.5-Pro-UltraSpeed, MiMo-V2.5 (image + video) | API key |
78
78
  | **DeepSeek** | DeepSeek V4 Pro, V4 Flash | API key |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/ggcoder",
3
- "version": "5.49.11",
3
+ "version": "5.50.0",
4
4
  "type": "module",
5
5
  "description": "CLI coding agent with OAuth authentication for Anthropic, OpenAI, and Gemini",
6
6
  "license": "MIT",
@@ -115,9 +115,9 @@
115
115
  "typescript-language-server": "^5.3.0",
116
116
  "wrap-ansi": "^10.0.0",
117
117
  "zod": "^4.4.3",
118
- "@kenkaiiii/gg-ai": "5.49.11",
119
- "@kenkaiiii/gg-core": "5.49.11",
120
- "@kenkaiiii/gg-agent": "5.49.11"
118
+ "@kenkaiiii/gg-agent": "5.50.0",
119
+ "@kenkaiiii/gg-ai": "5.50.0",
120
+ "@kenkaiiii/gg-core": "5.50.0"
121
121
  },
122
122
  "optionalDependencies": {
123
123
  "@huggingface/transformers": "^3.6.0",