From c8131eb0aa489c46a38ac12037d98eee6d08e1f8 Mon Sep 17 00:00:00 2001 From: David Chen Date: Sun, 9 Nov 2025 11:02:03 -0800 Subject: [PATCH] update ask cmd --- bin/ask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ask b/bin/ask index 377af73..4ab78b0 100755 --- a/bin/ask +++ b/bin/ask @@ -98,7 +98,7 @@ cleanup() { } trap cleanup EXIT -cmd=(env CODEX_HOME="$codex_home_dir" "$CODEX_BIN" --ask-for-approval never --sandbox read-only exec --skip-git-repo-check --output-last-message "$out_file") +cmd=(env CODEX_HOME="$codex_home_dir" "$CODEX_BIN" --ask-for-approval never -c sandbox_mode=workspace-write --enable web_search_request exec --skip-git-repo-check --output-last-message "$out_file") if [ -n "${image}" ]; then cmd+=(-i "${image}")