Releases: kalynnka/vscode-deepseek-harness
Releases · kalynnka/vscode-deepseek-harness
Release list
v0.0.2
0.0.2 (2026-08-14)
Features
- give the extension dsh's own marks instead of a codicon (30a84dc)
- m0: scaffold the extension and prove the proposed APIs are granted (ec908c0)
- m1: drive the user's dsh and list its sessions read-only (7e9f2c2)
- m2,m3: stream live turns and answer the agent's questions inline (c22a1b5)
- m4: cancel, fork, create, and model and reasoning-effort pickers (718983f)
- m5: package a VSIX and document install and the proposal opt-in (66dd4c9)
Bug Fixes
- bind a dsh session when the chat opens, so the composer has its pickers (2b3ef7b)
- publish the composer's pickers from the controller, where the editor asks for them (90539f5)
- read the carousel's real answer fields so selections reach dsh (c65032d)
- render permissions as its own picker, since the editor's is walled off (2d2b98a)
- send the composer's attachments to dsh, and put its permission presets in the picker (025d1a7)
- stop the dev host from reopening another extension's window (4a9ff01)
- stop the picker from looping the extension host to death (c9562c4)
- the agent handler was a stub, so every request rendered an empty bubble (a67aa16)
- the chat participant id must equal the chat session type (fecd64f)
- the session provider never registered, and the probe hid it (dab931c)
- without canDelegate there was no command to start a session (d291b8a)