Google Gemini CLI provider for React Grab.
Google Gemini CLI provider for React Grab.
``bash`
npm install @react-grab/gemini
The server runs on port 8567 and interfaces with the Gemini CLI. Add to your package.json:
`json`
{
"scripts": {
"dev": "npx @react-grab/gemini@latest && next dev"
}
}
> Note: You must have Gemini CLI installed (npm i -g @anthropic-ai/gemini-cli).
Add the client script to your HTML:
`html`
Or import programmatically:
`ts``
import "@react-grab/gemini/client";
- Follow-ups: Continue conversations with the same session
- Streaming: Real-time status updates during execution
- Tool calls: See tool usage as it happens