Pass continue: true to claude when opening an existing session
This commit is contained in:
parent
a5fb4c2555
commit
cfb9ed6172
|
|
@ -30,7 +30,7 @@ export async function action(
|
|||
}
|
||||
} else {
|
||||
spin.succeed("Session ready")
|
||||
await vm.claude(session.worktree, { prompt, print: opts.print })
|
||||
await vm.claude(session.worktree, { prompt, print: opts.print, continue: true })
|
||||
}
|
||||
|
||||
if (opts.save !== false) await saveChanges(session.worktree, branch)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user