Files
github-actions[bot] 13e81833fa chore(main): release gh-axi 0.1.35 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-30 07:11:42 -07:00

14 KiB

Changelog

Unreleased

Features

  • cli: add top-level -v, -V, and --version flags

Bug Fixes

  • cli: scope repository targeting to command arguments, keep search --repo working, and rename issue transfer destination flag to --to-repo
  • run: allow run view --job <job-id> without a run id, include job steps in job view output, and support job-scoped --log and --log-failed
  • session: remove the dedicated --session-start mode and have installed hooks invoke gh-axi directly; legacy --session-start invocations now act as a no-op for backward compatibility
  • errors: classify mixed-case generic not found gh errors as NOT_FOUND instead of falling back to UNKNOWN

0.1.35 (2026-08-30)

Bug Fixes

  • release: correctly promote and demote releases (#132) (22b6151)

0.1.34 (2026-08-23)

Bug Fixes

  • keep the installable skill as a CLI-deferring stub (#118) (70fea53)

0.1.33 (2026-08-21)

Features

  • api: support raw JSON request bodies (#114) (15016cc)

0.1.32 (2026-08-21)

Bug Fixes

0.1.31 (2026-08-20)

Features

  • stack: add agent-safe stacked PR support (#93) (221bbb6)

Bug Fixes

  • commands: honor --full for issue comments and add an api --full escape hatch (#101) (11e0b82)
  • commands: reject unknown flags across all commands (#104) (b12d4d0)

0.1.30 (2026-08-07)

Bug Fixes

  • cli: speed up standalone version flags (#98) (4c548ee)
  • correctly classify workflow repository resolution failures (#94) (fb1f6f6)

0.1.29 (2026-07-29)

Features

  • gist: add gist command family with list, view, create, edit, rename, delete, clone (#88) (32d2ea2)

0.1.28 (2026-07-23)

Bug Fixes

  • commands: apply every repeated label, assignee, reviewer and project flag (#78) (2a6f6f4)
  • commands: count filtered issue and pr lists through search (#79) (6e1dcf4)
  • commands: stop api from silently dropping --jq and unknown flags (#81) (dc52d29)
  • execute every PR body compliance event (#82) (b8b4f3b)
  • pr: classify legacy commit statuses and red check runs correctly (#71) (291fc1a)

0.1.27 (2026-07-12)

Features

  • commands: support environment-scoped secrets (#70) (ed8ae84)

Bug Fixes

  • repo: honor positional repo view targets (#66) (b1092e2)

0.1.26 (2026-07-08)

Features

  • cli: support GitHub Enterprise hosts (#63) (2236646)
  • commands: add GitHub Projects support (#67) (39156c8)

Bug Fixes

  • suggestions: place -R after command in repo-qualified hints (#60) (de3b6f5)

0.1.25 (2026-07-01)

Features

  • commands: add secret and variable commands (#59) (e3d00d8)

Bug Fixes

  • commands: apply all repeated --label flags on issue and pr create (#57) (0d75865)

0.1.24 (2026-06-27)

Bug Fixes

  • run: cross-reference workflow dispatch command (#53) (2a775c6)

0.1.23 (2026-06-27)

Features

0.1.22 (2026-06-21)

Features

  • commands: add body-file support for markdown bodies (#47) (9192ce6)

0.1.21 (2026-06-17)

Features

  • skills: add Hermes metadata to gh-axi skill (#43) (f703922)

Bug Fixes

  • hide vendored no-mistakes skill from discovery (#41) (1603e94)
  • preserve gh argument forwarding (#46) (9b1abda)

0.1.20 (2026-06-11)

Features

Bug Fixes

  • commands: preserve run log tails when truncating (#40) (4531c7c)

0.1.19 (2026-05-23)

Features

  • commands: add explicit hook setup (#35) (3237b79)

0.1.18 (2026-05-13)

Features

  • commands: add issue subissue management (#34) (e640259)
  • issue: support GitHub issue types (#32) (58db24f)

0.1.17 (2026-05-13)

Bug Fixes

  • deps: upgrade axi-sdk-js (a265622)

0.1.16 (2026-05-10)

Features

  • errors: map GitHub rate-limit stderr to RATE_LIMITED code (#25) (869ff03)

0.1.15 (2026-05-03)

Bug Fixes

  • make search query optional when filter flags are provided (#22) (7fe9aed)

0.1.14 (2026-04-30)

Bug Fixes

  • commands: render PR reviews with inline comments (#20) (2952cf8)

0.1.13 (2026-04-25)

Miscellaneous Chores

0.1.12 (2026-04-14)

Bug Fixes

  • run: harden job-level run view behavior (#15) (162cc3a)

0.1.11 (2026-04-09)

Features

  • pr: add --full flag to diff and improve truncation (677da2b)

0.1.10 (2026-04-03)

Features

  • cli: add top-level version flags (#11) (a572f3d)

0.1.9 (2026-04-02)

Bug Fixes

  • migrate gh-axi to axi-sdk-js (#9) (137a759)

0.1.8 (2026-04-01)

Bug Fixes

  • normalize generic not-found errors (#7) (e9336b9)

0.1.7 (2026-04-01)

Features

  • initial commit (0bc360d)
  • session: add session start command and hooks (646deba)

Bug Fixes

  • hooks: align Codex hook install (#3) (fcb11a3)

0.1.6 (2026-04-01)

Bug Fixes

  • hooks: align Codex hook install (#3) (fcb11a3)

0.1.5 (2026-03-29)

Features

  • session: add session start command and hooks (646deba)

0.1.4 (2026-03-26)

Features