Browse Source

Updated OpenCode to v1.1.2

paviko 3 months ago
parent
commit
eb6d20f2f5

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

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

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

@@ -1,5 +1,10 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
 
+<h3>26.1.5</h3>
+<ul>
+  <li>Updated OpenCode to v1.1.2</li>
+</ul>
+
 <h3>26.1.2</h3>
 <h3>26.1.2</h3>
 <ul>
 <ul>
   <li>OAuth Instructions: Support for provider-specific instructions during OAuth flow</li>
   <li>OAuth Instructions: Support for provider-specific instructions during OAuth flow</li>

+ 10 - 6
hosts/vscode-plugin/CHANGELOG.md

@@ -5,6 +5,16 @@ 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/),
 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).
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
+### [26.1.5] - 2026-01-05
+
+- Updated OpenCode to v1.1.2
+
+### [26.1.2] - 2026-01-02
+
+- OAuth Instructions: Support for provider-specific instructions during OAuth flow
+- Token Usage Stats: Display token usage breakdown and cost in a popover for assistant messages
+- Updated OpenCode to v1.0.223
+
 ## [25.12.29] - 2025-12-29
 ## [25.12.29] - 2025-12-29
 
 
 - Updated OpenCode to v1.0.207
 - Updated OpenCode to v1.0.207
@@ -25,12 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Fixed placement of Model/Agent selector
 - Fixed placement of Model/Agent selector
 - Updated OpenCode to v1.0.133
 - Updated OpenCode to v1.0.133
 
 
-### [26.1.2] - 2026-01-02
-
-- OAuth Instructions: Support for provider-specific instructions during OAuth flow
-- Token Usage Stats: Display token usage breakdown and cost in a popover for assistant messages
-- Updated OpenCode to v1.0.223
-
 ## [25.11.30] - 2025-11-30
 ## [25.11.30] - 2025-11-30
 
 
 - Updated OpenCode to v1.0.121
 - Updated OpenCode to v1.0.121

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

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