Logo
Explore Help
Register Sign In
valknar/llmx
1
0
Fork 0
You've already forked llmx
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
5df04c8a1393a2f6dc2b3bc669eb45c595ebbe66
llmx/codex-rs/protocol/src/lib.rs

8 lines
145 B
Rust
Raw Normal View History

fix: introduce codex-protocol crate (#2355)
2025-08-15 12:44:40 -07:00
pub mod config_types;
chore: move mcp-server/src/wire_format.rs to protocol/src/mcp_protocol.rs (#2423) The existing `wire_format.rs` should share more types with the `codex-protocol` crate (like `AskForApproval` instead of maintaining a parallel `CodexToolCallApprovalPolicy` enum), so this PR moves `wire_format.rs` into `codex-protocol`, renaming it as `mcp-protocol.rs`. We also de-dupe types, where appropriate. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/openai/codex/pull/2423). * #2424 * __->__ #2423
2025-08-18 09:36:57 -07:00
pub mod mcp_protocol;
fix: introduce codex-protocol crate (#2355)
2025-08-15 12:44:40 -07:00
pub mod message_history;
Move models.rs to protocol (#2595) Moving models.rs to protocol so we can use them in `Codex` operations
2025-08-22 15:18:54 -07:00
pub mod models;
fix: introduce codex-protocol crate (#2355)
2025-08-15 12:44:40 -07:00
pub mod parse_command;
pub mod plan_tool;
pub mod protocol;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API