From a0ce8829345422f3685cbf8e77746100b15dcc41 Mon Sep 17 00:00:00 2001 From: Fahad Date: Wed, 11 Jun 2025 20:37:01 +0400 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbaab2..cb878ad 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. 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.**