feat: Premium UI overhaul, brain management, history persistence, and IME fix

This commit is contained in:
Wonseok Jung
2026-04-28 00:09:39 +09:00
parent 42ca873d45
commit 72666ea0bc
4 changed files with 554 additions and 866 deletions
+3 -1
View File
@@ -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"
}
}