From 38c1f78d4fe4f63004cfb92f739ebede3f3b28f1 Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Tue, 30 Jun 2026 15:11:30 -0700 Subject: [PATCH] chore(ai): :hammer: move codex command flag to `--profile` from `--profile-2` --- codex-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-auto b/codex-auto index 0db5841..6af120c 100755 --- a/codex-auto +++ b/codex-auto @@ -9,7 +9,7 @@ if [[ "${1:-}" == "exec" ]]; then fi exec codex \ - --profile-v2 azi4a2-autonomous \ + --profile azi4a2-autonomous \ --strict-config \ --config 'approval_policy="never"' \ --config 'mcp_servers.playwright.default_tools_approval_mode="approve"' \