v4.0.1
What's Changed
Added
- Explicit issue key option for posting Linear comments — Use
--issue-keyor-kto specify the Linear issue directly, bypassing branch-based detection.
Changed
- Improved error handling for Linear API — Clearer, more actionable error messages when API calls fail, including GraphQL-level error detection.
- Development setup documentation — Expanded with fallback instructions for systems without
makeand added visual flair to the README. - Dependency update —
ai-microcorenow uses stable~5.0.0instead of dev release.
Fixed
- Robust stdin detection — The
linear-commentcommand now correctly distinguishes between piped input, explicit-argument, and missing text. - Exit codes — Proper non-zero exit on missing API key or unresolved issue key.
Full Changelog: v4.0.0...v4.0.1