Bladeren bron

Release v26.2.7

paviko 1 week geleden
bovenliggende
commit
81da67fd5f

+ 1 - 1
hosts/jetbrains-plugin/build.gradle.kts

@@ -5,7 +5,7 @@ plugins {
 }
 
 group = "paviko.opencode"
-version = "26.2.1"
+version = "26.2.7"
 
 repositories {
     mavenCentral()

+ 7 - 0
hosts/jetbrains-plugin/changelog.html

@@ -1,5 +1,12 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.2.7</h3>
+<ul>
+  <li>Add command execution support with / command prefix</li>
+  <li>Enhance terminal widget content retrieval for compatibility with 2025.3+</li>
+  <li>Changed communication between UI &lt;-&gt; IDE to HTTP + SSE</li>
+</ul>
+
 <h3>26.2.1</h3>
 <ul>
   <li>Improved positioning of reference popup (@ action)</li>

+ 8 - 0
hosts/vscode-plugin/CHANGELOG.md

@@ -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

+ 1 - 1
hosts/vscode-plugin/package.json

@@ -2,7 +2,7 @@
   "name": "opencode-ux-plus",
   "displayName": "OpenCode UX+ (unofficial)",
   "description": "Unofficial OpenCode VSCode extension",
-  "version": "26.2.1",
+  "version": "26.2.7",
   "publisher": "paviko",
   "author": {
     "name": "paviko"