Skip to content

Releases: Zomcxj/dsh-desktop

v0.1.5

Choose a tag to compare

@Zomcxj Zomcxj released this 17 Aug 03:06
简体中文

dsh-desktop v0.1.5

功能

  • 异步更新:启动时不再阻塞 npm registry 查询,DSH 页面加载后后台自动检查新版本
  • 更新红点提示:有新版本时重启按钮右上角显示红点,底部弹出点击重启提示
English

dsh-desktop v0.1.5

Features

  • Async update check: no longer blocks on npm registry query during startup; checks for new versions in the background after the DSH page loads
  • Update notification: shows a red dot on the restart button and a clickable restart prompt when a new version is available

v0.1.4

Choose a tag to compare

@Zomcxj Zomcxj released this 16 Aug 11:47
简体中文

dsh-desktop v0.1.4

修复

  • 更新可靠性:dsh 更新前先关闭旧服务,释放原生 DLL,避免 npm 安装失败
  • 超时保护:npm 查询、npm 安装和 winget 安装增加超时,避免启动流程无限等待
  • 更新校验:更新完成后重新检查 dsh 文件和版本,避免安装不完整时继续启动
English

dsh-desktop v0.1.4

Fixes

  • Update reliability: stops the existing service before updating dsh to release native DLL locks
  • Timeout protection: adds timeouts to npm queries, npm installs, and winget installs to prevent startup from waiting indefinitely
  • Update validation: re-checks dsh files and version after updating so incomplete installations do not continue to launch

v0.1.3

Choose a tag to compare

@Zomcxj Zomcxj released this 15 Aug 11:43
简体中文

dsh-desktop v0.1.3

新增

  • 环境检查面板:启动时逐项检查 Node.js / npm / dsh 并显示版本,实时进度动画;未安装时给出安装命令与"自动安装"按钮
  • 自动更新:dsh 已安装时启动自动对比远程版本,发现新版本自动安装后再启动(网络不可用时静默跳过)
  • 重启服务:导航栏"重启服务"现在会真正回到启动页,重新执行环境检查与启动流程
English

dsh-desktop v0.1.3

New

  • Environment check panel: checks Node.js / npm / dsh one by one on startup with live progress and versions; missing components show install instructions and an "Auto-install" button
  • Auto-update: when dsh is installed, startup compares against the remote version and auto-installs a newer release before launching (network failures are skipped silently)
  • Restart service: the navbar "Restart Service" now returns to the splash page and re-runs the environment check and startup flow

v0.1.2

Choose a tag to compare

@Zomcxj Zomcxj released this 15 Aug 04:38
简体中文

dsh-desktop v0.1.2

修复

  • 导航栏改用 Shadow DOM 隔离,避免插件主题切换导致导航栏变形位移
English

dsh-desktop v0.1.2

Fixes

  • Navbar isolated in a Shadow DOM so plugin theme switching no longer deforms or shifts it

v0.1.1

Choose a tag to compare

@Zomcxj Zomcxj released this 15 Aug 03:42
简体中文

dsh-desktop v0.1.1

功能

  • 新增应用内导航栏:刷新页面、重启服务、设置(关闭时退出 / 托盘常驻)

修复

  • 单实例启动:再次运行 exe 会结束旧进程,而不是新开一个窗口
English

dsh-desktop v0.1.1

Features

  • Adds an in-app navbar with refresh, restart service, and settings (close-to-exit / tray toggle)

Fixes

  • Single-instance launch: starting the exe kills the previous process instead of opening a second window

v0.1.0

Choose a tag to compare

@Zomcxj Zomcxj released this 14 Aug 16:03
简体中文

dsh-desktop v0.1.0

用 Rust 将 DeepSeek Harness Web UI 封装为 Windows 桌面应用:后台启动 dsh Web 服务,托盘常驻,独立窗口展示界面。

功能

  • 后台启动 dsh Web 服务,并在独立窗口中打开其界面
  • 系统托盘常驻,关闭窗口时隐藏到托盘,右键退出
  • 通过 npm root -g 自动定位 @deepseek-ai/dsh,并回退到 %APPDATA%\npm

使用

下载 dsh-desktop-v0.1.0.exe 直接运行。首次使用需全局安装 dsh:

npm install -g @deepseek-ai/dsh
English

dsh-desktop v0.1.0

Native desktop wrapper for the DeepSeek Harness CLI — launches dsh web, runs in the system tray, and surfaces the web UI in a dedicated window.

Features

  • Launches the dsh Web service in the background and opens its UI in a dedicated window
  • System tray residence; closing the window hides it to the tray, right-click to exit
  • Auto-locates @deepseek-ai/dsh via npm root -g, with a fallback to %APPDATA%\npm

Usage

Download dsh-desktop-v0.1.0.exe and run it. Requires a global dsh install:

npm install -g @deepseek-ai/dsh