paviko 4 недель назад
Родитель
Сommit
050ef5b9a5

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

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

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

@@ -1,5 +1,15 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.1.24</h3>
+<ul>
+  <li>Share / Unshare session</li>
+  <li>Added button"Copy to clipboard" message content</li>
+  <li>Removed rendering internal message "patch" - thanks to caiqy</li>
+  <li>Files changed panel now provide stats from OpenCode server - thanks to caiqy</li>
+  <li>Improved availability of "Retry" button for failed session</li>
+  <li>Updated OpenCode to v1.1.34</li>
+</ul>
+
 <h3>26.1.17</h3>
 <ul>
   <li>Added support for "Question" tool</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.1.24] - 2026-01-24
+- Share / Unshare session
+- Added button"Copy to clipboard" message content
+- Removed rendering internal message "patch" - thanks to caiqy
+- Files changed panel now provide stats from OpenCode server - thanks to caiqy
+- Improved availability of "Retry" button for failed session
+- Updated OpenCode to v1.1.34
+
 ### [26.1.17] - 2026-01-17
 
 - Added support for "Question" tool

+ 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.1.17",
+  "version": "26.1.24",
   "publisher": "paviko",
   "author": {
     "name": "paviko"