From 487716ae74944ed07b3cf660998eb97780012a08 Mon Sep 17 00:00:00 2001 From: teddywyly-oai Date: Thu, 30 Apr 2026 10:29:03 -0700 Subject: [PATCH] [Extension] Allowlist Chrome Extension in the tool_suggest tool (#20458) ### Summary Allowlist chrome extension in tool_suggest tool ### Screenshot Allowlist chrome extension in tool_suggest tool chrome_internal --- codex-rs/core-plugins/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core-plugins/src/lib.rs b/codex-rs/core-plugins/src/lib.rs index 82cb54c7f..bba55282b 100644 --- a/codex-rs/core-plugins/src/lib.rs +++ b/codex-rs/core-plugins/src/lib.rs @@ -28,5 +28,6 @@ pub const TOOL_SUGGEST_DISCOVERABLE_PLUGIN_ALLOWLIST: &[&str] = &[ "outlook-calendar@openai-curated", "linear@openai-curated", "figma@openai-curated", + "chrome@openai-bundled", "computer-use@openai-bundled", ];