terminal-first review

Review your coding agent, in the terminal.

cueloop is a review surface for the plans and diffs a coding agent produces. The agent submits an artifact and blocks. You read it in the terminal, annotate it, and return a verdict. Your annotations become structured feedback the agent acts on.

The core loop

One loop, four hops. The agent submits; you review; the verdict flows back; the agent acts on it.

agent → daemon → your terminal → verdict → agent

The daemon is the only stateful part. Every client is a thin renderer over one local unix socket, so a verdict is never lost, even if the agent-side wait times out.

Coming soon A short asciinema cast of a plan review, plus a diagram of the loop above.

Concepts

Four short pages that explain how cueloop thinks about a review.

The three verbs

Each verb opens a ReviewSession over a different artifact.

This is alpha software. Expect rough edges and breaking changes between versions. The SSH gateway is a design direction, not a shipped feature.