You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,11 @@ This project [includes](./resources/boost/skills) three AI skills focused on man
338
338
339
339
### Agentic-friendly output
340
340
341
-
All commands support the `--agentic-run` option, which switches the output from human-readable text to a structured JSON object. This is useful when integrating the tool into AI workflows or automation pipelines where machine-readable output is preferred.
341
+
All commands support the `--agentic-run` option, which switches the output from human-readable text to a structured JSON object.
342
+
This is useful when integrating the tool into AI workflows or automation pipelines where machine-readable output is preferred.
343
+
344
+
> [!NOTE]
345
+
> As of release `v5.6.1` agentic runs are auto-detected and enabled by default.
0 commit comments