From 32cf724b255dedb9fa79a5d85f4ccee239fd725a Mon Sep 17 00:00:00 2001 From: viyatb-oai Date: Fri, 8 May 2026 19:07:08 -0700 Subject: [PATCH] fix: clarify network proxy feature description Co-authored-by: Codex noreply@openai.com --- codex-rs/features/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/features/src/lib.rs b/codex-rs/features/src/lib.rs index fa51959e88..ccc5384c48 100644 --- a/codex-rs/features/src/lib.rs +++ b/codex-rs/features/src/lib.rs @@ -905,7 +905,7 @@ pub const FEATURES: &[FeatureSpec] = &[ key: "network_proxy", stage: Stage::Experimental { name: "Network proxy", - menu_description: "Start Codex's managed network proxy for sandboxed sessions. The active permissions profile still controls direct network access.", + menu_description: "Apply network proxy restrictions to sandboxed sessions that already have network access.", announcement: "NEW: Network proxy can now be enabled from /experimental. Restart Codex after enabling it.", }, default_enabled: false,