aa2246740/dsh-better-display

Plugin插件 Native原生 ⭐ 37 NOASSERTION Dev Workflow开发与代码工作流Docs & Writing文档与写作

PATH 上要有官方 dsh(没有就用 npx @deepseek-ai/dsh)和 pnpm。dsh plugin add 会在 $DSHHOME/profiles/web 里跑 pnpm。仓库已提交编译好的 lib/,git 安装不用 prepare,也不用改 profile 的 allowBuilds。

catalog descriptioncatalog 简介 / catalog description:A calmer reading view for DeepSeek Harness: native process details, live reasoning, and clean final answers.

Project Overview项目介绍

This is a display enhancement plugin for DeepSeek Harness. It adds a "Reading" tab for when you want to focus on the final answer while retaining process visibility. It shows execution steps, reasoning and progress, supports interactive mcp-app cards, only modifies UI, and requires Node.js ^22.19.0 or ≥24.

这是DeepSeek Harness的展示增强插件,新增「阅读」页签,可查看执行步骤、思考过程与进度,任务完成后折叠过程只展示最终回答,支持mcp-app代码块转为交互式卡片。仅修改界面展示,不改动Agent执行逻辑,要求Node.js版本为^22.19.0或≥24。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:aa2246740/dsh-better-display

aa2246740/dsh-better-display 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-better-display

English

dsh plugin --profile web add github:aa2246740/dsh-better-display

PATH 上要有官方 dsh(没有就用 npx @deepseek-ai/dsh)和 pnpmdsh plugin add 会在 $DSH_HOME/profiles/web 里跑 pnpm。仓库已提交编译好的 lib/,git 安装不用 prepare,也不用改 profile 的 allowBuilds

然后重启这个 Host,再刷新页面。dsh plugin add 只写 profile,不会热挂正在跑的进程。

给 DeepSeek Harness 加一个 阅读 页签:执行时能看到步骤、思考和进度;整轮成功结束后把过程收起来,留下最终回答。原版「对话 / 轨迹」、输入框、模型选择、工具和审批都还在。

最终回答里的 ````mcp-app代码块会在阅读视图里挂成交互卡片,跑在

上一个 Prev dsh-desktop 下一个 Next dsh-llm-workbuddy