opencode-session-id-display
v1.0.4
Published
An [opencode](https://opencode.ai) TUI plugin that displays the current session ID in the sidebar.
Downloads
665
Readme
opencode-session-id-display
An opencode TUI plugin that displays the current session ID in the sidebar.
Installation
npx opencode-session-id-display installThis will:
- Create a symlink at
~/.config/opencode/plugins/OpencodeSessionID.tui.tsx - Add the plugin to
~/.config/opencode/tui.json
Restart opencode TUI to see the session ID in the right sidebar.
Uninstall
npx opencode-session-id-display uninstallRemoves the symlink and cleans up tui.json.
How it works
The plugin registers a sidebar_content slot in the opencode TUI, displaying the active session's ID.
Built with @opentui/solid JSX and the opencode TUI plugin API.
