ai-cli 0.0.3 → 0.0.4

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/dist/ai.mjs +242 -149
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -64,15 +64,17 @@ echo "explain this" | ai # pipe input
64
64
  - `/compress` - compress history
65
65
 
66
66
  ### model
67
- - `/list` - select model
68
- - `/model` - current model
67
+ - `/model` - select model interactively
68
+ - `/model <query>` - switch to matching model
69
69
 
70
70
  ### system
71
+ - `/info` - version, model, balance, storage
71
72
  - `/processes` - background processes
72
73
  - `/memory` - saved memories
73
74
  - `/mcp` - mcp servers
74
75
  - `/settings` - preferences
75
76
  - `/alias` - shortcuts
77
+ - `/purge` - delete all chats
76
78
  - `/help` - commands
77
79
 
78
80
  ## skills