Enabling Pianola
Open Settings -> Extensions, find Pianola, and enable it. Enabling it pins one Pianola agent to the top of the Left Bar. That agent is a real chat agent, so you can talk to it like any other. Its workspace also carries a Dashboard: who needs you right now, who is still working, who just finished, and a live feed of every decision Pianola made.The one thing to understand first
Nothing is watched until you say so, and nothing is auto-answered without a rule you wrote. With no rules at all, Pianola is a monitor. It tells you who is stuck and stays out of the way. That is a genuinely useful mode and it is where you should start, because the rules worth writing are the ones your own agents teach you they need.The workspace
Click the pinned Pianola agent, then use the Dashboard / Chat toggle in its tab strip. The manager and rules also open from the Settings tab and from the command palette under Pianola.Dashboard
Who needs you, who is working, who just finished. The Watching section lists what Pianola is babysitting, and the + button adds one of your other agents. Each watch is supervised by the desktop app. It restarts on crash and comes back when you relaunch, so it keeps working while you are away from the keyboard. Busy worktree agents are grouped under their parent so a five-worktree project reads as one row rather than five.Decisions
The audit trail, and the most important tab in the feature. For every decision it records what was asked, how it was classified, which rule matched, what Pianola sent, and how it turned out. Every decision is recorded before anything is dispatched. That ordering is deliberate. It means a rule that turns out to be wrong is always visible after the fact, rather than being a thing that happened invisibly at 3am.Suggestions
Pianola can read your own past CLI transcripts and propose rules and a decision profile that match how you already answer. Proposals sit here until you approve them. Approving only writes config, and an approved rule still goes through every safety check at runtime.Putting a watch on an agent
On the Dashboard, open the Watching section and press +, then pick one of your agents. From the terminal:--dry-run to classify prompts without ever replying. That is the honest way to audit what Pianola would have done before you let it do anything.
Start by escalating, then write rules
Run it with no rules for a while. Every waiting prompt escalates to a toast and lands in the decision log, which shows you exactly what your agents keep asking. After a day of real work you will have a list of recurring asks, and those are the ones worth automating. Writing rules first, before you have that list, means guessing at questions your agents may never ask.Writing a rule
A rule is declarative. It has:- A scope. Global, one project, or one tab.
- What it matches. Maximum risk, signal kinds, topic substrings.
- An action. Auto-answer with a reply, escalate, or ignore.
The safety rules
These are not configurable, and that is the point.- High-risk prompts always escalate. No rule can auto-answer or silence one. The transcript Pianola is reading is not trusted input, so anything that reads as high risk goes to you.
- No matching rule means escalate. Pianola never invents an answer.
- A low-confidence read escalates. It does not guess.
- Only the agents you added a watch for are touched. Everything else is left alone.
Task plans
Beyond watching, Pianola can run a saved task plan, dispatching each task as its dependencies finish:Learning from how you already work
Supervision
The desktop app keeps watchers alive across crashes and restarts:Turning it off
Turning the feature off stops every supervised watcher immediately. Your rules, your decision log, and the Pianola agent itself are all kept. Switching it back on resumes where you left off. Nothing is destroyed by toggling the feature.What Pianola can reach
Pianola declares its permissions up front, and the Extensions tile shows them before you enable it:
The
settings:read entry matters more than it looks. Pianola re-reads your consent flag before every supervised action, so turning the feature off takes effect on the next action rather than whenever a long-running watcher happens to notice.