Skip to content

v0.31.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:25
· 2325 commits to master since this release

v0.31.2

Urgent fix: v0.31.1 broke the TUI sidebar for standard installs. Update immediately if you are on 0.31.1.

Fixes

TUI sidebar failed to load on v0.31.1

v0.31.1 stopped shipping OpenTUI and Solid as runtime dependencies, on the expectation that OpenCode supplies its own copies to TUI plugins. That holds for plugins loaded from a plain directory, but not for npm-installed plugins: OpenCode's import rewriting skips sources inside node_modules, so the standard install could not resolve @opentui/solid and the sidebar silently failed to load. The dependencies are restored.

The underlying goal — surviving OpenCode's OpenTUI version changes without a plugin release — needs a host-side change and will be revisited with the OpenCode team.