refactor: unify zsh fork shell tool with fd-based bridge

This commit is contained in:
Michael Bolin
2026-02-22 20:01:03 -08:00
parent e8949f4507
commit 4cfc116d7f
12 changed files with 174 additions and 271 deletions

View File

@@ -24,6 +24,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true, features = ["derive"] }
codex-core = { workspace = true }
codex-shell-exec-bridge = { workspace = true }
codex-execpolicy = { workspace = true }
codex-protocol = { workspace = true }
codex-shell-command = { workspace = true }