diff --git a/PATCHNOTES.md b/PATCHNOTES.md index e34c441..fe0a709 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,11 @@ +# Patch Notes - v2.36.6 (2026-05-02) + +## 🛡️ Reliability Upgrade: Project Claim Output Brake +- **Output Brake Mechanism:** Introduced a strict filtering layer that prevents the agent from making unverified project claims. +- **Evidentiary Reasoning:** Refined the core logic to enforce a "No Evidence, No Claim" policy for higher architectural integrity. + +--- + # Patch Notes - v2.36.5 (2026-05-02) ## 🛡️ Project Governance: Guard Policy Enforcement diff --git a/package.json b/package.json index aab6558..fef28e3 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.5", + "version": "2.36.6", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png",