plugin structure

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 18:32:39 -04:00
parent 064ae0f251
commit d91f6fe3ef
7 changed files with 1118 additions and 3 deletions

26
.opencode/INSTALL.md Normal file
View 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.

View File

@@ -0,0 +1 @@
export { default } from "../../dist/index.js"