@compass-ai/nova 1.0.96 → 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.
Files changed (4) hide show
  1. package/README.md +5 -5
  2. package/dist/cli.js +1142 -1207
  3. package/dist/index.js +858 -930
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -240,13 +240,13 @@ Nova supports multiple AI models — switch anytime with `/model`:
240
240
 
241
241
  | Model | Alias | Best For |
242
242
  |-------|-------|----------|
243
- | **Claude Opus 4.6** | `opus`, `o` | Complex reasoning, architecture decisions, extended thinking |
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.5** | `opus-4.5` | Previous-gen complex reasoning |
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
- | **Z.AI GLM 5** | `glm-5`, `g` | Cloud-hosted, open-source alternative |
249
- | **Z.AI GLM 4.7** | `glm-4.7` | Cloud-hosted, open-source |
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