You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch release: the TUI sidebar no longer breaks when OpenCode changes its embedded OpenTUI version.
4
+
5
+
## Fixes
6
+
7
+
### TUI sidebar survives OpenCode's OpenTUI version changes
8
+
The plugin previously shipped its own copies of `@opentui/core`, `@opentui/solid`, and `solid-js`, pinned to match a specific OpenCode release. Every time OpenCode upgraded or reverted its embedded OpenTUI, that pin went stale and the sidebar could fail to load until we shipped a matching release.
9
+
10
+
OpenCode's TUI loader actually supplies its own OpenTUI and Solid instances to raw-TSX plugins, so the local copies were unnecessary. They are no longer installed as runtime dependencies; the host's versions are used directly. The sidebar now works across OpenCode's OpenTUI upgrades (0.3.x through 0.4.x) without a plugin update, and installs get slightly smaller.
0 commit comments