Files
Dmytro Stanchiev d91f6fe3ef plugin structure
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 18:33:05 -04:00

27 lines
609 B
Markdown

# Installing tmux-utils for OpenCode
## Installation
Add the plugin to the `plugin` array in your `opencode.json`:
```json
{
"plugin": ["tmux-utils"]
}
```
If you install directly from git instead of a registry, use the git URL in that same array entry.
Restart OpenCode after updating the config.
## Usage
This plugin provides:
- the `interactive_bash` tool for tmux-backed interactive sessions
- tmux subagent pane management tied to OpenCode session lifecycle events
## Configuration
Plugin configuration is loaded from standard OpenCode config locations for this project and user environment.