🔄 Enable Claude Code to Harness 🔮 Gemini for Ultra-Large Context Workloads 🧠⚡ Let Claude tap into Gemini’s extended context window for smarter, bigger, and faster code reasoning.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
feat: update type hints for summarize_project function parameters; allow None as a valid type for focus_areas, include_patterns, and exclude_patterns
e9022e3View on GitHubfeat: update test command in Makefile; replace pytest-snapshot with syrupy in dependencies and add large project integration test
7a3886eView on GitHubfeat: add test target to Makefile; implement integration tests for summarize_project tool
0b6f2ebView on GitHubfeat: update README and documentation; add summarize_project tool for comprehensive project analysis
82d383aView on GitHubfeat: enhance project structure and add context management services; implement file collection and large context analysis
08a2d0eView on GitHubfeat: implement rate limiting and retry logic in Gemini API calls; add context chunking utilities for large codebases
d561410View on GitHubfeat: add max_output_tokens to GeminiSettings and implement gemini_text_to_text function for text generation
1c30a4fView on GitHubrefact: remove unused module docstrings and update import paths for clarity
5961930View on GitHubMerge branch 'main' of https://github.com/zerubeus/gemini-claude-code-mpc
71ff71aView on GitHubrefact: enhance logging setup and context management for improved performance tracking
934f487View on GitHubfix: set default value for api_key in GeminiSettings and update default_factory usage in Settings
03d3530View on GitHubrefact: enhance logging setup and context management for improved performance tracking
bcb4745View on GitHubfix: correct import path for settings in logging configuration
0560c4cView on GitHubrefact: code structure for improved readability and maintainability
4e41b89View on GitHub