Skip to content

Commit c1ebaee

Browse files
authored
feat(codex): add semantic session affinity (#50)
* feat: add semantic Codex session affinity * fix: satisfy Codex clippy tests * fix: stabilize derived Codex sessions * fix: align Codex synthetic session affinity * fix: harden Codex session recovery chain * fix: stabilize Codex bootstrap affinity
1 parent 968746d commit c1ebaee

16 files changed

Lines changed: 2713 additions & 177 deletions

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/llm-access-codex/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ http = { workspace = true }
1717
reqwest = { workspace = true, features = ["stream", "multipart"] }
1818
serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
20+
sha2 = { workspace = true }
2021
thiserror = { workspace = true }
2122
tokio = { workspace = true }
2223
tracing = { workspace = true }

0 commit comments

Comments
 (0)