adding codex jobs command, including jobs ls, inspect, logs and -a options

This commit is contained in:
pap
2025-07-22 13:42:47 -07:00
parent 2ca44b46d6
commit bb0befc8db
9 changed files with 653 additions and 8 deletions

View File

@@ -27,6 +27,8 @@ codex-linux-sandbox = { path = "../linux-sandbox" }
codex-mcp-server = { path = "../mcp-server" }
codex-tui = { path = "../tui" }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
tokio = { version = "1", features = [
"io-std",
"macros",