Prerequisites
- Java 21+ โ check with
java -version. Install via SDKMAN:sdk install java 21.0.9-librca - An API key for at least one provider:
Install
1
Download the JAR
2
Run it
Your First Session
Loopy starts in interactive TUI mode by default โ a terminal chat interface with real-time agent feedback and a spinner while the agent thinks. Try giving it a coding task:CLAUDE.md if present), plans the change, edits files, and verifies the result. You see token usage and estimated cost after each response:
Three Execution Modes
Slash Commands
Lines starting with/ are intercepted before reaching the agent โ no LLM tokens consumed.
Add Project Context
Create aCLAUDE.md file in your project root. Loopy reads it automatically and appends it to the agentโs system prompt โ same convention as Claude Code.
Whatโs Next
Extending Loopy
Custom skills, subagents, tool profiles, and the programmatic API
CLI Reference
All flags, options, and configuration