fix: use a more efficient wire format for ExecCommandOutputDeltaEvent.chunk (#3163)

When serializing to JSON, the existing solution created an enormous
array of ints, which is far more bytes on the wire than a base64-encoded
string would be.
This commit is contained in:
Michael Bolin
2025-09-04 08:21:58 -07:00
committed by GitHub
parent bd4fa85507
commit 0a83db5512
4 changed files with 7 additions and 5 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -923,6 +923,7 @@ dependencies = [
"serde",
"serde_bytes",
"serde_json",
"serde_with",
"strum 0.27.2",
"strum_macros 0.27.2",
"tracing",