@@ -117,7 +117,7 @@ better-panic = "0.3"
117117perg = " 0.8.0"
118118nucleo-matcher = " 0.3"
119119line-clipping = " 0.3"
120- vtcode-file-search = { version = " 0.91.1 " , path = " ../vtcode-file-search" }
120+ vtcode-file-search = { version = " 0.92.0 " , path = " ../vtcode-file-search" }
121121tui-shimmer = " 0.1.3"
122122pulldown-cmark = { version = " 0.13" , default-features = false , features = [
123123 " simd" ,
@@ -129,15 +129,15 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
129129vt100 = " 0.15.2"
130130portable-pty = " 0.9.0"
131131ansi-to-tui = " 8.0.1"
132- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.91.1 " }
133- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.91.1 " }
134- vtcode-auth = { path = " ../vtcode-auth" , version = " 0.91.1 " }
135- vtcode-config = { path = " ../vtcode-config" , version = " 0.91.1 " }
136- vtcode-tui = { path = " ../vtcode-tui" , version = " 0.91.1 " }
137- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.91.1 " }
138- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.91.1 " }
139- vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.91.1 " }
140- vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.91.1 " }
132+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.92.0 " }
133+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.92.0 " }
134+ vtcode-auth = { path = " ../vtcode-auth" , version = " 0.92.0 " }
135+ vtcode-config = { path = " ../vtcode-config" , version = " 0.92.0 " }
136+ vtcode-tui = { path = " ../vtcode-tui" , version = " 0.92.0 " }
137+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.92.0 " }
138+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.92.0 " }
139+ vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.92.0 " }
140+ vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.92.0 " }
141141
142142# Schema generation
143143schemars = { workspace = true , optional = true }
@@ -179,7 +179,7 @@ tokio-tungstenite = { version = "0.28", default-features = false, features = [
179179smallvec = " 1.15.1"
180180
181181[build-dependencies ]
182- vtcode-config = { path = " ../vtcode-config" , version = " 0.91.1 " }
182+ vtcode-config = { path = " ../vtcode-config" , version = " 0.92.0 " }
183183
184184[target .'cfg(target_os = "linux")' .dependencies ]
185185libc = { workspace = true }
0 commit comments