ui-experience.en.md

September 11, 2026 · View on GitHub

UI & Experience

Corresponding category on the site: UI & Experience

PluginCapabilityInstall or mountLicense / Risk
sz1698/dsh-bg-newAdds a DSH web wallpaper/background drawer for preset, color, gradient, image, and video backgrounds, plus a bg_apply tool.dsh plugin --profile web add github:sz1698/dsh-bg-newMIT; Community plugin; README says local images/videos are persisted and served locally, and the video path has no size limit.
TOBYCAI/dsh-sessions-managerAdds DSH settings and sidebar controls for session archive/restore, cross-workspace moves, trash, lineage, search, statistics, and export.dsh plugin --profile desktop add "github:TOBYCAI/dsh-sessions-manager"MIT; Permanent purge and cross-workspace moves are guarded filesystem operations; the README documents runtime-version and active-writer limitations.
Angel2518975237/deepseek-harness-hello-kitty-suiteThemes the DSH Web interface and notifies the user with a toast, sound, or system notification when an agent turn ends.dsh plugin --profile web add https://github.com/Angel2518975237/deepseek-harness-hello-kitty-suite.git; dsh webMIT; The client polls every 700 ms and requests browser notification permission. Hello Kitty names and character assets may carry third-party trademark or distribution constraints beyond the repository's MIT code license.
Winter-And-You-Gone/dsh-turn-foldReduces long conversation clutter with automatic step and whole-turn folding, live usage metrics, and configurable fold icons.Run dsh plugin --profile web add @winteries/dsh-turn-fold or dsh plugin --profile web add github:Winter-And-You-Gone/dsh-turn-fold, then fully exit and restart DSH.MIT; The client is tightly coupled to DSH session snapshots, node shapes, CSS selectors, and slot contracts across preview versions, so compatibility should be rechecked after DSH UI changes.
aa2246740/dsh-better-displayAdds a reading tab that exposes live steps and reasoning, then collapses completed turns into the final answer with MCP app cards.export DSHX_HARNESS=/absolute/path/to/deepseek-harness; export DSH_HOME=/absolute/path/to/your/dsh-home; export DSH_WEB_PORT=3080; git clone https://github.com/aa2246740/dsh-better-display.git "$DSHX_HARNESS/my-plugins/dsh-better-display"; cd "$DSHX_HARNESS/my-plugins/dsh-better-display"; node scripts/link-harness-dependencies.mjs "$DSHX_HARNESS"; npm test; DSHX_HARNESS="$DSHX_HARNESS" npm run build; dshx check dsh-better-display --harness "$DSHX_HARNESS"; dshx activation-plan dsh-better-display --change new-client --harness "$DSHX_HARNESS"; dshx activate-new-client dsh-better-display --profile web --port "$DSH_WEB_PORT" --harness "$DSHX_HARNESS"MIT; README labels the release v0.2.0 while package.json is 0.1.0; GitHub metadata reports NOASSERTION although LICENSE and package.json say MIT, and setup depends on the external dshx devkit.
SpookySandwich/dsh-plugin-message-editEdits sent messages, rewinds conversations into durable branches, and provides a version-tree view.dsh plugin --profile web add dsh-plugin-message-edit; restart DSH afterwards.MIT; README only claims isolated verification on DSH 0.1.2-rc.1; later DSH releases need separate verification.
a903067276-rgb/dsh-file-uploadAdds DSH web upload and drag-and-drop handling, archiving files or folders and routing images to attachments or path text.dsh plugin --profile web add "github:a903067276-rgb/dsh-file-upload#main"MIT; Requires DSH web >=0.1.0-rc.7; manual mounting must use one patch entry, and Linux/Windows are expected but not fully tested.
abiddotdev/dsh-visualizerRegisters visualizer tools and an inline Web preview card for charts, diagrams, mockups, and interactive artifacts.git clone https://github.com/abiddotdev/dsh-visualizer.git /tmp/dsh-visualizer && cd /tmp/dsh-visualizer && pnpm install && pnpm build && dsh plugin --profile web add /tmp/dsh-visualizerMIT; README and package repository URLs point to abidhmuhsin/dsh-visualizer rather than the reviewed abiddotdev repository; use the local canonical checkout path above and review artifact sharing settings.
Amakurai/dsh-liketavernAdds character cards, prompt presets, lorebooks, personas, long-term memory, and floor branching to dsh web.dsh plugin --profile web add github:Amakurai/dsh-liketavernMIT; Requires Node >=24 and a matching pre-release DSH host; the README documents the dsh 0.1.2-rc.1 peer set and known platform limits.
baisama-cloud/dsh-galgame-generatorScans workspace scripts and assets, then builds a branching Galgame with sprites, audio, save slots, and a Web player.pnpm pack; cd ~/.dsh/profiles/web; pnpm add /absolute/path/to/dsh-galgame-generator-0.4.0.tgz; restart dsh webMIT; Installation is manual tarball/profile wiring and depends on the committed built lib/ artifacts; compatibility follows DSH preview APIs.
MrmoLabs/dsh-mermaidRenders Mermaid blocks as secure SVG diagrams with code fallback, fullscreen zoom and pan, and SVG export.dsh plugin --profile web add -w dsh-mermaid; or npx.cmd -y github:MrmoLabs/dsh-mermaid install; restart dsh webMIT; README.md reports last verification with @deepseek-ai/dsh 0.1.0-rc.7 on 2026-08-24 and requires Node.js >=22.19.0; DSH preview APIs may change.
plolpl789/dsh-raw-html-v2Adds a toggleable HTML card renderer with KaTeX, Mermaid, SVG, fonts, and optional interactive program pages.git clone https://github.com/plolpl789/dsh-raw-html-v2.git /tmp/dsh-raw-html-v2 && dsh plugin --profile web add /tmp/dsh-raw-html-v2 && dsh webMIT; The npm registry has no dsh-raw-html-v2 package and package.json is private, so install from a local checkout or packed tarball; keep Trusted Mode off for untrusted output.
xiaosurongjia/dsh-improved-inline-editAdds an inline control strip that sends new instructions into the active agent without terminating the current task.From the repository directory in PowerShell, run .\install.ps1, then fully stop and restart DSH.MIT; Installation is documented through a Windows PowerShell script rather than a registry command, and the package declares no DSH/Cordis peer-dependency ranges, so compatibility must be rechecked after DSH changes.
hanzhangzzz/dsh-diagramCreates, edits, autosaves, and exports session-linked architecture and flow diagrams in a Canvas tab.npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-diagram@0.4.0MIT; Documented compatibility is pinned through DSH 0.1.1-rc.2; the plugin refuses to load unless DSH Web binds to 127.0.0.1.
Jimmy0123-ux/dsh-token-petDisplays live DSH state, context and token usage, cross-session ledger and trends, and user-triggered prompt enhancement in the DSH Web UI.dsh plugin --profile web add dsh-token-pet (or dsh plugin --profile desktop add dsh-token-pet); restart DSH or refresh the Web UI after installation.MIT; README.md says current version 0.1.0 while package.json and package-lock.json say 0.1.1; also install into a profile that includes the DSH Web UI host and review the plugin's local-permission boundary.
Y1X1n/dsh-prompt-optimizer在 DSH Web 会话发送栏提供提示词诊断与优化按钮,并通过当前会话模型流式返回优化结果。dsh plugin --profile web add github:Y1X1n/dsh-prompt-optimizer; 备用路径:下载 https://github.com/Y1X1n/dsh-prompt-optimizer/releases/latest/download/y1x1n-dsh-prompt-optimizer.tgz 后运行 dsh plugin --profile web add ./y1x1n-dsh-prompt-optimizer.tgz;README 提醒 Windows 本地目录 link 形式不可用,应使用 tarball。MIT; README 明确提示 Windows 目录 link 安装会导致插件不加载;兼容性与实测状态属于作者 README 声明。
HaoyueQin/dsh-better-reasoning-effortEdit thinking levels and image-input support for custom models directly in the official Models UI.dsh plugin --profile web add dsh-better-reasoning-effortMIT; Compatibility is pinned to DSH prerelease ranges and part of the UI uses DOM injection; DSH page or settings contract changes can disable the editor. Endpoint probes transmit the stored credential only to the configured provider URL.
chen731215-dev/dsh-tavern-v2Manage character cards, worldbooks, presets, memory, relations, and roleplay prompt injection inside DSH.dsh plugin add dsh-tavern; restart DSH, then open Settings -> Tavern Manager and select an agent preset for a new chat.PolyForm-Noncommercial-Copyleft-1.0.0; The current v2 license is noncommercial/copyleft and the README contains older-license wording; verify the current package terms before redistribution and review imported cards/worldbooks, especially adult-mode prompt content.
z953218350/dsh-archive-managerBrowse, preview, restore, and permanently delete archived DSH sessions from Web Settings.dsh plugin --profile web add -w @mlgbnb/dsh-archive-manager@1.0.10; dsh --profile web; open http://127.0.0.1:3080 and choose Settings -> PluginsMIT; Permanent deletion removes session directories and registry/projection records; the API is guarded as loopback-only.
Imzl-zl/dsh-mcp-manager-uiManage global and per-project MCP servers from a DSH Web floating panel.dsh plugin --profile web add github:Imzl-zl/dsh-mcp-manager-ui#v1.1.7; restart dsh web.MIT; The UI can reveal MCP URL credentials, args, env, and headers during a session; configure only trusted MCP servers and commands.
CH4ACKO3/dsh-turn-foldCodex-Desktop-style turn folding (collapse agent activity into a summary bar) for DSH WebUI.dsh plugin --profile web add github:CH4ACKO3/dsh-turn-foldMIT; Targets @deepseek-ai/dsh-client-ui-conversation lib/client.js 0.1.0-rc.8 -> <0.2.0; patches run in-memory only, never modify installed DSH files.
Chael-Chael/dsh-reference-anythingUnified @-menu reference for commands/skills/files/sessions/local transcripts/external chatbot history/cloud drives.dsh plugin --profile web add dsh-reference-anything@latestMIT; HIGH risk driven by opt-in external-sync (OpenCLI Browser Bridge on Chrome profile). Surface the opt-in warning in catalog.
louke6572/dsh-whale-widget-plus在 DSH Web 右下角注入可切换四套表情的常驻小鲸鱼挂件,并显示 DeepSeek/火山用量与每轮消耗。dsh plugin --profile web add link:C:\path\to\dsh-whale-widget-plus; 火山模式另装:dsh plugin --profile web add link:C:\path\to\dsh-whale-widget-plus\plugins\volc-usage;重启 dsh web 后浏览器 Ctrl+F5 强刷。MIT; 根挂件与火山数据源是两个安装项;火山模式需要单独安装 plugins/volc-usage 并配置对应凭证,源码会向外部服务发起请求。
Nono-neko/dsh-browserEmbeds a Chromium browser in DSH Web/Desktop with multi-tab browsing, workspace file preview, browser_open, and browser_read.pnpm install && pnpm build; dsh plugin --profile <name> add link:<repo>; restart dsh webApache-2.0; The source archive has lib/ ignored and absent, so the documented local link flow requires the build step; the browser proxy uses Puppeteer and does not apply browser_read's SSRF guard, while browser_read defaults to public-address checks.
Kr-ATG/dsh-webuiAdds a configurable DSH host/client suite for chat UI, skills, memory, browser, automation, teams, files, providers, and usage.dsh plugin --profile web add github:statem-li/dsh-webui; Restart DeepSeek Harness.BSD-3-Clause; GitHub metadata has no recognized LICENSE file and package.json is private; BSD-3-Clause is only declared in package.json. The README uses statem-li/dsh-webui, which currently redirects to Kr-ATG/dsh-webui; review or disable high-risk modules before use.
10086ggqq/dsh_theme_terrariaFull Terraria-themed web UI: real chat with streaming, tool-approval panels, model switching, 4 agent presets, desk pets.dsh plugin --profile web add dsh-theme-terraria (or github:10086ggqq/dsh_theme_terraria)MIT; Fan-art skin using Terraria trademark — unaffiliated; pins @deepseek-ai/dsh-web-app rc.5.
BananaSoldier01/dsh-tidychatConversation timeline organizer: auto-collapse finished rounds, process/conclusion dividers, Codex-style left-edge minimap, smart load earlier history.dsh plugin --profile web add @bananasoldier01/dsh-tidychatMIT; Host-side registers a settings namespace; DSH <= rc.6 needs white-list patch script, >= rc.7 natively supported.
DIAG5/dsh-better-inputAdds voice dictation, AI text polishing, one-click prompt optimization, multi-format file input, OCR of scanned PDF/PPT.dsh plugin --profile web add dsh-better-inputMIT; OCR sends rendered document pages to a configured vision model; browser mic requires Chrome/Edge; requires DSH >= 0.1.0-rc.8.
dsh-blue/blueInteractive terminal UI for DeepSeek Harness: streaming transcripts, tool cards, dock panes, status bars, slash commands, themes.npm i -g @deepseek-ai/dsh; dsh plugin --profile blue add @dsh-blue/blue@rc; dsh --profile blueMIT; Preview 0.1.0-rc.8 under @rc dist-tag; requires Node ^22.19||>=24, pnpm 11.
FeatherHunter/dsh-mattpocock-skills-deckAdds a task-system deck to DSH: wayfinder map, ticket/issue tracking, progress ring, injects Matt Pocock skills.dsh plugin --profile web add dsh-mattpocock-skills-deckMIT; Third-party unofficial wrapper around mattpocock/skills; DSH update lag noted by author.
imsai-sh/dsh-1024store在 DSH 内嵌搜索、筛选、安装和卸载插件的 1024 Store,并提供安装包装 CLI。dsh plugin --profile web add dsh1024@latestMIT; 仓库同时包含 aggregate marketplace/web/API;此判定只针对明确发布的 plugin/dsh1024 子包,不把整个目录仓库当成插件。安装统计默认可发送匿名事件,可用 DO_NOT_TRACK=1 或 DSH1024_TELEMETRY=0 关闭。
kenz1117/dsh-ui-usage-billingReal-usage cost dashboard (overview/trend/detail/stats), peak-off-peak billing engine, 73-model catalog, CSV/JSON export.Add to host cordis.patch.yml: insert {id: ui-usage-billing, name: '@kenz1117/dsh-ui-usage-billing'}MIT; Costs are catalog-price estimates, not official invoices; relay quota schemas undocumented.
lamost423/dsh-mazeVisualizes DSH agent sessions as a maze timeline: main path, failed branches, data tracks, failure-recovery analysis, replay.npm install --global @deepseek-ai/dsh@0.1.0-rc.8 && dsh plugin --profile web add dsh-maze && dsh webMIT; None. Self-contained UI plugin; client-side parsing only.
Lzh3070/dsh-file-review-tabSidebar tab + chat-row review of agent file edits: per-turn grouped line-level diffs, per-file/per-turn undo & reapply.dsh plugin --profile web add dsh-file-review-tabMIT; Depends on external plugin dsh-better-sidebar; ported from left0ver/dsh-file-review (MIT credited).
plolpl789/dsh-raw-htmlToggles rendering of model HTML into real UI in the DSH web GUI; KaTeX/Mermaid/card rendering, vcp-fast caching.dsh plugin --profile web add <plugin-path> (one-click installer install-v6.cjs)MIT; Install relies on patching the DSH dist bundle; verify against your DSH version.
WizisCool/dsh-earsVoice input for DSH web UI with Web Speech, local GPU Whisper, Groq, Aliyun Bailian, Tencent Cloud and OpenAI-compatible ASR backends, plus automatic polishing.dsh plugin --profile web add dsh-earsMIT
wlj521/dsh-ui-tweaksAdjust DSH UI via settings panel; GitBar branch/diff ops, real PTY terminal, IDE project launcher, archive restore/delete, MCP server management.npx -y @deepseek-ai/dsh plugin --profile web add dsh-ui-tweaks (or github:wlj521/dsh-ui-tweaks)MIT; Contains browser PTY terminal, git push, archived-log deletion, cordis.patch.yml rewriting — review source before install.
aa2246740/dsh-watcherAdds a read-only Web observer for session steps, parallel branches, timing, and visible reasoning.dsh plugin --profile web add github:aa2246740/dsh-watcher; restart the DSH Host and refresh the page. Local alternative: dsh plugin --profile web add ./dsh-watcher.MIT; Only reasoning already present in Session data is shown; activation requires a host restart and page refresh.
hytime/dsh-thinking-effortAdds off/high/max reasoning levels to models lacking reasoningEfforts, per-model gateway value mapping, subagent default effort.dsh plugin --profile <profile> add @hytime/dsh-thinking-effortMIT; ja/ko locales not yet supported by stock DSH; host changes require DSH restart.
Iwctwbh/dsh-flowglassReal-time DSH session flowgraph: three-lane swimlanes, subagent branches, parallel call grouping, drill-down details, markdown rendering.dsh plugin --profile web add dsh-flowglassMIT; Secondary dsh-dynamic-toolbox product bundles broader-permission tools; only the default dsh-flowglass bundle is covered by this entry.
jsdvjx/dsh-strataAdds a proportional, color-coded minimap of the whole conversation to the DSH Web transcript scrollbar.dsh plugin --profile web add dsh-strataMIT; Chat view only; requires restarting dsh web after install.
mmzm0808/dsh-deepseek-usageDisplays real-time DeepSeek platform balance/consumption/tokens/per-model usage in a draggable UI ball+panel; bundles a Ventus plugin install UI.dsh plugin --profile web add github:mmzm0808/dsh-deepseek-usageMIT; Plugin collects an account-scoped credential (userToken) and automates local browser login; verify credential handling before use.
Phant0Meow/dsh-meow-smoothMobile-first DSH UI (composer fold, sidebar gestures), desktop+mobile notifications, optional compression proxy.npm install && npm run build; add cordis.patch.yml insert to target profile; restart dshMIT; Optional proxy listens on a local port and intercepts /api/* JSON; Web Push requires HTTPS entry.
SLin-code/dsh-custom-skinCustom wallpaper/translucent skin for DSH Web with multi-image switching, blur/opacity controls, dark/light auto-adapt.pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin && pnpm dsh webMIT
Horizon215/dsh-pluginsFive drop-in client-UI plugins: token/cost chips, prompt template library, session recap with zero-LLM handoff, mode capsules, animated whale mascot.git clone ... && pnpm install && pnpm build && dsh plugin --profile web add file:./packages/* (5 packages)MIT; Requires dsh >= 0.1.0-rc.5, web UI only; npm packages not yet published; package names use @your-scope placeholder.
JAdpp/dsh-whale-galgameMulti-character Galgame UI in DSH Web: affection/level/long-term memory shared across workspaces, work-task event awareness, multi-character dramas, desktop pet.dsh plugin --profile web add dsh-whale-galgameMIT; 21 default artworks are CC BY-NC-SA 4.0 non-commercial; git install needs allowBuilds; short-drama networking can be disabled in settings.
webkubor/dsh-bloom-themeThemes DSH web UI with 8 Morandi color variants, frosted-glass panels, animated wait effect, WCAG AA contrast.dsh plugin add @kubor/dsh-bloom-themeMIT; Visual theme only; verify DSH plugin loader compatibility for the installed harness version.
yoli-mi/dsh-client-ui-customDSH web-client UI customization: wallpaper & frosted-glass theming, accent auto-color, custom keyboard shortcuts, usage stats.Add roster line to ~/.dsh/profiles/web/cordis.patch.yml (id: ui-custom, name: '@ha-na-bi/dsh-client-ui-custom'), then dsh webMIT; RC-stage (0.1.0-rc.6); profile patch changes need dsh web restart.
Tasihi89/dsh-talk-mapWhiteboard conversation map for DSH: cards for sessions, drag/arrange, edge-forking with context injection, auto summaries.dsh plugin --profile web add github:Tasihi89/dsh-talk-mapMIT; Targets deepseek-harness 0.1.0-rc.6; rc-stage API may drift.
whitefirer/dsh-niulai-petBrowser-side desktop pet rendering (skins, drag, physics, group photo) + task-completion detection via sessions.list + custom character packs + voice keyword recognition.dsh plugin --profile web add dsh-niulai-petMIT; Requires dsh rc.7+ settings-card capability; needs getUserMedia secure context (https/localhost).
YRN-playmaker/dsh-wallpaper_shareSyncs Wallpaper Engine dynamic wallpapers as DSH web background; multi-monitor source lock; opacity/blur/shadow sliders.dsh plugin --profile web add github:YRN-playmaker/dsh-wallpaper_share (or npm: dsh plugin --profile web add dsh-wallpaper_share)GPL-3.0; Scene shader/SceneScript animation not yet implemented; visual settings reset on page refresh.
ai-shushu/dsh-quota-meterDSH 会话额度计量插件:按真实 token usage 记账、输入框上方进度条 UI、额度耗尽自动拦截模型调用(agent/pre-step reject)、(provider, model) 多厂家价目表、峰谷定价、官方价格同步dsh plugin --profile web add github:ai-shushu/dsh-quota-meter(锁版本: dsh plugin --profile web add github:ai-shushu/dsh-quota-meter#v0.4.0;卸载: dsh plugin --profile web remove quota-meter-shushu)MIT; GitHub API license 字段为 null,但 README 与 package.json 均声明 MIT
kanneiren/dsh-network-settings为 DeepSeek Harness 提供 Windows/WSL/macOS 网络链路诊断与安全修复:识别 DSH 进程真实网络路径/DNS/首失败点、TUN/VPN 后补物理出口与真实网关、配置漂移检测、一键复制 Agent 友好的 Markdown 网络报告;修改操作遵循快照→预览→确认→应用→可回滚,集成于 DSH 设置→插件→网络dsh plugin --profile web add dsh-network-settingsMIT; macOS 仅 CI 验证、真机验收待做;从 GitHub 安装需手动将 allowBuilds 键写入 pnpm-workspace.yaml;npm 源安装可能被 pnpm minimumReleaseAge 暂缓
Liu-ZA-81/dsh-theme-firefly崩坏星穹铁道「流萤」主题的 DSH Web UI 皮肤:萤火绿霓虹配色(覆盖 100+ 个 --dsw-* 设计令牌)、动态/静态壁纸系统(IndexedDB 持久化、随机轮换、本地导入)、开屏变身动画、氛围粒子、背景音乐、打字音效与对话触发表情包dsh plugin --profile web add dsh-theme-firefly(源码安装:dsh plugin --profile web add "link:<本仓库绝对路径>";卸载:dsh plugin --profile web remove dsh-theme-firefly)MIT; 主题间互斥,后加载者生效,建议同 profile 只启用一个主题;内置素材(米哈游官方音乐/壁纸)版权归米哈游所有,勿商业使用
PolinniZhong/dsh-personal-centerDSH 设置页「个人」分区插件:真实用量统计(Token/会话/工具调用热力图)、模型成本估算(峰谷分时/分币种)、全局自定义指令(注入系统提示词)、桌面宠物(5 情绪)、会话状态概览;纯本地运行、不联网、不读聊天正文dsh plugin --profile web add github:PolinniZhong/dsh-personal-center(或 Web GUI → 设置 → 插件 → 插件控制台搜索「个人中心」)MIT; 较新仓库(2026-08-19 创建,v0.5.1);依赖 DSH 平台内部 API(sessions 投影、ctx.get),跨版本可能失效
ymh0000123/dsh-theme-endfieldDSH Web 客户端纯主题插件,参考《明日方舟:终末地》官网视觉风格(奶油纸底/墨黑文字/信号黄强调/全直角工业编辑风),覆盖主题令牌 + 注入样式表实现,含 4 组 10 个可配置开关(localStorage 持久化)dsh plugin --profile web add github:ymh0000123/dsh-theme-endfield(重启 web profile 生效;卸载:dsh plugin --profile web rm dsh-theme-endfield)MIT; 第三方社区插件,未在官方 DSH 注册表中核验过;正式安装前可在 web profile 里用 cordis_define 临时试用验证兼容性
Yuuhann1999/dsh-bloub-moodChanges DSH branding based on session state and can create a desktop entry that opens the running DSH Web server.dsh plugin --profile web add github:Yuuhann1999/dsh-bloub-mood && dsh webMIT; Set desktopEntry.enabled=false or turn off the desktop-entry setting if the launcher-writing behavior is not wanted.
FeatherHunter/dsh-opencode-palette为 DSH Web 界面一键应用 opencode 官方 34 款主题(tokyonight、dracula、gruvbox、catppuccin 等),即点即换、重启不丢,排印(字体/字号)独立控制,支持 system 一键还原dsh plugin --profile web add dsh-opencode-paletteMIT; 仓库极新(2026-08-15 创建);从 1.4.x 旧版升级需先手动删除旧注册块,否则重复注册
TFboy1/dsh-minecraft-uiMounts a playable Minecraft-inspired voxel workspace overlay in DSH Web while retaining native sessions, tools, model controls, and capability management.dsh plugin --profile <canary> add dsh-minecraft-ui; dsh --profile <canary> --dump-config; restart DSH Web and refresh the page.MIT; The recommended workflow is an isolated canary profile; Git installation runs prepare/build and may require explicit pnpm build-script authorization. Community plugin confirmation is dry-run and does not itself modify profiles.
WilliamShi666/dsh-multiple-chat-panelsMulti-pane chat grid: drag sidebar sessions into a Mission Control grid for live parallel interaction with multiple agents.dsh plugin --profile web add multiple-chat-panelsMIT; Very new project (~10 commits since 2026-08-18); targets DSH rc line.
houyanchao/dsh-timelineDSH Web 客户端会话效率插件:右侧时间轴导航、收藏文件夹、图钉标记、闪记、提示词库、智能输入、对话多格式导出(MD/TXT/JSON/CSV/PNG/PDF)、公式 LaTeX/MathML 复制、回复提醒、数据备份导入导出,主题实时跟随、中英双语、逐功能开关dsh plugin --profile web add dsh-timeline && dsh web(源码运行 DSH 时用 pnpm dsh plugin --profile web add dsh-timeline)GPL-3.0-or-later; 2026-08-17 才创建、仅 0.1.x 版本,仍处早期;homepage 指向外部站点 timeline4ai.com,下载/安装时建议以 GitHub 为准
MingoZhou/dsh-replayReplay, audit, compare, inspect costs, and export DSH agent sessions in the Web UI.dsh plugin --profile <your-profile> add @mingozhou/dsh-replay; dsh --profile <your-profile> --dump-config; dsh web --profile <your-profile>MIT; Replay and standalone HTML export can disclose sensitive prompts, tool inputs, outputs, and session metadata; treat exported files as confidential.
tpmoonchefryan/dsh-joi-channel-themeDeepSeek Harness Web 端的非官方 VTuber 主题插件,提供轴伊Joi 两套完整可切换 UI 衣装(Flowers/Library),覆盖底色、面板、气泡、代码高亮、角色演出与底纹,含内置换装开关可回退 DeepSeek 原生外观npx @deepseek-ai/dsh plugin --profile web add dsh-joi-channel-theme && npx @deepseek-ai/dsh webMIT; 素材许可为 CC BY-NC-SA 4.0(代码 MIT),主题含虚拟主播角色版权,商用需注意第三方权利声明;安装需 Node ^22.19/>=24 与 pnpm
hg1048596-pixel/dsh-recall-unreadDSH 客户端 UI 插件:在输入框上方显示已发送但模型尚未读取(steering placement)的消息条带,支持单条/全部撤回,基于官方 session.updateQueue RPC 移除 inbox 消息,零配置启用即生效静态安装:cp -r plugin/* ~/.dsh/profiles/web/node_modules/dsh-recall-unread/ 并在 cordis.patch.yml 追加 insert 块,重启 DSH;或 dsh plugin add 安装MIT; 仓库较新(2026-08-17 创建);历史上 bundle 曾引用 module.exports 导致 DSH 启动 fail-loud 红屏,已修复并附带 git 钩子校验与急救脚本
openma-ai/MarttyRust/ratatui terminal UI that renders the DeepSeek Harness agent timeline (streaming reasoning, tool calls, skills, subagents, token/cache metrics, persistent JSONL sessions, multi-image prompts) as a DSH surface plugin; extensible through Cordis plugins, themes, slots, commands and a Creator self-improvement loopdsh plugin --profile tui add @openma/deepseek-harness-tui@latestMIT; Local shell execution via !cmd and clipboard/image reads are user-initiated but bypass the agent sandbox; the Creator self-evolution loop can generate and load code — review any installed dynamic packages/skills
z953218350/dsh-history-treeAdds a fixed timeline dot rail with fish-eye magnification, glassmorphism hover cards, click-to-jump navigation for multi-turn conversations.dsh plugin --profile web add -w dsh-history-treeMIT; Requires DSH web profile (platform 'web'); UI only, no effect on CLI/headless use.
chenproton/dsh-historyLists, filters, copies, and jumps to the user's full message history, including paged-out session events.dsh plugin --profile web add dsh-history@0.1.24 && bash ~/.dsh/profiles/web/node_modules/dsh-history/restart-dsh-web.shMIT; Do not expose DSH Web beyond trusted local or origin authorities; the plugin intentionally surfaces full user-sent message text.
Z-6354/dsh-mobile-hanui为 DSH Web GUI 提供窄屏(≤1023px)移动端适配:侧边栏/详情抽屉化、可拖拽 FAB 悬浮菜单、弹窗全屏居中、上滑自动加载历史、抑制会话切换软键盘弹出、子代理目录与模型/推理选择器小屏适配;纯前端显示层,桌面端无影响cd ~/.dsh/profiles/web && pnpm add dsh-mobile-hanui,然后在 dsh.profile.bundles 数组加入 "dsh-mobile-hanui" 并重启;或 dsh plugin --profile web add dsh-mobile-hanuiMIT; client 注入依赖标准 @deepseek-ai/dsh-web-app 自带的 dsh-client-runtime/ui-layout;临时关闭用 ?mobileShell=0
2768651338/dsh-effort-sliderReplaces the built-in Effort level list with a stepless 0-100 slider; patches adapter metadata so any third-party model gets reasoning-effort control.dsh plugin --profile web add github:2768651338/dsh-effort-slider#mainBSD-3-Clause; Potential conflict with other Effort-row skin plugins; verified on Windows web profile only.
alvinunreal/openpetsAnimated desktop companion pets that react to DeepSeek Harness agent activity via a DSH Cordis plugin.npx -y @deepseek-ai/dsh plugin --profile web add @open-pets/dshMIT; DSH install path not yet documented in root README; confirm npx -y @deepseek-ai/dsh plugin --profile web add @open-pets/dsh before publishing. Integrates with local desktop process over IPC.
goatbroai/web-backgroundAdds Web background modes, opacity, local image upload, reset, and cross-tab synchronization.cd /path/to/web-background; pnpm install; pnpm run bundle; dsh plugin --profile web add -w .; restart dsh webMIT; README.md, package.json, and docs/plugin-plan.md still reference lndyzwdxhs/web-background for GitHub installs; the canonical repository is goatbroai/web-background.
UNLINEARITY/dsh-codeClaude-Code/Codex 风格的 DSH 终端编码界面(树外 bundle 叠于 @deepseek-ai/dsh-base):斜杠命令、会话恢复、模型/权限管理、审批条与 plan/goal 模式dsh plugin --profile cli add dsh-code@0.8.0;启动命令 deepseek / dsh --profile cli / dsh-codeMIT; TUI 内 /model 可管理与轮换 API key、读写工作区,依赖 DSH 权限预设与 sandbox 审批机制
wssfk12138/dsh-damage-pulseGame-style token-usage / balance damage-pulse visualization for DeepSeek/DSH.Copy plugins/dsh-token-monitor/ and packages/client/ui-token-monitor/ into a local DSH repo; mount via cordis.patch.yml: node --import tsx/esm apps/cli/src/bin.ts web --patch <dsh-root>/plugins/dsh-token-monitor/cordis.patch.yml --port 3080MIT; Install is drop-into-DSH-repo + patch, not a standalone dsh plugin add. Reads DEEPSEEK_API_KEY and polls DeepSeek balance (external API); modifies DSH ui-workspace files (filesystem writes).
Aisland-SJL/dsh-reminderCross-window completion/approval notification popups for the DSH web GUI.npx -y @deepseek-ai/dsh plugin --profile web add dsh-reminderMIT; Brand-new (1-day-old, ~12 stars); npm publish of dsh-reminder not independently confirmed. Read-only (reminds, never acts), no external network calls or privileged creds.
wei-806206088/dsh-skinWeb UI theme/skin customization (colors, image/GIF/video skins, named presets).git clone https://github.com/wei-806206088/dsh-skin.git && cd dsh-skin && chmod +x install.sh && ./install.shMIT; Image/video skins depend on current DOM class names (SLOT_SELECTORS/VIDEO_TARGET); version-sensitive, may need manual adaptation.
Yi-111-a/dsh-jinglingLocal AI companion with reviewable/proposable memory, Character Card V2 import, browser companion panel, optional desktop-pet sidecar.git clone ... && npm install && npm run check && npm pack && dsh plugin --profile web add dsh-jingling-0.1.0-alpha.19.tgz; or: dsh plugin --profile web add dsh-jinglingMIT; Alpha-stage (0.1.0-alpha.19/rc.6), Windows-only sidecar; legacy internal id 'souldock' retained.
boxeryao/deepseek-harness-tuiDSH-TUI: lightweight, fast terminal UI plugin hooked into DSH's agent, tools, permission and session services; line-oriented interface (no card layouts); does not re-implement the harness runtime.dsh plugin --profile tui add . (after pnpm install && pnpm run build; requires pnpm 11+ and DSH 0.1.0-rc.6)MIT
ccch1mneyyy/dsh-TUIClaude Code 风格全屏终端 TUI:像素鲸鱼顶栏、双流光大字、实时工作状态行、思考流式展开、双击 Esc 时间回溯、上下文进度条 + TPS 仪表;接入 Agent preset(standard/code/minimal/cordis)、Skills、MCP、Goals、Todos、子代理,/ 命令注册表与随附技能(audit/bug/review/practice/pr_comments/release-notes/vuln-check);纯插件挂载零核心改动。dsh plugin --profile cc-tui add dsh-cc-tui(仓库根目录 install.sh 已封装含 pnpm 预检;前置 npm install -g @deepseek-ai/dsh;Windows 用 dsh-cc.cmd --resume)MIT; 功能面大(含 MCP 与 Shell 类工具),授予前确认会话信任边界;依赖可用 TTY。
dsh-tui/dsh-tui终端 UI (terminal TUI): Claude Code 风格的 dsh 终端界面,复用官方 dsh-base 全部生态(shell/文件工具、技能、子代理、workflows、沙箱审批);pi-tui 0.80.7 已打补丁并内联。npm i -g @deepseek-ai/dsh@next; dsh plugin --profile tui add @dsh-tui/dsh-tui (requires Node ^22.19 || >=24)MIT; Repackaged from recovered upstream UI code; peer deps pin a pre-release dsh rc.
lanshuye123/DSH-TerminalVSCode 风格终端模拟器+文件管理器:宿主机真实 PTY(subprocess.spawnTerminal/node-pty)、多会话、自研 ANSI 渲染、工作区目录树+预览动态部署:git clone 后 node scripts/build-payload.js 产出 dist/ 载荷,按 BOOTSTRAP.md 让 DSH Agent 用 cordis_define 提交 + cordis_run 激活(更新用 kind:existing)MIT; 无 CLI 导入通道、依赖 DSH dynamic-plugin 会话与 node-pty 私有细节,DSH 升级需回归。
liuup/dsh-latex-tools在 DeepSeek Harness 中悬停任意 LaTeX 公式即可复制 TeX 源码或导出独立 SVG 文件;MathJax 由插件自身 host half 提供,首次按需加载后浏览器缓存,完全离线。npx @deepseek-ai/dsh plugin --profile web add dsh-latex-tools (或 github:liuup/dsh-latex-tools);验证 npx @deepseek-ai/dsh --profile web --dump-config 出现 '# == dsh-latex-tools' 层MIT
realchenwenqiao/dash终端的 agent 前端:复用 dsh-base 内核(Cordis/agent loop/工具/会话),pi-tui 界面 + 行为账本 + 内置技能命令 / Terminal-native DSH frontend (pi-tui) reusing the dsh-base agent stack.npm install -g @deepseek-ai/dsh && dsh plugin --profile tui add @realchenwenqiao/dashNot found; No license declared.
realguan/dsh-mermaid-preview把 Markdown 的 mermaid 围栏代码块在 dsh Web 界面渲染为图表(客户端动态插件/原生 bundle 两种形态)/ Renders mermaid fenced code blocks as diagrams in the dsh web chat.dsh plugin --profile web add github:realguan/dsh-mermaid-previewMIT
songqikong/dash终端 TUI 客户端(oh-my-pi 键位 + DSH 完整 agent 内核):/plan /goal /compact、模型角色体系、会话持久化、raw-ANSI 渲染git clone https://github.com/songqikong/dash.git && cd dash && sh install.sh(创建 ~/.dsh/profiles/dash + ~/.local/bin/dash);启动: dashMIT; 默认全权限无审批,谨慎在不可信环境使用
xiaoshihou514/dsh-tuiDSH 终端 TUI:覆在 Harness base bundle 上的交互式终端界面;tui-startup 负责 CLI 解析、tui-runtime 持有根 agent 与终端生命周期,接入 code-runtime(worker-thread)。dsh plugin --profile web add dsh-tui(或本地 pnpm install && pnpm build 后 dsh plugin --profile web add <repo路径>)MIT; ALPHA 阶段(readme 提示 stay tuned);TUI 直接操作根 agent 与代码运行时。
PerryLink/dsh-output-stylesSession-scoped, durable, runtime-switchable model output styles: /style command, output_style storage domain, systemPrompt injection; stylesDir config ('' = bundled styles/).dsh plugin --profile add dsh-output-styles (then add name: 'dsh-output-styles' row to the profile cordis.patch.yml)Apache-2.0
rabbitknight/dsh-tui基于 dsh-base 的交互式终端界面(dsh --profile tui),含 /skills 技能目录 / Interactive terminal UI bundle for dsh running on dsh-base.dsh plugin --profile tui add "<path>/packages/dsh-tui-app" (or npx @deepseek-ai/dsh plugin --profile tui add ...), then npx @deepseek-ai/dsh --profile tuiNot found; No license declared.
ZgblKylin/dsh-terminalVSCode 风格内置终端面板:xterm.js(浏览器端)+ node-pty(宿主端)实现的独立 dsh 插件,随桌面外壳(dsh-gui)在 web 组合中运行。pnpm install && pnpm run build;dsh plugin --profile web add link:./plugins/terminal,再在 .dsh/profiles/web/cordis.patch.yml 加一行 name: dsh-terminal 并重启外壳;README 要求用仓库固定 .toolchain pnpm(11.7.0)Unlicense; 文档针对个人 dsh-gui 工程(E:/Git/dsh-gui)编写,安装路径带环境耦合;终端权限面高,谨慎开放。
13071301808/dsh-composer-expandDSH 输入框展开 UI 插件。``MIT
147228/dsh-black-whaleDSH 主题/皮肤插件(黑鲸皮肤),修改 Web UI 外观。``N/A
147228/dsh-xiaoyao-skinsDSH 逍遥皮肤包,提供多套 Web UI 主题。``N/A
1841220388zzzcccxxx-star/dsh-git-graphEmbedded git graph visualizer for DSH web GUI (history, diff, branch ops).``MIT
2768651338/dsh-plugin-manager图形化插件管理标签页``MIT
a903067276-rgb/dsh-file-mentionsDSH 文件提及/引用展示 UI 插件。``MIT
aaravarr/dsh-subagent-maxsubagent_with_model tool plus a live multi-panel subagent viewer for DSH.``MIT
Abyss-Seeker/dsh-plugin-working-statusDSH 轻量插件:点击即改「Deep diving...」状态文字,全局持久化``N/A
aceice01/dsh-whale-pet鲸鱼娘桌宠``Non-Commercial
AcidGr/dsh-web-mobile-fixDSH Web 移动端适配修复插件,优化小屏布局。``MIT
AdamPlatin123/dsh-tonghuashun同花顺 (THS) terminal-style skin + code-volume K-line market panel (packages ui-skin-ths + ui-market).cordis.patch.yml: - id: ui-skin-ths (name '@deepseek-ai/dsh-client-ui-skin-ths'), - id: ui-market (name '@deepseek-ai/dsh-client-ui-market')MIT; Client UI skin + market display panel only; no network or API keys; settings registered to settings.general.item slot.
Aisland-SJL/dsh-usagePersistent balance/usage dock + heatmap for DSH web GUI.``MIT
AKS1st/dsh-cyber-particleDSH 赛博粒子动效/主题插件,增强界面视觉效果。``MIT
AKS1st/model-usage-plugin模型消耗统计 (musage-stats)``MIT
AngelosZou/dsh-multi-folder主工作区多次级目录``MIT
asukasec/dsh-message-previewDSH 消息预览 UI 扩展。``MIT
ayuanwong/dsh-ux长任务 UI 优化:思考/工具步骤收进稳定过程区、完成后自动折叠、详情随时展开;可选用小模型请求生成阶段名(仅展示)。dsh plugin --profile <name> add <package>(monorepo bundle,见 packages/bundle)BSD-3-Clause
badai147/dsh-global-rulesEdit ~/.dsh/AGENTS.md global rules from DSH web settings panel.``MIT
baihejiangnan/dsh-session-context-menu更好的右键菜单``MIT
bearllfleed/Dsh-FileExplorerVS Code 风格文件浏览器+编辑器``MIT
better-er/dsh-tool-autoexpand工具结果自动展开``MIT
bobcat848/dsh-calculatorFloating card showing DeepSeek API spend and live account balance in the DSH web GUI.``MIT
boxeryao/dsh-mini-tuiDSH 极简终端 UI 插件(answer-first 工具输出 / 后台执行 / Windows 右键菜单)``MIT
buhuikongpan/dsh-pluginmanagerDSH Web 设置页插件管理器(三层架构视图 / 启停 / 卸载 / 补登记)``MIT
c-ling/dsh-plugin-petDesktop e-pet in the DSH Web GUI reacting to agent state with built-in/custom/Codex sprite support.``MIT
caoyiwei850/dsh-client-ui-skinsDSH 客户端 UI 皮肤/主题插件。``MIT
Cassius0924/dsh-usage-dashboardDSH 使用量/统计仪表盘插件,展示 token 与调用数据。``MIT
charrywhite/dsh-sticky-notesDSH 便签插件:可拖拽、文字/图片便签、9 款皮肤、AI 可读写。``MIT
chi-hong22/dsh-mdboxDSH Markdown 盒子插件,在 UI 中渲染/编辑 Markdown。``N/A
cindyguyuehu123/dsh-mobileDSH 移动端界面适配插件。``MIT
cindyguyuehu123/dsh-webchatlikeDSH 仿网页聊天界面 UI 插件。``MIT
Civitasv/dsh-plugin-diff-reviewDSH Codex 风格 diff 评审 UI 插件。``MIT
CocoSgt/dsh-attachmentsDSH 第三方附件插件(统一文件暂存网关,任意类型零拒收)``MIT
CocoSgt/dsh-inspectorDSH 检查器/调试 UI 插件。``MIT
culture-flask/dsh-aemeath-pet像素风桌宠``Apache-2.0
Dasooul03/dsh-plugin-deepseek-pricingDSH DeepSeek 计费/价格展示插件。``MIT
Dbi-Eshuh/dsh-thinking-status-customizerDSH 思考状态(thinking status)自定义 UI 插件。``MIT
dclichang2022/dsh-green-meterEnergy/carbon/cost metering for DSH from token accounting.``MIT
dfkai/dsh-boardDSH 看板/面板插件,提供可视化信息板。``MIT
Dpf555/dsh-workbenchDSH 工作台插件,提供集成化的工具面板 UI。``MIT
dream12347/dsh-session-managerDSH 会话管理器 UI 插件。``MIT
DViridescent/dafy-whale-themeDSH 鲸鱼主题/皮肤插件。``MIT
e2mcc/dsh-popout-sidebarDSH 侧边栏弹出(popout)UI 插件。``MIT
elviszhang007/dsh-moyanDSH 墨言:侧边栏名言/古诗词/游戏台词展示插件,语料可外置自定义。``MIT
enchangcui340-cloud/dsh-whale-balanceDSH 鲸鱼余额展示 UI 插件。``MIT
eric-song-dev/dsh-ikun-petDSH 坤宠动画进度插件(deep dive 状态行下方进度条 + 完成音效)``MIT
Ericwong5021/dsh-taskboardDSH Web UI 任务看板插件(仓库原名为 dsh-taskboard,后重命名为 dsh-kanban)。``MIT
euuuuuuzer/dsh-loop-dockDSH 循环/任务停靠栏(dock)UI 扩展。``MIT
f0909172434/dsh-deepseek-girl-petdeepseek 娘桌宠``MIT
fengzhiyushui/dsh-desktop-windowDSH 独立应用窗口插件,以 --app 模式弹出隔离的桌面窗口。``MIT
gameswu/dsh-notifacation-frameNotification framework letting derivative plugins register notifiers with config cards in Settings.``MIT
gameswu/dsh-plugin-vscode-sidebarDSH 的 VS Code 风格侧边栏插件,扩展编辑器侧栏 UI。``MIT
gameswu/dsh-pref-kitDSH 偏好/设置工具包 UI 插件。``MIT
Gin-7/dsh-pet-remielleZenless Zone Zero 'Remielle' desktop-pet skin for DSH web GUI.``MIT
GLFzr/dsh-file-uploadDSH 文件上传 UI 插件。``MIT
GLFzr/dsh-opencode-go-quotaDSH opencode Go 配额展示插件,显示额度使用情况。``MIT
gxinxing/deepseek-harness-tuiInteractive terminal chat UI (Ink/React) for DeepSeek Harness — folded tool calls, thinking folding, and OSC-11 adaptive theme.dsh plugin --profile tui add /path/to/deepseek-harness-tuiMIT; TUI/UI only; routes llm-deepseek through the TokenDance gateway (needs TOKENDANCE_API_KEY) and requires a one-time manual runtime patch to the harness llm-deepseek adapter (lost on upgrade).
haxi8/dsh-JujutsuKaisen-rainloveDSH 主题/趣味装饰插件(动漫主题)。``MIT
Highjobop/dsh-gadgetsDSH 轻量合集:dsh-skin 外观、dsh-tidy 对话整理、dsh-task-alerts 任务提醒。``MIT
Hilbert-beinghappy/seektty可插拔 DeepSeek 风格终端 TUI 插件(dsh --profile tui,会话/主题/中英界面)``N/A
HongMing-Huang/dsh-file-uploadDSH 文件消息插件:拖拽/回形针上传、文档转 Markdown(MarkItDown)、图片 OCR、语音输入、read_document 工具。``MIT
Hotsteel2901/dsh-client-ui-mobile-adaptDSH Web 移动端适配客户端插件(Termux/手机单栏布局、抽屉、全屏面板)``MIT
HR2AY/DSH-Plan-GraphDSH 会话工具调用/消息交互式流程图插件(Plan Graph 标签、收藏、定位)``MIT
huahai0202/dsh-better-archiveDSH 会话归档改进 UI 插件。``MIT
huanyuLv/dsh-balance-tideDSH 余额趋势展示 UI 插件。``MIT
huguangyu666/dsh-plugin-notifyNotification outlet: desktop toast / Chinese voice broadcast / sound so the agent can proactively reach the user.``MIT
huiliyi37/dsh-tianshu-tuiDeepSeek Harness 交互式终端 UI 插件:会话工作区、图片端到端(剪贴板/视觉桥)、slash 下拉、审批卡片、推理可视化,纯展示层npx -y @deepseek-ai/dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tuiApache-2.0; UI 纯展示层,不注册 prompt/工具/上下文面,所有状态派生自会话事件流;无网络/凭据/文件访问
hxyz486/dsh-archived-conversationsDSH 归档会话浏览 UI 插件。``MIT
iyllyt/dsh-btwDSH 旁注/批注(btw)交互 UI 插件。``MIT
jesse-njx/dsh-voiceDSH 语音输入/输出插件。``MIT
Jiyr0119/dsh-workspace-explorerDSH Web 会话头部工作区文件胶囊按钮:懒加载目录树、点击/拖拽插入 [file: 相对路径] 引用、多选批量插入、搜索过滤、大文件分页预览、分屏预览与面板内文本编辑dsh plugin --profile web add -w @jiyr0119/dsh-workspace-explorer@latestMIT
jjxjjjjiik-bot/dsh-chat-timeline1:1 复刻 DeepSeek 官网右侧对话导航栏的 DSH 插件``MIT
JuneLearn/dsh-reasoning-settings推理强度设置``MIT
kaziii/dsh-github-connectorGitHub 连接器(PR 状态条)``MIT
kc0ed/dsh-bottom-barDSH 底部状态栏/工具栏插件,扩展界面底部 UI。``MIT
KeLearns/dsh-navigation-barDSH 导航栏插件,扩展界面顶部/侧边导航。``MIT
LAN-TINA-WS/dsh-gui-customizationDSH web GUI theme customizer (colors, ambiance light, dynamic backgrounds).``MIT
Lanxing6480/dsh-galgameDSH Web 聊天界面 GalGame 模式插件(立绘 + 思考气泡 + 打字机,纯视觉层)``MIT
le-soleil-se-couche/dsh-token-costDSH token 成本统计插件,展示消耗与费用。``MIT
leavestring/awesome-dsh-background-pluginDSH Web 背景个性化插件(上传图片/预设)。``MIT
left0ver/dsh-file-reviewDiff/review panel for files an agent just changed in DSH web, with undo.``N/A
LemCAE/dsh-balanceDSH 余额/配额展示插件,显示账户余额信息。``MIT
LiangYin233/dsh-provider-model-configuratorDSH web UI model configurator (provider model entries, thinking levels).``MIT
liliuCourier/dsh-chat-outlinePersistent left-side chat outline listing each question and its last reply with one-click jump.``MIT
LingyeSoul/dsh-tavernDSH 的酒馆式(SillyTavern 风格)聊天前端插件,提供多角色对话界面。``MIT
linshule/dsh-balanceDSH 余额展示插件,显示账户/额度信息。``MIT
lj970926/dsh-plugin-mermaidRenders mermaid code blocks in chat with a chart/source toggle and live theme switching.``MIT
LJninse/dsh-open-in-ideDSH 在 IDE 中打开文件的交互插件。``CC BY-NC 4.0
loguhan/dsh-workshopDSH workshop / 学习与演示向插件,提供 Web UI 扩展。``MIT
lssyd20070106/dsh-ui-preset-enhanceDSH WebUI 增强插件(背景/主题自定义 / Prompt 预设 / Token 查看 / 手动 Compact)``MIT
lzbaclz/dsh-conversation-outline对话大纲侧栏``MIT
magian1127/deepseek-harness-zh_proDSH 专业中文本地化/增强 UI 插件。``MIT
Max-Samson/dsh-usage-chartDSH 用量图表 UI 插件。``MIT
maydaytyh/dshx-terminalDSHx 终端界面插件。``MIT
mengyun233/dsh-codex-petCodex 桌宠迁移插件``MIT
minivv/dsh-agent-skillsDSH 设置页管理 Agent Skills:扫描 /.agents、/.claude、/.codex、/.config/opencode、~/.gemini 技能目录、启停/搜索/监听变更、可选接管 DSH 技能来源,不修改原始 SKILL.mddsh plugin --profile web add dsh-agent-skillsMIT
Mombrane/dsh-subagent-monitorRealtime subagent run-monitor panel for DSH web GUI.``MIT
monk233/dsh-plugin-manager插件管理(启用/禁用/删除)``MIT
Mooling0602/dsh-web-file-uploaderDSH Web 文件上传插件(模型感知注入 / SHA-256 去重 / 内容寻址)``MIT
Nanki-nn/dsh-answer-petDSH Web 可扩展回答状态宠物框架(进度/模型轨迹卡,多会话并发)``MIT
NanmiCoder/dsh-plugin-marketDSH 插件市场插件,提供插件浏览与安装界面。``MIT
nextindie/deepseek-harness-for-vs-codeVS Code 内 DSH 集成(含 dsh-git-rollback bundle)。``MIT
No-PRM/dsh-explorerVS Code 风格文件树浏览器``MIT
NoNameLeGo/dsh-catppuccin-themeCatppuccin theme plugin for DSH web GUI (4 flavours + glassmorphism).``MIT
noone89A/dsh-gaugePrecise cache-hit rate, token usage and cost estimates replacing the native DSH stats line.``MIT
OK-wx/dsh-ocgo-liteOpenCode Go 用量常驻条``MIT
openma-ai/deepseek-harness-tuiDeepSeek Harness 终端 UI(TUI)。``MIT
orriduck/dsh-tuiSession-aware terminal UI for DeepSeek Harness (start/continue/resume sessions, permission-preset switching).npm install -g github:orriduck/dsh-tuiMIT; Terminal UI driving DSH sessions; can switch permission preset incl. typed FULL ACCESS confirmation; optional Herdr bridge.
PAKIKNOWLEDGE/dsh-client-ui-skin-claudeClaude 风格皮肤``MIT
penguin-oo/dsh-bookmarksDSH Web 回复书签插件(笔记/标签 / 跨会话中心 / 一键 Markdown 导出)``MIT
Physicolor/dsh-ui-harmonizerDSH 纯客户端 UI 调和:归一化官方界面、协调第三方插件视觉冲突(dsh-better-sidebar/dsh-widgets/dsh-genui)、修正设置页布局、聊天宽度/字号/缩放/字体/圆角卡片实时自定义dsh plugin --profile web add dsh-ui-harmonizerMIT
pitetow/dsh-notify-on-completeZero-dependency desktop notifications when a run finishes, the model asks a question, or approval is pending.``MIT
Player-MINEPIG/dsh-tavernDSH 酒馆式对话 UI 主题/界面插件。``MIT
poplarity/dsh-science-workbench可复现科学工作台``MIT
qing3a/dsh-event-auditorDSH 事件审计/日志可视化插件``MIT
QJAG1024/dsh-model-meta-autofillAuto-fills metadata (context window, output cap, display name, modalities) for custom-provider models from models.dev.``MIT
qjcnmd/dsh-reasoning-sliderDSH 推理强度(reasoning effort)滑块 UI 控件。``MIT
R3alloc/dsh-session-deeplinkDSH 会话深度链接插件,支持通过链接直达特定会话。``MIT
RealAlexandreAI/dsh-atuinRecords every typed DSH prompt into atuin shell history (searchable via atuin search).dsh plugin --profile web add dsh-atuinMIT; Spawns the atuin binary as a subprocess and writes typed prompts into local atuin history DB; may capture sensitive input unless deny rules are set. No network exfiltration.
rongzi5/dsh-whale-pet3D 鲸鱼桌宠``N/A
sanshanya/better-model-providerDeclarative settings page for per-model native vision input, reasoning level and token capacity in DSH.``MIT
schhaohao/dsh-file-explorerDSH 文件浏览器 UI 插件``MIT
Scorp1o117/dsh-plugin-marketplaceDSH 插件市场 UI``MIT
SherUnlocked-4869/dsh-plugin-msg-navDSH 消息导航插件,提供会话内消息跳转/索引 UI。``MIT
silencieuxzero/Better_Deepseek_HarnessExtension center UI for DSH managing skills/plugins/MCP with native settings integration.``N/A
skr311/dsh-codex-petCodex 桌宠``MIT
songoao25/dsh-bottom-info-barDSH Web UI 底部信息栏扩展。``MIT
SpookySandwich/dsh-plugin-smooth-streamDSH 流式文字动画增强插件(淡入 + 平滑流式跟随)``MIT
springbrand-lab/dsh-skin-universeDSH 皮肤宇宙插件,提供多套界面主题切换。``MIT
starslittle/dsh-blue-whaleDSH 蓝鲸主题/状态展示 UI 插件。``MIT
stevenx65/dsh-balance-pluginDSH 余额查询展示 UI 插件。``MIT
Suiwan/whale-purseDSH 账户/余额钱包展示 UI 插件。``MIT
taxueseek/dsh-filesDSH 双面文件插件(会话隔离上传 + read_document 文档读取,内容嗅探)``MIT
TheTianzz/dsh-billingDSH 余额/账单可视化插件,提供用量与费用面板。``MIT
tianyhjg-lab/dsh-fontDSH 字体/显示主题调整插件。``N/A
Tianyu209/dsh-browser-companionPersistent visible browser for the agent with human-in-the-loop login, cookies and safe browser tools.``MIT
Tkingxiao/dsh-any-backgroundDSH 自定义主题与壁纸插件(色轮选色 / 背景图 / 透明度模糊 / 文件系统持久化)``MIT
tomowang/dsh-tuiOut-of-tree terminal (TUI) front door for DSH built on React + Ink, an alternative to dsh-web-app.``MIT
tsonglew/dsh-workspace-searchDSH 工作区关键词搜索标签页插件,扩展 dsh-better-sidebar。``MIT
turtle1999/turtle-uiFormer packages/ui/tui terminal UI as a dsh profile bundle (durable session TUI, --resume/--session).dsh plugin --profile tui add file:.BSD-3-Clause; Terminal UI for DSH driving one durable session; no network/keys beyond DSH itself.
urzeye/dsh-outlineRealtime conversation outline tree for DSH web GUI.``MIT
Vim0x3c/dsh-session-managerDSH 会话管理器 UI 插件(Vim0x3c 版)。``MIT
Vim0x3c/dsh-skin-appearance外观定制(八套主题+壁纸)``MIT
wangxiang0605qvq/dsh-deepseek-balanceDeepSeek 余额查询插件``MIT
warmwine/dsh-ui-fontRuntime font engine + settings page to change and scale every font/size in the DSH Web GUI.``MIT
watericetangcw/dsh-page-previewRenders generated HTML inline and provides a floating window to preview local pages or URLs.``MIT
wenzetan/dsh-llm-newapiNewAPI LLM 提供方插件``MIT
WhitePlusMS/dsh-input-plusDSH 输入框增强插件。``MIT
wqty123/dsh-browserDSH 浏览器插件,提供内置网页浏览与会话访问能力。``MIT
wx-yss/dsh-message-railDSH 消息轨道/通知 UI 插件。``MIT
x2802490130-prog/dsh-balance-floatFloating widget showing DeepSeek account balance with manual refresh and one-click graceful exit.``MIT
XavierMarquis93/dsh-plugin-conversation-outline对话目录侧栏``MIT
Xenia0922/dsh-opencode-go-usageOpenCode Go quota/usage dashboard plugin for DSH.``MIT
xiake595/touhou-hakureiTouhou Reimu Hakurei skin for DSH web GUI (pure display layer).``CC BY-NC-SA 4.0
xingyingyuzhui/dsh-liquid-glassDSH 液态玻璃皮肤插件(壁纸预设 + 可选玻璃岛模糊)``MIT
XMoon/dsh-pi-tui基于 pi-tui 分支的 DSH 第三方终端 UI 插件(dsh --profile pi-tui)``MIT
xxxxxxxyu/dsh-notify-soundDSH 通知提示音插件。``MIT
yanglongyun/dsh-ramifyDSH 内存/资源可视化插件``MIT
yanglongyun/ramify-dsh创意分支画布插件:树状工作区生成、对比、迭代多个可交互方案,安装后自动启动本地画布。见 README(原生 DSH 插件,安装后自动启动本地画布)MIT
yascitom/dsh-opencode-go-boxDSH opencode 风格的 Go 语言调试/运行盒子 UI 插件。``MIT
yejiming/dsh-museai-tavern将 MuseAI 角色与页面搬进 DSH Web GUI 的插件(复用 DSH 模型,无密钥)``MIT
Yuer6327/NoLetMeDSH 推理轨迹统计面板``MIT
yunxiiQwQ/dsh-maid-whale-webUIDSH Web 鲸鱼女仆主题皮肤插件(亮暗模式 / 海洋插画 / 常驻 pet)``BSD-3-Clause
Zalpha263/dsh-file-explorer文件浏览器面板``MIT
zdjmrq/dsh-user-plugins-managerDSH 设置页插件管理器,三层架构视图管理插件挂载/启停。``MIT
zh667/TokenLedgerToken-usage accounting for DSH web GUI with relay-site attribution.``MIT
Zhangbo-cn/dsh-voice-input-pluginDSH 语音输入插件。``MIT
zhangzheng25/dsh-timelineDSH 时间线 UI 插件。``MIT
zhijun-dai/Catppuccin-dsh-themeDSH Catppuccin 四色系主题插件(Latte/Frappé/Macchiato/Mocha)``MIT
Zzzzkd/dsh-prompt-rail提示词快速跳转条``MIT

Back to README