Bump version to v1.0.8 to fix string parsing syntax error

This commit is contained in:
Jay
2026-04-11 23:48:57 +09:00
parent 2fba787b0d
commit af073f2954
3 changed files with 15457 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "connect-ai-lab",
"displayName": "Connect AI LAB",
"description": "100% 로컬 AI 코딩 에이전트 — 파일 생성, 코드 편집, 터미널 실행을 오프라인으로. Ollama + Gemma/Llama/DeepSeek 지원.",
"version": "1.0.7",
"version": "1.0.8",
"publisher": "connectailab",
"license": "MIT",
"icon": "assets/icon.png",
+1 -1
View File
@@ -652,7 +652,7 @@ window.addEventListener('message',e=>{const msg=e.data;switch(msg.type){
case 'injectPrompt':input.value=msg.value;input.style.height='auto';input.style.height=Math.min(input.scrollHeight,150)+'px';send();break;
} });
} catch(err) {
document.body.innerHTML = '<div style="color:#ff4444;padding:20px;background:#111;height:100%;font-size:14px;overflow:auto;"><h2>⚠️ WEBVIEW JS CRASH</h2><pre>' + err.name + ': ' + err.message + '\n' + err.stack + '</pre></div>';
document.body.innerHTML = '<div style="color:#ff4444;padding:20px;background:#111;height:100%;font-size:14px;overflow:auto;"><h2>⚠️ WEBVIEW JS CRASH</h2><pre>' + err.name + ': ' + err.message + '\\n' + err.stack + '</pre></div>';
}
</script></body></html>`;
}
+15455
View File
File diff suppressed because it is too large Load Diff