fix codex resume message at end of session (#3957)

This was only being printed when running the codex-tui executable
directly, not via the codex-cli wrapper.
This commit is contained in:
Jeremy Rose
2025-09-22 15:24:31 -07:00
committed by GitHub
parent f54a49157b
commit 4e0550b995
5 changed files with 93 additions and 23 deletions

3
codex-rs/Cargo.lock generated
View File

@@ -638,9 +638,11 @@ dependencies = [
"codex-protocol",
"codex-protocol-ts",
"codex-tui",
"owo-colors",
"predicates",
"pretty_assertions",
"serde_json",
"supports-color",
"tempfile",
"tokio",
"tracing",
@@ -931,7 +933,6 @@ dependencies = [
"libc",
"mcp-types",
"once_cell",
"owo-colors",
"path-clean",
"pathdiff",
"pretty_assertions",