Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@lawrence3699 lawrence3699 released this 10 Mar 10:20
· 8 commits to master since this release

loop v0.1.0 — Initial Release

Iterative Multi-Engine AI Orchestration CLI.

Highlights

  • Combine Claude, Gemini, and Codex in quality-scored iteration loops
  • File-based event bus — crash-safe, zero external dependencies
  • Multi-agent orchestration with background daemon
  • Interactive TUI with guided setup and real-time dashboard
  • Skills system with executable markdown
  • Terminal adapters: Terminal.app, iTerm2, tmux, PTY

Install

# From this release
# Download loop-cli-0.1.0.tgz below, then:
npm install -g ./loop-cli-0.1.0.tgz

# From source
git clone https://github.com/lawrence3699/loop.git
cd loop && npm install && npm run build && npm link

Requirements

  • Node.js 18+
  • At least one AI CLI: Claude CLI, Gemini CLI, or Codex CLI