wxjgit/permission-popup0

dsh-plugin-permission-popup

DSH 悬浮审批弹窗插件,支持在非当前会话或浏览器隐藏时一键处理授权请求。

AI 分析

核心用途是解决多会话并行时的审批滞后问题。适合同时运行多个 Agent 任务、需要在屏幕角落快速拒绝或允许操作的重度用户。

套件
dsh-plugin-permission-popup
版本
0.1.0
授權
MIT
最近更新
2026年8月27日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wxjgit/permission-popup

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.