Auto format toml (#1745)

Add recommended extension and configure it to auto format prompt.
This commit is contained in:
pakrym-oai
2025-07-30 18:37:00 -07:00
committed by GitHub
parent 35010812c7
commit 51b6bdefbe
17 changed files with 43 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
[package]
edition = "2024"
name = "codex-exec"
version = { workspace = true }
edition = "2024"
[[bin]]
name = "codex-exec"
@@ -19,12 +19,12 @@ anyhow = "1"
chrono = "0.4.40"
clap = { version = "4", features = ["derive"] }
codex-arg0 = { path = "../arg0" }
codex-core = { path = "../core" }
codex-common = { path = "../common", features = [
"cli",
"elapsed",
"sandbox_summary",
] }
codex-core = { path = "../core" }
owo-colors = "4.2.0"
serde_json = "1"
shlex = "1.3.0"