Skip to content

Releases: stars2022/dsh-ui-concise

dsh-ui-concise v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:25

dsh-ui-concise v0.1.3

This release simplifies the Chinese and English README files around installation and features.

安装:

dsh plugin --profile web add \
  https://github.com/stars2022/dsh-ui-concise/releases/download/v0.1.3/dsh-ui-concise-0.1.3.tgz
dsh web

dsh-ui-concise v0.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 05:55

dsh-ui-concise v0.1.2

This release converts the package into a native DeepSeek Harness Web profile side-load.

  • Declares both dsh.bundle and dsh.client.
  • Ships the compiled Host and browser client directly in the npm tarball.
  • Replaces the built-in conversation row through the Harness profile layer, without modifying Harness source files.
  • Removes the old git apply installer and source patch from the package.
  • Keeps the normal conversation renderer, Markdown, message chrome, keyed Tool renderers, settings persistence, and concise-mode behavior intact.

Install the attached tarball with:

dsh plugin --profile web add \
  https://github.com/stars2022/dsh-ui-concise/releases/download/v0.1.2/dsh-ui-concise-0.1.2.tgz
dsh web

中文:本版本改为 Harness 原生 profile 侧载包;安装时不再执行源码补丁,也不会修改 Harness 源码或会话数据。

dsh-ui-concise v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 05:15

中文

首个由 GitHub Actions 构建的 npm 分发版本。

  • Release 附带 dsh-ui-concise-0.1.1.tgzSHA256SUMS
  • 可通过 npm CLI 直接应用或预检 DeepSeek Harness 集成补丁。
  • 包含双层折叠、动态活动标题、运行中默认收起、可见性感知的工具合并与隐藏思考设置。
  • 兼容 DeepSeek Harness 0.1.0-rc.5(公开上游基线提交 47f943859bef60e4160492346772ded9b24f765a)。

未配置 npm registry 凭据时,可直接使用 Release tarball:

npm exec --package=https://github.com/stars2022/dsh-ui-concise/releases/download/v0.1.1/dsh-ui-concise-0.1.1.tgz -- dsh-ui-concise apply /path/to/deepseek-harness

English

The first npm distribution built by GitHub Actions.

  • The Release includes dsh-ui-concise-0.1.1.tgz and SHA256SUMS.
  • The npm CLI can apply or preflight the DeepSeek Harness integration patch.
  • Includes two disclosure layers, dynamic activity titles, collapsed-by-default live activities, visibility-aware Tool grouping, and the Hide reasoning preference.
  • Targets DeepSeek Harness 0.1.0-rc.5 at public upstream baseline commit 47f943859bef60e4160492346772ded9b24f765a.

When npm registry publishing is not configured, install directly from the Release tarball:

npm exec --package=https://github.com/stars2022/dsh-ui-concise/releases/download/v0.1.1/dsh-ui-concise-0.1.1.tgz -- dsh-ui-concise apply /path/to/deepseek-harness

dsh-ui-concise v0.1.0

Choose a tag to compare

@stars2022 stars2022 released this 18 Aug 04:59

中文

DeepSeek Harness WebUI 的 Codex/macOS 风格简洁会话模式首个公开版本。

主要功能

  • 两层 disclosure:外层为纯 Turn 计时器,内层为连续工具活动栏。
  • 最终 Assistant 答案始终留在计时器折叠区外,Markdown、消息排版和工具卡均复用 WebUI 原 renderer。
  • 活动栏运行时显示“正在读取文件”“正在编辑文件”等当前状态,完成后切换为去重的动作汇总;运行中也默认收起并可展开。
  • 可见 reasoning/正文会结束前一段工具活动;隐藏 reasoning 时,已结束思考不切段,活跃思考并入当前活动并显示“正在思考”。
  • 没有可见过程内容时只显示耗时标签,不生成空折叠。
  • 设置页提供“简洁模式”与条件显示的“隐藏思考内容”,包含完整中英文本地化。

兼容性

  • DeepSeek Harness 0.1.0-rc.5
  • 上游提交 802d357fd176bc1f6e78ec6646c66b599d83378d

安装与验证方法见仓库 README。


English

The first public release of the Codex/macOS-style concise conversation mode for the DeepSeek Harness WebUI.

Highlights

  • Two disclosure layers: a timer-only Turn disclosure and nested activity disclosures for consecutive Tool calls.
  • The closing Assistant answer always remains outside the timer disclosure; Markdown, message layout, and Tool cards continue through the WebUI original renderers.
  • Activity titles follow the active operation while running, then become a de-duplicated completion summary. Running activities also start collapsed and remain expandable.
  • Visible reasoning or prose ends the preceding Tool activity. With reasoning hidden, settled reasoning does not split a group and active reasoning joins the current activity as Thinking.
  • Turns without visible process content render a plain duration label instead of an empty disclosure.
  • General Settings includes Concise mode and a conditional Hide reasoning content preference, with complete Chinese and English localization.

Compatibility

  • DeepSeek Harness 0.1.0-rc.5
  • Upstream commit 802d357fd176bc1f6e78ec6646c66b599d83378d

See the repository README for installation and verification instructions.