mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 05:49:12 +02:00
* fix(agent): use --message flag for OpenClaw CLI invocation OpenClaw CLI changed its prompt flag from `-p` to `--message`. The old flag caused tasks to fail immediately with "required option '-m, --message <text>' not specified". Fixes #713, relates to #703. * fix(agent): rewrite openclaw backend to match actual CLI interface - Replace unsupported flags (-p, --output-format, --yes) with correct ones (--message, --json, --local, --session-id) - Read JSON result from stderr (where openclaw writes it) - Parse openclaw's actual output format ({payloads, meta}) - Auto-generate session ID for each task execution - Show "live log not available" hint in agent live card when timeline is empty (openclaw doesn't support streaming)