@compass-ai/nova 1.0.95 → 1.0.97
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 +3 -3
- package/dist/cli.js +881 -1119
- package/dist/index.js +640 -878
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -245,8 +245,8 @@ Nova supports multiple AI models — switch anytime with `/model`:
|
|
|
245
245
|
| **Claude Opus 4.5** | `opus-4.5` | Previous-gen complex reasoning |
|
|
246
246
|
| **Claude Sonnet 4.5** | `sonnet-4.5` | Previous-gen balanced performance |
|
|
247
247
|
| **Claude Haiku 4.5** | `haiku`, `h` | Fast iterations, quick tasks |
|
|
248
|
-
| **Z.AI GLM 5** | `glm-5`, `g` | Cloud-hosted, open-source alternative |
|
|
249
|
-
| **Z.AI GLM
|
|
248
|
+
| **Z.AI GLM 5.1** | `glm-5.1`, `g` | Cloud-hosted, open-source alternative |
|
|
249
|
+
| **Z.AI GLM 5** | `glm-5` | Cloud-hosted, open-source |
|
|
250
250
|
| **MiniMax M2.7** | `minimax-m2.7`, `m` | Versatile cloud alternative |
|
|
251
251
|
| **Kimi K2.5** | `kimi-k2.5`, `k` | Deep reasoning alternative |
|
|
252
252
|
| **Gemini 3 Pro** | `gemini-3-pro`, `p` | Creative cloud alternative |
|
|
@@ -314,7 +314,7 @@ Or manually remove data after uninstalling:
|
|
|
314
314
|
rm -rf ~/.compass
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
## Contributing
|
|
317
|
+
## Contributing
|
|
318
318
|
|
|
319
319
|
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
|
|
320
320
|
|