fix(config): use inherited stdio for opencode handoff
This commit is contained in:
@@ -959,7 +959,7 @@ async function handleFix(argvArg: any, mode: ICliMode): Promise<void> {
|
||||
let result: plugins.smartshell.IExecResult;
|
||||
try {
|
||||
result = await smartshellInstance.execSpawn("opencode", opencodeArgs, {
|
||||
passthrough: true,
|
||||
stdio: "inherit",
|
||||
});
|
||||
} catch (error) {
|
||||
throw new Error(`Failed to run opencode: ${error instanceof Error ? error.message : String(error)}`);
|
||||
|
||||
Reference in New Issue
Block a user