OpenAI upgrades Codex plugins
OpenAI upgraded Codex with plugins to automate end‑to‑end developer workflows, moving beyond one‑off code generation toward shareable coding agents and workflow automation. (zdnet.com, (indiatoday.in))
OpenAI has added an installable plugin system to Codex that packages "skills," app connectors, and Model Context Protocol (MCP) server configs into versioned bundles for distribution across developer environments. (unite.ai ) The rollout is implemented in the Codex repo as v0.117.0, where the CLI now syncs product-scoped plugins at startup and provides /plugins browsing plus clearer auth and setup handling. (github.com ) OpenAI’s developer documentation and coverage list out built-in integrations for workplace tools such as Slack, Figma, Notion, Gmail, and Google Drive in the new Plugin Directory. (neowin.net ) The plugin feature surfaces a governance layer for enterprises: organizations can define JSON-scoped plugin catalogs with install-policy flags like INSTALLED_BY_DEFAULT, AVAILABLE, and NOT_AVAILABLE so admins can push, restrict, or block plugins across teams. (infoworld.com ) ZDNet reports that OpenAI’s GPT-5.3-Codex iteration is roughly 25% faster and positions the plugin push as a direct competitive response to Claude Code’s developer momentum. (zdnet.com ) OpenAI announced the discontinuation of its Sora video app on March 24, 2026, as the company reprioritized resources toward enterprise and coding products, and Codex head Thibault “Tibo” Sottiaux explicitly said the coding agent will remain a core product. (apnews.com ) (indiatoday.in ) A concrete system-design interview prompt derived from the upgrade: design a plugin catalog service that stores JSON-scoped marketplaces, enforces installation policies, handles OAuth token flows for Slack/Gmail/Figma integrations, and exposes an admin API for pushing INSTALLED_BY_DEFAULT policies; reference the documented install-policy and auth behavior. (infoworld.com ) A hands-on coding challenge aligned with the announcement: implement a Codex-CLI plugin-sync routine that authenticates to an MCP exec server, downloads a versioned plugin bundle, validates its skill manifest, and isolates execution in a sandboxed runtime—the GitHub release notes show the CLI now supports plugin sync at startup. (github.com ) Product-manager interview frameworks tied to this news should prioritize measurable KPIs used by early enterprise adopters—track plugin installs per repo, percentage of repos with a default plugin policy, weekly active plugin workflows, and PR-review time improvements (Cisco reported pull-request review times fell by as much as 50% after early Codex deployments). (infoworld.com ) An actionable portfolio project idea: build a Codex-plugin-backed VS Code extension that wires repository-scoped plugin catalogs to Slack notifications and Notion release notes, then measure pre/post metrics such as PR review latency and CI flakiness; OpenAI has previously used Codex to ship Sora for Android in 28 days, demonstrating the product impact of embedded Codex workflows. (openai.com )