Releases: YUEEEEY/dsh-desktop-tools
Releases · YUEEEEY/dsh-desktop-tools
Release list
dsh-desktop-tools 0.5.3
dsh-desktop-tools 0.5.1
0.5.1
- ensure-host 版本追踪:下载后写入 VERSION 文件(含 release tag);再次执行时比对 tag,release 更新则重新下载(修复 host v0.2.0 发布后旧二进制不替换的问题)。
安装:dsh plugin --profile web add dsh-desktop-tools
dsh-desktop-tools 0.5.0
0.5.0 — IDE 式对话审查(Codex/Qoder/WorkBuddy 工作流)
- 磁盘变更感知:编辑器监控工作区(仅编辑器打开时扫描,空闲自动停止)。AI/外部改文件后,标签出现「↻」提示(未修改的标签自动重载、被删除的标「✕」),文件树自动刷新且保留展开状态——边对话边审查 AI 的改动。
- 🤖 审查此文件:一键复制当前文件的审查指令并聚焦对话侧栏,粘贴即让 AI 审查。
- 切换目录:运行时切换工作区根目录(打开其它项目,无需重启)。
- 变更类接口同源校验(Origin 必须匹配 Host);新增
/api/fs/watch、/api/fs/changes、/api/fs/root。
安装:dsh plugin --profile web add dsh-desktop-tools
dsh-desktop-tools 0.4.0
0.4.0
- Host auto-install — installing the plugin fetches the matching
dsh-desktop-hostbinary for your OS from the latest GitHub Release (source build as fallback). No manualcargo build/DSH_DESKTOP_BINneeded. - Code editor — new
/editorpage +/api/fsfile API (tree/read/write, workspace-root confined); Monaco-based editor with offline fallback, opened inside the desktop window (Ctrl+Shift+E/ tray / menu). - Panel as a popup — the environment panel opens in its own window (
Ctrl+Shift+P/ tray / menu); the main window stays on the harness view. - Platform compatibility — Windows adaptations (terminal/process inspection, command tools) are now a silent, auto-applied layer presented as 平台兼容(Windows) instead of raw patch names.
- Zed-inspired dark UI for the panel, billing and editor pages.
- Desktop host v0.1.0 — system tray (show/hide, panel, editor, open in browser, restart service, check updates, autostart, quit), single instance, autostart, window-state memory, zoom/devtools/reload menu, 6-hour update check with tray prompt.
Install: dsh plugin --profile web add dsh-desktop-tools