session-barOpenCode TUI sidebar plugin — list all sessions with quick switch and delete
1
8
3 in 7 days
24.1
Multi-signal model
2 months ago
2026-05-30
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["session-bar@1.3.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["session-bar@1.3.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D session-baropencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
OpenCode TUI sidebar plugin — list all sessions with quick switch and delete.
Install
opencode plugin add session-bar
Or add to tui.json:
{
"plugin": ["session-bar"]
}