A terminal-first multiplayer thread for agent-authored work.
- plan
- diff
- review
- prototype (experimental)
curl -fsSL https://cueloop.dev/install.sh | sh
cueloop --helpThis plugin uses the experimental Claude Mod feature:
claude plugin marketplace add mmurakaru/cueloop
claude plugin install cueloop@cueloop
CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 claudeTo update the plugin:
claude plugin marketplace update cueloop
claude plugin update cueloop@cueloopcodex plugin marketplace add mmurakaru/cueloop
codex plugin add cueloop@cueloopTo update the plugin:
codex plugin marketplace upgrade cuelooppi install npm:@cueloop/piTo update the extension:
pi update npm:@cueloop/piThe pi package includes cueloop workflow skills. Use /cueloop:plan, /cueloop:diff, /cueloop:review, /cueloop:reply, /cueloop:prototype, or /cueloop:refine inside pi.
| package | description |
|---|---|
cueloop |
the CLI and TUI |
@cueloop/schema |
the Thread 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 |