story-219: add Always Allow button to web UI permission dialog

Cherry-pick from feature branch — code was never squash-merged
despite story being accepted (bug 226).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-27 10:00:33 +00:00
parent de03cfe8b3
commit eeec745abc
6 changed files with 331 additions and 13 deletions
+1
View File
@@ -53,6 +53,7 @@ export type WsRequest =
type: "permission_response";
request_id: string;
approved: boolean;
always_allow: boolean;
};
export type WsResponse =