Update Astra: v2.80.19 - Refactoring Sidebar, LM Studio integration, and new tests
This commit is contained in:
+13
-3
@@ -2,7 +2,7 @@
|
||||
"name": "astra",
|
||||
"displayName": "Astra",
|
||||
"description": "The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.",
|
||||
"version": "2.80.18",
|
||||
"version": "2.80.19",
|
||||
"publisher": "g1nation",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -138,6 +138,17 @@
|
||||
"default": 300,
|
||||
"description": "Request timeout in seconds. Default: 300"
|
||||
},
|
||||
"g1nation.lmStudio.idleTimeoutMs": {
|
||||
"type": "number",
|
||||
"default": 300000,
|
||||
"minimum": 0,
|
||||
"description": "Auto-eject the loaded LM Studio model after this many milliseconds of inactivity. Set to 0 to disable. Default: 300000 (5 minutes)."
|
||||
},
|
||||
"g1nation.lmStudio.autoLoadOnSelect": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Automatically load LM Studio models into memory when selected from the Astra sidebar."
|
||||
},
|
||||
"g1nation.localBrainPath": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
@@ -216,7 +227,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/marked": "^5.0.2",
|
||||
"@types/node": "18.x",
|
||||
"@types/vscode": "^1.80.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
@@ -226,7 +236,7 @@
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"marked": "^18.0.2",
|
||||
"@lmstudio/sdk": "^1.5.0",
|
||||
"pdf-parse": "^2.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user