Skip to content

0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:06
· 11 commits to main since this release
Release v0.2.1

Fixes a critical order-gating bug: agents created by CI-built releases (v0.1.x, v0.2.0)
placed orders with NO approval gate, because the claude gate config
(.claude/settings.json) was only copied from a git-untracked template that clean CI
builds never bundled. It's now generated in code and re-emitted before every spawn, so
the gate is build-independent and self-heals already-ungated agents on next launch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>