|
1 | 1 | [package] |
2 | 2 | name = "vtcode-core" |
3 | | -version = "0.53.0" |
| 3 | +version = "0.53.1" |
4 | 4 | edition = "2024" |
5 | 5 | authors = ["vinhnx <vinhnx@users.noreply.github.com>"] |
6 | 6 | description = "Core library for VT Code - a Rust-based terminal coding agent" |
@@ -125,11 +125,11 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat |
125 | 125 | vt100 = "0.15.2" |
126 | 126 | portable-pty = "0.9.0" |
127 | 127 | ansi-to-tui = "7.0.0" |
128 | | -vtcode-commons = { path = "../vtcode-commons", version = "0.53.0" } |
129 | | -vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.53.0" } |
130 | | -vtcode-config = { path = "../vtcode-config", version = "0.53.0" } |
131 | | -vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.53.0" } |
132 | | -vtcode-indexer = { path = "../vtcode-indexer", version = "0.53.0" } |
| 128 | +vtcode-commons = { path = "../vtcode-commons", version = "0.53.1" } |
| 129 | +vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.53.1" } |
| 130 | +vtcode-config = { path = "../vtcode-config", version = "0.53.1" } |
| 131 | +vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.53.1" } |
| 132 | +vtcode-indexer = { path = "../vtcode-indexer", version = "0.53.1" } |
133 | 133 |
|
134 | 134 | # Token counting for attention budget management |
135 | 135 | # Note: 'http' feature required for from_pretrained(), adds ~2MB to binary |
@@ -161,7 +161,7 @@ signal-hook = "0.3" |
161 | 161 | better-panic = { version = "0.3.0", features = ["syntect"] } |
162 | 162 |
|
163 | 163 | [build-dependencies] |
164 | | -vtcode-config = { path = "../vtcode-config", version = "0.53.0" } |
| 164 | +vtcode-config = { path = "../vtcode-config", version = "0.53.1" } |
165 | 165 |
|
166 | 166 | [target.'cfg(unix)'.dependencies] |
167 | 167 |
|
|
0 commit comments