mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
Add two new CLI commands so agents can access execution history: - `multica issue runs <issue-id>` lists all task executions for an issue - `multica issue run-messages <task-id>` lists messages for an execution Also adds --since query param support to the ListTaskMessages backend handler for incremental message fetching.