@kenkaiiii/gg-ai 4.2.62 → 4.2.63

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 +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ Tool parameters are Zod schemas. Converted to JSON Schema at the provider bounda
42
42
  |---|---|---|
43
43
  | `anthropic` | Claude Opus 4.6, Sonnet 4.6, Haiku 4.5 | Extended thinking, prompt caching, server-side compaction |
44
44
  | `openai` | GPT-4.1, o3, o4-mini | Supports OAuth (codex endpoint) and API keys |
45
- | `glm` | GLM-5, GLM-4.7 | Z.AI platform, OpenAI-compatible |
45
+ | `glm` | GLM-5.1, GLM-4.7 | Z.AI platform, OpenAI-compatible |
46
46
  | `moonshot` | Kimi K2.5 | Moonshot platform, OpenAI-compatible |
47
47
 
48
48
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-ai",
3
- "version": "4.2.62",
3
+ "version": "4.2.63",
4
4
  "type": "module",
5
5
  "description": "Unified LLM streaming API for Anthropic and OpenAI",
6
6
  "license": "MIT",