2025.11.1
Full Changelog: 1.1.0...2025.11.1
Added
issuescommands' results now includeembedsarray containing tickets' file embeds- Embed extraction from issue descriptions and comments
- Parses markdown for Linear upload URLs (
and[label](url)) - Returns
embedsarray inissues readcommand output - Each embed includes
label,url, andexpiresAt(ISO 8601 timestamp)
- Parses markdown for Linear upload URLs (
- Embed extraction from issue descriptions and comments
- New
embedscommand group for downloading embedded files from Linear's cloud storageembeds download <url>command to download files--output <path>option for custom output location--overwriteflag to replace existing files- Automatic directory creation for output paths
Documentation
- Renamed CLAUDE.md to AGENTS.md, re-added CLAUDE.md as a symlink
- Updated AGENTS.md with file download features and signed URL documentation
- Added File Downloads section to README.md with usage examples
- Updated docs/files.md with new command and utility files
- Added embeds command flow and extraction flow diagrams to documentation