mirror of
https://github.com/wassname/pi-goals.git
synced 2026-09-12 12:50:58 +08:00
Run supervisor bootstrap through the pane shell
Co-Authored-By: Pi <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ export function supervisorCommand(input: LaunchSupervisorInput): string {
|
||||
"--name", `goals-supervisor-${input.workerSessionId.slice(0, 8)}`,
|
||||
];
|
||||
if (input.model) args.push("--model", input.model);
|
||||
return ["env", ...env, ...args].map(shellQuote).join(" ");
|
||||
return `env ${[...env, ...args].map(shellQuote).join(" ")}`;
|
||||
}
|
||||
|
||||
export async function openSupervisorPane(input: LaunchSupervisorInput): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user