From 70090c9ff74022d848f85b5e7ad9c37188dd3c52 Mon Sep 17 00:00:00 2001 From: Matthew Zeng Date: Thu, 30 Apr 2026 12:39:52 -0700 Subject: [PATCH] [plugin] Add Canva to suggesteable list. (#20474) - [x] Add Canva to suggesteable list. --- 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 bba55282b..08d004653 100644 --- a/codex-rs/core-plugins/src/lib.rs +++ b/codex-rs/core-plugins/src/lib.rs @@ -22,6 +22,7 @@ pub const TOOL_SUGGEST_DISCOVERABLE_PLUGIN_ALLOWLIST: &[&str] = &[ "gmail@openai-curated", "google-calendar@openai-curated", "google-drive@openai-curated", + "canva@openai-curated", "teams@openai-curated", "sharepoint@openai-curated", "outlook-email@openai-curated",