Skip to content

AgentLoopKit v0.24.5

Choose a tag to compare

@abhiyoheswaran1 abhiyoheswaran1 released this 10 Jun 12:58

AgentLoopKit v0.24.5

Patch release for release safety and README demo polish.

What changed

  • Added npm run smoke:release for local packed-package release checks.
  • The smoke script builds, packs, runs the packed binary, checks safety guards, and verifies packaged README pins without publishing.
  • Refreshed the README VHS terminal demo around init, doctor, task creation, task status, verification, handoff, gates, local HTML report, and badge output.
  • Updated npm-facing README pins and CI examples to agentloopkit@0.24.5.

Verification

  • GitHub CI run 27277812575 passed lint, typecheck, tests, link check, and build.
  • Local Vitest: 30 files / 133 tests passed.
  • npm run smoke:release passed for the packed 0.24.5 package.
  • npm publish --access public --dry-run passed.
  • npx projscan doctor --format markdown returned health score A (97/100); the one note is a static-analysis false positive for dynamically imported smoke-script helpers.
  • VHS regenerated docs/assets/readme/agentloopkit-cli.gif at 1200x720, 30.52s, 2.6 MB.
  • Playwright regenerated the README PNG screenshots from committed HTML sources with no byte changes.

Tarball

  • SHA-256: 202454e639170968e5e45ea6a68ebf560111749b63380fa379c8c91ea8ac2253

Safety

No postinstall script. No telemetry. No cloud backend. No API keys. No hidden network calls. The new smoke script does not publish, create tags, call GitHub APIs, read npm tokens, or read .env files.