@compass-ai/nova 1.0.100 → 1.1.1
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 +5 -2
- package/dist/cli.js +1092 -988
- package/dist/index.js +727 -742
- package/package.json +25 -5
package/README.md
CHANGED
|
@@ -248,13 +248,16 @@ Nova supports multiple AI models — switch anytime with `/model`:
|
|
|
248
248
|
| **Z.AI GLM 5.1** | `glm-5.1`, `g` | Cloud-hosted, open-source alternative |
|
|
249
249
|
| **Z.AI GLM 5** | `glm-5` | Cloud-hosted, open-source |
|
|
250
250
|
| **MiniMax M2.7** | `minimax-m2.7`, `m` | Versatile cloud alternative |
|
|
251
|
-
| **Kimi K2.
|
|
251
|
+
| **Kimi K2.6** | `kimi-k2.6`, `k` | Deep reasoning alternative |
|
|
252
252
|
| **Gemini 3 Pro** | `gemini-3-pro`, `p` | Creative cloud alternative |
|
|
253
|
+
| **DeepSeek V4 Pro** | `deepseek-v4-pro` | High-context reasoning alternative |
|
|
254
|
+
| **GPT-5.5** | `gpt-5.5` | Advanced OpenAI reasoning, vision, and structured output |
|
|
255
|
+
| **GPT-5.4** | `gpt-5.4` | OpenAI reasoning, vision, and structured output |
|
|
253
256
|
|
|
254
257
|
All models support:
|
|
255
258
|
- 200K token context window
|
|
256
259
|
- Streaming responses
|
|
257
|
-
-
|
|
260
|
+
- Tool use
|
|
258
261
|
|
|
259
262
|
## Requirements
|
|
260
263
|
|