Skip to content

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:01
· 14 commits to main since this release

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.yaml now 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 add or 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 --validate now 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.