mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
* feat(cli): add ironclaw models subcommands (list/status/set/set-provider) Implements model management CLI (part of #83): - `models list [provider] [--verbose] [--json]` — list providers; fetches live model list from the provider API when a specific provider is given - `models status [--json]` — show active provider/model - `models set <model>` — set default model with validation - `models set-provider <id> [--model <name>]` — set provider with alias normalization - fix conflicts * fix(deps): update tar to 0.4.45 (RUSTSEC-2026-0067, RUSTSEC-2026-0068) --------- Co-authored-by: firat.sertgoz <[email protected]>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
---
|
|
source: src/cli/mod.rs
|
|
expression: help
|
|
---
|
|
Secure personal AI assistant that protects your data and expands its capabilities
|
|
|
|
Usage: ironclaw [OPTIONS] [COMMAND]
|
|
|
|
Commands:
|
|
run Run the AI agent
|
|
onboard Run interactive setup wizard
|
|
config Manage app configs
|
|
tool Manage WASM tools
|
|
registry Browse/install extensions
|
|
channels Manage channels
|
|
routines Manage routines
|
|
mcp Manage MCP servers
|
|
memory Manage workspace memory
|
|
pairing Manage DM pairing
|
|
service Manage OS service
|
|
skills Manage skills
|
|
hooks Manage lifecycle hooks
|
|
models Manage LLM providers and models
|
|
doctor Run diagnostics
|
|
logs View and manage gateway logs
|
|
status Show system status
|
|
completion Generate completions
|
|
import Import from other AI systems
|
|
login Authenticate with a provider
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
--cli-only Run in interactive CLI mode only (disable other channels)
|
|
--no-db Skip database connection (for testing)
|
|
-m, --message <MESSAGE> Single message mode - send one message and exit
|
|
-c, --config <CONFIG> Configuration file path (optional, uses env vars by default)
|
|
--no-onboard Skip first-run onboarding check
|
|
-h, --help Print help (see more with '--help')
|
|
-V, --version Print version
|