refactor(cli): parse variants from model refs

This commit is contained in:
Dax Raad 2026-07-08 23:25:37 -04:00
parent cccd013801
commit 67f2393f83
10 changed files with 79 additions and 34 deletions

View file

@ -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(),