story-kit: create 62_story_allow_frontend_ui_to_accept_permissions_requests

This commit is contained in:
Dave
2026-02-23 15:34:34 +00:00
parent 377b8144a9
commit 5e33a0c0b3

View File

@@ -9,6 +9,8 @@ test_plan: pending
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. 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 ## Acceptance Criteria
- [ ] When an agent action requires permission (e.g. writing to a file, committing), the web UI surfaces a prompt to the user - [ ] When an agent action requires permission (e.g. writing to a file, committing), the web UI surfaces a prompt to the user