abcofabc/dsh-enter-approve ↗★ 0
dsh-enter-approve
在 DeepSeek Harness WebUI 中,按下 Enter 键即可批准沙箱权限提升提示,无需点击“允许一次”按钮。
AI 分析
核心用途是允许用户通过键盘 Enter 键快速批准沙箱权限请求。适合频繁运行需要权限审批的工具、希望减少鼠标点击操作以提升效率的用户。
安裝
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:abcofabc/dsh-enter-approve說明文件
閱讀完整 README ↗dsh-enter-approve
Press Enter to approve the sandbox permission-escalation prompt in the DeepSeek Harness WebUI - no mouse click required.
Features
- While an approval panel (
等待审批/ "Waiting for approval") is showing, a plain Enter press clicks the Allow once button. - Adds a small hint (
按 Enter 允许一次/ "Press Enter to allow") under the panel's buttons. - Zero interference elsewhere: ignores Enter while typing, IME composition, modifier keys (Ctrl/Cmd/Shift/Alt + Enter), and whenever no approval panel is present.
Install
- Link this package into your dsh profile:
~/.dsh/profiles/web/node_modules/dsh-enter-approve - Add it to
~/.dsh/profiles/web/package.jsonunderdependencies("dsh-enter-approve": "link:") and todsh.profile.bundles. - Fully restart DeepSeek Harness.
How it works
A tiny browser script is injected into the served index.html through webServer.tapIndex(). It listens on document (capture phase) for a plain Enter keypress and, while an approval panel ([data-approval-key]) exists on screen, forwards the press to the panel's "Allow once" button - the same click path a mouse click uses.
Uninstall
Remove the node_modules link and both references in package.json, then restart DSH.
Credits
This plugin was created entirely by DeepSeek-v4-flash through the DeepSeek Harness.
此插件是完全由DeepSeek-v4-flash通过DeepSeek harness制作的
License
MIT