altommo

Results 1 comments of altommo

Turn off the interactive shell so Gemini uses the fallback executor: Create or edit ~\.gemini\settings.json on Windows: ``` { "tools": { "shell": { "enableInteractiveShell": false } } } ``` add...