-
Hi, thanks for this amazing implementation! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The ask-gemini tool wraps Gemini CLI with the There a couple workarounds that I am aware of, Gemini CLI can store memories via Since these memory files are typically stored in a project or in the There is definitely more to explore in terms of continuation and resuming sessions, and it does sound possible. In terms of what specifically happens on the Gemini side, you should look at gemini-cli repository or find changes in gemini related files when using Gemini. |
Beta Was this translation helpful? Give feedback.
Yeah, If you want Claude to "continue" the previous conversations with gemini you need to work through the
#memory
syntax that Gemini-CLI has, just convince Claude to use it to let gemini "remember" things.Claude will remember things, and can run an instance of Gemini for the sole purpose of "storing" a Gemini
#memory
You might also have more luck forcing this behaviour with prompts such as:
/ask-gemini /memory add always use snake case for variable names
. Just tested in persistent mode if the tool prompt input is/memory add ...
, it does persist.