Skip to content

Releases: archgate/cli

v0.46.1

Choose a tag to compare

@archgatebot archgatebot released this 03 Jul 11:01
fc209b3

Bug Fixes

  • session-context: apply --max-entries on the show subcommands (#448) (e29c70b)

v0.46.0

Choose a tag to compare

@archgatebot archgatebot released this 03 Jul 09:26
417c093

⚠ BREAKING CHANGES

  • session-context: per-editor list/show subcommands; remove --skip and its false premise (#446)

Features

  • session-context: per-editor list/show subcommands; remove --skip and its false premise (#446) (dd96230)

Bug Fixes

  • ci: read POSTHOG_PROJECT_ID from secrets, not vars, in release annotation (#443) (a53b305)
  • detect opencode Desktop app installs, not just the CLI (#439) (ed92b2b)
  • hooks: force bash shell for WorktreeCreate hook on Windows (#442) (9da86cf)
  • release: cap breaking-change bumps to minor while pre-1.0 (#447) (3df6c91), closes #446 #440 #440 #440
  • repair broken WorktreeCreate hook and add PR approval policy (#441) (de5e97d)
  • session-context: select top-level opencode sessions, add --root flag (#445) (29b13f4)

v0.45.7

Choose a tag to compare

@archgatebot archgatebot released this 27 Jun 21:09
e656ac1

Bug Fixes

  • deps: update docs dependencies (#437) (e8f10c1)
  • handle parse errors in rule scanner and loader gracefully (#432) (7c384d2), closes #130690158
  • resolve all knip unused dependency and unlisted binary warnings (#434) (d7690b2)

v0.45.6

Choose a tag to compare

@archgatebot archgatebot released this 22 Jun 18:13
651518a

Bug Fixes

  • engine: pre-expand brace patterns with path separators in ctx.glob() (#422) (6eade7a), closes #421
  • engine: re-validate expanded brace patterns against safeGlob (#424) (09593e7), closes #422

v0.45.5

Choose a tag to compare

@archgatebot archgatebot released this 20 Jun 21:10
9d2d5ef

Bug Fixes

  • sentry: capture unexpected command errors in Sentry (#417) (cde0600)

v0.45.4

Choose a tag to compare

@archgatebot archgatebot released this 15 Jun 17:31
35720c9

Bug Fixes

  • import: improve error messages and extract business logic (#413) (337beae)

v0.45.3

Choose a tag to compare

@archgatebot archgatebot released this 11 Jun 15:35
66fc74b

Bug Fixes

  • engine: include uncommitted working-tree changes in base-ref change detection (#409) (ee0b1c1), closes #403

v0.45.2

Choose a tag to compare

@archgatebot archgatebot released this 11 Jun 13:11
cb8d3d6

Bug Fixes

  • prompts: replace removed inquirer "list" prompt type with "select" (#406) (34b72d7)

v0.45.1

Choose a tag to compare

@archgatebot archgatebot released this 10 Jun 15:08
8a13261

Bug Fixes

  • install: verify release assets exist before trusting advertised version; test isolation fixes (#404) (be5e7d9)

v0.45.0

Choose a tag to compare

@archgatebot archgatebot released this 10 Jun 10:14
996cff8

Features

  • cursor: automated plugin install via tarball download (#395) (41eb37e)

Bug Fixes

  • opencode: extract to config dir and clean stale files on install (#400) (51b41e7)
  • tests: eliminate user-scope pollution and global module mocks in tests (#401) (0cff642)