DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Focus Chat — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
F

@dingyi222666/dsh-focus-chat

Focus Chat

适用于 dsh Web GUI 的 Claude Code 风格专注视图:对话的精简阅读界面——将工具调用折叠为可展开的指标摘要、聊天 1:1 行界面,以及流式思考行

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:dingyi222666/dsh-focus-chat#84c875af2c899c7de1adc55c2f9ee659e213a7ff
README兼容性版本
Off: the normal chat viewOn: the focus chat viewFocus chat settings

兼容性与来源证明

Focus Chat 以 @dingyi222666/dsh-focus-chat 发布,当前版本为 0.7.20。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/16

版本

0.7.20stable
2026/9/16
0.7.19stable
2026/9/16
0.7.18stable
2026/9/16
查看其余 23 个版本收起版本
0.7.15stable
2026/9/11
0.7.11stable
2026/9/10
0.7.10stable
2026/9/9
0.7.9stable
2026/9/9
0.7.7stable
2026/9/9
0.7.2stable
2026/9/9
0.5.0stable
2026/9/7
0.4.0stable
2026/9/4
0.3.0stable
2026/9/2
0.2.14stable
2026/9/1
0.2.13stable
2026/8/31
0.2.12stable
2026/8/31
0.2.9stable
2026/8/31
0.2.7stable
2026/8/31
0.2.6stable
2026/8/30

相关插件

正在加载相关插件…

最新版
0.7.20
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
BSD-3-Clause
发布源
github
GitHub
★ 0
周下载
0
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
0.2.4stable
2026/8/30
0.2.0stable
2026/8/30
0.1.22stable
2026/8/29
0.1.21stable
2026/8/28
0.1.20stable
2026/8/28
0.1.13stable
2026/8/26
0.1.11stable
2026/8/22
0.1.10stable
2026/8/20

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。

README

dsh-focus-chat

English | 中文

A plugin for the dsh web GUI that adds a focus chat tab — a condensed, Claude Code–style way to read a conversation.

Screenshots

Off — the normal chat viewOn — the focus chat view
Off: the normal chat viewOn: the focus chat view
Settings
Focus chat settings

Instead of watching every step live, one assistant turn collapses into a single summary line:

Thought for 36s, edited 8 files, read 17 files, listed 18 directories, ran 2 shell commands, loaded 3 context items

A whole turn can fold further into one Worked for Xm Ys line — expanding it draws the full detail (tool cards, thinking, context, produced files, copy/fork) exactly like the chat rows; mid-turn interjections split the fold into per-stretch lines, and a stopped turn reads Stopped after X. After a refresh the whole conversation shows up folded: every turn beyond the ~50-message window renders from a Host-side index as "user message + worked-for line + the assistant's actual closing reply", and its process detail loads only when that fold expands. Very long histories page the fold stack via "Load earlier turns"; a missing index silently degrades to the in-window folds.

Switch to it whenever you want the "what happened?" view, and flip back for the full transcript.

Install

# Install from npm (requires dsh >= 0.1.6-alpha.1)
dsh plugin --profile web add @dingyi222666/dsh-focus-chat
# Restart dsh web; the tab mounts automatically
dsh web

Then open the Focus chat tab in any conversation.

Notes:

  • dsh plugin behaves like adding a dependency to your web profile. A bundle plugin is loaded once its full package name appears in the profile's dsh.profile.bundles list (adds automatically on recent dsh builds; add it manually if your build does not); the bundle patch applies on the next boot.
  • With the repo source-launched CLI, run the args through the bin directly (node --import tsx/esm apps/cli/src/bin.ts ...).

Why a separate tab, and not a patch into the chat view?

Short answer: the chat view's internals aren't open to third-party plugins — by design — and this plugin deliberately never touches dsh's own source. Concretely:

  • Keyed slots are owned, not shared. The chat's rows render through slots like conversation.chat.node, tool.call.toolview, and conversation.chat.turnTail. Those slots are declared by the chat entries themselves, and the slot system rejects a second declaration at load time — the conflict is the design speaking. A plugin cannot insert its own rows into the chat transcript, and cannot even declare the chat's own slots.
  • Plugins can't reuse the chat's renderer code. Importing values from another plugin package across the bundle boundary is forbidden (the bundle purity gate), so there's no way to borrow the chat's components — every row has to be drawn from the shared primitives and the public snapshot.
  • The only legal insertion point is the conversation.view list slot — the whole message surface. That's why the plugin ships its own complete view instead of changing how the chat view displays.

If you want the chat view itself to behave differently, that's an in-repo change to the chat package — exactly what this plugin avoids.

What's missing

Focus chat is a faithful reading surface, not a second chat view:

  • Inspect focuses the trajectory view. A tool row's Inspect action opens the official trajectory view on that call (openView('trajectory', callId)) — the 0.1.5 replacement for the removed details panel. Focus cannot render third-party keyed tool views (see the next bullet).
  • Third-party tool-card extensions don't render here. Cards that other plugins add to the chat view won't appear in the focus view; the built-in card renderers are used instead.
  • Folding is per consecutive tool-run. Any visible content between two runs (a reply, a command, your interjection) keeps them separate.
  • Inline file links need the optional file-mentions service — the same off switch the chat view uses.
  • Remote fold lines lack a few window-only readings. The turn navigator rail lists window turns only; remote turns render no produced-file list (the ui-deliverables turn data), no inline file mentions, and their closing reply cannot fork (branching stays available on window turns). Per-message feedback (like/dislike) is unaffected.

Development

This build targets the dsh v0.1.6-alpha.1 client surface, and every @deepseek-ai/* runtime dependency installs from the npm registry (see package.json). The /client entries those packages ship are window.__ModuleLoader__ browser closures, and the dsh test runtime is built against the source tree, so yarn test resolves the @deepseek-ai client surface from the dsh mainline source checkout at the same 0.1.6-alpha.1 line: vitest.config.ts derives its aliases from that checkout's own tsconfig path map (the MAINLINE constant in the config) — keep the checkout on the 0.1.6-alpha.1 release and everything else stays npm-installed.

  • yarn run build — builds the browser bundle and the Node half.
  • src/client/model/ — the pure logic (folding, merging, row models, the remote turn-slice projection); src/client/view/FocusView.tsx — the view; src/host/ — the host half's turn index and RPC channel; src/protocol.ts — the wire contract shared by both halves.
  • yarn test — behavior tests; yarn run typecheck — type gate.
  • A --dev dsh web server hot-reloads rebuilt bundles — yarn run build alone is usually enough to see changes.

Model Experience

None. The view is a pure client derivation over the already-logged conversation snapshot; nothing here reaches a model request.

KV Cache effect

None; this package neither assembles nor sends provider requests.