@aiiware/aii 0.13.9 → 0.13.11

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 -3
  2. package/bin/aii +417 -411
  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.13.9 · <strong>Node.js:</strong> >= 18
12
+ <strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.13.10 · <strong>Node.js:</strong> >= 18
13
13
  </p>
14
14
 
15
15
  ---
@@ -212,7 +212,7 @@ aii loop --budget 1.00 --duration 8h "refactor the auth module"
212
212
  |---------|-------------|
213
213
  | `/pause [duration]` | Pause after the current tool call (e.g., `/pause 5m`, `/pause 2h`) |
214
214
  | `/resume` | Resume a paused loop |
215
- | `/stop` | Finish current iteration, then exit cleanly |
215
+ | `/stop` | Finish current turn, then exit cleanly |
216
216
  | `/stats` | Live view of tokens, cost, iterations, elapsed time |
217
217
  | `/note <text>` | Inject a note immediately — the agent sees it at the next tool call boundary |
218
218
  | Plain text + Enter | Queue guidance — consumed one per iteration with visual feedback |
@@ -223,7 +223,7 @@ Pause takes effect between tool calls — the agent finishes what it's doing, th
223
223
 
224
224
  `/note` also works in **Normal mode** (interactive sessions) — type it while the agent is processing to steer it mid-turn.
225
225
 
226
- > **Migration note:** `/now` still works as an alias in v0.13.9 but will be removed in a future version. Use `/note` instead — same behavior, clearer name.
226
+ > **Migration note:** `/now` still works as an alias in v0.13.10 but will be removed in a future version. Use `/note` instead — same behavior, clearer name.
227
227
 
228
228
  The status bar updates in real time with iteration count, token usage, estimated cost, and tool calls — you always know what the loop is doing and what it's costing.
229
229