Update Astra: v2.80.19 - Refactoring Sidebar, LM Studio integration, and new tests

This commit is contained in:
g1nation
2026-05-08 23:14:47 +09:00
parent d083177d95
commit 5ffb472d22
28 changed files with 3125 additions and 1797 deletions
+13 -3
View File
@@ -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"
}
}