Skip to content

Releases: Vithrive/Deepseek-Harness-for-VS-Code

v0.2.6

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 17:24

v0.2.6

  • 兼容 npx 安装的 dsh:检测与启动会自动回退到
    px @deepseek-ai/dsh(用户用 npx 安装、dsh 不在 PATH 时也能正常连接)
  • 探测 npx 时使用 --no-install,不触发下载,保留「未安装时弹安装提示」的流程

安装

下载 deepseek-harness-vscode-0.2.6.vsix 后,在 VS Code 中执行:

v0.2.5

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 16:54

修复未安装 dsh 时 VS Code 模态弹窗出现两个“取消”按钮的问题。

版本:0.2.5

v0.2.4

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 12:10

v0.2.4

安装

下载 deepseek-harness-vscode-0.2.4.vsix 后,在 VS Code 中执行:

DeepSeek Harness for VSCode v0.2.2

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 09:28

变更

  • 字号跟随编辑器:面板整体等比缩放,让 16px 对话正文对齐 VS Code editor.fontSize(缩放比例 = editor.fontSize / 16,安全夹取到 8..72px / 0.5..2 倍)
  • 修改即时生效不重载对话:编辑器字号变化时仅向 iframe 推送新的缩放值,不重载面板,避免打断当前对话
  • 远程转发域名 CSP 兼容:按显示地址实际 origin 精确放行 frame-src,兼容 localhost 转发端口与 HTTPS 转发域名
  • 主题加载 / 错误页:加载页与错误页改用 VS Code 主题变量(字体、前景色、背景色),随主题自适应

v0.2.0

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 04:44

DeepSeek Harness for VS Code v0.2.0

新增远程(vscode-server)支持:

  • 在 Remote-SSH / Dev Containers 远程场景下运行于服务器端
  • 自动检测服务器端是否安装 dsh,未安装时提示并代为安装
  • 通过 asExternalUri 自动端口转发,把远程 DSH 面板接入本地 VS Code
  • 远程工作区自动对接

v0.1.1

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 03:42

DeepSeek Harness for VS Code v0.1.1

新增:

  • 自动把 VS Code 当前工作区注册为 DSH 工作区
  • 新会话默认使用 VS Code 工作区(除非用户在 DSH 里手动切换)
  • 切换 VS Code 工作区时自动重新注册

v0.1.0

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 03:20

DeepSeek Harness for VS Code 首个版本

  • 辅助侧边栏内嵌 DeepSeek Harness Web GUI
  • 自动检测并启动 dsh web 服务
  • 工作区自动绑定为 VS Code 当前项目