[Sync] opencode 2.x

This commit is contained in:
Coja
2026-09-17 21:25:54 +02:00
parent d8f6b30e2c
commit 4f5054ed0d
9 changed files with 161 additions and 163 deletions
@@ -0,0 +1,8 @@
// opencode v2 plugin "coja.verbose" — server half. Intentionally empty: all behaviour is in ./tui.ts.
// A local plugin is a DIRECTORY under ~/.config/opencode/plugins/ whose `server`/`index` and `tui`
// modules are resolved by name (packages/plugin/src/host.ts resolve()). No imports on purpose:
// `define()` is an identity helper, and a dependency-free module needs no node_modules.
export default {
id: "coja.verbose",
setup() {},
}