This commit is contained in:
2026-05-06 11:46:38 +09:00
parent f20388e2d5
commit 00f62bdc34
12 changed files with 353 additions and 50 deletions
+3 -2
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.78.0",
"version": "2.79.0",
"publisher": "g1nation",
"license": "MIT",
"icon": "assets/icon.png",
@@ -226,6 +226,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"marked": "^18.0.2"
"marked": "^18.0.2",
"pdf-parse": "^2.4.5"
}
}