release: v2.80.41 - distribution & build stabilization

This commit is contained in:
2026-05-13 18:40:31 +09:00
parent 7e99283f17
commit 62a9a9ce80
2 changed files with 16 additions and 33 deletions
+7
View File
@@ -1,5 +1,12 @@
# Astra Patch Notes
## v2.80.41 (2026-05-13)
### 🚀 Distribution & Build Stabilization
- **신규 패키징:** `astra-2.80.41.vsix` 패키지를 생성하여 최신 기능과 아키텍처 개선 사항을 통합 배포합니다.
- **버전 정규화:** 시스템 전반의 버전을 `v2.80.41`로 동기화하여 배포 정합성을 확보했습니다.
---
## v2.80.40 (2026-05-13)
### 🏛️ Strategic Architecture & Core Optimization
- **아키텍처 결정 기록(ADR) 도입:** `ADR-0008`을 통해 프로젝트의 부족한 점 분석과 향후 개선 방향에 대한 전략적 의사결정을 문서화했습니다.
+9 -33
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.40",
"version": "2.80.41",
"publisher": "g1nation",
"license": "MIT",
"icon": "assets/icon.png",
@@ -31,7 +31,9 @@
"astra",
"copilot"
],
"activationEvents": [],
"activationEvents": [
"onStartupFinished"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
@@ -84,6 +86,11 @@
"command": "g1nation.skills.editKnowledgeMap",
"title": "Astra: Edit Agent ↔ Knowledge Map"
},
{
"command": "g1nation.openChat",
"title": "Astra: Open Chat (Editor Column)",
"icon": "$(comment-discussion)"
},
{
"command": "g1nation.lesson.create",
"title": "Astra: New Lesson (Experience Memory)"
@@ -113,37 +120,6 @@
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "g1nation-sidebar",
"title": "Astra",
"icon": "$(hubot)"
}
]
},
"views": {
"g1nation-sidebar": [
{
"type": "webview",
"id": "g1nation-v2-view",
"name": "Chat",
"icon": "assets/icon.png"
},
{
"type": "webview",
"id": "g1nation-approval-panel",
"name": "Pending Approvals",
"icon": "$(check)"
},
{
"type": "webview",
"id": "g1nation-settings-panel",
"name": "Settings",
"icon": "$(gear)"
}
]
},
"configuration": {
"title": "Astra",
"properties": {