Skip to content

v0.6.2 — stdin fix + reliable infographics + npm

Choose a tag to compare

@MarcosNahuel MarcosNahuel released this 07 Jun 17:52
· 19 commits to main since this release
99a5320

Reliability + distribution release, driven by hands-on end-to-end testing on agy 1.0.6.

Fixed

  • agy --print stdin-hang in subprocess/background contexts — agy blocks forever on inherited stdin (log created but empty; --print-timeout does not bound it). Every invocation now closes stdin with < /dev/null. Prereq for the v0.6.1 transcript recovery (which can't help if agy never runs).
  • /agy:report referenced images it never created — standardized ASSETS_DIR (.html.assets) + deterministic slug + a post-generation assets-existence check (IMAGES_PRESENT=n/total) that reports missing images instead of shipping broken <img>.
  • Research forward-dating — anti-forward-dating rule in all 3 intensity templates (no dates/versions/specs without a cited source; never present unreleased as shipped).

Added

  • /agy:report --images native|external|noneexternal (pre-generate PNGs with e.g. Nano Banana 2 gemini-3.1-flash-image-preview; agy references them) is the recommended path for brand-grade infographics. none = styled placeholders.
  • npm distributionpackage.json + bin helper (npx antigravity-plugin-cc prints install commands). Mirror/discovery channel; canonical install remains the marketplace.

Docs

  • README documents /agy:report + /agy:ask + /agy:review, a "Documents with infographics" section, the --images matrix, and the npm note. Version 0.6.2 consistent across all manifests.

The upstream empty-stdout bug (#76) is still unfixed as of agy 1.0.6 — these are wrapper-side mitigations.