diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 520654e..1c6e1a0 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -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`을 톡해 ν”„λ‘œμ νŠΈμ˜ λΆ€μ‘±ν•œ 점 뢄석과 ν–₯ν›„ κ°œμ„  λ°©ν–₯에 λŒ€ν•œ μ „λž΅μ  μ˜μ‚¬κ²°μ •μ„ λ¬Έμ„œν™”ν–ˆμŠ΅λ‹ˆλ‹€. diff --git a/package.json b/package.json index f55fa90..4518542 100644 --- a/package.json +++ b/package.json @@ -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": {