paviko 3 месяцев назад
Родитель
Сommit
7910fbd16c

+ 2 - 1
hosts/jetbrains-plugin/CHANGELOG.md

@@ -1,10 +1,11 @@
 # OpenCode JetBrains Plugin Changelog
 
-## 2025.11.xx
+## 2025.11.20
 
 - Providers can be configured from Settings panel - can be added/removed, also OAuth
 - Fixed context size bug when session what aborted
 - Fix session error toasts and display session state messages
+- Updated OpenCode to v1.0.80
 
 ## 25.11.19
 

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

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

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

@@ -5,11 +5,12 @@ 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.11.xx] - 2025-11-xx
+## [25.11.20] - 2025-11-20
 
 - Providers can be configured from Settings panel - can be added/removed, also OAuth
 - Fixed context size bug when session what aborted
 - Fix session error toasts and display session state messages
+- Updated OpenCode to v1.0.80
 
 ## [25.11.19] - 2025-11-19
 

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

@@ -2,7 +2,7 @@
   "name": "opencode",
   "displayName": "OpenCode",
   "description": "OpenCode for VSCode",
-  "version": "25.11.19",
+  "version": "25.11.20",
   "publisher": "opencode",
   "author": {
     "name": "OpenCode Team"