Release Date: 2026-02-19
Introduces the T6 Split Pane and T7 Reactive State plugin APIs, giving plugin authors the ability to split terminal panes and subscribe to reactive terminal state. Several bug fixes address edge cases in split pane handling and the ReactiveStatusBar component.
- T6 Split Pane API: Plugin API for splitting terminal panes, including a demo showing usage
- T7 Reactive State API: Plugin API for subscribing to reactive terminal state changes, with demo
- Fixed
closeFocusedPanecrash on tabs that have never been split - Fixed fail-fast cast in
performSplitthat caused incorrect behavior under certain conditions - Fixed documentation gaps and CWD overflow rendering in
ReactiveStatusBar - Addressed code review feedback improving correctness of T6/T7 plugin API implementations
- Added comprehensive documentation for T6 Split Pane and T7 Reactive State plugin APIs
None
https://github.com/kshivang/BossTerm/compare/v1.0.90...v1.0.91