NEW Hidden Features You MUST Enable In Your Claude Code Setup!

WorldofAI · Beginner ·🧠 Large Language Models ·3mo ago

Key Takeaways

Explains hidden features and settings in Claude Code

Full Transcript

For the past few months, Claude code has been shipping features non-stop, but most people don't have an idea that they even exist. Either they're buried, undocumented, or that there's so many updates that it's nearly impossible to keep up. Even if you're scrolling through the command menu, you're only seeing the surface cuz a lot of the powerful capabilities aren't as obvious as you think they are. What's wild is that many of these issues people are running into, like the context memory issue of Claude code, already has been fixed with these built-in features, like with slash stream. They're just hidden away in the config files, feature flags, and environment variables that nobody really talks about. Especially after the recent Claude code leak, I went deep and put together a condensed list of the most important feature flags that you should enable right now. These unlock a completely different level of performance and can seriously upgrade your workflow. Let's first start off with the feature that will potentially fix all of your context memory issues within Claude code, a feature called slash stream, also known as auto dream. Think of it like REM sleep for your AI agent. It was found within their system prompt on GitHub, and it's a feature that automatically consolidates Claude's memory between sessions. It prunes stale or relevant notes, merges useful insights, and essentially cleans up the memory so it stays accurate and useful over time. So, instead of memory getting worse the more you use Claude, it actually improves. To use this new feature, just simply open up your Claude instance and then type in slash memory. Once you type this in, you should see this new feature called auto dream. Now, obviously you're going to need to make sure you're on the latest update, but to toggle it on, just simply click enter and you're going to be able to now have it so that it is enabled and that you can use it directly behind your sessions. Now, this isn't an official command that you can basically use to invoke it. If you are to go back into your session. If you type in slash stream, it's not going to work. It will showcase unknown skill and this is because it's not an official command yet. But if you are to do something like consolidate my memory using dream, it is going to then use and invoke that dream feature so that it could potentially fully clean up the full process of your memory system. It is going to be able to understand and run the full clean up process using this new auto dream feature. And underneath the prompt bar, you'll see that it is stating dreaming meaning that it has been turned on. And another way to invoke it is just by simply typing in dream in your prompt, auto dream, or just simply do what I did, consolidate my memory, which will trigger it manually by just simply using it without the slash stream command, which should be released soon. If you want the best AI tools, workflows, and drops before everyone else, join my free newsletter with the link in the description below, which is completely free. One of the biggest problems of Claude code has been the constant flickering. You have a jumpy UI in the terminal and a lot of the components actually get glitched up. But now there is a new flicker mode, which is something that you can essentially turn on within your instance today. This is going to directly fix the glitchiness as well as the jumpy UI by introducing a new experimental renderer that visualizes the viewport instead of relying on limited ANSI rendering. You can enable it by simply going into your Claude files and setting the Claude code no flicker equaling to one. Once it's on, everything feels smoother, there's no more flickering, stable performance as chat grows, and even a mouse support, so you can even click around the terminal now. There's also a tradeoff though cuz there's no more command F and different copy paste behaviors, but overall it's a huge quality of life improvement. Next is the new power up command. One of the biggest problems with Cloud Code is that there are a lot of features that aren't intuitive or easy to discover, hence why we made this video. And this is a command that actually helps solve that. When you use the {slash} power up command, you get interactive lessons built inside the terminal that teach you how to use Cloud Code as you go. It's a really solid step towards making the tool more accessible, especially with hidden features that are present within your Cloud Code instance. It's still early, but it has a lot of potential for learning directly inside the CLI. Cloud Code just leveled up with this external plugin. The OpenAI team had released a Codex plugin, giving you a full second agent without leaving your workflow, solving the problem of wanting a fresh set of eyes on tricky code, where you can now have Codex integrated inside Cloud Code. And this kind of solves a lot of things cuz you all know that Cloud Code has a pretty bad problem with rate limits now, especially since they have cut the rate limits for their pro plans. And now what you can do is essentially use the Codex tier directly within Cloud Code so that you can use all of Cloud Code's features with the new rate limits associated with Codex. This means that once you have installed the plugin, you essentially can use the Codex reviewer tool as a normal read-only check. You can also make Codex question assumptions, have it hand off tasks to Codex for a second pass. It's super lightweight, uses your local Codex setup, and keeps everything inside Cloud Code. Perfect for refactors, migrations, odd changes, or any high-stake codes where a second opinion can save you headaches. One of the biggest game-changers in Cloud Code right now is the computer use through the MCP. It's a new feature that just launched last week, and it kind of solves a lot of problems. Normally testing and interacting with apps is quite a hassle where you have to leave the CLI. But now with the new feature enabled through the MCP, Cloud Code can open your apps, click through UIs, find bugs, fix them, and even verifies the fix all from a single prompt. It's currently in research preview for pro and max plans, but only available on Mac OS. It works with anything you can open on the Mac with Swift UI apps, local electron builds, or GUI tools without a CLI. What you can do is simply enable it using the {slash} MCP command and this is where you can then right click on the computer use MCP to enable it to then interact with Cloud Code using computer use. Don't worry, I have a substitute for users on Windows as well as Linux. This is a plugin that is not from the official Anthropic uh provider, but this is still something that does exactly the same thing as what computer use does natively on the Cloud Code instance. And I actually made a video showcasing what you can do with it, so I'll leave that as well in the description showcasing how you can set it up. Next up is the teleport command where you can move Cloud sessions between devices. Just simply run the {slash} teleport command to continue a Cloud session on another machine. This works great if you started a session on the mobile or web and you want to pick it up in your terminal or desktop. You also have the remote control feature which recently dropped and it is something that lets you control a locally running session from another device simply from your phone, tablet, or even browser. You can simply use the run {slash} remote control command to connect and it essentially keeps everything local on your machine while letting other devices act as a window into that session. Personally, you can enable the remote control for all session command in your config file so that it is going to be ran locally in any session and it is instantly accessible from any device. So, teleport equals cloud session hopping and remote control equals local session control from anywhere. Next is the output style feature and this is something that changes how Claude Code interacts with you. Output styles is something that you can run within your instance using the {slash} output-style command and it essentially modifies the system prompt adapt to the agent's behavior. You have three different types. You have the default output style, which is for efficient software engineering, the explanatory, which adds educational insights while coding, and then the learning one, which is Claude guiding you to write key parts yourself. If you're learning a new codebase, you can try learning mode. You will actually understand what Claude is building instead of just accepting diffs. Now, many of us know that Claude Code supports hooks, but letting it run logic at specific points in your agent's life cycle is going to be a game-changer cuz it solves the problem of repetitive tasks or manual monitoring by automating them. For example, Boris had stated that you can use hooks to essentially have it work dynamically to load context each time Claude starts or you can set a hook for session start. You can also set a hook for pre-tool use where you can log every bash command the model uses. You also have the ability to set a permission request where it routes permissions and different prompts to WhatsApp for approval or denial. Another one is to use the stop hook that pokes Claude to keep going whenever it stops. Hooks is going to essentially give you the deterministic control over Claude's behavior and workflow and they have a full documentation showcasing how you can set this up. Next is the ability to fork your sessions within Claude Code, which is perfect if you want to experiment without affecting your main workflow. You can do this by simply opening up your session and running the {slash} branch command. Or from the CLI, you can go into Cloud Code and type in the {slash} resume feature with the session ID and then specify the fork session. This is going to essentially let you create a separate copy of your sessions so that you can try new ideas safely. If you didn't know, Cloud Code has a deep support for Git work trees, which is perfect for running multiple parallel sessions in the same repo as three, which is going to solve the problem of juggling dozens of workflows at once. If you are to start a session in a work tree with the Cloud work tree command, you can also check the work tree box within Cloud Desktop. And this is essentially not going to use Git. It's going to use the Git work tree create hook that lets you add custom logic for creating work trees in other VC systems. This makes managing multiple sessions and branches much smoother. This is something that of people don't know about cuz my buddy was just asking me about this, how you can change the effort level of various sorts of sessions. And that is something that you can do cuz within Cloud Code, you can set the effort level in skills or {slash} commands, solving a problem or wanting more control over the model's reasoning time. This is where it is going to let you now determine how long Cloud thinks before answering so you can override your session default, letting you fine-tune responses for speed or depth on the fly. Next is if your skill relies on dynamic content, Cloud Code lets you embed shell outputs directly into your prompts using this specialized command. When the skill runs, Cloud executes the command, replaces the placeholder inline, and the model only sees the results, not the command itself. This is going to make your skills dynamic and context aware without exposing internal shell details. If you like this video and would love to support the channel, you can consider donating to my channel through the super thanks option below. Or you can consider joining our private discord where you can access multiple subscriptions to different AI tools for free on a monthly basis plus daily AI news and exclusive content plus a lot more. Now as you saw from the video, Claude code has came a long way. It's packed with so many features and honestly this unlocks a lot of serious productivity and control within your instance. I'll leave all the links that I use in today's video in the description below, but with that thought guys, thank you guys so much for watching. Make sure you go ahead and take a look at the second channel, join the newsletter, join the discord, follow me on Twitter, and lastly make sure you guys subscribe, turn on notification bell, like this video, and please take a look at our previous videos so that you can stay up to date with the latest AI news. But with that thought guys, have an amazing day, spread positivity, and I'll see you guys really shortly. Peace out fellas.

Original Description

Claude Code keeps leveling up, and most users have no idea about these hidden features! 😱 In this video, I break down all the must-enable settings and secret workflows that will completely transform how you use Claude Code. 🔗 My Links: Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com 🔥 Become a Patron (Private Discord): https://patreon.com/WorldofAi 🧠 Follow me on Twitter: https://twitter.com/intheworldofai 🚨 Subscribe To The SECOND Channel: https://www.youtube.com/@UCYwLV1gDwzGbg7jXQ52bVnQ 👩🏻‍🏫 Learn to code with Scrimba – from fullstack to AI https://scrimba.com/?via=worldofai (20% OFF) 🚨 Subscribe To The FREE AI Newsletter For Regular AI Updates: https://intheworldofai.com/ 👾 Join the World of AI Discord! : https://discord.gg/NPf8FCn4cD Something coming soon :) https://www.skool.com/worldofai-automation [Must Watch]: Claude Code Computer Use Can Control Your ENTIRE Computer! Automate Your Life!: https://youtu.be/KiywNP4b0aw?si=HuJnvik0AgLjIkCb Turn Antigravity Into AN AI Autonomous Engineering Team! Automate Your Code with Subagents!: https://www.youtube.com/watch?v=yuaBPLNdNSU Gemini 3.5? NEW Gemini Stealth Model Is POWERFUL & Fast! (Fully Tested): https://youtu.be/1abLcL33eKA?si=H50xRhJxVYM7HFPK 📌 LINKS & RESOURCES https://claude.com/product/claude-code https://code.claude.com/docs/en/computer-use https://github.com/SawyerHood/dev-browser https://x.com/reach_vb/status/2038670509768839458 https://github.com/openai/codex-plugin-cc https://code.claude.com/docs/en/fullscreen https://x.com/bcherny https://x.com/lydiahallie https://git-scm.com/docs/git-worktree https://code.claude.com/docs/en/remote-control Learn how to: Enable NO_FLICKER mode for smooth terminal performance 🖥️ Integrate Codex for a second-agent code review 🤖 Control local sessions from any device with Remote Control 📱💻 Use hooks to automate tasks and monitor your workflow ⚡ Fork sessions and manage git worktrees for parallel work 🌳 Set effort
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Related Reads

📰
Cross-Modal Knowledge Distillation for heritage language revitalization programs with inverse simulation verification
Learn how to apply Cross-Modal Knowledge Distillation with inverse simulation verification for heritage language revitalization programs and understand its significance in AI and language preservation
Dev.to AI
📰
OpenAI GPT-5.6 Sol, Terra, and Luna are now generally available on Amazon Bedrock
Learn how to leverage OpenAI's GPT-5.6 models on Amazon Bedrock for high-performance inference, and why this matters for building intelligent applications
AWS Machine Learning
📰
Let Me Show You Which AI Model Actually Writes the Best Code
Learn which AI model writes the best code and how to evaluate them for coding tasks, saving time and resources
Dev.to · gentlenode
📰
What Actually Happens When You Press Enter in ChatGPT?
Discover what happens when you press Enter in ChatGPT and learn about the underlying AI technology
Medium · AI
Up next
5 Levels of AI Agents - From Simple LLM Calls to Multi-Agent Systems
Dave Ebbelaar (LLM Eng)
Watch →