mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 18:12:42 +00:00
core: sync updates across opencode, sdk, tui, and plugin components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Plugin } from "./index"
|
||||
|
||||
export const ExamplePlugin: Plugin = async ({ app, client, $ }) => {
|
||||
export const ExamplePlugin: Plugin = async ({ client, $ }) => {
|
||||
return {
|
||||
permission: {},
|
||||
async "chat.params"(input, output) {
|
||||
|
||||
Reference in New Issue
Block a user