feat: Premium UI overhaul, brain management, history persistence, and IME fix
This commit is contained in:
+3
-1
@@ -2,7 +2,7 @@
|
||||
"name": "g1nation",
|
||||
"displayName": "G1nation",
|
||||
"description": "100% local AI coding agent for VS Code. Create files, edit code, run commands, and work offline with Ollama or LM Studio.",
|
||||
"version": "2.2.46",
|
||||
"version": "2.2.57",
|
||||
"publisher": "connectailab",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -180,6 +180,7 @@
|
||||
"pretest": "npm run compile"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/marked": "^5.0.2",
|
||||
"@types/node": "18.x",
|
||||
"@types/vscode": "^1.80.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
@@ -187,5 +188,6 @@
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"marked": "^18.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user