Alfex4936 / Bard-rs

Google Gemini CLI with Rust (Previsouly Bard)
MIT License
83 stars 17 forks source link

how to use it in helping in working with command line in terminal? #14

Open ahmeteid7 opened 8 months ago

ahmeteid7 commented 8 months ago

when i used it in generate command, for example ask him to provide command to see info about my system , he offer the command, to try the command i must use !exit to try the command in the same terminal, ok that's ok, i can enter to bard cli again in the same terminal ,but when i enter if i asked about the command that he provide before to ask about alternative, he don't remember that command or that conversation. i wish if i can enter to the bard clli again with the previous conversation to continue to it

Alfex4936 commented 3 months ago

I believe it is nearly impossible to maintain the previous conversation without implementing a way to track a chatroom ID or using saved history. This would allow us to send the last messages to Gemini so it can retain the context