ai-cli 0.0.12 → 0.0.13

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 +1 -0
  2. package/dist/ai.mjs +151 -148
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -82,6 +82,7 @@ On error, includes an `error` field with the message.
82
82
  - `-p, --print` - headless mode: full agent, output to stdout, then exit
83
83
  - `--json` - structured JSON output (implies --print)
84
84
  - `--system` - append custom text to the system prompt
85
+ - `--fast` - enable Anthropic fast mode (speed=fast)
85
86
  - `--force` - auto-approve all tool actions (--print only)
86
87
  - `--no-save` - don't persist the chat to history (--print only)
87
88
  - `--timeout` - abort after N seconds (--print only)