vibora 9.2.1 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/bin/vibora.js +13050 -313
- package/dist/assets/{index-CHmycy3p.js → index-CCRm-b6X.js} +116 -116
- package/dist/assets/index-CYo_ATvM.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/server/index.js +45 -7
- package/dist/assets/index-_KUkjbkF.css +0 -1
package/README.md
CHANGED
|
@@ -159,6 +159,20 @@ claude plugin marketplace add knowsuchagency/vibora
|
|
|
159
159
|
claude plugin install vibora@vibora --scope user
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
+
## OpenCode Plugin
|
|
163
|
+
|
|
164
|
+
The Vibora plugin for OpenCode enables seamless integration:
|
|
165
|
+
|
|
166
|
+
- **Automatic Status Sync** — Task moves to "In Review" when OpenCode stops, "In Progress" when you respond
|
|
167
|
+
- **Session Continuity** — OpenCode sessions are tied to task IDs
|
|
168
|
+
- **Smart Context** — Automatically detects if you are in a Vibora task
|
|
169
|
+
|
|
170
|
+
To install manually:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
vibora opencode install
|
|
174
|
+
```
|
|
175
|
+
|
|
162
176
|
### MCP Tools
|
|
163
177
|
|
|
164
178
|
The plugin includes an MCP server that exposes task management and remote execution tools:
|