Releases: foorgange/DeepSeek-Harness-for-VS-Code
Releases · foorgange/DeepSeek-Harness-for-VS-Code
Release list
v0.12.3
v0.12.2
v0.12.1
v0.12.1 - image attachments support (matches the web UI protocol)
- Paste an image (Ctrl+V) directly into the chat input: it becomes an image attachment chip with a thumbnail and is sent as a base64 image content block - vision models can recognize it
- Picking an image file via the attachment picker now sends it as an image block too (previously it was read as UTF-8 text garbage)
- Same wire format as the web GUI: {type:image, mediaType, data(base64), name}
v0.12.0
v0.12.0 - performance & animation optimization round
- Adaptive streaming throttle: markdown re-parse interval grows with text length (80ms to 300ms), long outputs stay smooth
- Reasoning (thinking) block now shows a pulsing indicator on its summary while streaming
- Fixed duplicate 'Load earlier messages' button insertion
- esbuild minify for all bundles: vsix 208KB -> 165KB, ui.js -47%, extension.js -50% (faster webview load)
- All smoke tests pass (51 render checks)
v0.11.9
v0.11.8
v0.11.8: slash menu cleanup - removed tiny glyph icons (the stop square looked like a broken tofu character); only the active-permission checkmark remains. Group titles (skills/.claude/.codex/Copilot) now translate with the interface language.
v0.11.7
v0.11.6
v0.11.5
v0.11.4
v0.11.4: fix bottom toolbar dropdown alignment - tool pills now use a fixed 30px height (border-box) so the permission / thinking / model dropdowns sit on the same horizontal line regardless of native select intrinsic height. Extension ID: foorgange.dsh-vscode-pro, display name: DeepSeek Harness for VS-Code.