26
.opencode/INSTALL.md
Normal file
26
.opencode/INSTALL.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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.
|
||||
1
.opencode/plugins/tmux-utils.js
Normal file
1
.opencode/plugins/tmux-utils.js
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from "../../dist/index.js"
|
||||
Reference in New Issue
Block a user