This commit is contained in:
jimmyfraiture
2025-09-17 15:01:23 +01:00
parent 5332f6e215
commit 5a9f82a572
9 changed files with 711 additions and 0 deletions

2
codex-rs/Cargo.lock generated
View File

@@ -669,6 +669,7 @@ dependencies = [
"base64",
"bytes",
"chrono",
"clap",
"codex-apply-patch",
"codex-file-search",
"codex-mcp-client",
@@ -706,6 +707,7 @@ dependencies = [
"toml",
"toml_edit",
"tracing",
"tracing-subscriber",
"tree-sitter",
"tree-sitter-bash",
"uuid",