feat: Add custom local brain path support with full 2-way sync
This commit is contained in:
@@ -120,6 +120,11 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "🧠 Second Brain — 지식 저장소 GitHub URL (예: https://github.com/user/my-knowledge). 여기에 입력한 깃허브의 마크다운(.md) 파일들이 AI의 지식 기반이 됩니다."
|
||||
},
|
||||
"connectAiLab.localBrainPath": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "📁 로컬 동기화 폴더 경로 — (선택) 숨김 폴더 대신, 내 PC의 특정 폴더(예: /Users/jay/Desktop/MyBrain)를 지정하면 해당 폴더가 깃허브와 완벽히 양방향 동기화(Auto Pull & Push) 됩니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user