Updated readme

This commit is contained in:
Fahad
2025-06-11 20:37:01 +04:00
parent 6b5ab1f77e
commit a0ce882934

View File

@@ -10,7 +10,9 @@
The ultimate development partner for Claude - a Model Context Protocol server that gives Claude access to Google's Gemini models (2.5 Pro for extended thinking, 2.0 Flash for speed) for code analysis, problem-solving, and collaborative development. **Automatically reads files and directories, passing their contents to Gemini for analysis within its 1M token context.**
**Features true AI orchestration with conversations that continue across tasks** - Give Claude a complex task and ask it to collaborate with Gemini. Claude will talk to Gemini, work on implementation, then automatically resume the conversation with Gemini while maintaining the full thread. Claude can switch between different Gemini tools (analyze → codereview → debug) and the conversation context carries forward seamlessly.
**Features true AI orchestration with conversations that continue across tasks** - Give Claude a complex task and ask it to collaborate with Gemini. Claude will talk to Gemini, work on implementation, then automatically resume the conversation with Gemini while maintaining the full thread.
Claude can switch between different Gemini tools (analyze → codereview → debug) and the conversation context carries forward seamlessly.
For example, in the video above, Claude was asked to debate SwiftUI vs UIKit with Gemini, resulting in a back-and-forth discussion rather than a simple one-shot query and response.
**Think of it as Claude Code _for_ Claude Code.**