vite-plugin-opencode-assistant 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -283,6 +283,11 @@ function generateBridgeScript(options) {
283
283
  display: none !important;
284
284
  }
285
285
 
286
+ /* \u9690\u85CF\u4F1A\u8BDD\u9762\u677F\u6807\u9898\u53F3\u4FA7\u6309\u94AE\u533A */
287
+ .opencode-review-panel-overlay [data-ref="session-panel"] [data-session-title] .shrink-0 {
288
+ display: none !important;
289
+ }
290
+
286
291
  /* \u9690\u85CF\u6D6E\u52A8\u4F1A\u8BDD\uFF08\u7528 visibility+opacity \u907F\u514D\u5207\u6362\u95EA\u70C1\uFF09 */
287
292
  .opencode-review-panel-overlay.hide-chat [data-ref="session-panel"] {
288
293
  visibility: hidden !important;
@@ -307,6 +307,11 @@ function generateBridgeScript(options) {
307
307
  display: none !important;
308
308
  }
309
309
 
310
+ /* \u9690\u85CF\u4F1A\u8BDD\u9762\u677F\u6807\u9898\u53F3\u4FA7\u6309\u94AE\u533A */
311
+ .opencode-review-panel-overlay [data-ref="session-panel"] [data-session-title] .shrink-0 {
312
+ display: none !important;
313
+ }
314
+
310
315
  /* \u9690\u85CF\u6D6E\u52A8\u4F1A\u8BDD\uFF08\u7528 visibility+opacity \u907F\u514D\u5207\u6362\u95EA\u70C1\uFF09 */
311
316
  .opencode-review-panel-overlay.hide-chat [data-ref="session-panel"] {
312
317
  visibility: hidden !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-opencode-assistant",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Embed OpenCode Web UI in your Vite dev server for real-time code modification and preview",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",
@@ -37,15 +37,15 @@
37
37
  "dependencies": {
38
38
  "unplugin-vue-inspector": "^3.0.0",
39
39
  "execa": "^9.6.1",
40
- "@vite-plugin-opencode-assistant/opencode": "1.1.1",
41
- "@vite-plugin-opencode-assistant/shared": "1.1.1",
42
- "@vite-plugin-opencode-assistant/components": "1.1.1"
40
+ "@vite-plugin-opencode-assistant/opencode": "1.1.2",
41
+ "@vite-plugin-opencode-assistant/shared": "1.1.2",
42
+ "@vite-plugin-opencode-assistant/components": "1.1.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "vite": ">=5.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@vite-plugin-opencode-assistant/client": "1.1.1"
48
+ "@vite-plugin-opencode-assistant/client": "1.1.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "pagoda-cli build && vite build -c vite.client.config.ts",