From 0515dd625de620be3cb6525a8f3a683352baa396 Mon Sep 17 00:00:00 2001 From: g1nation Date: Sun, 3 May 2026 21:11:33 +0900 Subject: [PATCH] release: v2.59.0 --- PATCHNOTES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/PATCHNOTES.md b/PATCHNOTES.md index b2ca506..dd543eb 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,12 @@ +# Patch Notes - v2.59.0 (2026-05-03) + +## 🎨 UI/UX Polish & Stability +- **Visual Consistency:** Refined the sidebar layout to ensure 100% alignment with the latest design guidelines. +- **Error Handling:** Improved the clarity of diagnostic messages during agent execution failures. +- **Workflow Persistence:** Fixed a minor edge case where the multi-agent execution state was not correctly reset after cancellation. + +--- + # Patch Notes - v2.58.0 (2026-05-03) ## 🛠️ Performance & Core Refinement diff --git a/package.json b/package.json index 6f6a8eb..294a38f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "astra", "displayName": "Astra", "description": "A local Jarvis-style project operating assistant for VS Code. Connects memory, project context, tools, and a single thinking-partner voice.", - "version": "2.58.0", + "version": "2.59.0", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png",