@compass-ai/nova 1.1.11 → 1.1.13
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 -1
- package/dist/cli.js +1080 -936
- package/dist/index.js +797 -701
- package/package.json +2 -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 |
|