Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -1,7 +1,7 @@
 # Auto-generated workspace root. Prefer editing per-crate Cargo.toml files.
 
 [patch.crates-io]
-async-openai = { git = "https://github.com/our-forks/async-openai.git", rev = "95b52ebdedf42143083cf3d6f0e0be7c84e9c808" }
+async-openai = { path = "vendor/async-openai/async-openai" }
 
 [workspace]
 resolver = "2"
@@ -179,7 +179,7 @@
 nix = { version = "0.30", features = ["poll", "process", "signal", "sched", "term", "mount", "fs", "ioctl", "mman", "reboot", "user"] }
 notify = "8"
 notify-debouncer-mini = "0.6"
-nucleo = { git = "https://github.com/helix-editor/nucleo.git", rev = "5b74652" }
+nucleo = { path = "vendor/nucleo" }
 num_cpus = "1"
 oauth2 = "5"
 obfstr = "0.4"
