|
|
@@ -5,6 +5,14 @@ All notable changes to the OpenCode VSCode extension will be documented in this
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec2.0.0.html).
|
|
|
|
|
|
+### [26.2.7] - 2026-02-07
|
|
|
+
|
|
|
+- Add command execution support with / command prefix
|
|
|
+- Fixed empty plugin content when dragging plugin between sidebars
|
|
|
+- Fix drag&drop for v1.108+ - needs shift key hold
|
|
|
+- Enhance error handling to differentiate external errors from extension-specific ones
|
|
|
+- Changed communication between UI <-> IDE to HTTP + SSE
|
|
|
+
|
|
|
### [26.2.1] - 2026-02-01
|
|
|
|
|
|
- Fix for Copy to clipboard button
|