opencode-forge-session-titleOpenCode plugin that prefixes session titles with forge issue/PR/MR references (GitHub & GitLab)
5
190
16 in 7 days
40.3
Multi-signal model
16 hours ago
2026-08-19
Install and configure
opencode.jsonWrites 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"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-forge-session-title@0.3.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D opencode-forge-session-titleopencode 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) | |
| homeassistant | Sends agent status to Home Assistant via webhooks | |
| forge-session-title | Prefixes session titles with forge issue/PR/MR references | |
| atuin-history | Records agent bash commands in Atuin shell history | |
| tmux-indicator | Sets a tmux window option when the agent is waiting for input |
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