multica/server/cmd/multica
Jiayuan 6b0c9bba9e feat(cli): add issue runs and run-messages commands
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.
2026-04-02 03:30:33 +08:00
..
cmd_agent.go feat(cli): default to production URLs (api.multica.ai, multica.ai) 2026-04-01 13:27:58 +08:00
cmd_auth.go feat(cli): default to production URLs (api.multica.ai, multica.ai) 2026-04-01 13:27:58 +08:00
cmd_auth_test.go feat(cli): default to production URLs (api.multica.ai, multica.ai) 2026-04-01 13:27:58 +08:00
cmd_compat_test.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_config.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_daemon.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_issue.go feat(cli): add issue runs and run-messages commands 2026-04-02 03:30:33 +08:00
cmd_issue_test.go fix: address PR #149 review findings 2026-03-27 16:15:58 +08:00
cmd_login.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_repo.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
cmd_update.go feat(cli): add multica update command (#218) 2026-03-31 15:24:05 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
main.go feat(cli): add multica update command (#218) 2026-03-31 15:24:05 +08:00