| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 1.2 kB | |
| v0.4.3 source code.tar.gz | 2026-02-15 | 16.3 MB | |
| v0.4.3 source code.zip | 2026-02-15 | 16.4 MB | |
| Totals: 3 Items | 32.6 MB | 0 | |
Bug Fixes
Credential Leak Prevention (#138)
Defense-in-depth guards across both feature-dev and bug-fix workflows:
- Setup agent creates
.gitignoreand.env.exampleif missing - Developer/Fixer agents have pre-commit security checklists
- Verifier agent rejects if sensitive files committed or
.gitignoremissing
Provider-Agnostic Model Defaults (#134)
All hardcoded Anthropic model IDs (claude-sonnet-4-20250514, claude-opus-4-6) replaced with "default". OpenRouter and other provider users no longer hit Unknown model errors on every poll.
Step Claim UUID Fix (#110)
step claim was returning the human-readable step name instead of the database UUID, causing step complete to fail with "Step not found." Workflows no longer stall after completing work.
Dashboard Timezone Fix (#147)
SQLite datetime('now') timestamps lacked the Z UTC suffix, causing browsers to misinterpret them as local time. Dashboard now shows correct times regardless of timezone.
CI
Auto-Inject Version on Release
New GitHub Action runs scripts/inject-version.js on release publish — landing page, README, and install script version references update automatically.