diff options
| author | Aiden Cline <[email protected]> | 2026-01-25 17:27:15 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-25 17:27:24 -0500 |
| commit | 94dd0a8dbebd8c168a13198d657ba170a87fe0f7 (patch) | |
| tree | c48d8fa2ff0596e0c1eb2810e0abdb638649bbd7 /packages/plugin/src | |
| parent | a84843507fd83f4a512f9deb063435505b7a5902 (diff) | |
| download | opencode-94dd0a8dbebd8c168a13198d657ba170a87fe0f7.tar.gz opencode-94dd0a8dbebd8c168a13198d657ba170a87fe0f7.zip | |
ignore: rm spoof and bump plugin version
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index d02c8bfe5..86e7ae934 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -203,7 +203,7 @@ export interface Hooks { }, ) => Promise<void> "experimental.chat.system.transform"?: ( - input: { sessionID: string }, + input: { sessionID?: string; model: Model }, output: { system: string[] }, |
