Gemini CLI NEW Update is INSANE! 🤯
8:17

Gemini CLI NEW Update is INSANE! 🤯

Julian Goldie SEO 15.12.2025 3 737 просмотров 66 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Want to make money and save time with AI? Get AI Coaching, Support & Courses 👉 https://juliangoldieai.com/07L1kg Get a FREE AI Course + 1000 NEW AI Agents 👉 https://juliangoldieai.com/5iUeBR Want to know how I make videos like these? Join the AI Profit Boardroom → https://juliangoldieai.com/07L1kg 00:00 - Intro 00:39 - The Problem: Losing Terminal Work 01:01 - Gemini CLI Automatic Session Saving 01:50 - Manage & Resume Your Sessions 02:57 - Real-World Use Cases & Benefits 04:14 - Technical Deep Dive & Pro Tips 05:25 - Install Gemini CLI & Resources 06:31 - Why This Update is a Game-Changer

Оглавление (8 сегментов)

  1. 0:00 Intro 119 сл.
  2. 0:39 The Problem: Losing Terminal Work 69 сл.
  3. 1:01 Gemini CLI Automatic Session Saving 147 сл.
  4. 1:50 Manage & Resume Your Sessions 215 сл.
  5. 2:57 Real-World Use Cases & Benefits 226 сл.
  6. 4:14 Technical Deep Dive & Pro Tips 204 сл.
  7. 5:25 Install Gemini CLI & Resources 181 сл.
  8. 6:31 Why This Update is a Game-Changer 351 сл.
0:00

Intro

Stop losing your work in the terminal. Google just dropped session management in Gemini CLI. This changes everything for developers. You can now resume exactly where you left off. No more starting over from scratch. Watch this. If we haven't met already, I'm the digital avatar of Julian Goldie, CEO of SEO agency Goldie Agency. Whilst he's helping clients get more leads and customers, I'm here to help you get the latest AI updates. Julian Goldie reads every comment, so make sure you comment below. Google just released version 0. 208. 0 of Gemini CLI and this update is actually insane. They added automatic session management and I'm going to show you exactly what this means and why it
0:39

The Problem: Losing Terminal Work

matters. But first, let me explain the problem. You're working in your terminal building something with Gemini CLI. You've got this whole conversation going with context about your code tool outputs and model reasoning. Everything is perfect. Then you close your terminal by accident or your computer crashes. All of that context is completely gone. You have to start over from scratch and reexplain everything to the model. Well
1:01

Gemini CLI Automatic Session Saving

that problem is now completely solved with this new update. Gemini CLI now automatically saves every single session you create. Everything you do gets saved in the background without you doing anything. Your prompts, the model responses, every tool that gets executed, and all your token usage stats, all of it gets saved automatically. And here's the cool part about this whole thing. It's completely automatic and you don't have to do anything special. No manual saving commands and no special syntax while you work. It just happens in the background while you focus on your actual work. Sessions get stored locally per project directory on your computer. So if you're working on three different projects at the same time, each one gets its own separate session history. The CLI automatically knows which project you're in and switches to that project's sessions without you thinking about it.
1:50

Manage & Resume Your Sessions

Now, the commands are super simple and easy to remember. To resume your latest session, you just type gemini-res. That's literally it. One simple command and you're back to exactly where you were before. You can list all your sessions with gemini-list sessions. And this shows you everything. All your session names, timestamps, and unique session IDs. Then you can resume a specific session by its index number like Gemini-res 5, or you can use its unique session ID if you prefer that method. both work perfectly and give you the same result. Session retention is really important, too. If you use this daily, if you're using Gemini CLI every single day, your session history could get really big over time. Google thought about this problem and added automatic cleanup policies. You can configure how long to keep sessions in a simple settings. json file. For example, you could say keep sessions for 30 days maximum or keep only the 50 most recent sessions and delete the rest. The oldest sessions automatically get deleted based on your settings. And there's even a safety limit built in. Sessions that are newer than one day never get autodeleted no matter what. So you don't accidentally lose any of today's work, which would be terrible. Now, let me
2:57

Real-World Use Cases & Benefits

show you some real use cases that actually matter. Imagine you're refactoring a big code base that takes weeks to complete. You have different sessions for analyzing the architecture and planning your approach. Other sessions for testing different approaches and seeing what works. and more sessions for fixing bugs that come up during the process. With session management, you can jump between all of these sessions easily. You're not locked into one single linear workflow anymore, which is huge. Or let's say you're doing research and learning about a new technology. You ask Gemini CLI dozens of questions about different concepts. It gives you code examples and explains complex ideas. All of that gets saved automatically in your session. You can come back tomorrow or next week and resume that exact research session. Continue learning exactly where you stopped without losing any context. I want to tell you about something really cool. If you want to learn how to use AI tools like Gemini CLI to save time and automate your business, you need to check out AI profit boardroom. This is where you'll discover how to leverage cuttingedge AI tools to streamline your workflows and boost productivity. Whether you're a developer, entrepreneur, or business owner, AI profit boardroom gives you the strategies to work smarter with AI. The link is in the description. All right
4:14

Technical Deep Dive & Pro Tips

back to Gemini CLI and the technical details. Sessions are stored in a hidden folder on your computer. The exact path is tilda/gemini/tmp/ro/hats. Each project gets its own unique hash for organization. The session files include absolutely everything from your conversations, your complete conversation history with every message, all tool execution details and what happened. Token usage statistics for every interaction, even the assistant reasoning summaries when they're available. This is not just saving your prompts and the responses. It's saving the entire context of how the AI was actually thinking. That's incredibly powerful for understanding what happened in any session. Quick tips for you to get the most out of this. Always check your session retention settings first. Make sure they match your actual workflow and how you work. Use the list sessions command regularly to see what you have saved. Clean up old sessions you don't need anymore to save space. And definitely use the interactive ré browser instead of command line. It's way easier than trying to remember specific session IDs or numbers. You can see visual previews of each session. Search by keywords to find exactly what you need fast. Find the exact session you want in seconds. Installation is
5:25

Install Gemini CLI & Resources

really simple and takes 30 seconds. Open your terminal right now and type mpm install-g at google/gemini-cli at latest. That command installs the latest version globally on your system. Then check your version with Gemini-V to confirm it worked. Make sure it says 0. 20. 0 or higher. And that's literally it. You're completely ready to go. Start using Gemini CLI like you normally would. Your sessions will automatically save in the background. And when you need to resume anything, just use the commands I showed you earlier. Official resources are available if you want to learn more. There's a full documentation page at geminaclide. com/docckli/session-management. It has all the technical details and advanced configuration options. There's also the Google developers blog post about this specific feature. They go deep into the implementation details and design decisions. And of course, there's the GitHub repository at github. com/google-geemini/gemini-cli. You can see the actual source code, report any issues you find, check out the release notes for updates, and join the growing community. All the links are in the description below for easy
6:31

Why This Update is a Game-Changer

access. What makes this update truly special is how it changes everything. It completely changes how you interact with AI in the terminal environment. Before this update, every single session was temporary and disposable. You had to finish what you started or lose it forever. That creates so much pressure and makes you rush. It discourages exploration and experimentation with new ideas. With session management, the pressure is completely gone. You can take breaks whenever you need them. You can experiment with different approaches freely. You can try new things without worrying because you know you can always come back to any session. It makes AI assistance feel more like a real collaboration, like working with a colleague who actually remembers everything, not just a tool that forgets everything as soon as you close it. Some people might think this feature is just for advanced users. like you need to be a power user to actually benefit from it. That's absolutely not true at all. This actually helps beginners even more than experts. When you're learning something new, you need to take breaks often. You need to come back to examples and review them. You need to see what you did before. Session management makes all of that completely possible and easy. So, if you're new to Gemini CLI, definitely don't skip this feature. It's going to help you learn so much faster than before. And speaking of AI tools that can transform your workflow completely, AI Profit Boardroom is the place to learn how to integrate AI into your business effectively. You'll discover practical strategies for using tools like Gemini CLI to save time and scale your operations. Whether you're automating content creation or building AI powered products, AI Profit Boardroom gives you the complete road map. Check the link in the description and start working smarter with AI today. And let me know in the comments how you're using session management. I read every single comment. And if you found this helpful, hit that like button, subscribe for more AI updates, and I'll see you in the next video.

Ещё от Julian Goldie SEO

Ctrl+V

Экстракт Знаний в Telegram

Транскрипты, идеи, методички — всё самое полезное из лучших YouTube-каналов.

Подписаться