docs(cli): add agent selector to cli backend quick start (#74613) · openclaw/openclaw@f00de6b
vyctorbrzezo
·
2026-06-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -35,9 +35,12 @@ You can use Claude Code CLI **without any config** (the bundled Anthropic plugin
|
35 | 35 | registers a default backend): |
36 | 36 | |
37 | 37 | ```bash |
38 | | -openclaw agent --message "hi" --model claude-cli/claude-sonnet-4-6 |
| 38 | +openclaw agent --agent main --message "hi" --model claude-cli/claude-sonnet-4-6 |
39 | 39 | ``` |
40 | 40 | |
| 41 | +`main` is the default agent id when no explicit agent list is configured. If |
| 42 | +you use multiple agents, replace it with the agent id you want to run. |
| 43 | + |
41 | 44 | If your gateway runs under launchd/systemd and PATH is minimal, add just the |
42 | 45 | command path: |
43 | 46 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。