core-agent-ide/codex-rs/common
Ahmed Ibrahim 9b2055586d
remove model_family from `config (#7571)
- Remove `model_family` from `config`
- Make sure to still override config elements related to `model_family`
like supporting reasoning
2025-12-04 11:57:58 -08:00
..
src remove model_family from `config (#7571) 2025-12-04 11:57:58 -08:00
Cargo.toml Migrate model preset (#7542) 2025-12-03 20:30:43 +00:00
README.md chore: introduce codex-common crate (#843) 2025-05-06 17:38:56 -07:00

codex-common

This crate is designed for utilities that need to be shared across other crates in the workspace, but should not go in core.

For narrow utility features, the pattern is to add introduce a new feature under [features] in Cargo.toml and then gate it with #[cfg] in lib.rs, as appropriate.