mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
fix: run agent-yolo profile inside sandbox container
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user