Install and quickstart

Summary

Install cueloop, connect a coding agent, and complete one review.

Install cueloop

curl -fsSL https://cueloop.dev/install.sh | sh

Confirm the installation:

cueloop --version

The installer adds cueloop to your PATH. If it cannot update your shell, it prints the command you need to run.

Connect an agent

Install the integration for the agent you use.

Claude Code

The Claude Code plugin uses Claude Mod, an experimental feature. Enable function hooks when you start Claude Code.

claude plugin marketplace add mmurakaru/cueloop
claude plugin install cueloop@cueloop
CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 claude

To update the plugin:

claude plugin marketplace update cueloop
claude plugin update cueloop@cueloop

Codex

codex plugin marketplace add mmurakaru/cueloop
codex plugin add cueloop@cueloop

To update the plugin:

codex plugin marketplace upgrade cueloop

pi

pi install npm:@cueloop/pi

To update the extension:

pi update npm:@cueloop/pi

Complete your first review

Ask your agent to draft a plan and open it with the plan workflow. cueloop opens a new terminal tab when your terminal integration supports it.

You can also open the latest pending plan yourself:

cueloop plan

In the Thread:

  1. Mark text and type a comment.
  2. Choose Comment to send feedback and keep the Thread open.
  3. Choose Approve when the plan is ready, or Changes when it needs a revision.

The agent receives your Message in the same conversation.

Update cueloop

cueloop update

Restart your agent after updating its integration. See Review agent work for every workflow.