v0.1.0 — Initial 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 linkRequirements
- Node.js 18+
- At least one AI CLI: Claude CLI, Gemini CLI, or Codex CLI