Skip to content

v0.2.0 — First Open-Source Release

Latest

Choose a tag to compare

@MJ-Chang MJ-Chang released this 14 Aug 14:24
· 7 commits to main since this release

dsh-vscode v0.2.0 — 首個開源版本

DeepSeek Harness 的 VS Code 右側邊欄聊天 agent(像 Claude Code / Codex / Copilot)。用真正的 harness runtime 子程序驅動:sandbox、session persistence、compaction、token-meter、plugin 架構全部保留。

安裝

下載本 Release 的 dsh-vscode-0.2.0.vsix,然後:

  • VS Code 延伸模組面板 → Install from VSIX...,或
  • code --install-extension dsh-vscode-0.2.0.vsix

開啟右側邊欄的 DeepSeek Harness 圖示 → 輸入 DeepSeek API key → 開始使用。
(需求:VS Code ≥ 1.90;Node.js 建議安裝避免 Windows 指令閃視窗)

本版重點

  • 多 root 工作區切換;回合失敗直接顯示錯誤訊息
  • 串流渲染每 frame 節流(長回覆不卡頓);切對話前自動 cancel 進行中的回合
  • Full access 權限需確認;Markdown 連結外部開啟;工具卡收合、出錯自動展開;歷史顯示對話標題
  • Windows 指令不閃 console 視窗;跨平台 CI(Windows + Linux)

注意

  • 版本跟隨 DeepSeek Harness 0.1.0-rc.x(上游為開發者預覽,可能有 breaking changes)
  • 本版本不含 subagent / workflow / MCP(v2 候選)

詳細變更見 CHANGELOG.md。