@aiiware/aii 0.12.4 → 0.12.6

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 (3) hide show
  1. package/README.md +3 -1
  2. package/bin/aii +579 -565
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ An autonomous AI assistant that lives in your terminal. Ask it anything — it r
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.12.3 · <strong>Node.js:</strong> >= 18
12
+ <strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.12.5 · <strong>Node.js:</strong> >= 18
13
13
  </p>
14
14
 
15
15
  ---
@@ -134,6 +134,7 @@ During interactive sessions, type `/` to see all commands. Highlights:
134
134
  | `/model [name]` | View or switch model |
135
135
  | `/provider [name]` | View or switch provider |
136
136
  | `/soul [name]` | View or switch soul (thinker, doer, coder) |
137
+ | `/theme [name]` | View or switch color theme |
137
138
  | `/auto` | Toggle auto-approve mode |
138
139
  | `/plan` | Toggle plan mode (read-only) |
139
140
  | `/diff` | See all file changes this session |
@@ -158,6 +159,7 @@ During interactive sessions, type `/` to see all commands. Highlights:
158
159
  | `Ctrl+C` | Exit immediately |
159
160
  | `Ctrl+D` | Graceful exit with session summary |
160
161
  | `Ctrl+L` | Clear conversation |
162
+ | `Ctrl+U` | Clear type-ahead queue / input line |
161
163
  | `Up/Down` | Navigate input history |
162
164
  | `Tab` | Autocomplete commands |
163
165