v0.1.18
v0.1.18: Codex bundle standardization
Brings the Codex bundle fully onto the Codex skill spec and verifies it end-to-end on a live Codex install. See the README for what the plugin does and how to install.
In this release (since v0.1.17):
- Per-skill
agents/openai.yamlnow uses the snake_case shape Codex's skill loader honors, so recipe install-card names and example prompts register correctly. - The three foundation skills are no longer auto-selectable on Codex; recipes, the router, and the operators stay implicitly invocable.
- Corrected the Codex data-connection docs (
codex mcp addor an[mcp_servers]block) and added the OpenAI-curated Similarweb connector as a one-click path, verified end-to-end with the recipes. build.py --validatenow guards the openai.yaml shape and rejects descriptions that break strict-YAML skill loading on Codex (the cause of an older foundation-load failure).- Documented a persistent-export path for non-Cowork platforms and surfaced the orchestrator sub-agents.
Bundles: the four platform zips are attached below. Per-environment install steps are in docs/install-and-smoke-test.md.