11[package ]
22name = " vtcode-core"
3- version = " 0.58.5 "
3+ version = " 0.58.6 "
44edition = " 2024"
55authors = [" vinhnx <vinhnx@users.noreply.github.com>" ]
66description = " Core library for VT Code - a Rust-based terminal coding agent"
@@ -117,7 +117,7 @@ tui-prompts = "0.5"
117117perg = " 0.8.0"
118118nucleo-matcher = " 0.3"
119119line-clipping = " 0.3"
120- vtcode-file-search = { version = " 0.58.5 " , path = " ../vtcode-file-search" }
120+ vtcode-file-search = { version = " 0.58.6 " , path = " ../vtcode-file-search" }
121121pulldown-cmark = { version = " 0.13" , default-features = false , features = [
122122 " simd" ,
123123] }
@@ -128,11 +128,11 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
128128vt100 = " 0.15.2"
129129portable-pty = " 0.9.0"
130130ansi-to-tui = " 8.0.0"
131- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.58.5 " }
132- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.58.5 " }
133- vtcode-config = { path = " ../vtcode-config" , version = " 0.58.5 " }
134- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.58.5 " }
135- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.58.5 " }
131+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.58.6 " }
132+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.58.6 " }
133+ vtcode-config = { path = " ../vtcode-config" , version = " 0.58.6 " }
134+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.58.6 " }
135+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.58.6 " }
136136
137137# Schema generation
138138schemars = { workspace = true , optional = true }
@@ -166,7 +166,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"], optional = true }
166166tokio-stream = { version = " 0.1" , optional = true }
167167
168168[build-dependencies ]
169- vtcode-config = { path = " ../vtcode-config" , version = " 0.58.5 " }
169+ vtcode-config = { path = " ../vtcode-config" , version = " 0.58.6 " }
170170
171171[target .'cfg(unix)' .dependencies ]
172172
0 commit comments