Add fresh default sessions and terminal status handling
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
Codex
2026-06-11 09:41:46 -04:00
parent 92f43df046
commit 0eca4f1cf4
10 changed files with 236 additions and 19 deletions
+1
View File
@@ -255,6 +255,7 @@ pub struct Frame {
pub output_seq: u64,
pub bytes: Vec<u8>,
pub snapshot: bool,
pub closed: bool,
}
pub fn to_body<T: Serialize>(value: &T) -> Result<Vec<u8>> {