@@ -53,27 +53,24 @@ Either way, running `clai` will start an interactive session where you can chat
5353## Help
5454
5555```
56- usage: clai [-h] [-m [MODEL]] [-a AGENT] [-l] [-t [CODE_THEME]] [--no-stream] [--version] [prompt]
56+ Usage: clai [-h] [-m [MODEL]] [-a AGENT] [-l] [-t [CODE_THEME]] [--no-stream]
57+ [--version] [PROMPT]
5758
58- PydanticAI CLI v0.3.5
59-
60- Special prompts:
61- * `/exit` - exit the interactive mode (ctrl-c and ctrl-d also work)
62- * `/markdown` - show the last markdown output of the last question
63- * `/multiline` - toggle multiline mode
6459
6560positional arguments:
66- prompt AI Prompt, if omitted fall into interactive mode
67-
68- options:
69- -h, --help show this help message and exit
70- -m [MODEL], --model [MODEL]
71- Model to use, in format "<provider>:<model>" e.g. "openai:gpt-4o" or "anthropic:claude-3-7-sonnet-latest". Defaults to "openai:gpt-4o".
72- -a AGENT, --agent AGENT
73- Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
74- -l, --list-models List all available models and exit
75- -t [CODE_THEME], --code-theme [CODE_THEME]
76- Which colors to use for code, can be "dark", "light" or any theme from pygments.org/styles/. Defaults to "dark" which works well on dark terminals.
77- --no-stream Disable streaming from the model
78- --version Show version and exit
61+ prompt AI Prompt, if omitted fall into interactive mode
62+
63+ Options:
64+ -m, --model TEXT Model to use, in format "<provider>:<model>" e.g.
65+ "openai:gpt-4.1" or "anthropic:claude-sonnet-4-0".
66+ Defaults to "openai:gpt-4.1".
67+ -a, --agent TEXT Custom Agent to use, in format "module:variable",
68+ e.g. "mymodule.submodule:my_agent"
69+ -l, --list-models List all available models and exit
70+ -t, --code-theme TEXT Which colors to use for code, can be "dark", "light"
71+ or any theme from pygments.org/styles/. Defaults to
72+ "dark" which works well on dark terminals.
73+ --no-stream Disable streaming from the model
74+ --version Show version and exit
75+ -h, --help Show this message and exit.
7976```
0 commit comments