cueloop
A terminal-first multiplayer thread for agent-authored work.
The primitives
- plan
- diff
- review
- prototype (experimental)
Install
curl -fsSL https://cueloop.dev/install.sh | sh
cueloop --help
Harness installation
Claude Code
This plugin uses the experimental Claude Mod feature:
claude plugin marketplace add mmurakaru/cueloop
claude plugin install cueloop@cueloop
CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 claude
Codex
codex plugin marketplace add mmurakaru/cueloop && codex plugin add cueloop@cueloop
pi
pi install npm:@cueloop/pi
Packages
| 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 |