Skip to content

Commit f589056

Browse files
authored
Merge pull request #1906 from dgageot/default-agent-tip
Add tip about the default agent
2 parents ae21d96 + fde49e0 commit f589056

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/features/cli/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,15 @@ Run an alias with: cagent run <alias>
211211

212212
</div>
213213

214+
<div class="callout callout-tip">
215+
<div class="callout-title">💡 Set a default agent
216+
</div>
217+
<p>Create a <code>default</code> alias to customize what <code>cagent</code> starts with no arguments:</p>
218+
<pre><code>$ cagent alias add default /my/default/agent.yaml</code></pre>
219+
<p>Then simply run <code>cagent</code> — it will launch that agent automatically.</p>
220+
221+
</div>
222+
214223
## Global Flags
215224

216225
| Flag | Description |

0 commit comments

Comments
 (0)