voyager
Nagi-ovo
Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:baka-world/dsh-notify
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness 桌面通知插件:让后台运行的长任务不再"悄无声息"。
DeepSeek Harness 里的 agent 任务经常一跑就是几分钟到几十分钟。用户切到别的窗口、别的标签页、甚至别的会话之后,任务什么时候结束、什么时候需要用户介入、什么时候异常终止,页面上虽然有状态,但没有任何能主动抓住注意力的提醒。结果是:
浏览器自带的通知有两个问题:通知会带上页面来源地址(泄露本地 IP / 端口),而且页面在后台或切换会话时不可靠。这个插件就是为了消除这种"等待真空"而开发的。
notify-send / D-Bus):由独立脚本发出,不经过浏览器,通知里永远不会出现本地 IP 来源;POST /dsh-notify 路由,Browser half 注册设置页git clone https://github.com/baka-world/dsh-notify~/.dsh/profiles/web/package.json 里加入:{
"dependencies": {
"dsh-notify": "link:/绝对路径/dsh-notify"
},
"dsh": {
"profile": {
"bundles": ["@deepseek-ai/dsh-base", "@deepseek-ai/dsh-web-app", "dsh-notify"]
}
}
}
cd ~/.dsh/profiles/web && pnpm installdsh webMIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: desktop-notification、notify-send。