Tags give the ability to mark specific points in history as being important
-
v0.2.0
Release: liam v0.2.08e3d641b · ·Release v0.2.0 Headline: liam is no longer read-only — `liam create` adds a write surface for posting Jira issues (Task / Bug / Story / …) with full flag set, ADF descriptions, and a no-network `--dry-run` preview mode. Also rolls up the work from MR !8 that landed all four open GitLab issues at once: - #12 — `liam create` write surface - #10 — search tolerates Jira responses without top-level `total` - #9 — `liam get` enriched with issuetype / resolution / comments + `--with-comments` and `--fields` flags - #8 — README mise pin bumped to v0.1.8 Backfilled CHANGELOG entries for v0.1.5 / v0.1.6 / v0.1.7 / v0.1.8 which were tagged but never written. Full notes: CHANGELOG.md -
v0.1.8
Release: liam v0.1.8d991bbec · ·v0.1.8 - fix: migrate liam search to POST /rest/api/3/search/jql (#2) - fix: warn on empty project list with permission hint (#3) - fix: preserve Atlassian error message in 404 responses (#4) - docs: add troubleshooting section to SKILL.md for auth edge cases (#5) - feat: enable --version / -V flag via clap (#6) - docs: update SKILL.md with search API migration note (#7)
-
v0.1.0
d0278fd4 · ·Release v0.1.0 Initial release of liam - Live Issue Analysis Monitor. JIRA search CLI for AI agent consumption. Added: - liam search: query issues by JQL or filters (project, status, assignee, labels) - liam get: fetch single issue details - liam projects: list available projects - liam skill: output agent skill documentation - liam rule: output agent rule file - JSON output to stdout for AI agents - JIRA REST API v3 with Basic auth