DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Task Feedback — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-task-feedback

Task Feedback

Live session status on the browser tab favicon — green idle, blue running, red when waiting for you.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Pudge1996/dsh-task-feedback#2496bbf5cfd2237e396440f2790c652fd6936331
READMECompatibilityVersions
Plugin screenshotPlugin screenshot

Compatibility and provenance

Task Feedback is published as dsh-task-feedback and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/1/2026

Versions

0.1.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/1/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-task-feedback

中文 | English

为 DeepSeek Harness 打造的会话状态反馈插件。基于真实使用痛点而做:

切到其他标签页或离开电脑时,无法实时感知到 Agent 是否已完成回复,或是否需要人工介入。

安装

dsh plugin --profile web add dsh-task-feedback

Favicon 小圆点实时回显会话状态

切走标签页时,将 DSH 的 Favicon 改为小圆点并根据会话状态实时变色:

  1. 绿色:当前任务已完成
  2. 蓝色:当前任务进行中或子代理正在运行
  3. 橙色:需要人工介入(等待审批、计划确认或回答问题等)

设计巧思:

  1. 在切走标签页时,才会根据状态更改 Favicon(原生 Page Visibility API 实现)
  2. 若会话本身已经处于空闲/完成状态,Favicon 仍然显示默认的小鲸鱼(最低打扰设计)
  3. 支持配置多种形状:小圆点 | 圆形 | 圆角矩形

音效提示

人工精选了 12 个合成音效,可以为「任务已完成」和「需要你介入」分别选择不同的音效,并控制播放时机:

  1. 始终播放:无论页面是否可见,只要当前会话已完成或需要人工介入,就播放音频提示;
  2. 仅页面不可见时播放:仅在页面不可见时(切走标签页、最小化、关闭显示器等)播放音频(原生 Page Visibility API 实现)

技术亮点 - 所有可选音效均由 Web Audio API 合成,零外部依赖。鼠标悬停即可试听。

所有设置项(Favicon 形状、音效作用域、音效选择)均在 设置 → 反馈 中配置,持久化在 localStorage 中。

其他说明

  • 从 DSH v0.1.2-alpha.1 开始适配
  • 纯前端 — 无自定义协议、无 host 命令、无 LLM 调用、不进会话日志
  • 稳定钩子 - 接入 DSH 的 sessions 与 uiSession 标准服务获取任务的运行状态、子代理活动和待介入事件
  • 后续计划 - 支持用户上传自定义音效、支持系统级通知
  • 注意事项 - 暂不支持 /goal 模式

License

MIT