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

    Tui Workflows

    v1.0.0MCP 集成
    opencode-tui-plugin-workflows

    OpenCode TUI plugin that shows the current workflows MCP phase and workflow name in the sidebar

    GitHub 星标

    0

    月装机量

    49

    近 7 天 12

    综合评分SCORE

    22.8

    生态多维模型

    最近提交

    4 个月前

    2026-03-29

    快速安装与配置

    opencode.json

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

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-tui-plugin-workflows@1.0.0"]
    }

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

    An OpenCode TUI sidebar plugin that shows the active Responsible Vibe MCP workflow phase and workflow name while your agent is running.

    What it does

    When the workflows MCP is active, the sidebar displays the current phase and workflow name, updating automatically whenever the agent calls a workflows tool:

    Plugin screenshot

    Requirements

    Installation

    [!IMPORTANT] This is a TUI plugin — it must be added to tui.json, not opencode.json.

    Add the plugin to your .config/opencode/tui.json:

    {
      "$schema": "https://opencode.ai/tui.json",
      "plugin": ["opencode-tui-plugin-workflows"]
    }
    

    OpenCode installs the package automatically via Bun on next startup. No separate npm install required.

    License

    MIT