Releases: BotondCsereklye/LoopEngineer
Releases · BotondCsereklye/LoopEngineer
Release list
Loop Engineer v0.1.0
Loop Engineer is an open-source, local-first multi-agent software-engineering orchestrator for Claude Code, Codex CLI, and isolated Git worktrees.
First public release.
Highlights
- Local-first providers: official Claude Code and Codex CLIs plus a predefined-command runner — no API keys, no cloud account, no auto-push.
- Controlled loop: analyze → plan → implement → test → review → decide, with bounded correction cycles and objective quality gates.
- Isolation: writing roles edit only a detached Git worktree; Loop Engineer never commits and never pushes.
- Validated handoffs: roles exchange schema-validated JSON instead of raw chat transcripts.
- CLI:
init,doctor,run,status,report,clean. - GUI:
loopeng guiopens a local-only dashboard (loopback bind, CSRF token, strict CSP) to configure, start, watch and cancel runs. - Provider error classification: provider-signaled subscription/session limits are reported as "provider unavailable" (exit 3) instead of an internal error.
- Reports: every run ends with a Markdown report, JSON report and a reviewable worktree.
Install
git clone https://github.com/BotondCsereklye/LoopEngineer.git
cd LoopEngineer
npm ci && npm run build && npm link
loopeng init
loopeng doctor
loopeng guiRequirements: Node.js 20+, Git, and at least one supported provider CLI.
Links
- Website: https://botondcsereklye.github.io/LoopEngineer/
- FAQ: https://botondcsereklye.github.io/LoopEngineer/faq.html
- Security model: https://botondcsereklye.github.io/LoopEngineer/security.html
- Changelog: https://github.com/BotondCsereklye/LoopEngineer/blob/main/CHANGELOG.md
🤖 Generated with Claude Code