维护者确认:#3101 并行权限请求改为 FIFO 排队
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 401
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
#3101 `fix(desktop): preserve parallel permission requests` 把并行权限请求从「后到覆盖先到」改成 FIFO 排队,并按 `requestId` 绑定响应。
## 这次改了什么
- 多个 tool 同时请求权限时,用户会按到达顺序看到并处理权限卡,而不是后到的请求盖掉先到的。
- 第一张卡处理完后自动推进到下一张。
- 过期/重复点击不会误批当前显示的请求。
## 为何需要维护者确认
这是用户看得见的交互流向变化(权限卡展示与应答顺序),不是零像素内部逻辑修补。旧讨论 issue 已关闭,当前 head `886a5a96b08e3d827f5957e9172c4aeedc5714d5` 仍命中产品 / UI 确认门。
请维护者直接在 PR 上 **Approve** 放行;若要作者改,请 **Request Changes**。
---
关联 PR:#3101(作者 @Battleplus);本 issue 由 review-pr 流程自动创建,用于先讨论该 PR 涉及的产品 / UI 变更,维护者确认后 PR 会恢复推进。
Contributor guide
Research direction
This issue is a maintainer-confirmation gate for PR #3101 at commit 886a5a96b08e3d827f5957e9172c4aeedc5714d5; start by reviewing that PR and the closed discussion it replaces. Verify the FIFO permission-card behavior and requestId response ordering described here. Done means a maintainer approves the PR or requests changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 15/100