@compass-ai/nova 1.0.97 → 1.0.98
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 +2 -2
- package/dist/cli.js +1054 -878
- package/dist/index.js +764 -598
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -240,9 +240,9 @@ Nova supports multiple AI models — switch anytime with `/model`:
|
|
|
240
240
|
|
|
241
241
|
| Model | Alias | Best For |
|
|
242
242
|
|-------|-------|----------|
|
|
243
|
-
| **Claude Opus 4.
|
|
243
|
+
| **Claude Opus 4.7** | `opus`, `o` | Complex reasoning, architecture decisions, extended thinking |
|
|
244
244
|
| **Claude Sonnet 4.6** | `sonnet`, `s` | Balanced performance (default) |
|
|
245
|
-
| **Claude Opus 4.
|
|
245
|
+
| **Claude Opus 4.6** | `opus-4.6` | 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
248
|
| **Z.AI GLM 5.1** | `glm-5.1`, `g` | Cloud-hosted, open-source alternative |
|