Revert "Remove Gemini CLI support"

This reverts commit 711d895ce7.
This commit is contained in:
Ada Sen
2026-07-10 15:12:38 +00:00
committed by Jesse Vincent
parent c809093a2a
commit 096e15aa73
6 changed files with 88 additions and 4 deletions

View File

@@ -74,6 +74,13 @@ 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"