From 5227b76c2fd2e5da8faaf8b438980eeca5a39ee4 Mon Sep 17 00:00:00 2001 From: centdix Date: Sat, 21 Feb 2026 13:56:34 +0000 Subject: [PATCH] fix: run agent-yolo profile inside sandbox container Co-Authored-By: Claude Opus 4.6 --- dev-dashboard/backend/src/workmux.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dashboard/backend/src/workmux.ts b/dev-dashboard/backend/src/workmux.ts index 97f207e4b8..d5a6930444 100644 --- a/dev-dashboard/backend/src/workmux.ts +++ b/dev-dashboard/backend/src/workmux.ts @@ -80,7 +80,7 @@ export type Profile = "full" | "agent-only" | "agent-yolo"; const PROFILE_PANE_CMDS: Record = { "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(