Skip to content

Releases: BotondCsereklye/LoopEngineer

Loop Engineer v0.1.0

Choose a tag to compare

@BotondCsereklye BotondCsereklye released this 15 Jul 11:22

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 gui opens 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 gui

Requirements: Node.js 20+, Git, and at least one supported provider CLI.

Links

🤖 Generated with Claude Code