安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add dsh-web-attention-badge
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
README
DeepSeek Harness Web 的关注提醒。当有会话需要你时,三处同时亮起:页面左上角
(1) 式角标、浏览器标签页标题里的 (N) 计数、以及按状态换色的鲸鱼 favicon。
- 琥珀色——有会话在等待你的输入(
ask_user提问、审批弹窗、计划确认)。 - 绿色——有会话在你离开时运行完成、尚未打开。
三处提醒共享内置会话存储的同一组计数——无 host 代码、无额外通道。角标点击 穿透,不挡侧边栏。
安装
dsh plugin --profile web add dsh-web-attention-badge
或直接从 GitHub 安装:
dsh plugin --profile web add "github:Luaphes/dsh-web-attention-badge#v0.3.1"
升级 / 卸载:
dsh plugin --profile web update dsh-web-attention-badge
dsh plugin --profile web remove dsh-web-attention-badge
dsh plugin 会自动完成 bundle 登记,无需手动改配置。
调参
lib/client.js 顶部常量:
TAB_TITLE_ENABLED— 标签页标题(N)前缀。FAVICON_ENABLED— 鲸鱼 favicon 换色。- 角标颜色/位置 —
AttentionBadge/Pill中的style。
改 bundle 刷新页面即生效;改 manifest 需重启 dsh web。
许可
参与开发
布局、发布与发版流程见 CONTRIBUTING.md。