Преглед изворни кода

Merge branch 'ide-plugin' into jetbrains-opts

paviko пре 2 месеци
родитељ
комит
4f74f2e7b2

+ 0 - 2
.github/workflows/beta.yml

@@ -2,8 +2,6 @@ name: beta
 
 on:
   workflow_dispatch:
-  schedule:
-    - cron: "0 * * * *"
 
 jobs:
   sync:

+ 0 - 3
.github/workflows/close-stale-prs.yml

@@ -7,9 +7,6 @@ on:
         description: "Log actions without closing PRs"
         type: boolean
         default: false
-  schedule:
-    - cron: "0 6 * * *"
-
 permissions:
   contents: read
   issues: write

+ 1 - 4
.github/workflows/daily-issues-recap.yml

@@ -1,10 +1,7 @@
 name: daily-issues-recap
 
 on:
-  schedule:
-    # Run at 6 PM EST (23:00 UTC, or 22:00 UTC during daylight saving)
-    - cron: "0 23 * * *"
-  workflow_dispatch: # Allow manual trigger for testing
+  workflow_dispatch:
 
 jobs:
   daily-recap:

+ 1 - 4
.github/workflows/daily-pr-recap.yml

@@ -1,10 +1,7 @@
 name: daily-pr-recap
 
 on:
-  schedule:
-    # Run at 5pm EST (22:00 UTC, or 21:00 UTC during daylight saving)
-    - cron: "0 22 * * *"
-  workflow_dispatch: # Allow manual trigger for testing
+  workflow_dispatch:
 
 jobs:
   pr-recap:

+ 0 - 2
.github/workflows/docs-update.yml

@@ -1,8 +1,6 @@
 name: docs-update
 
 on:
-  schedule:
-    - cron: "0 */12 * * *"
   workflow_dispatch:
 
 env:

+ 0 - 2
.github/workflows/stale-issues.yml

@@ -1,8 +1,6 @@
 name: stale-issues
 
 on:
-  schedule:
-    - cron: "30 1 * * *" # Daily at 1:30 AM
   workflow_dispatch:
 
 env:

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

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

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

@@ -1,5 +1,11 @@
 <h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
 
+<h3>26.2.1</h3>
+<ul>
+  <li>Improved positioning of reference popup (@ action)</li>
+  <li>Updated OpenCode to v1.1.48</li>
+</ul>
+
 <h3>26.1.27</h3>
 <ul>
   <li>apply_patch tool fallback count for Changed Files panel</li>

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

@@ -5,6 +5,13 @@ 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.1] - 2026-02-01
+
+- Fix for Copy to clipboard button
+- Improved positioning of reference popup (@ action)
+- Fixed empty plugin content when dragging plugin between sidebars
+- Updated OpenCode to v1.1.48
+
 ### [26.1.29] - 2026-01-29
 
 - Fixed copy & paste in VS Code for Mac OS

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