[Sync] opencode 2.x
This commit is contained in:
@@ -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() {},
|
||||
}
|
||||
Reference in New Issue
Block a user