@austinthesing/magic-shell 0.2.24 → 0.2.25

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/dist/cli.js CHANGED
@@ -33074,8 +33074,8 @@ var OPENROUTER_MODELS = [
33074
33074
  cost: "lower-cost"
33075
33075
  },
33076
33076
  {
33077
- id: "z-ai/glm-5-turbo",
33078
- name: "GLM 5 Turbo",
33077
+ id: "z-ai/glm-5.2",
33078
+ name: "GLM 5.2",
33079
33079
  description: "Z.ai's latest fast GLM model",
33080
33080
  category: "fast",
33081
33081
  provider: "openrouter",
@@ -33238,7 +33238,7 @@ var OPENCODE_ZEN_MODELS = [
33238
33238
  {
33239
33239
  id: "gpt-5-nano",
33240
33240
  name: "GPT 5 Nano",
33241
- description: "OpenAI's lightweight GPT model ($0.05/$0.40 per 1M tokens)",
33241
+ description: "OpenAI's lightweight GPT model",
33242
33242
  category: "fast",
33243
33243
  provider: "opencode-zen",
33244
33244
  zenApiType: "openai-responses",
package/dist/index.js CHANGED
@@ -2135,8 +2135,8 @@ var OPENROUTER_MODELS = [
2135
2135
  cost: "lower-cost"
2136
2136
  },
2137
2137
  {
2138
- id: "z-ai/glm-5-turbo",
2139
- name: "GLM 5 Turbo",
2138
+ id: "z-ai/glm-5.2",
2139
+ name: "GLM 5.2",
2140
2140
  description: "Z.ai's latest fast GLM model",
2141
2141
  category: "fast",
2142
2142
  provider: "openrouter",
@@ -2299,7 +2299,7 @@ var OPENCODE_ZEN_MODELS = [
2299
2299
  {
2300
2300
  id: "gpt-5-nano",
2301
2301
  name: "GPT 5 Nano",
2302
- description: "OpenAI's lightweight GPT model ($0.05/$0.40 per 1M tokens)",
2302
+ description: "OpenAI's lightweight GPT model",
2303
2303
  category: "fast",
2304
2304
  provider: "opencode-zen",
2305
2305
  zenApiType: "openai-responses",
package/dist/tui.js CHANGED
@@ -33074,8 +33074,8 @@ var OPENROUTER_MODELS = [
33074
33074
  cost: "lower-cost"
33075
33075
  },
33076
33076
  {
33077
- id: "z-ai/glm-5-turbo",
33078
- name: "GLM 5 Turbo",
33077
+ id: "z-ai/glm-5.2",
33078
+ name: "GLM 5.2",
33079
33079
  description: "Z.ai's latest fast GLM model",
33080
33080
  category: "fast",
33081
33081
  provider: "openrouter",
@@ -33238,7 +33238,7 @@ var OPENCODE_ZEN_MODELS = [
33238
33238
  {
33239
33239
  id: "gpt-5-nano",
33240
33240
  name: "GPT 5 Nano",
33241
- description: "OpenAI's lightweight GPT model ($0.05/$0.40 per 1M tokens)",
33241
+ description: "OpenAI's lightweight GPT model",
33242
33242
  category: "fast",
33243
33243
  provider: "opencode-zen",
33244
33244
  zenApiType: "openai-responses",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@austinthesing/magic-shell",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "description": "Natural language to terminal commands with safety features. Supports OpenCode Zen, OpenRouter, AI gateways, Workers AI, and custom models.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",