From c33fd533d02bedf233584f7f8b93ec5976dc69ca Mon Sep 17 00:00:00 2001 From: Vinh Nguyen <1097578+vinhnx@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:49:31 +0700 Subject: [PATCH 1/3] Update VT Code version to 0.105.1 --- vtcode/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vtcode/agent.json b/vtcode/agent.json index 7c5da244..f412df13 100644 --- a/vtcode/agent.json +++ b/vtcode/agent.json @@ -1,7 +1,7 @@ { "id": "vtcode", "name": "VT Code", - "version": "0.96.14", + "version": "0.105.1", "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", @@ -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.105.1/vtcode-0.105.1-aarch64-apple-darwin.tar.gz", "cmd": "./vtcode", "args": ["acp"], "env": { @@ -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.105.1/vtcode-0.105.1-x86_64-apple-darwin.tar.gz", "cmd": "./vtcode", "args": ["acp"], "env": { @@ -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.105.1/vtcode-0.105.1-x86_64-unknown-linux-gnu.tar.gz", "cmd": "./vtcode", "args": ["acp"], "env": { @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} From 21ca41ac96cbfb5c0bc6205094af6abd54ee2a15 Mon Sep 17 00:00:00 2001 From: Vinh Nguyen Date: Fri, 22 May 2026 12:28:17 +0700 Subject: [PATCH 2/3] fix(vtcode): refresh ACP registry for 0.107.0 Update VT Code asset URLs to the latest release and point the Windows entry at the new build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- vtcode/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vtcode/agent.json b/vtcode/agent.json index f412df13..c3f33f2b 100644 --- a/vtcode/agent.json +++ b/vtcode/agent.json @@ -1,7 +1,7 @@ { "id": "vtcode", "name": "VT Code", - "version": "0.105.1", + "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", @@ -10,7 +10,7 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/vinhnx/VTCode/releases/download/0.105.1/vtcode-0.105.1-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": { @@ -19,7 +19,7 @@ } }, "darwin-x86_64": { - "archive": "https://github.com/vinhnx/VTCode/releases/download/0.105.1/vtcode-0.105.1-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": { @@ -28,7 +28,7 @@ } }, "linux-x86_64": { - "archive": "https://github.com/vinhnx/VTCode/releases/download/0.105.1/vtcode-0.105.1-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": { @@ -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": { From 01cbd45539a61856a4d529f137e63675711d4ac5 Mon Sep 17 00:00:00 2001 From: Vinh Nguyen Date: Fri, 22 May 2026 13:47:08 +0700 Subject: [PATCH 3/3] chore(registry): retrigger vtcode validation