mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-24 20:28:16 +02:00
rowboat driven mode uses the same assistant chat UI
This commit is contained in:
parent
89621b8bf0
commit
3384f0f38f
10 changed files with 655 additions and 173 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue