11[package ]
22name = " vtcode-core"
3- version = " 0.86.3 "
3+ version = " 0.86.4 "
44edition = " 2024"
55rust-version = " 1.88"
66authors = [" Vinh Nguyen <vinhnguyen2308@gmail.com>" ]
@@ -115,7 +115,7 @@ better-panic = "0.3"
115115perg = " 0.8.0"
116116nucleo-matcher = " 0.3"
117117line-clipping = " 0.3"
118- vtcode-file-search = { version = " 0.86.3 " , path = " ../vtcode-file-search" }
118+ vtcode-file-search = { version = " 0.86.4 " , path = " ../vtcode-file-search" }
119119tui-shimmer = " 0.1.3"
120120pulldown-cmark = { version = " 0.13" , default-features = false , features = [
121121 " simd" ,
@@ -127,14 +127,14 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
127127vt100 = " 0.15.2"
128128portable-pty = " 0.9.0"
129129ansi-to-tui = " 8.0.1"
130- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.86.3 " }
131- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.86.3 " }
132- vtcode-config = { path = " ../vtcode-config" , version = " 0.86.3 " }
133- vtcode-tui = { path = " ../vtcode-tui" , version = " 0.86.3 " }
134- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.86.3 " }
135- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.86.3 " }
136- vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.86.3 " }
137- vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.86.3 " }
130+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.86.4 " }
131+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.86.4 " }
132+ vtcode-config = { path = " ../vtcode-config" , version = " 0.86.4 " }
133+ vtcode-tui = { path = " ../vtcode-tui" , version = " 0.86.4 " }
134+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.86.4 " }
135+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.86.4 " }
136+ vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.86.4 " }
137+ vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.86.4 " }
138138
139139# Schema generation
140140schemars = { workspace = true , optional = true }
@@ -174,7 +174,7 @@ tokio-tungstenite = { version = "0.28", default-features = false, features = [
174174] }
175175
176176[build-dependencies ]
177- vtcode-config = { path = " ../vtcode-config" , version = " 0.86.3 " }
177+ vtcode-config = { path = " ../vtcode-config" , version = " 0.86.4 " }
178178
179179[target .'cfg(target_os = "linux")' .dependencies ]
180180libc = " 0.2"
0 commit comments