make codex yolo

This commit is contained in:
Colin McDonnell
2025-11-26 23:03:09 -08:00
parent bddadfa70f
commit 2ed4d445f7
2 changed files with 421 additions and 347 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ export const codex = agent({
const codex = new Codex(codexOptions);
const thread = codex.startThread({
approvalPolicy: "never",
sandboxMode: "workspace-write",
// use danger-full-access to allow git operations (workspace-write blocks .git directory writes)
sandboxMode: "danger-full-access",
networkAccessEnabled: true,
});