Skip to content
Open
Show file tree
Hide file tree
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
50 changes: 50 additions & 0 deletions vtcode/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"id": "vtcode",
"name": "VT Code",
"version": "0.96.14",
"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",
"authors": ["vinhnx"],
"license": "MIT",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-aarch64-apple-darwin.tar.gz",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
"VT_ACP_ENABLED": "1",
"VT_ACP_ZED_ENABLED": "1"
}
},
"darwin-x86_64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-x86_64-apple-darwin.tar.gz",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
"VT_ACP_ENABLED": "1",
"VT_ACP_ZED_ENABLED": "1"
}
},
"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",
"cmd": "./vtcode",
"args": ["acp"],
"env": {
"VT_ACP_ENABLED": "1",
"VT_ACP_ZED_ENABLED": "1"
}
},
"windows-x86_64": {
"archive": "https://github.com/vinhnx/VTCode/releases/download/0.96.14/vtcode-0.96.14-x86_64-pc-windows-msvc.zip",
"cmd": "vtcode.exe",
"args": ["acp"],
"env": {
"VT_ACP_ENABLED": "1",
"VT_ACP_ZED_ENABLED": "1"
}
}
}
}
}
4 changes: 4 additions & 0 deletions vtcode/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.