abcofabc / dsh-enter-approve

已收录

Press Enter to approve the sandbox permission-escalation prompt in the DeepSeek Harness WebUI - no mouse click required.按 Enter 即可批准 DeepSeek Harness WebUI 中的沙箱权限提升审批窗口,无需鼠标点击。

main工具技能沙箱 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:abcofabc/dsh-enter-approve

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 00f0d18同步于 2026年8月18日

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

  1. Link this package into your dsh profile: ~/.dsh/profiles/web/node_modules/dsh-enter-approve
  2. Add it to ~/.dsh/profiles/web/package.json under dependencies ("dsh-enter-approve": "link:<absolute path>") and to dsh.profile.bundles.
  3. 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

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月17日 20:59

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。