@aiiware/aii 0.24.3 → 0.24.5

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 +8 -8
  2. package/bin/aii +768 -741
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -463,18 +463,18 @@ Run `aii help` for the full command list.
463
463
  | Flag | Description |
464
464
  |------|-------------|
465
465
  | `--model <name>` | Override model (e.g., `deepseek/deepseek-chat`) |
466
- | `--auto` | Auto-approve all tool actions |
466
+ | `--auto` | Auto-approve tool prompts (the write fence, sensitive-path reads and project deny rules still apply) |
467
467
  | `-y`, `--yes` | Auto-confirm shell prompts (does **not** authorise installs — see `--trust-source`) |
468
468
  | `--trust-source` | Authorise installing third-party code (skills, plugins, personas) non-interactively |
469
- | `-c`, `--continue-chat <id>` | Resume a specific session |
470
- | `-n`, `--new-chat` | Force new session |
471
- | `-i`, `--interactive` | Force interactive mode |
472
- | `--offline` | Disable web search and MCP |
469
+ | `-c`, `--continue-chat <id>` | **Deprecated no effect.** Use `--continue <id>` |
470
+ | `-n`, `--new-chat` | **Deprecated — no effect.** Use `/new` in-session |
471
+ | `-i`, `--interactive` | Force agent mode (already the default with no query; with a query it is still a one-shot run) |
472
+ | `--offline` | Skip MCP servers. **Web tools stay available** — drop them with `--exclude-tools WebSearch,WebFetch` |
473
473
  | `-D`, `--direct` | Direct LLM mode (bypass server intent recognition) |
474
- | `--no-colors` | Disable colors |
474
+ | `--no-colors` | Disable colors (one-shot + command output; the interactive agent UI is unaffected) |
475
475
  | `--no-streaming` | Disable streaming output |
476
- | `--show-tokens` | Show token usage |
477
- | `--show-cost` | Show cost estimates |
476
+ | `--show-tokens` | **Deprecated — no effect.** Use `-v` for a token/cost line |
477
+ | `--show-cost` | **Deprecated — no effect.** Use `-v` for a token/cost line |
478
478
  | `-v`, `--verbose` | Verbose output |
479
479
  | `-d`, `--debug` | Debug-level output |
480
480
  | `--output-format <fmt>` | `json` or `stream-json` (one-shot only) |