Skip to content
Dashboard

Needs You

Review and approve items that agents have flagged for human attention before proceeding.

Needs You

The Needs You page collects items across all your projects that require human attention. Agents flag these when they encounter decisions, risks, or actions that need your approval before proceeding.

This is your primary touchpoint for staying in the loop without micromanaging. Most of the time your agents work autonomously — this page surfaces the moments where a human call is needed.

What appears here

TypeWhen it's raisedExample
Approval requestAgent wants to take a high-risk actionMerging to a protected branch, deleting a resource, deploying to production
Conflict resolutionAgent hit an ambiguity it can't resolve aloneMerge conflict between two agents' changes, contradictory requirements
Flagged reviewAgent wants a human to verify before continuingLarge refactor, security-sensitive change, config update
Blocked taskAgent needs information or access it doesn't haveMissing API key, permission denied, unclear spec

Reviewing items

Each item shows:

  • Agent — Which agent raised it, and from which project
  • Summary — What's being requested and why
  • Context — Relevant code, commits, or logs that led to the request
  • Age — How long the item has been waiting (oldest first)

Actions

  • Approve — The agent proceeds with the action immediately
  • Reject — The agent abandons the action and logs your rejection reason
  • Comment — Provide guidance without approving or rejecting — the agent will adjust its approach based on your input

Notifications

When new items appear, you'll see a badge count on the Needs You sidebar link. Email notifications can be configured in Settings → Notifications.

When to act vs when to wait

Not every flagged item needs immediate attention. Agents are designed to self-heal in many cases.

Wait and let agents handle it:

  • A single [GIT STUCK] alert — agents resolve these ~90% of the time on the next cycle
  • One failing test — the QA agent will report it and the responsible agent will fix it
  • An [ORPHANED SESSION] — collected automatically next cycle

Act promptly:

  • Same alert appearing 3+ times in a row — something is genuinely stuck
  • [DISK LOW] — clean up files or expand the VM's disk
  • [GIT CORRUPT] — may need manual git repair
  • No messages from agents for 2+ hours — the gateway may have stopped

See the Messages page for the full list of alert types and their urgency levels.

Relationship to project Approvals tab

The Needs You page is a cross-project aggregate view. Each project also has an Approvals tab in its detail page showing only that project's pending items. The same actions (approve, reject, comment) are available in both places.