Skip to content

0.7.2-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 06:08
· 26 commits to beta since this release

0.7.2-beta.2 (2026-09-02)

Fixed

  • antigravity: guard the runner's entry-point check against a non-path argv[1] (faf6f44)
  • install: stop leaking temp dirs when prepareSource/synthesize throws (a38fc36)
  • telemetry: close the sanitizeArgs allowlist gap for init/adapt/aliases (b55024f), closes #85
  • test: use fileURLToPath instead of URL.pathname for the runner test path (37a956b)

Changed

  • antigravity: extract the embedded hook-runner into a real .mjs file (8ec2334), closes #85
  • cli: share update-scope loop between plugins update and marketplace upgrade (16d25b4), closes #85
  • install: extract prepareSource() and synthesizeDefaultDslPlugin() from addPlugins (61cdff0), closes #85
  • readme: correct telemetry wording and disclose the endpoint URL (cffb267)
  • readme: disclose default-on telemetry and its opt-out (4d7a82b), closes #85
  • readme: fix telemetry endpoint path and sanitizeArgs depth claim (259648a)
  • readme: fix telemetry wording to match the implementation (0143cee)
  • telemetry: fix "two domains" doc comment listing three items (b5f923e)