Skip to content

Commit c607f4c

Browse files
fix: add 'run' subcommand to spawnContinueProcess
1 parent f7b5173 commit c607f4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools/opencode.tool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export function spawnContinueProcess(
313313

314314
const args: string[] = [
315315
"--format", "json",
316+
"run",
316317
"--session", sessionId,
317318
];
318319

0 commit comments

Comments
 (0)