Have you ever ran Gemini CLI in Gemini CLI.... Interactively?
π Gal has done magic. Gemini CLI now lets you interact with any interactive command. Enjoy!
@galzahavi.bsky.social
Shaping the dialogue between developers and AI, right from the terminal | Gemini CLI @ Google | #AI
Have you ever ran Gemini CLI in Gemini CLI.... Interactively?
π Gal has done magic. Gemini CLI now lets you interact with any interactive command. Enjoy!
Everything stays in context, making your workflow smoother and more powerful.
If you want to read more about it, check out this blog post: developers.googleblog.com/en/say-hello...
After a lot of hard work, I'm thrilled to finally share this! π We've dropped a major upgrade for Gemini CLI. Say goodbye to jumping between terminals β now you can run interactive commands like vim, top, and git rebase -i directly within Gemini CLI.
#GeminiCLI
You need more than one knife in the kitchen! So awesome that the CLI is the one you grab every day!
27.08.2025 19:49 β π 1 π 0 π¬ 1 π 0It also provides a reliable point to restart from if any issues arise, especially when using an LLM, ensuring you can quickly get back on track.
26.08.2025 05:44 β π 1 π 0 π¬ 1 π 0Breaking down large tasks into smaller, manageable subtasks is a great way to stay organized. I recommend committing your changes after completing each subtask and frequently staging your changes. This approach keeps your work organized, separating finished code from what's still in progress.
26.08.2025 05:43 β π 1 π 0 π¬ 1 π 0Thanks for the feedback! If you haven't already, please file a bug or feedback report on the Gemini CLI repo. This is the best way to ensure the team gets this feedback.
19.08.2025 04:36 β π 1 π 0 π¬ 1 π 0I worked on this! We recently launched Gemini CLI GitHub Actions to help you with the boring parts of coding (think issue triage and PR reviews). Less busywork, more creating.
Check it out! π
blog.google/technology/d...
#Gemini #AI #GitHub
That looping behavior is incredibly frustrating. You can set maxSessionTurns in your settings, which will stop after N turns. Additionally, we recently shipped an update with a specific loop check; it's designed to recognize when it's in a repetitive cycle and should automatically stop the process.
08.08.2025 13:04 β π 2 π 0 π¬ 1 π 0That loop is incredibly frustrating, you can set maxSessionTurns in your settings to help. This safety net automatically stops token-wasting requests after N turns. Also, clearing the context when starting a new task or subtask can improve response quality. Context rot has a big impact on quality.
08.08.2025 12:56 β π 1 π 0 π¬ 1 π 0