nanoai-cli 1.1.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nanoai-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Terminal UI, ACP server, and automation-friendly CLI for NanoAgent.",
5
5
  "keywords": [
6
6
  "nanoagent",