Skip to content

Releases: foorgange/DeepSeek-Harness-for-VS-Code

v0.12.3

Choose a tag to compare

@foorgange foorgange released this 22 Aug 14:19

v0.12.3: new marketplace icon (128x128 PNG) and display name changed to 'DSH-Vscode pro' (extension ID stays foorgange.dsh-vscode-pro).

v0.12.2

Choose a tag to compare

@foorgange foorgange released this 22 Aug 14:04

v0.12.2: sidebar no longer flashes the chat UI on open - list-mode webviews now render a lightweight loading placeholder until init arrives, then swap to the conversation list.

v0.12.1

Choose a tag to compare

@foorgange foorgange released this 22 Aug 13:49

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

Choose a tag to compare

@foorgange foorgange released this 22 Aug 11:01

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

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:57

v0.11.9: chat window header cleanup - removed the 'Open in Browser' button; the session-actions button switched from primary blue to a neutral ghost style matching the surroundings.

v0.11.8

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:53

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

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:44

v0.11.7: for started conversations (preset fixed), the preset pill now shows the current mode name instead of a dash, and clicking it shows a read-only menu with only the current preset (marked fixed).

v0.11.6

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:34

v0.11.6: conversation area width restored to 1200px; input box made compact (34px min-height, web-like); toolbar pills now show only the current value (no 'preset/permission/thinking/model' keywords), matching the web UI.

v0.11.5

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:29

v0.11.5: toolbar controls rebuilt as popup-menu pills (web-style) - full model names in the menu, fixed-height pills perfectly aligned on one line; chat column width aligned to the web UI (748px).

v0.11.4

Choose a tag to compare

@foorgange foorgange released this 22 Aug 10:21

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.