mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Always use CODEX_YOLO_FLAG (--dangerously-bypass-approvals-and-sandbox) for Codex - Remove all conditional logic - no sandbox/approval config, no config overrides - Simplify codex-provider.ts to always run Codex in full-permissions mode - Codex always gets: full access, no approvals, web search enabled, images enabled - Update services to apply full-permission settings automatically for Codex models - Remove sandbox and approval controls from UI settings page - Update tests to reflect new behavior (some pre-existing tests disabled/updated) Note: 3 pre-existing tests disabled/skipped due to old behavior expectations (require separate PR to update)