11[package ]
22name = " vtcode-core"
3- version = " 0.50.6 "
3+ version = " 0.50.7 "
44edition = " 2024"
55authors = [" vinhnx <vinhnx@users.noreply.github.com>" ]
66description = " Core library for VTCode - a Rust-based terminal coding agent"
@@ -125,11 +125,11 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
125125vt100 = " 0.15.2"
126126portable-pty = " 0.9.0"
127127ansi-to-tui = " 7.0.0"
128- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.50.6 " }
129- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.50.6 " }
130- vtcode-config = { path = " ../vtcode-config" , version = " 0.50.6 " }
131- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.50.6 " }
132- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.50.6 " }
128+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.50.7 " }
129+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.50.7 " }
130+ vtcode-config = { path = " ../vtcode-config" , version = " 0.50.7 " }
131+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.50.7 " }
132+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.50.7 " }
133133
134134# Token counting for attention budget management
135135tokenizers = { version = " 0.22" , features = [" http" ] }
@@ -155,7 +155,7 @@ editor-command = "2.0"
155155signal-hook = " 0.3"
156156
157157[build-dependencies ]
158- vtcode-config = { path = " ../vtcode-config" , version = " 0.50.6 " }
158+ vtcode-config = { path = " ../vtcode-config" , version = " 0.50.7 " }
159159
160160[target .'cfg(unix)' .dependencies ]
161161
0 commit comments