diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 0b670ad..31e3e5e 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,12 @@ +# Patch Notes - v2.27.0 (2026-04-30) + +## πŸ’Ž IDE Integrity & Cleanup +- **Warning Fix:** IDEμ—μ„œ 보고된 쀑볡 ν™œμ„±ν™” 이벀트(Redundant Activation Events)λ₯Ό μ œκ±°ν•˜μ—¬ μ΅œμ ν™”ν–ˆμŠ΅λ‹ˆλ‹€. +- **Visual Update:** μ‚¬μ΄λ“œλ°” 뷰에 λˆ„λ½λœ μ•„μ΄μ½˜μ„ μΆ”κ°€ν•˜μ—¬ μ‹œκ°μ  완성도와 규격 μ€€μˆ˜λ₯Ό κ°•ν™”ν–ˆμŠ΅λ‹ˆλ‹€. +- **Build Readiness:** λͺ¨λ“  쒅속 ν”„λ‘œμ νŠΈμ˜ Lint κ²½κ³ λ₯Ό ν•΄κ²°ν•œ κΉ¨λ—ν•œ μƒνƒœμ˜ 정식 λΉŒλ“œμž…λ‹ˆλ‹€. + +--- + # Patch Notes - v2.26.0 (2026-04-30) ## ⚑ Production Readiness & Speed diff --git a/package.json b/package.json index 968de04..c184626 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "g1nation", "displayName": "G1nation", "description": "100% local AI coding agent for VS Code. Create files, edit code, run commands, and work offline with Ollama or LM Studio.", - "version": "2.26.0", + "version": "2.27.0", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png",