跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    yuritoledo

    Session Bar

    v1.3.0界面与主题
    session-bar

    OpenCode TUI sidebar plugin — list all sessions with quick switch and delete

    GitHub 星标

    1

    月装机量

    8

    近 7 天 3

    综合评分SCORE

    24.1

    生态多维模型

    最近提交

    2 个月前

    2026-05-30

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["session-bar@1.3.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    OpenCode TUI sidebar plugin — list all sessions with quick switch and delete.

    image

    Install

    opencode plugin add session-bar
    

    Or add to tui.json:

    {
      "plugin": ["session-bar"]
    }