Releases: Mu-X-Yun/deepseek-harness-for-vscode-unofficial
Releases · Mu-X-Yun/deepseek-harness-for-vscode-unofficial
Release list
v0.1.1 — DeepSeek Harness for VSCode Unofficial
在 VS Code 侧边栏使用 DeepSeek Harness(dsh)的非官方插件。
本版本变更(自 v0.1.0)
- 禁用 native 模式(功能不完整,源码与测试保留待恢复);仅提供 embedded(iframe 嵌入官方 Web UI)
- 修复:
- 安装流水线状态机卡死 / 自愈目标分叉 / 命令执行问题
- 安装完整性即时验证(js-yaml 等缺失自动独立缓存重装)
- 镜像源不可达时自动回退官方源
- npx 缓存坏实例就地修复复用(不再重复下载)
- 重试后错误横幅未关闭
- 图标更换为 DeepSeek logo 黑色版
安装
扩展面板 → ... → Install from VSIX → 选择本文件
⚠️ 非官方插件,与 DeepSeek AI 无任何关联。
v0.1.0 — DeepSeek Harness for VSCode Unofficial
在 VS Code 侧边栏使用 DeepSeek Harness(dsh)的非官方插件。
功能
- embedded 模式(默认):侧边栏 iframe 嵌入 dsh 官方 Web UI
- native 模式:基于官方 JSON-RPC SDK 的自建聊天 UI(流式消息、工具卡片、会话树)
- 辅助侧边栏支持、一键将当前工作区加入 dsh 工作区
- 运行时自动获取(无需源码检出):
- installed:自动探测全局安装 / npx 缓存
- auto-install:首次启动自动安装 @deepseek-ai/dsh
- 系统 node 启动(兼容 VS Code 内置 node 环境)
安装
扩展面板 → ... → Install from VSIX → 选择本文件
前置要求
- Node.js ≥ 22.19
- dsh 运行时(
dsh.runtime.mode: installed时自动探测;或 auto-install 自动安装)与 DeepSeek API Key
⚠️ 非官方插件,与 DeepSeek AI 无任何关联。