feat: gemini-3-flash-preview + 역할별 thinkingBudget

- 모델: gemini-3-flash-preview (2.0 Flash → 3 Flash 업그레이드)
- 역할별 thinkingBudget 동적 조절:
  unified/summarizer = 512  (가벼운 분류/요약)
  planner            = 4096 (계획/검수)
  coder/reviewer     = 8192 (구현/비평)
- ~/.gemini/settings.json에 호출 직전 반영
- Docker에서도 settings.json 마운트로 동작
This commit is contained in:
2026-03-07 00:48:30 +09:00
parent fcd3ebfd41
commit 01bf8aa258
2 changed files with 64 additions and 7 deletions

View File

@@ -15,5 +15,22 @@
"project_id": 0
},
"docs_path": "docs/wiki"
},
"1479489442249969796": {
"name": "test_2",
"path": "c:\\Users\\Certes\\Desktop\\VW_Proj\\test_2",
"channel_id": 1479489442249969796,
"git": {
"url": "",
"token": "",
"repo": "",
"branch": "main"
},
"vikunja": {
"url": "",
"token": "",
"project_id": 0
},
"docs_path": "docs/wiki"
}
}