@compass-ai/nova 1.1.7 → 1.1.9
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 +2580 -2553
- package/dist/index.js +2702 -2681
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -189,9 +189,10 @@ Nova includes specialized agents for different workflows:
|
|
|
189
189
|
| Agent | Purpose |
|
|
190
190
|
|-------|---------|
|
|
191
191
|
| **Explorer** | Fast codebase navigation, file search, and pattern matching |
|
|
192
|
-
| **
|
|
193
|
-
| **Debugger** | Root cause analysis, error diagnosis, and fixes |
|
|
192
|
+
| **Verification** | Non-editing review, reproduction, and PASS/FAIL validation with evidence |
|
|
194
193
|
| **Planner** | Architecture design and implementation planning with impact analysis |
|
|
194
|
+
| **Supernova** | Multi-step implementation and fix work with full tool access |
|
|
195
|
+
|
|
195
196
|
|
|
196
197
|
Switch agents with `/agents` or create custom agents in `agents.md`:
|
|
197
198
|
|
|
@@ -246,7 +247,6 @@ Nova supports multiple AI models — switch anytime with `/model`:
|
|
|
246
247
|
| **Claude Sonnet 4.5** | `sonnet-4.5` | Previous-gen balanced performance |
|
|
247
248
|
| **Claude Haiku 4.5** | `haiku`, `h` | Fast iterations, quick tasks |
|
|
248
249
|
| **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.6** | `kimi-k2.6`, `k` | Deep reasoning alternative |
|
|
252
252
|
| **Gemini 3 Pro** | `gemini-3-pro`, `p` | Creative cloud alternative |
|