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.

Tauri Panel — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-tauri-panel

Tauri Panel

`dsh-tauri-panel` is an extension entry point for Tauri desktop panel capabilities. The current version provides a stable plugin package structure and client injection points, with subsequent panel components to evolve on this foundation.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-tauri-panel@0.6.7
READMECompatibilityVersions

Compatibility and provenance

Tauri Panel is published as dsh-tauri-panel and currently resolves to version 0.6.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.6.7stable
8/31/2026
0.6.6stable
8/31/2026
0.6.5stable
8/31/2026
Show 21 more versionsCollapse versions
0.6.4stable
8/31/2026
0.6.3stable
8/31/2026
0.6.2stable
8/31/2026
0.6.1stable
8/30/2026
0.6.0stable
8/30/2026
0.5.3stable
8/29/2026
0.5.2stable
8/29/2026
0.5.1stable
8/29/2026
0.5.0stable
8/29/2026
0.4.9stable
8/27/2026
0.4.8stable
8/27/2026
0.4.7stable
8/27/2026
0.4.6stable
8/27/2026
0.4.5stable
8/27/2026
0.4.4stable
8/27/2026
0.4.3stable
8/27/2026
0.4.2stable
8/27/2026
0.4.1stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.6.7
DSH
*
HMR
Process restart
Tree shaking
Declares sideEffects: false
Unpacked size
65.9 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
108
Security scan
✓ v0.6.7 scan passed
Last push
8/31/2026
View source ↗Project homepage ↗
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
0.4.0
stable
8/27/2026
0.3.3stable
8/27/2026
0.0.0stable
8/26/2026

Related plugins

More verified plugins in ui-customization.

Remote 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-tauri-panel

dsh-tauri-panel 是 Tauri 桌面端面板能力的扩展入口。当前版本提供稳定的插件包结构和客户端注入点,后续面板组件将在此基础上演进。

dsh-tauri-panel 面板

面板协议

客户端注册 sidebar.panel.action 槽,并通过反射服务 panel.protocol 向面板扩展提供:

  • ActionItem:统一的侧栏面板条目。
  • renderPanelContent(spec):切换面板内容与官方会话内容。
  • closePanelContent():显式恢复官方会话内容,适合面板内跳转到会话的动作。

相关包

  • dsh-tauri-ui:通用桌面 UI。
  • dsh-tauri-panel-placeholder:占位实现。

许可证

MIT © Hairyf