release: v2.80.41 - distribution & build stabilization
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Astra Patch Notes
|
# 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)
|
## v2.80.40 (2026-05-13)
|
||||||
### 🏛️ Strategic Architecture & Core Optimization
|
### 🏛️ Strategic Architecture & Core Optimization
|
||||||
- **아키텍처 결정 기록(ADR) 도입:** `ADR-0008`을 통해 프로젝트의 부족한 점 분석과 향후 개선 방향에 대한 전략적 의사결정을 문서화했습니다.
|
- **아키텍처 결정 기록(ADR) 도입:** `ADR-0008`을 통해 프로젝트의 부족한 점 분석과 향후 개선 방향에 대한 전략적 의사결정을 문서화했습니다.
|
||||||
|
|||||||
+9
-33
@@ -2,7 +2,7 @@
|
|||||||
"name": "astra",
|
"name": "astra",
|
||||||
"displayName": "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.",
|
"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",
|
"publisher": "g1nation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"icon": "assets/icon.png",
|
"icon": "assets/icon.png",
|
||||||
@@ -31,7 +31,9 @@
|
|||||||
"astra",
|
"astra",
|
||||||
"copilot"
|
"copilot"
|
||||||
],
|
],
|
||||||
"activationEvents": [],
|
"activationEvents": [
|
||||||
|
"onStartupFinished"
|
||||||
|
],
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
@@ -84,6 +86,11 @@
|
|||||||
"command": "g1nation.skills.editKnowledgeMap",
|
"command": "g1nation.skills.editKnowledgeMap",
|
||||||
"title": "Astra: Edit Agent ↔ Knowledge Map"
|
"title": "Astra: Edit Agent ↔ Knowledge Map"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "g1nation.openChat",
|
||||||
|
"title": "Astra: Open Chat (Editor Column)",
|
||||||
|
"icon": "$(comment-discussion)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "g1nation.lesson.create",
|
"command": "g1nation.lesson.create",
|
||||||
"title": "Astra: New Lesson (Experience Memory)"
|
"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": {
|
"configuration": {
|
||||||
"title": "Astra",
|
"title": "Astra",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user