dsh-plugin-permission-popup
Corner approval popup: answer pending permission requests from any session while the agent window is away
AI Analysis
核心用途是解决多会话并行时的审批滞后问题。适合同时运行多个 Agent 任务、需要在屏幕角落快速拒绝或允许操作的重度用户。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wxjgit/permission-popupREADME
Read the full README ↗Usage
The plugin activates automatically with the Web profile. When an approval matches the selected trigger policy, a card appears in the configured corner.
- Allow once approves only the displayed request.
- Reject rejects the displayed request.
- Click the amber strip to open the owning session.
- Use the gear button on the card stack to configure the trigger policy, corner, maximum stack size, desktop notifications, and tab-title reminder.
The default trigger is background: a card is shown when the approval belongs to a non-current session or the browser tab is hidden.
Browser hidden or minimized
The corner card is part of the browser page and cannot appear above a minimized browser window. Enable Desktop notify while hidden in the plugin settings and grant the site notification permission to receive an operating-system notification for new approvals. Clicking the notification focuses the browser and opens the relevant session.
Each approval produces at most one arrival notification. Hiding the window repeatedly does not notify again for the same pending request.