mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 11:48:42 +02:00
Agents were using curl to download attachments because the CLI had no
download command and the CLAUDE.md template didn't document one. This
caused failures with signed/authenticated URLs.
Changes:
- Add GET /api/attachments/{id} endpoint to fetch single attachment metadata
- Add `multica attachment download <id> [-o <dir>]` CLI command
- Document the command in the agent CLAUDE.md template
- Add Attachments section to CLAUDE.md template explaining usage
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>