Fix: Repository URL in README and package.json

This commit is contained in:
g1nation
2026-05-02 17:01:02 +09:00
parent 04e81c3abf
commit 70a86a3228
8 changed files with 63 additions and 15 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
"name": "g1nation",
"displayName": "G1nation",
"description": "High-performance autonomous local AI coding agent for VS Code. Features vectorized inference, asynchronous task management, and 100% offline processing.",
"version": "2.36.1",
"version": "2.36.2",
"publisher": "connectailab",
"license": "MIT",
"icon": "assets/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/wonseokjung/connect-ai"
"url": "https://github.com/g1nations/locallm"
},
"engines": {
"vscode": "^1.80.0"