mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 10:43:22 +00:00
refactor(cli): parse variants from model refs
This commit is contained in:
parent
cccd013801
commit
67f2393f83
10 changed files with 79 additions and 34 deletions
|
|
@ -84,7 +84,7 @@ async function run(input: { turn: (inputID: string) => V2Event[]; pendingForms?:
|
|||
files: [],
|
||||
thinking: false,
|
||||
format: "default",
|
||||
dangerouslySkipPermissions: false,
|
||||
auto: false,
|
||||
attached: input.attached ?? false,
|
||||
renderTool: () => Promise.resolve(),
|
||||
renderToolError: () => Promise.resolve(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue