rowboat driven mode uses the same assistant chat UI

This commit is contained in:
Arjun 2026-06-12 01:38:35 +05:30
parent 89621b8bf0
commit 3384f0f38f
10 changed files with 655 additions and 173 deletions

View file

@ -502,6 +502,10 @@ const ipcSchemas = {
mode: CodeSessionMode,
policy: ApprovalPolicy,
isolation: z.enum(['in-repo', 'worktree']),
// LLM for Rowboat-mode turns. Unset = the configured default. Like any
// chat, the model is fixed once the session's run exists.
model: z.string().optional(),
provider: z.string().optional(),
}),
res: z.object({
session: CodeSession,