DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Chat Tidy — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-chat-tidy

Chat Tidy

受 Codex 启发的回合披露、实时工作计时器、聊天排版和 Markdown 表格,适用于 DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chat-tidy@0.4.0
README兼容性版本

兼容性与来源证明

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

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

版本

0.4.0stable
2026/9/19
0.3.0stable
2026/8/30
0.2.0stable
2026/8/16

相关插件

正在加载相关插件…

最新版
0.4.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
4.5 MB
文件数
35
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 5
周下载
277
安全扫描
✓ v0.4.0 扫描通过
最近提交
2026/9/19
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 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-chat-tidy

Keep the answer in view. Open the work when you need it.

Tidy Chat adds Codex-inspired work disclosure, live turn timing, compact typography, and polished Markdown tables to DeepSeek Harness Web. Your original reasoning and tool cards remain available, with their native interactions intact.

简体中文

Tidy Work · new in 0.4.0

  • While working: a turn header shows “Working for …”. Progress commentary stays visible; consecutive reasoning and supported tool calls share an expandable activity summary.
  • When complete: “Worked for …” folds the intermediate work and leaves the final answer visible. Expand the turn, then an activity group, then a native Think or tool card to inspect the original details.
  • When attention is needed: failed tool calls, interrupted output, approval/question interfaces, unknown tools, and third-party content stay accessible. Only a normally completed turn with an identified final answer and a known start defaults to collapsed.

The timer uses recorded turn timestamps, including after a reload. It does not add parallel tool durations. Explicit expansion survives updates and session switches during the plugin's lifetime. Selected text or a focused native control prevents completion from folding the work you are reading.

English and Simplified Chinese labels follow the Harness language. Controls support keyboard activation, visible focus, and reduced motion.

In action

Working: the elapsed time and progress stay visible.

A running turn with its timer and compact activity summaries

Complete: the answer stays in view; intermediate work folds into one header.

A completed turn with the final answer and collapsed work

Inspect: expand a summary to reach the original Think and tool cards.

Expanded work with native reasoning and tool cards

These are unedited Chrome captures of the real Harness Web app in an isolated local profile. The conversation, commands, and results are synthetic demonstration data; they contain no private conversations, credentials, or personal paths. The running example uses a keyless local adapter, not a live model benchmark. See the capture fixture.

Tidy reading

The DSH Web conversation page with Tidy Chat applied

Typography and spacing are measured from the Codex desktop app, then applied to DSH's own semantic chat anchors.

ItemTidy Chat
Body14 / 22 px
Headings h1–h624 / 20 / 17 / 17 / 15 / 15 px, weight 600
Heading margins20 px above, 10 px below
Paragraph rhythm11 px
Activity labels13 / 22 px
Reading columnDSH's existing 748 px

Tidy Tables

Tables use a rounded frame, themed header, row and column rules, and compact 8 × 12 px cell padding. Short tables fill the column; wide tables retain horizontal scrolling. Content and alignment are unchanged.

The same Markdown table before and after Tidy Tables

Install

dsh plugin --profile web add dsh-chat-tidy

Or install from GitHub:

dsh plugin --profile web add github:ChuanTianML/dsh-chat-tidy

Restart dsh web and reload the page. Verified host and client bundles are committed, so GitHub installation does not require a dependency build script.

To use a local checkout:

dsh plugin --profile web add -w /absolute/path/to/dsh-chat-tidy

How it fits

The plugin subscribes through the public session header slot and adds presentation controls at native semantic anchors. It does not replace the Chat view, move or clone native React nodes, rewrite model output, or modify session logs. It reads the session projection locally to identify turns and their final answers. It makes no network requests and writes no browser storage.

Disabling or uninstalling the plugin restores all rows and removes its controls, listeners, timer, and stylesheet. There is no Settings row. Reader choices are held only in memory and reset on a page reload.

Supported activity grouping currently covers reasoning and the native bash, pwsh, read, write, edit, glob, grep, web_search, and web_fetch tools. Other tools keep their native presentation. A missing semantic anchor leaves the corresponding content visible.

  • Harness: targets >=0.1.0-rc.6 with the public Chat projection and session header utilities slot.
  • Light/dark and token-based themes: host --dsw-* tokens retain palette ownership.
  • Other layout plugins: overlapping typography or flow overrides may compete; choose one layout plugin.
  • Alternative conversation views: work disclosure attaches only to the native Chat flow.

Development

Requires Node ^22.19 or >=24 and pnpm 11.

pnpm install
pnpm run check
pnpm run pack:check

For integration against a built Harness checkout:

DSH_HARNESS_ROOT=/absolute/path/to/deepseek_harness pnpm run test:harness

This boots the actual Harness browser bundles and the plugin through ModuleLoader in jsdom with the keyless fixture transport. It uses temporary test files and removes them after the run. Browser appearance requires a separate visual check.

See DESIGN.md for presentation rules, VALIDATION.md for evidence, and SECURITY.md for reporting. MIT licensed.