@austinthesing/magic-shell 0.2.18 → 0.2.19
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.md +4 -6
- package/dist/cli.js +440 -158
- package/dist/index.js +900 -407
- package/dist/tui.js +440 -158
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -186,19 +186,17 @@ OpenCode Zen provides curated models optimized for coding tasks, including **fre
|
|
|
186
186
|
|
|
187
187
|
- `kimi-k2.6-free` - Moonshot's latest model (default)
|
|
188
188
|
- `deepseek-v4-flash-free` - DeepSeek's latest fast model
|
|
189
|
-
- `minimax-m2.5-free` - Free MiniMax model
|
|
190
189
|
|
|
191
190
|
**Premium Models:**
|
|
192
191
|
|
|
193
|
-
- Claude Sonnet 4.
|
|
194
|
-
- Claude Haiku 4.5
|
|
192
|
+
- Claude Sonnet 4.6, Claude Opus 4.7, Claude Haiku 4.5
|
|
195
193
|
- Kimi K2.6, Kimi K2 Thinking
|
|
196
|
-
- DeepSeek V4 Pro
|
|
194
|
+
- DeepSeek V4 Pro
|
|
197
195
|
- GLM 5.1
|
|
198
196
|
- MiMo V2.5, MiMo V2.5 Pro
|
|
199
197
|
- MiniMax M2.7
|
|
200
|
-
- Gemini 3 Pro, Gemini 3 Flash
|
|
201
|
-
- GPT 5.
|
|
198
|
+
- Gemini 3.1 Pro, Gemini 3 Flash
|
|
199
|
+
- GPT 5.5, GPT 5.5 Pro, GPT 5.4 Mini/Nano, GPT 5.3 Codex
|
|
202
200
|
- And more...
|
|
203
201
|
|
|
204
202
|
Get your API key at: https://opencode.ai/auth
|