Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codex-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.147.0
0.148.0
4 changes: 2 additions & 2 deletions docs/user/install/codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| | |
|---|---|
| **Validated against** | Codex CLI **0.146.0** |
| **Latest supported** | **0.147.0** |
| **Latest supported** | **0.148.0** |
| **Minimum supported** | **0.40.0** |
| **Plugin manifest** | `.codex-plugin/plugin.json` |
| **Marketplace manifest** | `.agents/plugins/marketplace.json` |
Expand All @@ -15,7 +15,7 @@ Check your version:
codex --version
```

Codex 0.147.0 expands portable Agent Plugin/catalog discovery. This repo already ships the native Codex plugin manifest, marketplace manifest, hooks, skills, MCP stubs, and `AGENTS.md`, so no manifest migration is required. Support for 0.147.0 was reviewed against the official release delta; the last direct maintainer-machine CLI validation remains 0.146.0.
Codex 0.148.0 keeps the portable Agent Plugin/catalog model introduced in 0.147.0 and adds asynchronous command hooks plus MCP-tool hook actions. This repo already ships the native Codex plugin manifest, marketplace manifest, hooks, skills, MCP stubs, and `AGENTS.md`, so no manifest migration is required. The existing `hooks/hooks.json` is intentionally shared across hosts and remains unchanged: adopting Codex-specific async/MCP hook fields there would change another target's behavior, so that is deferred until the shared hook bundle can express host-specific semantics safely. Support for 0.148.0 was reviewed against the official release delta; the last direct maintainer-machine CLI validation remains 0.146.0.

> **Where the marketplace manifest lives.** Codex resolves marketplaces from `.agents/plugins/marketplace.json` at the repo root — *not* from `.codex-plugin/marketplace.json`. Point `codex plugin marketplace add` at a root without that file and it fails with `marketplace root does not contain a supported manifest`. This repo ships one, which is what makes standalone install work.

Expand Down
Loading