core: sync updates across opencode, sdk, tui, and plugin components
This commit is contained in:
parent
b51975fd67
commit
55cfacc6f4
45 changed files with 937 additions and 318 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue