From e941a3be860f60139703527181ea6b7b3f2fd903 Mon Sep 17 00:00:00 2001 From: g1nation Date: Sat, 2 May 2026 18:22:13 +0900 Subject: [PATCH] Release: v2.36.7 - UX & Search Intent Optimization --- PATCHNOTES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",