multica/server/pkg
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
..
agent feat(daemon): add opencode as supported agent provider (#341) 2026-04-02 17:52:07 +08:00
db feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +08:00
protocol feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00
redact feat(security): redact sensitive information in agent live output 2026-03-30 23:38:49 +08:00