feat: Second Brain Github Sync (v1.0.13)

This commit is contained in:
Jay
2026-04-13 12:36:59 +09:00
parent 23122feaca
commit 4b8d272e83
2 changed files with 78 additions and 5 deletions
+6 -1
View File
@@ -2,7 +2,7 @@
"name": "connect-ai-lab",
"displayName": "Connect AI",
"description": "100% 로컬 AI 코딩 에이전트 — 파일 생성, 코드 편집, 터미널 실행을 오프라인으로. Ollama + Gemma/Llama/DeepSeek 지원.",
"version": "1.0.12",
"version": "1.0.13",
"publisher": "connectailab",
"license": "MIT",
"icon": "assets/icon.png",
@@ -107,6 +107,11 @@
"type": "number",
"default": 300,
"description": "AI 응답 대기 시간 (초, 기본값: 300초)"
},
"connectAiLab.secondBrainRepo": {
"type": "string",
"default": "",
"description": "🧠 Second Brain — 지식 저장소 GitHub URL (예: https://github.com/user/my-knowledge). 여기에 입력한 깃허브의 마크다운(.md) 파일들이 AI의 지식 기반이 됩니다."
}
}
}