mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Move metadata calculation out of client (#10589)
Model client shouldn't be responsible for this.
This commit is contained in:
@@ -139,6 +139,7 @@ pub use exec_policy::check_execpolicy_for_warnings;
|
||||
pub use exec_policy::load_exec_policy;
|
||||
pub use safety::get_platform_sandbox;
|
||||
pub use tools::spec::parse_tool_input_schema;
|
||||
pub use turn_metadata::build_turn_metadata_header;
|
||||
// Re-export the protocol types from the standalone `codex-protocol` crate so existing
|
||||
// `codex_core::protocol::...` references continue to work across the workspace.
|
||||
pub use codex_protocol::protocol;
|
||||
|
||||
Reference in New Issue
Block a user