27 lines
609 B
Markdown
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.
|