feat: enhance LM Studio stability and session management v2.2.27
This commit is contained in:
+11
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user