From 7e13e695efebbae186b49e9874504cc659812ab0 Mon Sep 17 00:00:00 2001 From: Jonathan Barket Date: Mon, 1 Jun 2026 23:39:51 -0500 Subject: [PATCH] docs: update --mode note to include run_only (PR #2360) (#3628) Co-authored-by: multica-agent --- CLI_AND_DAEMON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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