@hiraoku/react-grab-gemini
v0.0.88
Published
[Experimental Fork] Google Gemini CLI provider for React Grab
Maintainers
Readme
@hiraoku/react-grab-gemini
Note: This is an experimental fork of React Grab for testing and verification purposes. For production use, please refer to the original repository.
Google Gemini CLI provider for React Grab.
Installation
npm install @hiraoku/react-grab-geminiUsage
Server
The server runs on port 8567 and interfaces with the Gemini CLI. Add to your package.json:
{
"scripts": {
"dev": "npx @hiraoku/react-grab-gemini@latest && next dev"
}
}Note: You must have Gemini CLI installed (
npm i -g @anthropic-ai/gemini-cli).
Client
Add the client script to your HTML:
<script src="//unpkg.com/@hiraoku/react-grab-gemini/dist/client.global.js"></script>Or import programmatically:
import "@hiraoku/react-grab-gemini/client";Features
- Follow-ups: Continue conversations with the same session
- Streaming: Real-time status updates during execution
- Tool calls: See tool usage as it happens
