Skip to content

2025.11.1

Choose a tag to compare

@czottmann czottmann released this 06 Nov 19:00
· 120 commits to main since this release

Full Changelog: 1.1.0...2025.11.1

Added

  • issues commands' results now include embeds array containing tickets' file embeds
    • Embed extraction from issue descriptions and comments
      • Parses markdown for Linear upload URLs (![label](url) and [label](url))
      • Returns embeds array in issues read command output
      • Each embed includes label, url, and expiresAt (ISO 8601 timestamp)
  • New embeds command group for downloading embedded files from Linear's cloud storage
    • embeds download <url> command to download files
      • --output <path> option for custom output location
      • --overwrite flag 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