opencode-tabs
v0.1.0
Published
Session tabs for the OpenCode TUI
Readme
opencode-tabs
Session tabs for the OpenCode TUI.
- Quick navigation - Switch between sessions with a single click.
- Session status - See which sessions are busy or need attention.
Install
For the current project:
opencode plugin opencode-tabsOr globally:
opencode plugin opencode-tabs --globalOr, add the package directly to .opencode/tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["opencode-tabs"]
}Restart OpenCode after the installation.
