@@ -5,7 +5,7 @@ plugins {
}
group = "paviko.opencode"
-version = "25.11.20"
+version = "25.11.24"
repositories {
mavenCentral()
@@ -1,6 +1,6 @@
<h2>OpenCode (unofficial) JetBrains Plugin Changelog</h2>
-<h3>2025.11.xx</h3>
+<h3>2025.11.24</h3>
<ul>
<li>Fixed multi-project bug with drag&drop and "Add to context"</li>
<li>UI improvements</li>
@@ -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.11.xx] - 2025-11-xx
+## [25.11.24] - 2025-11-24
- UI improvements
@@ -2,7 +2,7 @@
"name": "opencode-ux-plus",
"displayName": "OpenCode UX+ (unofficial)",
"description": "Unofficial OpenCode VSCode extension",
- "version": "25.11.20",
+ "version": "25.11.24",
"publisher": "paviko",
"author": {
"name": "paviko"
@@ -133,7 +133,7 @@ export function ModelSelector({ selectedProviderId, selectedModelId, onSelect, d
</button>
{isOpen && (
- <div className="absolute bottom-full left-0 mb-1 w-72 bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-lg z-50 max-h-96 overflow-hidden flex flex-col">
+ <div className="absolute bottom-full left-0 mb-1 min-w-[300px] w-max max-w-[500px] bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-lg z-50 max-h-96 overflow-hidden flex flex-col">
{/* Search input */}
<div className="p-2 border-b border-gray-200 dark:border-gray-700">
<input