diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index f6845c27efdb..968abcdbe0b1 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -2675,7 +2675,7 @@ dependencies = [ "indexmap 2.14.0", "insta", "libc", - "llm-code-sdk 0.1.0 (git+https://github.com/riffcc/llm-code-sdk.git?rev=798143b4811dc14ebb3420eb76f62ecaa6a53118)", + "llm-code-sdk 0.1.0 (git+https://github.com/riffcc/llm-code-sdk.git?rev=3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9)", "maplit", "once_cell", "openssl-sys", @@ -8762,7 +8762,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lcs-pty" version = "0.1.0" -source = "git+https://github.com/riffcc/llm-code-sdk.git?rev=798143b4811dc14ebb3420eb76f62ecaa6a53118#798143b4811dc14ebb3420eb76f62ecaa6a53118" +source = "git+https://github.com/riffcc/llm-code-sdk.git?rev=3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9#3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9" dependencies = [ "anyhow", "filedescriptor", @@ -8988,7 +8988,7 @@ dependencies = [ [[package]] name = "llm-code-sdk" version = "0.1.0" -source = "git+https://github.com/riffcc/llm-code-sdk.git?rev=798143b4811dc14ebb3420eb76f62ecaa6a53118#798143b4811dc14ebb3420eb76f62ecaa6a53118" +source = "git+https://github.com/riffcc/llm-code-sdk.git?rev=3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9#3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/codex-rs/core/Cargo.toml b/codex-rs/core/Cargo.toml index e8f429ef696e..f0c4e0b0242a 100644 --- a/codex-rs/core/Cargo.toml +++ b/codex-rs/core/Cargo.toml @@ -75,7 +75,7 @@ codex-utils-pty = { workspace = true } codex-utils-string = { workspace = true } codex-utils-stream-parser = { workspace = true } codex-windows-sandbox = { package = "codex-windows-sandbox", path = "../windows-sandbox-rs" } -llm-code-sdk = { git = "https://github.com/riffcc/llm-code-sdk.git", rev = "798143b4811dc14ebb3420eb76f62ecaa6a53118", features = ["search", "smart"] } +llm-code-sdk = { git = "https://github.com/riffcc/llm-code-sdk.git", rev = "3c97b20c7fe2db49dc05ffe33b8a4ae72b9e5de9", features = ["search", "smart"] } csv = { workspace = true } dirs = { workspace = true } dunce = { workspace = true }