Skip to content

Releases: fredalxin/dsh-solo-thinking

DSH Solo Thinking v0.1.18

Choose a tag to compare

@fredalxin fredalxin released this 15 Aug 02:51

0.1.18 - 2026-08-15

  • Add one-line macOS/Linux and Windows installers backed by the latest GitHub Release tarball.
  • Add a transparent, pinned GitHub tag installation path that uses the official DSH CLI directly.
  • Register the complete thinking-tree companion as an optional Better Sidebar tab and focus it when a session first starts brainstorming.
  • Declare Better Sidebar as an optional peer and install both profile bundles from the one-line installers.
  • Add the compact sidebar legend, selected-node split control, and collapsible parent/current/sibling/child context ladder.
  • Let the sidebar tree fill all remaining pane height with its four context drawers collapsed by default, and add sibling/child conclusions to the full fallback tab.
  • Render every Handoff with DSH's safe Markdown renderer in both the full view and Better Sidebar.
  • Align the optional sidebar integration with DSH service replacement: consume the published contract, unwind subscriptions and caches, and re-register against a replacement provider.
  • Prepare the package for the public npm registry while keeping Better Sidebar a soft runtime integration.

DSH Solo Thinking v0.1.17

Choose a tag to compare

@fredalxin fredalxin released this 14 Aug 15:17

DSH Solo Thinking v0.1.17

首个公开版本。把 Solo 的头脑风暴核心体验带到 DeepSeek Harness:独立分支 Session、自动四向建议、Agent-authored Handoff、Workspace 继承、分支内发送与可回放思考树。

Compatibility

  • 官方 DSH 0.1.0-rc.6:完整“头脑风暴”标签页及全部生命周期能力。
  • 可选 Host Patch:增加 Solo 式对话右栏,并注册插件持久化事件类型。
  • Node.js:^22.19.0 || >=24.0.0

Install

dsh plugin --profile web add github:fredalxin/dsh-plugin-solo-thinking#v0.1.17
dsh --profile web

也可以下载本 Release 的 .tgz 后本地安装。详见 README。

Verification

  • TypeScript check、15 个单元测试、client bundle 和 JSONL persistence 验证通过。
  • 官方未修改的 DSH rc.6 完整 E2E 通过。
  • 冷启动后根/子 Session 均恢复到 revision 7。
  • GitHub Actions CI 通过。