fix: run agent-yolo profile inside sandbox container

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
centdix
2026-02-21 13:56:34 +00:00
parent 1643d654a8
commit 5227b76c2f

View File

@@ -80,7 +80,7 @@ export type Profile = "full" | "agent-only" | "agent-yolo";
const PROFILE_PANE_CMDS: Record<Profile, string[]> = {
"full": [], // Use default workmux pane commands from .workmux.yaml
"agent-only": ["claude"], // Only start agent in pane 0
"agent-yolo": ["claude --dangerously-skip-permissions"],
"agent-yolo": ["workmux sandbox agent -- claude --dangerously-skip-permissions"],
};
export async function addWorktree(