Update ConnectAI codebase
This commit is contained in:
@@ -146,6 +146,10 @@
|
||||
{
|
||||
"command": "g1nation.calendar.connectOAuth",
|
||||
"title": "Astra: Google Calendar OAuth 연결 (쓰기) 🔐"
|
||||
},
|
||||
{
|
||||
"command": "g1nation.devilAgent.toggle",
|
||||
"title": "Astra: Toggle Devil Agent 🎭"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
@@ -557,6 +561,11 @@
|
||||
"type": "string",
|
||||
"default": "gemini-2.0-flash-exp",
|
||||
"description": "Gemini 의 기본 모델. 예: 'gemini-2.0-flash-exp', 'gemini-1.5-pro', 'gemini-1.5-flash'."
|
||||
},
|
||||
"g1nation.devilAgent.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "**Devil's Advocate (도현) 활성화** — 매 답변 직후 별도 LLM 호출로 *비판적 sparring partner* 가 한 문단 반박. 사용자의 사고를 *수동적 수용 → 능동적 방어* 로 전환시키는 게 목표. Local LLM 동일 모델 재사용, ~10-15% 추가 비용."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user