core-agent-ide/codex-rs/common
2026-02-03 11:31:57 +00:00
..
src chore: nuke chat/completions API (#10157) 2026-02-03 11:31:57 +00:00
BUILD.bazel feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
Cargo.toml feat: introduce ExternalSandbox policy (#8290) 2025-12-18 17:02:03 -08: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.