Skip to content

v0.4.14

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:01
· 12 commits to main since this release

0.4.14

  • DeepSeek Harness plugin: the model picker shows the "Harness · model" agent entries again. Since 0.4.11 the canvas had been replacing the harness's own agent entries with the local CLI probe (Pi, Codex, Claude Code), so on a machine without those CLIs the whole agent group vanished; now only the entries the CLIs report get replaced. Reported by a Harness user on Bilibili.
  • The plugin's update hint now copies dsh plugin --profile web add dsh-thoughtdag@latest, which works for installs from npm and from a release file alike (update does nothing for a file install).
  • The tutorial gifs inside the plugin load again: their paths now follow the app's base path. By @Moya-Doc (#35).
  • Desktop app: the same picker fix, otherwise unchanged.

Installing the plugin until it reaches npm (the npm account is in a read-only cooldown until September 14, so the package name still installs 0.4.12): the plugin tarball is attached below. Install it with the same command and its URL, then restart dsh web:

dsh plugin --profile web add https://github.com/chenxiachan/thoughtdag/releases/download/v0.4.14/dsh-thoughtdag-0.4.14.tgz

From September 15, dsh plugin --profile web add dsh-thoughtdag installs from npm again, and dsh plugin --profile web add dsh-thoughtdag@latest updates any existing install.


  • DeepSeek Harness 插件:模型选择器重新显示「Harness · 模型」这一组 Agent 条目。0.4.11 起,画布把 Harness 自己给出的 Agent 条目当成本机命令行(Pi、Codex、Claude Code)的探测结果替换掉了,机器上没装这些命令行时整组消失;现在只替换命令行报来的那几种。来自一位 Harness 用户在 B 站的反馈。
  • 插件的「有新版本」提示现在复制 dsh plugin --profile web add dsh-thoughtdag@latest,这条命令对从 npm 装和从 Release 文件装的用户都有效(update 对文件安装无效)。
  • 插件里「如何使用」的教程动图恢复显示:路径改为跟随应用的 base。来自 @Moya-Doc#35)。
  • 桌面版:同一处选择器修复,其余不变。

插件上 npm 之前的安装方式(npm 账号处于只读冷却期,9 月 14 日解除,用包名装到的仍是 0.4.12):插件文件已附在下方,用同一条命令加它的链接安装,装完重启 dsh web

dsh plugin --profile web add https://github.com/chenxiachan/thoughtdag/releases/download/v0.4.14/dsh-thoughtdag-0.4.14.tgz

9 月 15 日起,dsh plugin --profile web add dsh-thoughtdag 恢复从 npm 安装;已装的用 dsh plugin --profile web add dsh-thoughtdag@latest 更新。