Approvals and change sets
When Copilot proposes writes, the chat shows a change set with tool names and arguments. Nothing applies until you approve.
Lifecycle
- Copilot returns explanation text plus optional tool proposals.
- You review the proposal (arguments are shown in the card).
- Approve runs validated tools through editor sagas / APIs.
- Reject discards the proposal with no writes.
Execute and destructive tools may require an extra per-action approval.
Tips
- Prefer
@Entitymentions so Copilot receives source context instead of asking you to paste code. - For query fixes, expect
update_actionproposals rather than code-only replies. - Greenfield “build an app” flows propose
create_applicationfirst; approve to create and open the editor.