Jainam M
Jainam M
Fix for the above is in this PR -> https://github.com/doitintl/kube-no-trouble/pull/499
@JoakimSoderberg @fredbi I was looking at this and wanted to contribute. Instead of passing it to all the instances as @JoakimSoderberg mentioned, can we pass the option as part of...
I spent some time understanding and these are my findings on how to implement this 1. **We will need an additional CLI flag to pass global x-* options.** The reason...
@vmiura We have added "-r" option to gemini cli you could do something like ``` test('should save and resume chat history', async () => { rig.setup('chat-history-tags'); // First run: save...
In scenarios where we need to resume a specific conversation the below command can be run gemini "What is it's population" -r But this session id is not available to...
related to #12319 but different issue
@mdc-git sessionId visible in non interactive session ticket: https://github.com/google-gemini/gemini-cli/issues/14435