Skip to content

Releases: archgate/cli

v0.48.0

Choose a tag to compare

@archgatebot archgatebot released this 07 Jul 11:08
9deb906

Features

  • telemetry: track project languages, runtimes, and frameworks on check (#458) (2d1c065)

Performance Improvements

  • reduce unnecessary allocations across engine and helpers (#461) (49983a6)

v0.47.0

Choose a tag to compare

@archgatebot archgatebot released this 06 Jul 18:50
67d0e2a

Features

  • ast-aware rule context (ctx.ast) for TS/JS/Python/Ruby (#452) (81f68c8)
  • engine: injectable AST timeout, BOM coverage, .cts support (#457) (32ad715), closes #453 #454 #455

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)