multica/server
LinYushen 98e7d27acc
feat(cli): add --attachment flag to issue comment add (#260)
Add file attachment support to `multica issue comment add`. The CLI
uploads files via multipart form to /api/upload-file, collects the
returned attachment IDs, and passes them when creating the comment.

Usage: multica issue comment add <issue-id> --content "..." --attachment file1.png --attachment file2.pdf

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 15:57:23 +08:00
..
cmd feat(cli): add --attachment flag to issue comment add (#260) 2026-04-01 15:57:23 +08:00
internal feat(cli): add --attachment flag to issue comment add (#260) 2026-04-01 15:57:23 +08:00
migrations merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
pkg merge: resolve conflicts with main 2026-04-01 13:12:23 +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