From 457d9cf345a32fb9e382957fa2337510ddc9e839 Mon Sep 17 00:00:00 2001 From: g1nation Date: Sat, 2 May 2026 18:38:29 +0900 Subject: [PATCH] Release: v2.36.8 - Review Preflight & System Testing --- PATCHNOTES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/PATCHNOTES.md b/PATCHNOTES.md index acdbd8e..21bdc9f 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,11 @@ +# Patch Notes - v2.36.8 (2026-05-02) + +## 🔍 Intelligence & Stability: Review Preflight +- **Code Review Preflight:** Implemented a local path validation layer that verifies workspace integrity before initiating deep autonomous code analysis. +- **System Prompt Testing:** Added a suite of automated tests for system prompts to ensure consistent agent behavior across diverse reasoning tasks. + +--- + # Patch Notes - v2.36.7 (2026-05-02) ## 🎨 UX & Search Refinement diff --git a/package.json b/package.json index 36a60d7..c3946af 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.7", + "version": "2.36.8", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png",