story-kit: create 180_bug_web_ui_permissions_handling_unreliable

This commit is contained in:
Dave
2026-02-25 12:19:29 +00:00
parent c70108abe6
commit 027055ca00

View File

@@ -25,9 +25,11 @@ Known issues:
This is intermittent — retrying the same tool call often succeeds. Cause unknown. This is intermittent — retrying the same tool call often succeeds. Cause unknown.
2. **Cascade failures on parallel calls**: When the above error hits one call in a parallel batch, Claude Code's all-or-nothing model kills all sibling calls too ([anthropics/claude-code#22264](https://github.com/anthropics/claude-code/issues/22264)). This is upstream and can't be fixed on our side. 2. **Cascade failures on parallel calls**: When the above error hits one call in a parallel batch, Claude Code's all-or-nothing model kills all sibling calls too ([anthropics/claude-code#22264](https://github.com/anthropics/claude-code/issues/22264)). This is upstream and can't be fixed on our side, but compounds issue 1 significantly.
3. **Chained commands fail permission matching**: Commands chained with `&&`, `||`, or `;` won't match simple allow rules like `Bash(git *)`. This is expected behavior and documented in `CLAUDE.md`. ## How to reproduce
Use the web UI chat with claude-code provider. Perform normal operations (Edit files, run git commands). Intermittently, tool calls fail with the `invalid_union` error above. The same call succeeds on retry. The problem is worse in parallel batches because the cascade bug kills all sibling calls.
## How to reproduce ## How to reproduce