Anthropic's latest Claude Code update introduces a game-changing /config command and fixes a dangerous file corruption bug on synced drives. Discover how these 39 updates make your AI coding workflow faster, more reliable, and significantly less cluttered.
00:00 - Intro
00:20 - The New /config Command
01:40 - File Corruption Bug Fix
02:27 - Smart Phone Notifications
03:01 - Faster Startup & Bun Update
04:09 - Smooth Streaming & Auto-Retry
05:31 - Mac-Specific Permission Fixes
06:47 - Practical Use Case & Summary
Full transcript
New, Claude Code, Update Changes, Everything. Anthropic just rolled out version 2.1.181 of Claude Code. That's the tool that writes and fixes code for you while you talk to it like a person. This update has 39 changes, one system prompt change too.
And a few of these fixes are the kind that save you real time or save your work from getting wiped out. Let's start with the one I think matters most. There's a new command called slash config. You just type slash config and then key equals value.
So something like slash config thinking equals false. That's it. You don't have to go dig through a settings file anymore. You don't have to close the tool, open a file, find the right line, change it, save it, and reopen everything.
You just type the setting right into the chat and it's done. And this works in three places. It works when you're typing normally. It works when you run Claude Code with the dash P flag, which is how people run it from scripts.
And it works in remote control, which is when you're running Claude Code on a different machine and controlling it from somewhere else. So no matter how you're using it, this one trick works the same way everywhere. Think about why that matters. Settings used to be hidden.
You had to know where the file lived. You had to know the exact name of the setting. Most people just never touch them. Now it's as easy as typing a sentence.
That's a small thing on paper, but it removes a wall that was stopping a lot of people from customizing the tool at all. Hey, 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.
Here's a real example. Let's say you're running Claude Code to help manage content for the AI profit boardroom. You want it to stop thinking out loud because you just want fast answers, not long explanations. Before, you'd have to go find a config file.
Now you just type slash config thinking equals false, and you're moving again in two seconds. Next big one. This is the one that should scare you a little if you didn't know about it. There was a bug where write and edit, the commands Claude Code uses to create or change files, were producing files with zero bytes, empty files, or files that got cut off halfway through.
This was happening on network drives and on folders that sync to the cloud, like OneDrive or Google Drive synced folders. So if you were saving your work somewhere that syncs automatically, you could lose actual content without even knowing it happened. That's now fixed in 2.1.181. This one's important because so many people save their work in synced folders without thinking twice.
You set up a OneDrive folder once, years ago, and you forget it's even syncing in the background. If you were one of those people, this bug could have quietly eaten your file. Worth checking your recent files now that it's patched. There's also a new setting called Claude underscore client underscore presence underscore file.
This one's simple but smart. You point it at a marker file on your computer. While that file exists, it tells Claude Code, hey, I'm sitting right here at this machine. And when it knows that, it stops sending push notifications to your phone.
So you don't get pinged on your phone for something you're already watching happen on your screen. Imagine you're running an automation inside Claude Code that's writing follow-up emails for AI profit boardroom leads. You're sitting right there watching it work. Without this fix, your phone would still buzz every few minutes.
Now it knows you're already at the machine, so it just stays quiet. Now let's talk about something that's been quietly making this whole experience faster. Anthropic upgraded the bundled bun runtime, that's the engine running underneath Claude Code, to version 1.4. And they fixed a startup slowdown too.
There was a regression, meaning something got slower by accident in an earlier update, adding about 120 milliseconds to every single launch. That's now fixed for people who don't use MCP servers. So Claude Code now opens faster than it did a few weeks ago. Now here's where I wanna pause for a second.
If you're watching this and thinking, this is a lot of tiny technical stuff, that's exactly why so many business owners fall behind. These tools change every single week. Most people don't have time to track every update, let alone learn how to actually use it to save time or get more customers. Inside the iProfit boardroom, we track every Claude Code update like this one and turn it straight into a step-by-step tutorial.
So instead of reading a change log, you get shown exactly how to use it in your business that same week. Link in the comments and description or go to aiprofitboardroom.com. Let's keep going because there's more in this update worth knowing. There was a bug where streaming a long paragraph of text would make you wait for the whole first line to finish before you saw anything.
Now it streams line by line. So the words show up as they're generated instead of holding back the first chunk. Small thing. But if you're watching Claude Code, think out loud while it works.
It now feels a lot smoother and faster, even though the actual speed under the hood didn't change. There was also a fix for what happens when your internet connection drops while Claude Code is in the middle of answering you. Before, you just get a flat error message and lose whatever it was building. Now, if the connection drops mid-thought, it automatically retries instead of showing you a dead end.
That matters a lot if you're on a spotty connection or working from a coffee shop or anywhere your Wi-Fi isn't perfect. Here's a fix that's small but will save you a headache. The improved end memories line. That's the little message you see when Claude Code updates its memory of your project, used to list every single file by name unless you turned on verbose mode.
Now it just shows a clean summary unless you ask for the full list. So your terminal stops getting cluttered with file names you don't need to see. There's also a prompt caching fix. If you're running Claude Code through a custom API setup or through Foundry, prompt caching was breaking because of something called an attestation token changing on every single request.
That sounds technical, but here's what it means in plain words. Every time you sent a message, Claude Code thought it was talking to a brand new account instead of remembering the conversation. That made things slower and more expensive to run. Now it's fixed.
So caching works the way it should. Mac users, there was a fix for the open OSA script and browser login flows failing with an error code, error negative 600. If you've ever tried to log in through Claude Code on a Mac and gotten a weird unexplained error, that's the bug. It's because Apple has a permission system for apps talking to other apps and Claude Code didn't have the right permission.
Now it does. Let's talk about one more useful one. There's a new setting called sandbox.allowAppleEvents. When Claude Code runs commands in a sandbox, meaning a safe, locked down space where it can't touch things outside that space, it sometimes needs to send what's called an Apple event, which is basically one Mac app telling another Mac app to do something.
Before that was just blocked. Now you can opt in and allow it if you trust the workflow you're running. Here's a way to think about all these small fixes together. None of them are flashy on their own, but stack them up, faster startup, no more vanishing files, settings you can change with one line, fewer phone interruptions, smoother streaming.
And what you get is a tool that just gets out of your way more. The less time you spend fighting the tool, the more time you spend actually using it to get work done. And that's really the whole story with AI tools right now. The biggest releases get the headlines, but it's these smaller weekly updates that actually decide whether a tool becomes part of your daily routine or just sits there unused.
Claude Code is shipping changes like this every few days. If you're not tracking it, you're working with an older, slower, buggier version without even knowing it. Here's a practical way to use this update today. Open Claude Code and ask it to help you write a weekly content plan for the AI profit boardroom community, topics, headlines, and a posting schedule.
Then use slash config to turn off the long thinking output so you get a clean, fast answer instead of a wall of reasoning text. So where does this leave you? If you're already using Claude Code, update it. These fixes aren't optional extras.
The file corruption bug alone is reason enough. If you're not using it yet, this is a good moment to start because the tool is getting more reliable every single week, not less. And if you want to actually turn updates like this into more leads, more customers, and more time back in your day, that's exactly what we build inside the iProfit boardroom. We track every Claude Code release the same week it happens, and we turn it into a clear step-by-step tutorial, how to set it up, how to use the new slash config command to speed up your own workflows and how to plug it into the kind of business tasks you're already doing every day.
Four live coaching calls every week with people running Claude Code for real client work, content, and lead generation. A prompt library built specifically around Claude Code workflows and a member map so you can find and connect with other Claude Code users near you. Link in the comments and description or go to aiprofitboardroom.com. And if you just want the free version of all this, the notes, the SOPs, the full breakdown of updates like this one, join the AI Success Lab.
It's free. Links in the comments and description. You'll get all the notes from this video plus access to a community of 75,000 people who are already using AI to grow their businesses every single day. That's 2.1.181.
Small update on the surface, but the kind of update that quietly makes your whole week smoother once you know it's there.
More episodes