Ecosystem Update - 2026-04-25
Highlights
- Official Codex docs expose per-MCP
startup_timeout_secandtool_timeout_sec; local stdio MCPs now use explicit conservative timeouts - OpenAI Codex releases are ahead of the installed CLI (
0.123.0was visible upstream, local CLI is0.122.0); worth upgrading separately, not as a config edit - The most relevant research signal is tool/schema gating and policy re-injection under long-context pressure, but both need deliberate runtime work rather than quick config changes
Quick Wins (implemented today)
-
Local MCP timeout hardening mcpAdd
startup_timeout_sec = 20andtool_timeout_sec = 120to local stdio MCP servers
New Tools, Skills & Patterns
-
Codex CLI release upgrade check config/runtimeopenai/codex releases - local CLI is
0.122.0, while upstream release notes show newer MCP diagnostics and plugin handling. Upgrade intentionally not auto-run because it changes the installed runtime -
MCP verbose integration in doctor diagnosticopenai/codex releases - once the local CLI supports
/mcp verbose, extendcodex-runtime-doctorto include richer MCP resource/template diagnostics -
Tool schema gating for MCP-heavy sessionsarXiv 2604.21816 - has several MCP servers; lazy schema/tool gating is relevant but needs native Codex support or a focused wrapper design
-
Policy re-injection after compaction hook/researcharXiv 2604.20911 and Boris's PostCompact note - Codex currently has
PreCompact, not confirmedPostCompact; keep as a watch item unless Codex exposes a matching hook
Research Worth Reading
-
Tool Attention Is All You Need- directly relevant to reducing MCP/tools context tax with multiple configured servers
-
Security-Recall Divergence- supports the existing PreCompact memory/policy emphasis and argues for future post-compaction policy re-injection when Codex supports it
-
AgentFlow / multi-agent harness synthesis- relevant to governed runtime design, but too heavyweight for config-only adoption
Considered, Not Adopting
Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.
- Large Claude toolkit import — - overengineering; current skills already cover the useful categories and outside skills require strict audit first
- PostCompact hook wiring — - not pulled into Codex config because current verified Codex hooks are SessionStart/PreToolUse/PermissionRequest/PostToolUse/UserPromptSubmit/Stop, while already has PreCompact through the app runtime
- Native Codex memories feature
- Direct plugin/skill packs from search results — - require external-skill audit and are not quick config changes