Gemini CLI has been EOLed by Google as of 6/18/26

This commit is contained in:
Jesse Vincent
2026-06-24 11:17:13 -07:00
parent e24f65cf01
commit b18647194e
6 changed files with 4 additions and 45 deletions

View File

@@ -74,13 +74,6 @@ On Windows, the script auto-detects and switches to foreground mode (which block
scripts/start-server.sh --project-dir /path/to/project --open
```
**Gemini CLI:**
```bash
# Use --foreground and set is_background: true on your shell tool call
# so the process survives across turns
scripts/start-server.sh --project-dir /path/to/project --open --foreground
```
**Copilot CLI:**
```bash
# Use --foreground and start the server via the bash tool with mode: "async"