CodeDecay v0.3.4
CodeDecay v0.3.4
This release ships the new codedecay loop command: a local-first closed-loop controller that can drive a user-owned coding agent through fix, re-verify, and repeat rounds before merge.
Highlights
- Adds
codedecay loopfor autonomous plan/fix/recheck workflows. - Runs in plan-only mode when no agent command is configured.
- Supports explicit user-owned agent commands via
--agent-cmd, with prompts passed on stdin. - Re-runs deterministic CodeDecay analysis and configured checks after each agent action.
- Stops honestly with
merge-safe,unverified,plan-only,stuck,needs-human, oragent-error. - Never auto-commits or auto-pushes; changes stay in the working tree for review.
Safety boundaries
- No hidden LLM/model calls.
- No telemetry.
- No CodeDecayCloud dependency.
- No required API keys.
- Agent output is treated as untrusted until deterministic checks verify it.
- Command execution still goes through CodeDecay's configured execution safety controls.
Install
npm install -D @submuxhq/codedecay@0.3.4
npx codedecay loop --help