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

View File

@@ -85,7 +85,6 @@ unicode-segmentation = { workspace = true }
unicode-width = { workspace = true }
url = { workspace = true }
pathdiff = { workspace = true }
owo-colors = { workspace = true }
[target.'cfg(unix)'.dependencies]
libc = { workspace = true }