WEBVTT

00:00:00.000 --> 00:00:08.800
Over the past month, Anthropic has released a ton of secret updates to Claude Code that you would only find out about if you were following specific

00:00:08.800 --> 00:00:10.080
Twitter accounts.

00:00:10.080 --> 00:00:45.350
In this video, I'm gonna go over all those secret updates that you probably missed that will completely change how you use Claude Code and make it way better. If you use Claude Code, this is gonna be the most important video you watch this month. I promise you, whether you're a beginner or a pro, you will be using Claude Code completely differently after these 10 updates. Let's get into it. So this one is a great one, and that is the ability to resume past Claude code sessions. If you're anything like me, you've had tons of conversations with Claude code that has context you don't wanna miss out on. You reset your computer and all that context disappears.

00:00:45.805 --> 00:00:49.245
Well, no more. If you type into your terminal claud

00:00:49.485 --> 00:00:51.325
dash dash resume,

00:00:51.645 --> 00:00:52.605
hit enter,

00:00:52.845 --> 00:01:20.075
it will bring up all your past sessions you had with claud code for the project you're working on. So for the sake of demonstration of this video, I'm gonna show you this project management tool I'm building out right now. It helps me manage all my projects in Claude code. So I have all my past sessions here that I've had with Claude. What So I'm gonna do is I'm gonna hit resume on my past session, and all the context I had and all the conversation I had from that session is now completely resumed.

00:01:20.235 --> 00:01:58.320
So now I don't have to go back and fill in Claude code with all the past context every time I reset my computer or my Visual Studio code. This is massive, and this is gonna make it so much easier to get back into past conversations you have and not miss out on any of the context you had before. I put the command to resume your sessions down below in the description. All the commands and all the changes I go over will be down in the description below, so feel free to pause and copy and paste that into, like, your Apple notes. Okay. So say we resumed our past session and there's a ton of context in there. When you get a lot of context into Claude code and starts filling up your window, it actually can make Claude

00:01:58.320 --> 00:02:16.045
hallucinate a lot more than it does before. I hear a lot of people on x complaining right now, oh, Claude's getting worse. No. That's a skill issue. They're just not managing their context well. But how do you manage your context better if you start seeing worse performance with Claude? Well, what you wanna do is use their brand new slash command slash context.

00:02:16.045 --> 00:02:17.965
This is going to help you visualize

00:02:18.045 --> 00:02:27.600
what is currently in your context right now. So I'm gonna run that. And, again, slash context, I'll put down below. And you'll be able to see here now in this really nice visualization

00:02:27.600 --> 00:02:37.920
what is taking up your entire context window. So you can see here the system prompt is taking up a good amount of context. That's because I have a ton of clawed rules. All the tools we're using,

00:02:38.320 --> 00:02:42.955
the messages we've done so far, this is actually taking up the most context with 32%

00:02:42.955 --> 00:02:44.315
is the past messages.

00:02:44.475 --> 00:02:49.275
So if I wanted to free up context right now, I would just go in here and I would do slash clear,

00:02:49.435 --> 00:02:53.515
and that would clear the message history since right now it's taking up the most context.

00:02:53.595 --> 00:02:58.260
So if you start to see degraded performance in Claude, do slash context,

00:02:58.420 --> 00:03:03.860
see what's taken up all the space. Maybe it's your system message. Maybe it's your past messages in the conversation,

00:03:04.260 --> 00:03:17.715
and then you can take care of it from there. If it's the past messages, just do slash clear just like I did here, which takes me to the next big update that they released in the last few weeks, and that is slash stats. It's another brand new slash command.

00:03:18.035 --> 00:03:41.040
So one of the biggest complaints I hear about Claude as well is people don't know how many tokens they've used up in their plan. Are they getting to the end of their plan? Are they gonna have upgrade to a more expensive plan? Well, now you'll be able to see exactly how much usage you've had in your plan. If you do slash stats, it will show you all your usage for that time period. You can see all your interesting stats here, how many tokens you've used. Are you getting to your limit on tokens?

00:03:41.655 --> 00:03:53.975
Your streaks, how many sessions you've had, your active days, your peak hours. You can even tap and see the different models you've been using. As you can see, once Opus dropped, it was game over. I was using Opus tremendously more.

00:03:54.135 --> 00:04:17.345
So you can see a lot of your usage here, how many tokens you've used, and if you're getting up to your current limits and if you need to upgrade or not. Slash stats, keep tabs on that. It's also just fun to see your numbers and see how much you're using Claude and which models you're using. If you run slash stats right now, let me know down below what your usage looks like. How many days in a row have you used Claude code? I'd be really curious to see. So second ago, we were talking about resuming

00:04:17.345 --> 00:04:18.225
sessions.

00:04:18.545 --> 00:04:36.760
This is something you need to be doing often because if you're anything like me, you're also doing multiple sessions at once. I like to have multiple Claude codes open so I can work on different features at the same time. Well, one really awesome thing they just added in their recent holiday updates is the ability to actually name sessions

00:04:36.965 --> 00:04:57.400
so that when you resume old sessions like I showed you at the beginning of this video, you can see very clearly what you were doing in each session because you can give it those custom names. All you need to do to name your sessions is do slash rename and then give it a name for your session. So for this one, I was working on the Kanban board of our project management, so I'm gonna call it Kanban.

00:04:57.800 --> 00:05:06.360
And I'm gonna hit enter, and now our session is now called Kanban. So if I go to a new terminal here and I do Claude slash slash resume

00:05:06.565 --> 00:05:13.765
and hit enter, we can see our new name session Kanban that we were using just a second ago with all 246

00:05:13.765 --> 00:05:14.485
messages.

00:05:14.645 --> 00:05:44.725
So this is really important to do. If you're doing multiple sessions, which I think you should be doing when you're waiting for one session to build out a feature, it's really good not to get distracted, not to look at TikTok. Open up another session. Start working on another feature. Make sure to give it its own name with slash rename. And, again, all these slash commands, all these updates down below in the description you don't have to forget any of these. The next update they made is great if you often make mistakes when working with Claude code. This is something I do a lot. I do a lot of experimentation.

00:05:44.725 --> 00:06:03.580
I have a change around features to see how it works, and sometimes I mess up and I give it a bad command. So for instance, in this project management tool, I wanted to experiment with the colors and notes. I made it blue. I don't like the blue. It's not really standing out against the black background. So let's rewind this. In a brand new update to Claude code they just released, you can now rewind

00:06:03.675 --> 00:06:19.850
super easily any changes you made that were mistakes. You do this by hitting escape twice. Double escape, and it goes back and it gives you these rewind options. And what I can do is I can go back and I can say rewind to the rename Kanban, which was one step before

00:06:20.010 --> 00:06:24.170
the changing of the colors of the notes. I'm gonna hit enter on that, and I'm gonna say restore

00:06:24.810 --> 00:06:39.625
the code and the conversation. So it's gonna forget any of the conversation after, and it's gonna restore all the code. And I'm gonna hit enter, and boom. Just like that, we are back. And it's at the rename Kanban, and I can hit enter on that. And we are back to that one step before

00:06:39.945 --> 00:07:14.205
changing all the colors to blue. This is amazing. If you make mistakes often, if you experiment, you should be experimenting a ton. Ever since they released this double escape feature, it's given me a lot more freedom to try new things. So double escape, an awesome way to rewind if you make any mistakes at all. The next update is a big one, and it brings back a much loved feature that's kind of been experimented with, taken out, put back in. Well, it's fully back. UltraThink is totally back into Claude code, and you need to be using it. What UltraThink is is the ability to force Claude code to work extra hard on tough problems.

00:07:14.710 --> 00:07:51.180
And I've been using this a lot, and let me tell you, you get way better results when using UltraThing. So as you can see here, I wanna add a calendar to our app. I want it to be beautiful. I want Claude to work extra hard on it. So I said, add a beautiful calendar section to our app using the design skill. Ultrathink about this. And for the record, if you don't have the design skill yet, I'll put a link down below. You need to install the Claude design skill. I'm thinking about doing an entire video dedicated to Claude skills. If you want that, let me know down the replies as well. But the key here is I said Ultrathink. And as you can see, they put it in, like, the rainbow colors. All you need to do in any of your messages is type the term Ultrathink,

00:07:51.180 --> 00:08:55.120
and it will force Claude code to think very, very hard about what it's doing and put more effort in the creation. Hitting enter on that will start the process, and it is going to make sure that this calendar looks way better than it would before. I wouldn't use UltraThink on every single prompt you do. It's gonna take a lot longer, and you're probably gonna burn a lot more tokens than you need to. But any prompts you give where you're doing a complex task or you're solving a complex bug, I would a 100% use UltraThink because you're going to get noticeably better results. This is a really good feature to use when you're kinda building out the base of your app after the first planning phase because you're gonna get a way better base to your app. Use UltraThink, again, down below in the description. The next big feature they released over these last few weeks that I absolutely love is the ability to create custom memories. So before anytime you wanted Claude to remember something, you had to go into your Claude rules and put it there. But that could be challenging at times. I don't always remember to put things into Claude rules, or Claude rules can get very crowded and disorganized

00:08:55.120 --> 00:09:10.765
if you're adding a ton in there. So what I like to do when I have small things I want Claude to remember in its process is to create custom memories for it. So for instance, I want Claude to use the design skill anytime it changes the UI,

00:09:10.925 --> 00:09:19.700
and I want it to remember that for the rest of the time that I'm working on this app. So what you wanna do to create custom memories for Claude is you're gonna do the hashtag,

00:09:20.180 --> 00:09:27.165
which changes you to memory mode. So you can say add to memory. And then we're gonna say, always use the design skill

00:09:27.165 --> 00:09:28.525
when changing

00:09:28.525 --> 00:09:42.110
the UI. And I'm gonna hit enter. And now it's going to memorize this. I wanna put it into the project memory, so you can do user memory or project memory. I want it to remember it just for this project. I'm gonna hit enter there. And now anytime

00:09:42.270 --> 00:10:06.655
we change the UI in this project, it is going to use that design skill. I actually highly recommend you copy exactly what I just did now. Go pause this video. Go into Claude code. Do hashtag, and then type in use the design skill anytime you change the UI because the design skill is so freaking good. It's gonna make your app look so much better. So custom memories, anytime you want Claude to remember something that does every single time in its process,

00:10:07.150 --> 00:10:47.730
make sure to use custom memories. I highly recommend you do the design skill memory I just did, and you can use it moving forward. This next update is a tip for the risk takers out there, but this is putting Claude into YOLO mode. This is the mode it goes into when you don't want to ask you for permission anymore. I'm gonna be completely honest with you. Claude for me hasn't made mistakes in months. And I know that might sound crazy, but when you get so used to Claude code that you know how it works, you know how it operates, you know how to talk to it, you really don't mess up with it anymore. Opus four five has gotten so smart, I don't mess up. So I like to use YOLO mode. And the way to do that is you put in this command, Claude dash dash dangerously

00:10:47.730 --> 00:10:48.530
skip permissions,

00:10:48.875 --> 00:11:39.810
And then you hit enter on that, and that's going to put Claude in YOLO mode. I'm gonna hit accept on this. I would only recommend using this if you are super used to Claude codes. If you're on the pro side of Claude code, I would do this. This saves me a ton of time. I like to give Claude long running tasks where I can hit enter and walk away, and I don't have to keep hitting accept, accept, accept over and over again. This allows me to just do that and treat Claude as an independent employee. I put the command down below. If you're Claude pro, copy that. If you're an amateur or you're a beginner, I'd say spend a month or two getting used to Opus and how it works and the right prompts to give it. And then when you're comfortable, you can use this command. I'll put that down below. Claude YOLO mode, really, really helpful for saving time. The next big update, and this is a huge one, basically adds an entire app store to Claude code, is slash plugins. If you do slash plugins,

00:11:39.970 --> 00:11:45.090
hit enter, you now have an entire, basically, store of skills and plugins

00:11:45.385 --> 00:12:07.900
and MCPs you can put right into Claude code very, very easily. I would highly recommend, if you haven't yet, go in here, do slash plug ins, and go down to front end design. This is the plug in you need if you're building any sort of app. My UIs with my apps I built are a thousand times better because of this skill. So if you haven't installed this yet, do slash plugins,

00:12:07.980 --> 00:12:09.100
go in Discover,

00:12:09.260 --> 00:12:20.035
go down to front end design, and install that. But there's so many other ones. If you use GitHub a ton, if you use any of these others, Figma, Linear, Notion, you have a ton of plug ins and MCPs.

00:12:20.115 --> 00:12:57.300
You can get installed with one click that will make it so much easier to work between all your different tools. I couldn't recommend enough. Check out the plug in store and see if you use any of these integrations inside the plug in store. At the very least, get the front end design skill installed. The last update we'll go over here is saving your prompts. If you're anything like me, you come up with an idea, you write a prompt out, and then right before you hit enter, you realize you need to do something else right before you send that prompt, and then you sit there and you hold backspace for five minutes while it deletes your prompt. You don't have to do that anymore. Say you write out a prompt. I want you to build out a calendar,

00:12:57.380 --> 00:13:02.100
and I realize I need to do something else first. You can now hit control s.

00:13:02.420 --> 00:13:11.095
That will stash your prompt. And now after I say something like add a light mode to the app and hit enter,

00:13:11.255 --> 00:13:20.055
it will take my stash prompt and put it back into the line here so I can send it after. No more sitting there and hitting

00:13:20.455 --> 00:13:26.210
back space for five minutes at a time to get rid of your prompts. Now you can just stash your prompt,

00:13:26.370 --> 00:13:39.885
go in, write whatever else you need to do, and then your stash prompt will then automatically be placed inside your command line so you can use it again. This has saved me so much time. I will put that down below as well. Control s to stash your prompt.

00:13:40.125 --> 00:13:57.240
Those were the big changes from the last month, and they're adding a ton more as we speak. They've been adding new ones every single day. I'm gonna keep an eye on them. I'm going to create more follow-up videos over the next few weeks going over all the additional changes they're coming out with. Make sure to stay on top list by subscribing,

00:13:57.240 --> 00:13:58.680
turning on notifications,

00:13:58.760 --> 00:14:26.620
and leaving a like down below. I also livestream Monday, Wednesday, Friday at 11AM Pacific Standard Time. If you wanna see me build apps out in real time with Claude Code as well. So appreciate if you watch the video. Let me know in the replies which of these updates will be the most helpful for you. I'm curious which ones you're going to use. Thank you so much for watching the channel. Every single view and like and all that means the world to me. It's an honor to be creating you educational content. I will see you in the next video.
