A terminal-first self-extensible review surface for coding agents.
One loop:
agent > artifact > annotate > agent- plan
- diff
- review
- prototype (experimental)
npm i -g cueloop@alpha
cueloop --helpClaude Code plugin (/cueloop:plan, /cueloop:diff, /cueloop:review):
/plugin marketplace add mmurakaru/cueloop
/plugin install cueloop@cueloop
| package | description |
|---|---|
cueloop |
the CLI and TUI |
@cueloop/schema |
the ReviewSession primitive, anchors, feedback serialization |
@cueloop/daemon |
the session daemon and its client |
@cueloop/client |
the review UI |
@cueloop/extension-api |
the typed extension contract |
@cueloop/adapters |
Claude Code, pi and codex adapters |
@cueloop/integration-obsidian |
the Obsidian vault export integration |
@cueloop/gateway |
the SSH sharing gateway |