Skip to content
    ↑↓ select↵ openesc close
    English中文
    swalker326

    Sidebar Sessions

    v0.1.4UI & Themes
    @swalker326/opencode-sidebar-sessions

    Clickable, keyboard-driven session navigation for the OpenCode TUI sidebar.

    GitHub stars

    2

    Monthly installs

    752

    37 in 7 days

    Composite scoreSCORE

    40.6

    Multi-signal model

    Last commit

    23 days ago

    2026-07-28

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@swalker326/opencode-sidebar-sessions@0.1.4"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    Browse and switch OpenCode sessions without leaving the sidebar.

    OpenCode sidebar with date-grouped session navigation

    Install

    opencode plugin @swalker326/opencode-sidebar-sessions --global
    

    Restart OpenCode after installation.

    Use

    Shortcut Action
    <leader>f Focus the session list
    up / down Select a session
    enter Open the selected session
    r Rename the selected session
    a Archive the selected session
    esc Return to the prompt

    Highlights

    • Groups sessions by recent activity day.
    • Keeps active sessions first and archived sessions at the bottom of each day.
    • Highlights the current session and strikes through archived titles.
    • Uses your configured OpenCode leader and navigation keys.
    • Updates automatically as sessions change.