Skip to content

Commit 624aa0c

Browse files
committed
+update note
1 parent 20bd76f commit 624aa0c

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Changelog
22

33
## [Unreleased]
4-
5-
- Add dynamic tool loading system
6-
- Create tool loader in src/tools/index.ts
7-
- Update contribution templates to TypeScript
8-
- Plan minimal changes to index.ts for tool discovery
4+
- Gemini-2.5-pro quota limit exceeded now falls back to gemini-2.5-flash automatically. Unless you ask for pro or flash, it will default to pro.
95

106
## [1.1.1] - 2024-12-29
117

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
> Update branch is now live! 2.0.0 is a complete refactor from 1.1.1 (npm version). This change will hopefully speed up future development.
2-
> See and test 2.0.0 --> [update branch](https://github.com/jamubc/gemini-mcp-tool/tree/update) --> **"Gemini Reads, Claude edits, Save Claude Tokens"**
3-
>.
1+
> **Note:** If your Gemini CLI installation already includes other MCP tools, they may interact with gemini-mcp-tool. This allows Claude to invoke those tools via Gemini, but it can also lead to conflicts or unexpected console output if those MCPs write directly to stdout.
2+
3+
> You can nest prompts by asking Gemini to invoke itself (e.g., `ask gemini to ask gemini`).
4+
> However, if the request exceeds your quota, it won’t fall back automatically.
5+
> To use the faster, lower-cost flash model, append `flash` like this: `ask gemini to ask gemini flash`. `¯\_(ツ)_/¯`
46
57
> 🚀 **Share your experience!** [Tell us how it went](https://github.com/jamubc/gemini-mcp-tool/discussions/2) and help the community grow!
68
@@ -138,7 +140,7 @@ After updating the configuration, restart your terminal session.
138140
### General Questions (without files)
139141

140142
- `ask gemini to search for the latest tech news`
141-
- `use gemini to explain quantum computing`
143+
- `use gemini to explain div centering`
142144
- `ask gemini about best practices for React development related to @file_im_confused_about`
143145

144146
### Using Gemini CLI's Sandbox Mode (-s)

0 commit comments

Comments
 (0)