From 3f299d9f84e670d37f4924bc7cf7df8d50cc6b3a Mon Sep 17 00:00:00 2001 From: Fahad Date: Wed, 11 Jun 2025 20:38:43 +0400 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb878ad..218ab0c 100644 --- a/README.md +++ b/README.md @@ -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. +**Features true AI orchestration with conversations that continue across tasks** - Give Claude a complex task and ask it to collaborate with Gemini. +Claude stays in control, performs the actual work, but gets a second perspective from 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.