@aiiware/aii 0.13.13 → 0.13.14

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 +4 -2
  2. package/bin/aii +351 -349
  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.10 · <strong>Node.js:</strong> >= 18
12
+ <strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.13.14 · <strong>Node.js:</strong> >= 18
13
13
  </p>
14
14
 
15
15
  ---
@@ -407,6 +407,7 @@ Environment variables also work: `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, `DEEPSEE
407
407
  | `aii soul <action>` | Soul (personality) management |
408
408
  | `aii worktree <action>` | Git worktree management |
409
409
  | `aii prompt <action>` | Prompt library |
410
+ | `aii install` | Self-update to latest version |
410
411
  | `aii doctor` | Health diagnostics |
411
412
  | `aii help` | Show help |
412
413
  | `aii version` | Show version |
@@ -438,7 +439,8 @@ Run `aii doctor` for automated diagnostics.
438
439
 
439
440
  | Problem | Fix |
440
441
  |---------|-----|
441
- | `aii` not found | `npm install -g @aiiware/aii`, restart terminal |
442
+ | `aii` not found | `curl -fsSL https://aiiware.com/install.sh \| bash` |
443
+ | Update to latest | `aii install` |
442
444
  | Server won't start | Make sure Docker is running |
443
445
  | API key error | `aii config apikey <provider> <key>` or `aii config init` |
444
446
  | Wrong model | `aii config model <name>` |