diff --git a/CLI_AND_DAEMON.md b/CLI_AND_DAEMON.md index 6d03edfdb..8ed61a4b0 100644 --- a/CLI_AND_DAEMON.md +++ b/CLI_AND_DAEMON.md @@ -655,7 +655,7 @@ multica autopilot update --description "New prompt" multica autopilot delete ``` -`--mode` currently only accepts `create_issue` (creates a new issue on each run and assigns it to the agent). The server data model also defines `run_only`, but the daemon task path doesn't yet resolve a workspace for runs without an issue, so it's not exposed by the CLI. `--agent` accepts either a name or UUID. +`--mode` accepts `create_issue` (creates a new issue on each run and assigns it to the agent) or `run_only` (enqueues a direct agent task without creating an issue). `--agent` accepts either a name or UUID. ### Manual Trigger