You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>