diff --git a/codex-rs/core-plugins/src/lib.rs b/codex-rs/core-plugins/src/lib.rs index 82cb54c7fe..bba55282b3 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", ];