Skip to content

Releases: CCMu04/DSHDesktop

DSH Desktop v0.1.0-rc.6.5.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:05

DSH Desktop v0.1.0-rc.6.5.3 预览版

设置抽屉关闭逻辑修复。

更新内容

修复

  • 设置抽屉仅在真正点击遮罩(面板外的暗色区域)时关闭。此前与浮层 UI 交互——通用页的下拉框弹层、预设查看弹窗——会误关整个设置页;现在这些控件可以正常工作,而点击遮罩、点击关闭按钮或按 Esc 仍可关闭抽屉。
  • v0.1.0-rc.6.5.2 的全部内容保持不变。

验证

  • 5 项自动化桌面集成测试全部通过。

相关文档

DSH Desktop v0.1.0-rc.6.5.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:16

DSH Desktop v0.1.0-rc.6.5.2 preview

Follow-up to the v0.1.0-rc.6.5.1 preview: right-click a workspace in the sidebar and choose
Open in Explorer to reveal its directory in Windows Explorer.

DSH Desktop showing the bundled desktop-ui plugin enabled

Highlights

  • Workspace folders in the sidebar now have a right-click action, 在资源管理器中打开 /
    Open in Explorer, that reveals the workspace directory in Windows Explorer — routed
    through the official host.openPath API, so it opens exactly once with a clean environment.
  • The desktop native-open bridge is retired: every path open now goes through the official Host
    opener alone (its Invoke-Item subprocesses get a clean environment from the backend
    preload), which also removes a second Explorer window that the Electron mirror used to open
    for page-initiated requests.
  • The header drag surface is disabled while a modal dialog is open (settings drawer,
    session-export dialog), so the dialog's own top row stays fully clickable; dragging returns
    as soon as the dialog closes.
  • Everything from v0.1.0-rc.6.5.1 is unchanged: window dragging via the session header,
    bundled Node.js 24 runtime, desktop-ui, and the x64-only installer.

Verified

  • 5 automated desktop integration tests pass.
  • All screenshots in this release show only the DSH Desktop application window.

DSH Desktop v0.1.0-rc.6.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 01:01
1bab778

DSH Desktop v0.1.0-rc.6.5 preview

This preview keeps the official DeepSeek Harness 0.1.0-rc.6 runtime unchanged and improves the
Windows desktop integration around it.

DSH Desktop showing the bundled desktop-ui plugin enabled

Highlights

  • The DSH backend runs on a bundled official Node.js 24 runtime instead of Electron-as-Node. The
    native workspace directory picker works again ("open workspace" previously crashed after picking a
    folder), and backend logs are written to backend.log again.
  • The Settings Open configuration file action opens through Electron's native Windows shell, so
    Electron-based editors such as VS Code no longer inherit backend Node mode.
  • Folder opens use the same desktop bridge.
  • desktop-ui is bundled, installed, and enabled on first use or after its bundled content changes.
    Subsequent launches preserve the user's choice.
  • x64 is the only supported architecture: one installer and one portable executable.

Verified

  • 7 automated desktop integration tests pass.
  • The revised build was smoke-tested end to end: the backend runs on the bundled node.exe, logs
    reach backend.log, host.pickDirectory opens and closes the native folder dialog without
    crashing, and core APIs respond.
  • All screenshots in this release show only the DSH Desktop application window.

DSH Desktop v0.1.0-rc.6.5.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 04:20

DSH Desktop v0.1.0-rc.6.5.1 preview

Follow-up to the v0.1.0-rc.6.5 preview: window dragging is back without blocking the session
header buttons.

DSH Desktop showing the bundled desktop-ui plugin enabled

Highlights

  • The session header is now the window drag surface: drag the window by its empty areas (top
    padding, title-row gaps, tab spacing), while the breadcrumbs and the header action buttons
    (jobs, subagents, session-log export) opt out and stay fully clickable.
  • Everything from v0.1.0-rc.6.5 is unchanged: the DSH backend runs on the bundled official
    Node.js 24 runtime, desktop-ui is bundled, and x64 is the only supported architecture.

Verified

  • 7 automated desktop integration tests pass.
  • All screenshots in this release show only the DSH Desktop application window.

DSH Desktop v0.1.0-rc.6.4

Choose a tag to compare

@CCMu04 CCMu04 released this 13 Aug 19:26

Changelog

v0.1.0-rc.6.4 — 2026-08-14

First public preview of DSH Desktop, bundling DeepSeek Harness 0.1.0-rc.6.

DSH Desktop main window

Highlights

  • Official DSH Web UI in a native Windows desktop window, without changing upstream source.
  • Shared ~/.dsh configuration, sessions, profiles, credentials, and persistent plugins.
  • Bundled DSH, Node, and pnpm toolchain; no global DSH installation required.
  • Incremental runtime cache and NSIS block map generation.
  • Headless ConPTY backend and hidden Windows sandbox console windows.
  • Verified PowerShell output, non-zero exit codes, background tasks, and workspace file writes.