We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae21d96 + fde49e0 commit f589056Copy full SHA for f589056
1 file changed
docs/features/cli/index.md
@@ -211,6 +211,15 @@ Run an alias with: cagent run <alias>
211
212
</div>
213
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
222
223
## Global Flags
224
225
| Flag | Description |
0 commit comments