mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
adding codex jobs command, including jobs ls, inspect, logs and -a options
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user