diff --git a/src/commands/open.ts b/src/commands/open.ts index 90c0ed2..7617ef7 100644 --- a/src/commands/open.ts +++ b/src/commands/open.ts @@ -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)