multica/server
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 feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +08:00
internal feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +08:00
migrations feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00
pkg feat(comments): add pagination support to comment list API and CLI 2026-04-03 23:53:00 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00