opencode-tmux-indicatorOpenCode plugin that sets a tmux window option when the agent is waiting for input
GitHub 星标
5
月装机量
235
近 7 天 23
综合评分SCORE
40.9
生态多维模型
最近提交
16 小时前
2026-08-19
快速安装与配置
opencode.json写入当前项目的 opencode.json,只对这个仓库生效。
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-tmux-indicator@0.4.1"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-tmux-indicator@0.4.1"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D opencode-tmux-indicatoropencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
README.md
查看原始文件→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