Files
codex/sdk
Dane Schneider 5ba12929f8 Add raw config overrides to the TypeScript SDK (#38817)
## Why

Some TOML configuration, such as permission maps with literal path keys, cannot be represented safely through the SDK's structured dotted-key configuration.

## What changed

- Add `CodexOptions.configOverrides` for passing ordered `--config key=value` arguments to the Codex CLI unchanged.
- Apply raw overrides after structured `config` values, while preserving precedence for SDK-managed and thread-specific settings.
- Document raw permission-map configuration and cover literal keys, duplicate overrides, ordering, and resume behavior.

GitOrigin-RevId: 3b0f5824ba8cb77d0eecb11ed6f32ead8fc674f6
2026-08-16 00:31:54 +00:00
..