paviko 2 месяцев назад
Родитель
Сommit
da6a3f190e

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

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

+ 2 - 2
hosts/jetbrains-plugin/changelog.html

@@ -1,6 +1,6 @@
-<h2>OpenCode (unofficial) JetBrains Plugin Changelog</h2>
+<h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
-<h3>2025.12.xx</h3>
+<h3>2025.12.5</h3>
 <ul>
   <li>Auto refresh files in IDE on edit/write</li>
   <li>New panel with all modified files in session</li>

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

@@ -1,4 +1,4 @@
-<h2>OpenCode (unofficial) JetBrains Plugin</h2>
+<h2>OpenCode UX+ (unofficial) JetBrains Plugin</h2>
 <p>Unofficial OpenCode JetBrains plugin.</p>
 <ul>
   <li>Drag and drop files to context (JetBrains: from Project Window; VS Code: from Explorer or editor tab)</li>

+ 1 - 1
hosts/jetbrains-plugin/src/main/resources/META-INF/plugin.xml

@@ -1,7 +1,7 @@
 <idea-plugin>
   <vendor email="[email protected]" url="https://github.com/paviko/opencode-ide-plugin">paviko</vendor>
   <id>paviko</id>
-  <name>OpenCode (unofficial)</name>
+  <name>OpenCode UX+ (unofficial)</name>
   <description>Runs local OpenCode backend and displays the chat UI.</description>
 
   <depends>com.intellij.modules.platform</depends>

+ 1 - 1
hosts/vscode-plugin/CHANGELOG.md

@@ -5,7 +5,7 @@ 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/spec/v2.0.0.html).
 
-## [25.12.xx] - 2025-12-xx
+## [25.12.5] - 2025-12-05
 
 - Auto refresh files in IDE on edit/write
 - New panel with all modified files in session

+ 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": "25.11.30",
+  "version": "25.12.5",
   "publisher": "paviko",
   "author": {
     "name": "paviko"