multica/server/cmd/multica
Jiayuan 0bbc6bc1c5 feat(comments): add pagination support to comment list API and CLI
Add --limit, --offset, and --since flags to `multica issue comment list`
to prevent context window overflow when issues have many comments.

The API endpoint now accepts limit, offset, and since (RFC3339) query
parameters. When paginating, the response includes an X-Total-Count
header with the total number of comments.
2026-04-03 23:53:00 +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_attachment.go fix(agent): instruct agents to use download_url for attachments (#356) 2026-04-02 07:45:42 -07: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): support direct download update for non-Homebrew installs (#334) 2026-04-02 15:38:06 +08:00
cmd_issue.go feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +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(daemon): support direct download update for non-Homebrew installs (#334) 2026-04-02 15:38:06 +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 fix(agent): instruct agents to use download_url for attachments (#356) 2026-04-02 07:45:42 -07:00