opencode/packages/plugin/src/example.ts

8 lines
137 B
TypeScript
Raw Normal View History

2025-08-03 06:50:19 +08:00
import { Plugin } from "./index"
export const ExamplePlugin: Plugin = async ({ app, client }) => {
return {
permission: {},
}
}