## Pull Request Description
### Summary
<!-- Provide a brief summary of the changes in this PR -->
### Type of Change
<!-- Please delete options that are not relevant -->
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update (improvements or additions to documentation)
- [ ] ๐งน Code cleanup (refactoring, formatting, removing unused code)
- [ ] โก Performance improvement
- [ ] ๐ง Configuration change
- [ ] ๐งช Test addition or modification
### Related Issues
<!-- Link any related issues using keywords like "Fixes #123" or "Relates to #456" -->
- Fixes #
- Relates to #
### Changes Made
<!-- Describe the specific changes made in this PR -->
-
-
-
### Testing Performed
<!-- Describe how you tested these changes -->
#### Manual Testing
- [ ] Tested `consult_gemini` tool with basic queries
- [ ] Tested `consult_gemini_with_files` tool with file attachments
- [ ] Tested error handling scenarios
- [ ] Tested with both development and production startup scripts
- [ ] Verified integration with Claude Code (if available)
#### Test Environment
- **OS**: <!-- e.g., macOS 14.0, Ubuntu 22.04 -->
- **Python**: <!-- e.g., 3.11.5 -->
- **Gemini CLI**: <!-- e.g., 1.2.3 -->
#### Test Cases
<!-- List specific test cases you ran -->
```
Test case 1: [Description]
Expected: [Expected result]
Actual: [Actual result]
Test case 2: [Description]
Expected: [Expected result]
Actual: [Actual result]
```
### Breaking Changes
<!-- If this introduces breaking changes, describe them and provide migration instructions -->
- [ ] No breaking changes
- [ ] Breaking changes described below:
<!-- Migration instructions for breaking changes -->
### Documentation Updates
<!-- Check all that apply -->
- [ ] Updated README.md
- [ ] Updated CHANGELOG.md
- [ ] Updated CONTRIBUTING.md
- [ ] Updated inline code comments
- [ ] Updated CLAUDE.md (project instructions)
- [ ] No documentation changes needed
### Performance Impact
<!-- Describe any performance implications -->
- [ ] No performance impact
- [ ] Performance improvement (describe below)
- [ ] Performance regression (justify below)
### Security Considerations
<!-- Check all that apply -->
- [ ] No security implications
- [ ] Security improvement (describe below)
- [ ] Potential security impact (describe and justify below)
- [ ] Security review requested
### Deployment Notes
<!-- Any special considerations for deploying this change -->
- [ ] No special deployment requirements
- [ ] Requires dependency updates
- [ ] Requires configuration changes
- [ ] Requires documentation updates
### Checklist
<!-- Please review and check all items before submitting -->
#### Code Quality
- [ ] Code follows the project's style guidelines
- [ ] Self-review of the code has been performed
- [ ] Code is well-commented, particularly in hard-to-understand areas
- [ ] No unnecessary complexity added
#### Testing
- [ ] Changes have been tested locally
- [ ] All existing functionality still works
- [ ] New functionality works as expected
- [ ] Error cases are handled appropriately
#### Documentation
- [ ] Documentation has been updated (if needed)
- [ ] CHANGELOG.md has been updated (if needed)
- [ ] Examples have been updated (if needed)
#### Compatibility
- [ ] Changes maintain backward compatibility (or breaking changes are justified)
- [ ] Works with all supported Python versions (3.9+)
- [ ] Works with both Gemini models (flash/pro)
### Additional Notes
<!-- Any additional information that reviewers should know -->
### Screenshots/Logs
<!-- Include any relevant screenshots, logs, or output -->
```
[Paste any relevant logs or output here]
```
---
### For Reviewers
#### Review Checklist
- [ ] Code review completed
- [ ] Architecture/design review completed
- [ ] Security review completed (if applicable)
- [ ] Documentation review completed
- [ ] Testing verification completed
#### Questions for Author
<!-- Reviewers can add questions here -->
---
**Thank you for contributing to Gemini Bridge!** ๐