diff --git a/PATCHNOTES.md b/PATCHNOTES.md index fe0a709..acdbd8e 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,11 @@ +# Patch Notes - v2.36.7 (2026-05-02) + +## 🎨 UX & Search Refinement +- **Answer Format Tuning:** Optimized response formatting to improve readability and visual clarity of synthesized information. +- **Query Intent Search:** Enhanced the intent-based search logic to provide more contextually relevant results from the knowledge base. + +--- + # Patch Notes - v2.36.6 (2026-05-02) ## 🛡️ Reliability Upgrade: Project Claim Output Brake diff --git a/package.json b/package.json index fef28e3..36a60d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "g1nation", "displayName": "G1nation", "description": "High-performance autonomous local AI coding agent for VS Code. Features vectorized inference, asynchronous task management, and 100% offline processing.", - "version": "2.36.6", + "version": "2.36.7", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png",