multica/server/cmd
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
..
migrate feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
multica feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +08:00
server fix(trigger): allow on_comment when thread root @mentions assignee agent (#382) 2026-04-03 15:07:39 +08:00