paviko 3 недель назад
Родитель
Сommit
879683d3be

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

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

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

@@ -5,12 +5,18 @@ 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.29] - 2026-01-29
+
+- Fixed copy & paste in VS Code for Mac OS
+
 ### [26.1.27] - 2026-01-27
+
 - apply_patch tool fallback count for Changed Files panel
 - removed forbidden getPluginId()
 - fixed not showing tooltips
 
 ### [26.1.24] - 2026-01-24
+
 - Share / Unshare session
 - Added button"Copy to clipboard" message content
 - Removed rendering internal message "patch" - thanks to caiqy

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