config-basic.md +4 −3
168### Supported features168### Supported features
169 169
170| Key | Default | Maturity | Description |170| Key | Default | Maturity | Description |
171171| -------------------- | :-------------------: | ------------ | ---------------------------------------------------------------------------------------- || -------------------- | :-------------------: | ----------------- | ---------------------------------------------------------------------------------------------- |
172| `apps` | false | Experimental | Enable ChatGPT Apps/connectors support |172| `apps` | false | Experimental | Enable ChatGPT Apps/connectors support |
173| `codex_git_commit` | false | Experimental | Enable Codex-generated git commits and commit attribution trailers |173| `codex_git_commit` | false | Experimental | Enable Codex-generated git commits and commit attribution trailers |
174174| `codex_hooks` | true | Stable | Enable lifecycle hooks from `hooks.json` or inline `[hooks]`. See [Hooks](https://developers.openai.com/codex/hooks). || `hooks` | true | Stable | Enable lifecycle hooks from `hooks.json` or inline `[hooks]`. See [Hooks](https://developers.openai.com/codex/hooks). |
175| `plugin_hooks` | false | Under development | Opt into lifecycle hooks bundled with plugins. See [Hooks](https://developers.openai.com/codex/hooks#plugin-bundled-hooks). |
175| `fast_mode` | true | Stable | Enable Fast mode selection and the `service_tier = "fast"` path |176| `fast_mode` | true | Stable | Enable Fast mode selection and the `service_tier = "fast"` path |
176| `memories` | false | Stable | Enable [Memories](https://developers.openai.com/codex/memories) |177| `memories` | false | Stable | Enable [Memories](https://developers.openai.com/codex/memories) |
177| `multi_agent` | true | Stable | Enable subagent collaboration tools |178| `multi_agent` | true | Stable | Enable subagent collaboration tools |
190 191
191Omit feature keys to keep their defaults.192Omit feature keys to keep their defaults.
192 193
193194For the current lifecycle hooks MVP, see [Hooks](https://developers.openai.com/codex/hooks).For lifecycle hook configuration, see [Hooks](https://developers.openai.com/codex/hooks).
194 195
195### Enabling features196### Enabling features
196 197