From 87c2e60dd460a3256c6913f5e576bdf679805725 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 16:07:38 +0000 Subject: [PATCH] Merge story 62: allow frontend UI to accept permission requests Surfaces permission prompts in the web UI chat so the interactive agent can request file writes, commits, etc. Co-Authored-By: Claude Opus 4.6 --- ...ntend_ui_to_accept_permissions_requests.md | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 .story_kit/work/2_current/62_story_allow_frontend_ui_to_accept_permissions_requests.md diff --git a/.story_kit/work/2_current/62_story_allow_frontend_ui_to_accept_permissions_requests.md b/.story_kit/work/2_current/62_story_allow_frontend_ui_to_accept_permissions_requests.md deleted file mode 100644 index c7473f6..0000000 --- a/.story_kit/work/2_current/62_story_allow_frontend_ui_to_accept_permissions_requests.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Agent Permission Prompts in Web UI -test_plan: pending ---- - -# Story 62: Agent Permission Prompts in Web UI - -## User Story - -As a user interacting with an agent through the web UI, I want to be prompted for permission approvals (e.g. file writes, commits) so that the agent can complete tasks that require elevated permissions without getting blocked. - -Right now, the web UI does not have any way of the user allowing permissions requests, so dev processes are basically blocked. - -## Acceptance Criteria - -- [ ] When an agent action requires permission (e.g. writing to a file, committing), the web UI surfaces a prompt to the user -- [ ] The user can approve or deny the permission request from the UI -- [ ] On approval, the agent continues with the requested action -- [ ] On denial, the agent receives the denial and adjusts its approach -- [ ] Permission prompts display enough context (file path, action type) for the user to make an informed decision - - -## Out of Scope - -- Bulk/blanket permission grants (e.g. "allow all writes to this directory") -- Persisting permission decisions across sessions