v0.1.103
anomalyco/opentuiv0.1.103Apr 23, 2026by github-actions[bot]
AI Summary
Fixes for React runtime plugin support and core rendering logic, alongside documentation and theme handling updates.
Key Highlights
- Corrected React runtime-plugin-support import path
- Fixed missing requestRender() in CodeRenderable
- Made the docs tree an installable OpenTUI skill
- Improved theme mode reliability
Full Release Notes
## What's Changed * fix(react): correct runtime-plugin-support import path for published package by @msmps in https://github.com/anomalyco/opentui/pull/962 * fix(core): add missing requestRender() in CodeRenderable streaming content setter by @altendky in https://github.com/anomalyco/opentui/pull/965 * core: preserve terminal color intent by @simonklee in https://github.com/anomalyco/opentui/pull/844 * web: update docs by @simonklee in https://github.com/anomalyco/opentui/pull/967 * web: make the docs tree an installable OpenTUI skill by @simonklee in https://github.com/anomalyco/opentui/pull/968 * more reliable theme mode by @kommander in https://github.com/anomalyco/opentui/pull/969 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.102...v0.1.103