Gemini CLI
Install, authenticate, and resume Google's Gemini CLI inside Daintree, including the session resume flag.
Gemini CLI
Gemini CLI is Google's CLI coding agent. It runs as a process in its own Daintree terminal panel with full PTY emulation, like every other built-in agent.
| Command | gemini |
|---|---|
| Shortcut | Cmd/Ctrl+Alt+G |
| Color | Blue (#4285F4) |
| Platforms | macOS, Windows, Linux |
Install & Authenticate
Install from npm: npm install -g @google/gemini-cli. Run gemini and follow the prompts to authenticate with a Google account. For platform-specific notes, see the Gemini CLI repository.
Resuming Sessions
Daintree captures Gemini's session ID on shutdown and resumes with gemini --resume <session-id>. Quit a session cleanly with /quit so the ID is captured. For the resume mechanics across all agents, see Session Resume.
Tip
If
gemini isn't detected after install, confirm it's on your PATH (which gemini on macOS/Linux, where gemini on Windows), then restart Daintree. See Agent Availability for the five detection states, and Presets for launch configurations.