chore: release v2.2.46 with critical bug fixes for AI communication and brain management
This commit is contained in:
+36
-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.29",
|
||||
"version": "2.2.46",
|
||||
"publisher": "connectailab",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -115,6 +115,41 @@
|
||||
"default": "",
|
||||
"description": "Folder path for your local Second Brain knowledge base. Leave empty to use the default folder."
|
||||
},
|
||||
"g1nation.brainProfiles": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "Stable brain profile id."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Display name shown in the G1nation brain selector."
|
||||
},
|
||||
"localBrainPath": {
|
||||
"type": "string",
|
||||
"description": "Local folder path used as this brain's markdown knowledge base."
|
||||
},
|
||||
"secondBrainRepo": {
|
||||
"type": "string",
|
||||
"description": "Optional Git repository URL for this brain."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Short note shown under the active brain status."
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Multiple brain profiles. Each item supports id, name, localBrainPath, secondBrainRepo, and description."
|
||||
},
|
||||
"g1nation.activeBrainId": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Active brain profile id used for the current chat context."
|
||||
},
|
||||
"g1nation.secondBrainRepo": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
|
||||
Reference in New Issue
Block a user