paviko 1 месяц назад
Родитель
Сommit
1df33fa92e

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

@@ -5,7 +5,7 @@ plugins {
 }
 
 group = "paviko.opencode"
-version = "26.2.8"
+version = "26.2.15"
 
 val guiOnly = project.findProperty("guiOnly")?.toString()?.toBoolean() ?: false
 val webguiDist = project.findProperty("webguiDist")?.toString()

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

@@ -1,5 +1,11 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.2.15</h3>
+<ul>
+  <li>Update OpenCode to v1.2.1</li>
+  <li>Release new variant of plugin with GUI only, without packaged OpenCode binaries, uses OpenCode from PATH or OPENCODE_BIN</li>
+</ul>
+
 <h3>26.2.8</h3>
 <ul>
   <li>Favorites models</li>

+ 8 - 1
hosts/jetbrains-plugin/description.html

@@ -9,7 +9,14 @@
 </ul>
 
 <p>
-  <b>OpenCode UX+ GUI only (unofficial)</b> plugin does not bundle the OpenCode backend executable and <b>requires it to be installed on the system</b>.
+  <b>Install only one variant of the plugin.</b>
+</p>
+
+<p>
+  <b>OpenCode UX+ GUI only (unofficial)</b> plugin does not bundle the OpenCode backend executable and <b>requires it to be installed on the system - PATH or OPENCODE_BIN</b>.
+</p>
+
+<p>
   <b>OpenCode UX+ (unofficial)</b> plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are
   stored under <code>src/main/resources/bin</code>
   inside the plugin and are used to provide the chat and analysis features.

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

@@ -5,6 +5,11 @@ 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.15] - 2026-02-15
+
+- Update OpenCode to v1.2.1
+- Release new variant of plugin with GUI only, without packaged OpenCode binaries, uses OpenCode from PATH or OPENCODE_BIN
+
 ### [26.2.8] - 2026-02-08
 
 - Favorites models

+ 5 - 3
hosts/vscode-plugin/README.md

@@ -8,10 +8,12 @@ Unofficial OpenCode VSCode plugin
 - Add selected line ranges to context via command/shortcut
 - Easier prompt editing in a dedicated text area
 
-## GUI only variant
-**OpenCode UX+ GUI only (unofficial)** plugin does not bundle the OpenCode backend executable and **requires it to be installed on the system**.
+## Install only one variant of the plugin.
 
-## Standard variant
+### GUI only variant
+**OpenCode UX+ GUI only (unofficial)** plugin does not bundle the OpenCode backend executable and **requires it to be installed on the system - PATH or OPENCODE_BIN**.
+
+### Standard variant
 **OpenCode UX+ (unofficial)** plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are stored under `resources/bin` inside the extension and are used to provide the chat and analysis features.
 
 ![OpenCode VSCode extension screenshot](https://raw.githubusercontent.com/paviko/opencode-ide-plugin/ide-plugin/hosts/screenshot.png)

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