feat(gemini): enable Google Search and set gemini-3.1-pro-preview as default model#150
Conversation
Разбор соответствия параметров (Codex ➡️ Gemini):
2. Настройка личности (
|
|
МОдель должна быть: gemini-3.1-pro-preview |
|
Значит надо попробовать ещё сделать алиас, который будет аавтоматически врубать yolo: Способ Б: Белый список команд (
|
|
Для авторизации gemini можно юзать: NO_BROWSER=true gemini |
|
Используй просто вот этот конфиг: |
🚨 Solution Draft FailedThe automated solution draft encountered an error: 🤖 Models used:
Click to expand failure log (12KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
fix: support direct container IP for SSH access when running inside D…
This PR configures Gemini CLI to automatically use Google Search and default to
gemini-3.1-pro-previewwhen setting up authentication.Changes:
model: "gemini-3.1-pro-preview"andweb_search: trueto the generatedsettings.jsonfor both OAuth and API key authentication methods.authGeminiStatusandauthGeminiLogoutinto their own files to keep the main auth file compliant with ESLintmax-lineslimit.