nanoai-cli 1.0.12 → 1.1.1
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@ NanoAgent is a local AI coding agent for terminal workflows, ACP-compatible edit
|
|
|
10
10
|
- Download the correct native binary for the current platform automatically.
|
|
11
11
|
- Verify release archives before extraction with published SHA-256 checksums.
|
|
12
12
|
- Recover automatically on first run if `postinstall` was skipped or the binary is missing.
|
|
13
|
+
- Toggle a built-in git sidebar (F7) showing branch, queued prompts, recent commits, and changed files — click a file to open it in your editor.
|
|
13
14
|
|
|
14
15
|
## Install
|
|
15
16
|
|