From 99114ce54c1e8bf9c6e79e651d8f95913620798e Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 12:05:32 +0000 Subject: [PATCH] story-kit: create 180_bug_web_ui_permissions_handling_unreliable --- .../180_bug_web_ui_permissions_handling_unreliable.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.story_kit/work/1_upcoming/180_bug_web_ui_permissions_handling_unreliable.md b/.story_kit/work/1_upcoming/180_bug_web_ui_permissions_handling_unreliable.md index 8df43d3..b68f69a 100644 --- a/.story_kit/work/1_upcoming/180_bug_web_ui_permissions_handling_unreliable.md +++ b/.story_kit/work/1_upcoming/180_bug_web_ui_permissions_handling_unreliable.md @@ -6,10 +6,12 @@ name: "Web UI permissions handling unreliable" ## Description -Permissions handling in the web UI chat has multiple issues that make it unreliable. This is a tracking bug to collect specific problems as they're encountered. +Permissions handling in the web UI chat has had multiple issues. This is a tracking bug to collect specific problems as they're encountered. -Known issues so far: -1. **Permission dialog not appearing**: When the agent needs tool approval, the permission request dialog sometimes doesn't pop up in the web UI, leaving the agent blocked with no way for the user to approve/deny. This was the main problem over the past week. +History: +1. **Permission dialog not appearing (FIXED)**: Previously the permission request dialog sometimes didn't pop up in the web UI, leaving the agent blocked with no way for the user to approve/deny. This now works reliably. + +Current issues: 2. **Batch tool calls failing**: When the agent fires many parallel Bash calls (e.g. 11 at once), the permission/hook validation system fails with cryptic errors (`invalid_union`, `Invalid input: expected "allow"`), cascading to cancel all sibling calls. Individual calls with the same commands work fine. Unclear if this is a Claude Code SDK limitation, a hook validation issue, or a web UI problem. ## How to Reproduce