Update from Assistant

This commit is contained in:
2026-05-19 17:40:21 +09:00
parent 0834608f7e
commit 2e2ad36ea9
10 changed files with 395 additions and 14 deletions
+6 -1
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.2.27",
"version": "2.2.30",
"publisher": "g1nation",
"license": "MIT",
"icon": "assets/icon.png",
@@ -199,6 +199,11 @@
"default": false,
"description": "Enable Multi-Agent Workflow (Planner -> Researcher -> Writer) for complex tasks."
},
"g1nation.datacollectBridgeUrl": {
"type": "string",
"default": "http://127.0.0.1:3002",
"description": "Wiki/Datacollect MCP Bridge URL. /research, /benchmark, /youtube chat slash commands route here. The Bridge must be running (`npm run bridge` in the Datacollect project)."
},
"g1nation.memoryEnabled": {
"type": "boolean",
"default": true,