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

    Terminal Progress

    v0.5.1工具与命令
    opencode-terminal-progress

    OpenCode plugin that shows agent progress in terminal tabs (iTerm2, WezTerm, Windows Terminal)

    GitHub 星标

    5

    月装机量

    316

    近 7 天 40

    综合评分SCORE

    41.7

    生态多维模型

    最近提交

    16 小时前

    2026-08-19

    快速安装与配置

    opencode.json

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

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-terminal-progress@0.5.1"]
    }

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

    A collection of OpenCode plugins.

    Plugins

    Plugin Description npm
    terminal-progress Shows agent progress in terminal tabs (iTerm2, WezTerm, Windows Terminal) npm
    homeassistant Sends agent status to Home Assistant via webhooks npm
    forge-session-title Prefixes session titles with forge issue/PR/MR references npm
    atuin-history Records agent bash commands in Atuin shell history npm
    tmux-indicator Sets a tmux window option when the agent is waiting for input npm

    Development

    This is a bun workspace monorepo. All tasks are run via mise:

    mise run setup       # install dependencies
    mise run build       # build all plugins
    mise run lint        # lint with ESLint
    mise run typecheck   # type-check all packages
    mise run format      # format with Prettier
    

    License

    MIT