11[package ]
22name = " vtcode-core"
3- version = " 0.74.15 "
3+ version = " 0.74.16 "
44edition = " 2024"
55authors = [" Vinh Nguyen <vinhnguyen2308@gmail.com>" ]
66description = " Core library for VT Code - a Rust-based terminal coding agent"
@@ -118,7 +118,7 @@ tui-popup = "0.7"
118118perg = " 0.8.0"
119119nucleo-matcher = " 0.3"
120120line-clipping = " 0.3"
121- vtcode-file-search = { version = " 0.74.15 " , path = " ../vtcode-file-search" }
121+ vtcode-file-search = { version = " 0.74.16 " , path = " ../vtcode-file-search" }
122122tui-shimmer = " 0.1.2"
123123pulldown-cmark = { version = " 0.13" , default-features = false , features = [
124124 " simd" ,
@@ -130,13 +130,13 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
130130vt100 = " 0.15.2"
131131portable-pty = " 0.9.0"
132132ansi-to-tui = " 8.0.1"
133- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.74.15 " }
134- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.74.15 " }
135- vtcode-config = { path = " ../vtcode-config" , version = " 0.74.15 " }
136- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.74.15 " }
137- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.74.15 " }
138- vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.74.15 " }
139- vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.74.15 " }
133+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.74.16 " }
134+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.74.16 " }
135+ vtcode-config = { path = " ../vtcode-config" , version = " 0.74.16 " }
136+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.74.16 " }
137+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.74.16 " }
138+ vtcode-bash-runner = { path = " ../vtcode-bash-runner" , version = " 0.74.16 " }
139+ vtcode-acp-client = { path = " ../vtcode-acp-client" , version = " 0.74.16 " }
140140
141141# Schema generation
142142schemars = { workspace = true , optional = true }
@@ -170,7 +170,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"], optional = true }
170170tokio-stream = { version = " 0.1" , optional = true }
171171
172172[build-dependencies ]
173- vtcode-config = { path = " ../vtcode-config" , version = " 0.74.15 " }
173+ vtcode-config = { path = " ../vtcode-config" , version = " 0.74.16 " }
174174
175175[target .'cfg(target_os = "linux")' .dependencies ]
176176libc = " 0.2"
0 commit comments