Files
codex/codex-rs/common
Devon Rifkin e643e363f7 also detect Ollama version for the built-in, non---oss case
Previously we were only downgrading to chat for older `ollama`s when
using `--oss`, but you can also use the built-in ollama provider via
`model_provider = "ollama"` in your config
2025-12-17 20:25:48 -08:00
..
2025-12-03 20:30:43 +00: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.