Settings · Agent

Trust & autonomy

Each agent action type earns autonomy independently. Successful actions (no undo within 30 seconds) promote the level. A single undo demotes by one step and resets the streak.

Loading trust ladder…

How this works

The agent writes every mutation to an append-only event log. After the 30-second undo window closes, each event is either:

  • Accepted — no reversal within the window → counts as a success for that action type.
  • Undone — the action was reversed → demotes the level by one step and resets the streak to zero.

Promotion thresholds: suggest →3→ confirm →5→ auto_with_undo →10→ auto_silent

v2 gates runtime execution at the suggest and confirm rungs: the agent inserts a proposal and waits for an approve/reject click in chat before the tool runs. Untouched action types start at auto_with_undo — gating is earned through repeated undos, not a cold-start wall.