Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions vtcode/agent.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vtcode",
"name": "VT Code",
"version": "0.96.14",
"version": "0.107.0",
"description": "An open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.",
"repository": "https://github.com/vinhnx/VTCode",
"website": "https://github.com/vinhnx/VTCode/blob/main/docs/guides/zed-acp.md",
Expand All @@ -10,7 +10,7 @@
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-aarch64-apple-darwin.tar.gz",
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.107.0/vtcode-0.107.0-aarch64-apple-darwin.tar.gz",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
Expand All @@ -19,7 +19,7 @@
}
},
"darwin-x86_64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-x86_64-apple-darwin.tar.gz",
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.107.0/vtcode-0.107.0-x86_64-apple-darwin.tar.gz",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
Expand All @@ -28,7 +28,7 @@
}
},
"linux-x86_64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-x86_64-unknown-linux-gnu.tar.gz",
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.107.0/vtcode-0.107.0-x86_64-unknown-linux-gnu.tar.gz",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
Expand All @@ -37,7 +37,7 @@
}
},
"windows-x86_64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-x86_64-pc-windows-msvc.zip",
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.107.0/vtcode-0.107.0-x86_64-pc-windows-msvc.zip",
"cmd": "vtcode.exe",
"args": ["acp"],
"env": {
Expand All @@ -47,4 +47,4 @@
}
}
}
}
}