Back to Codex

Config JSON Schema

codex-rs/core/src/config/schema.md

latest313 B
Original Source

Config JSON Schema

We generate a JSON Schema for ~/.codex/config.toml from the ConfigToml type and commit it at codex-rs/core/config.schema.json for editor integration.

When you change any fields included in ConfigToml (or nested config types), regenerate the schema:

just write-config-schema