@compass-ai/nova 1.1.12 → 1.1.14
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 -2
- package/dist/cli.js +1126 -1016
- package/dist/index.js +876 -816
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,6 +67,7 @@ Nova leverages advanced language models to provide intelligent assistance for:
|
|
|
67
67
|
- **Auto Mode** - Safe operations approved automatically, risky ones require review
|
|
68
68
|
- **Strict Mode** - Maximum safety, all operations require explicit approval
|
|
69
69
|
- **Automatic Backups** - Changes are backed up before modification
|
|
70
|
+
- **Dirty-Tree Isolation** - New git-backed requests start in a managed worktree when your repository already has uncommitted work
|
|
70
71
|
- **Undo Support** - Roll back changes with `/undo`
|
|
71
72
|
|
|
72
73
|
### Developer Workflow Integration
|
|
@@ -127,7 +128,7 @@ During a session, use these slash commands:
|
|
|
127
128
|
| `/update` | Check for and install Nova updates |
|
|
128
129
|
| `/personality` | Change communication style |
|
|
129
130
|
| `/unleash` | Toggle unguarded mode |
|
|
130
|
-
| `/wrap` | Consolidate memory
|
|
131
|
+
| `/wrap` | Consolidate, prune, and verify memory files (`/wrap-memory` alias supported) |
|
|
131
132
|
| `/purge` | Clean up old backups and logs |
|
|
132
133
|
| `/attach` | Attach a file to the conversation |
|
|
133
134
|
| `/paste` | Paste clipboard content into conversation |
|
|
@@ -247,7 +248,7 @@ Nova supports multiple AI models — switch anytime with `/model`:
|
|
|
247
248
|
| **Claude Sonnet 4.5** | `sonnet-4.5` | Previous-gen balanced performance |
|
|
248
249
|
| **Claude Haiku 4.5** | `haiku`, `h` | Fast iterations, quick tasks |
|
|
249
250
|
| **Z.AI GLM 5.1** | `glm-5.1`, `g` | Cloud-hosted, open-source alternative |
|
|
250
|
-
| **MiniMax
|
|
251
|
+
| **MiniMax M3** | `minimax-m3`, `m` | Versatile cloud alternative |
|
|
251
252
|
| **Kimi K2.6** | `kimi-k2.6`, `k` | Deep reasoning alternative |
|
|
252
253
|
| **Gemini 3 Pro** | `gemini-3-pro`, `p` | Creative cloud alternative |
|
|
253
254
|
| **DeepSeek V4 Pro** | `deepseek-v4-pro` | High-context reasoning alternative |
|