@@ -109,7 +109,7 @@ better-panic = "0.3"
109109perg = " 0.8.0"
110110nucleo-matcher = " 0.3"
111111line-clipping = " 0.3"
112- vtcode-file-search = { version = " 0.86.5 " , path = " ../vtcode-file-search" }
112+ vtcode-file-search = { version = " 0.86.6 " , path = " ../vtcode-file-search" }
113113tui-shimmer = " 0.1.3"
114114pulldown-cmark = { version = " 0.13" , default-features = false , features = [
115115 " simd" ,
@@ -121,14 +121,14 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
121121vt100 = " 0.15.2"
122122portable-pty = " 0.9.0"
123123ansi-to-tui = " 8.0.1"
124- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.86.5 " }
125- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.86.5 " }
126- vtcode-config = { path = " ../vtcode-config" , version = " 0.86.5 " }
127- vtcode-tui = { path = " ../vtcode-tui" , version = " 0.86.5 " }
128- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.86.5 " }
129- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.86.5 " }
130- vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.86.5 " }
131- vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.86.5 " }
124+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.86.6 " }
125+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.86.6 " }
126+ vtcode-config = { path = " ../vtcode-config" , version = " 0.86.6 " }
127+ vtcode-tui = { path = " ../vtcode-tui" , version = " 0.86.6 " }
128+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.86.6 " }
129+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.86.6 " }
130+ vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.86.6 " }
131+ vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.86.6 " }
132132
133133# Schema generation
134134schemars = { workspace = true , optional = true }
@@ -168,7 +168,7 @@ tokio-tungstenite = { version = "0.28", default-features = false, features = [
168168] }
169169
170170[build-dependencies ]
171- vtcode-config = { path = " ../vtcode-config" , version = " 0.86.5 " }
171+ vtcode-config = { path = " ../vtcode-config" , version = " 0.86.6 " }
172172
173173[target .'cfg(target_os = "linux")' .dependencies ]
174174libc = { workspace = true }
0 commit comments