feat: enhance LM Studio stability and session management v2.2.27

This commit is contained in:
한예성
2026-04-25 00:37:47 +09:00
parent 0e20dff154
commit 78a50bd1f9
8 changed files with 918 additions and 777 deletions
+11 -3
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.15",
"version": "2.2.27",
"publisher": "connectailab",
"license": "MIT",
"icon": "assets/icon.png",
@@ -124,6 +124,16 @@
"type": "boolean",
"default": false,
"description": "Automatically commit and push Second Brain changes after updates."
},
"g1nation.maxContextSize": {
"type": "number",
"default": 32000,
"description": "Maximum character count for active file context. Default: 32000"
},
"g1nation.maxAutoSteps": {
"type": "number",
"default": 50,
"description": "Maximum autonomous steps the agent can take per request. Default: 50"
}
}
}
@@ -142,7 +152,5 @@
"typescript": "^5.1.3"
},
"dependencies": {
"axios": "^1.15.0",
"jsdom": "^29.0.2"
}
}