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

    Forge Session Title

    v0.3.0Git & VCS
    opencode-forge-session-title

    OpenCode plugin that prefixes session titles with forge issue/PR/MR references (GitHub & GitLab)

    GitHub stars

    5

    Monthly installs

    190

    16 in 7 days

    Composite scoreSCORE

    40.3

    Multi-signal model

    Last commit

    16 hours ago

    2026-08-19

    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": ["opencode-forge-session-title@0.3.0"]
    }

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

    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