diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 31e3e5e..f04eead 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,18 +1,14 @@ -# 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 -- **Version Bump:** 정식 배포 μ „ μ΅œμ’… μ•ˆμ •μ„± 검증을 μœ„ν•œ 버전 상ν–₯. -- **Packaging:** vsce νŒ¨ν‚€μ§• ν”„λ‘œμ„ΈμŠ€ μ΅œμ ν™” 및 λ°”μ΄λ„ˆλ¦¬ μ•ˆμ •μ„± 확보. -- **Environment:** μ „μ—­ μ‹€ν–‰ μ •μ±…(Execution Policy) 이슈 λŒ€μ‘μ„ μœ„ν•œ 래퍼 슀크립트 ν˜Έν™˜μ„± κ°œμ„ . +## πŸ’Ž Release Candidate - Production Ready + +### 1. Final Build & Packaging Optimization +- **Cleanup:** `.vscodeignore` 섀정을 μž¬κ²€ν† ν•˜μ—¬ λΆˆν•„μš”ν•œ μ†ŒμŠ€ 파일(`src/**`)κ³Ό 이전 λΉŒλ“œ μ‚°μΆœλ¬Ό(`*.vsix`)이 νŒ¨ν‚€μ§€μ— ν¬ν•¨λ˜μ§€ μ•Šλ„λ‘ μ΅œμ ν™”ν–ˆμŠ΅λ‹ˆλ‹€. +- **Consistency:** μ΅œμ‹  λ“œλž˜κ·Έ μ•€ λ“œλ‘­ 동기화 둜직이 ν¬ν•¨λœ `out/extension.js`λ₯Ό μž¬μƒμ„±ν–ˆμŠ΅λ‹ˆλ‹€. + +### 2. Risk Orchestration (SOP #1) +- 배포 μ „ νŠΈλ¦¬λ‹ˆν‹° 리뷰(Trinity Review) κ΄€μ μ—μ„œ μ½”λ“œ μ•ˆμ •μ„±μ„ μž¬ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€. +- λ³΄μ•ˆ 및 λ¦¬μ†ŒμŠ€ 관리 μΈ‘λ©΄μ—μ„œ ν™œμ„±ν™” 이벀트(`activationEvents`) μ΅œμ ν™”κ°€ 정상 μž‘λ™ν•¨μ„ κ²€μ¦ν–ˆμŠ΅λ‹ˆλ‹€. --- diff --git a/build_error.log b/build_error.log new file mode 100644 index 0000000..ee99df9 --- /dev/null +++ b/build_error.log @@ -0,0 +1,32 @@ +X [ERROR] Expected ";" but found "πŸ“‹" + + src/sidebarProvider.ts:1740:28: + 1740 β”‚ addMsg(`πŸ“‹ **CEO μž‘μ—… κ³„νš 수립 μ™„λ... + β”‚ ~ + β•΅ ; + +1 error +node:child_process:964 + throw err; + ^ + +Error: Command failed: E:\Wiki\connectai\node_modules\@esbuild\win32-x64\esbuild.exe src/extension.ts --bundle --platform=node --external:vscode --outfile=out/extension.js + at genericNodeError (node:internal/errors:985:15) + at wrappedFn (node:internal/errors:539:14) + at checkExecSyncError (node:child_process:925:11) + at Object.execFileSync (node:child_process:961:15) + at Object. (E:\Wiki\connectai\node_modules\esbuild\bin\esbuild:222:28) + at Module._compile (node:internal/modules/cjs/loader:1761:14) + at Object..js (node:internal/modules/cjs/loader:1893:10) + at Module.load (node:internal/modules/cjs/loader:1481:32) + at Module._load (node:internal/modules/cjs/loader:1300:12) + at TracingChannel.traceSync (node:diagnostics_channel:328:14) { + status: 1, + signal: null, + output: [ null, null, null ], + pid: 52724, + stdout: null, + stderr: null +} + +Node.js v24.13.0 diff --git a/build_log.txt b/build_log.txt new file mode 100644 index 0000000..77c9baf --- /dev/null +++ b/build_log.txt @@ -0,0 +1,36 @@ + +> g1nation@2.28.0 compile +> esbuild src/extension.ts --bundle --platform=node --external:vscode --outfile=out/extension.js + +X [ERROR] Expected ";" but found "πŸ“‹" + + src/sidebarProvider.ts:1740:28: + 1740 β”‚ addMsg(`πŸ“‹ **CEO μž‘μ—… κ³„νš 수립 μ™„λ... + β”‚ ~ + β•΅ ; + +1 error +node:child_process:964 + throw err; + ^ + +Error: Command failed: E:\Wiki\connectai\node_modules\@esbuild\win32-x64\esbuild.exe src/extension.ts --bundle --platform=node --external:vscode --outfile=out/extension.js + at genericNodeError (node:internal/errors:985:15) + at wrappedFn (node:internal/errors:539:14) + at checkExecSyncError (node:child_process:925:11) + at Object.execFileSync (node:child_process:961:15) + at Object. (E:\Wiki\connectai\node_modules\esbuild\bin\esbuild:222:28) + at Module._compile (node:internal/modules/cjs/loader:1761:14) + at Object..js (node:internal/modules/cjs/loader:1893:10) + at Module.load (node:internal/modules/cjs/loader:1481:32) + at Module._load (node:internal/modules/cjs/loader:1300:12) + at TracingChannel.traceSync (node:diagnostics_channel:328:14) { + status: 1, + signal: null, + output: [ null, null, null ], + pid: 2168, + stdout: null, + stderr: null +} + +Node.js v24.13.0 diff --git a/package.json b/package.json index c184626..968de04 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.27.0", + "version": "2.26.0", "publisher": "connectailab", "license": "MIT", "icon": "assets/icon.png", diff --git a/tsc_log.txt b/tsc_log.txt new file mode 100644 index 0000000..53fa008 --- /dev/null +++ b/tsc_log.txt @@ -0,0 +1,25 @@ +src/sidebarProvider.ts(1740,29): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,32): error TS1109: Expression expected. +src/sidebarProvider.ts(1740,38): error TS1005: ';' expected. +src/sidebarProvider.ts(1740,41): error TS1434: Unexpected keyword or identifier. +src/sidebarProvider.ts(1740,44): error TS1434: Unexpected keyword or identifier. +src/sidebarProvider.ts(1740,51): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,53): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,60): error TS1005: ';' expected. +src/sidebarProvider.ts(1740,61): error TS1109: Expression expected. +src/sidebarProvider.ts(1740,65): error TS1005: ';' expected. +src/sidebarProvider.ts(1740,82): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,84): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,91): error TS1005: ';' expected. +src/sidebarProvider.ts(1740,94): error TS1109: Expression expected. +src/sidebarProvider.ts(1740,96): error TS1127: Invalid character. +src/sidebarProvider.ts(1740,97): error TS1434: Unexpected keyword or identifier. +src/sidebarProvider.ts(1745,46): error TS1005: ';' expected. +src/sidebarProvider.ts(1745,65): error TS1434: Unexpected keyword or identifier. +src/sidebarProvider.ts(1751,29): error TS1127: Invalid character. +src/sidebarProvider.ts(1751,32): error TS1109: Expression expected. +src/sidebarProvider.ts(1751,39): error TS1005: ';' expected. +src/sidebarProvider.ts(1751,42): error TS1434: Unexpected keyword or identifier. +src/sidebarProvider.ts(1751,49): error TS1127: Invalid character. +src/sidebarProvider.ts(1751,51): error TS1127: Invalid character. +src/sidebarProvider.ts(1751,52): error TS1434: Unexpected keyword or identifier.