The argument in one line.
Claude Code released ten hidden features over the past month—session resuming, context visualization, custom memory, YOLO mode, and a plugin store—that fundamentally change how developers should structure their workflow and manage AI collaboration.
Read if. Skip if.
- You're actively using Claude Code to build projects and want to learn 10 newly-shipped features most people haven't discovered yet.
- A developer who's frustrated with Claude Code performance degradation and needs concrete strategies to manage context window bloat.
- You use Claude Code regularly but haven't explored its terminal commands and advanced session management tools.
- You don't use Claude Code at all or are still deciding whether to adopt it — this is entirely feature-focused.
- You're looking for foundational Claude Code setup or workflow design — this assumes you're already building with it.
The full version, fast.
Claude Code shipped ten quiet updates over the holidays that change how you actually drive it, and most users never noticed. The core mechanic is treating Claude Code less like a chat window and more like a managed workspace: resume past sessions with claude --resume, name them with /rename, audit your context window with /context, monitor plan usage with /stats, and rewind mistakes by double-tapping escape instead of starting over. Force harder reasoning on complex tasks by typing ultrathink in the prompt, pin behaviors with the hashtag memory shortcut instead of bloating CLAUDE.md, stash drafts with Ctrl+S, and install skills like front-end design from /plugins. Run long unattended jobs with claude --dangerously-skip-permissions only once your prompting is dialed in.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Hook + Promise
FOMO open: 10 secret updates, explicit beginner-to-pro promise, description CTA established

02 · 1. Resume Sessions
claude --resume opens a picker of all past sessions for the project; demo on a Kanban project management app

03 · 2. Visualize Context (/context)
/context shows a breakdown of what is filling the context window (system prompt, tools, messages); /clear to free up the messages portion

04 · 3. Usage Stats (/stats)
/stats shows token usage, streaks, active days, peak hours, and model breakdown; community engagement hook: share your streak in comments

05 · 4. Name Sessions (/rename)
/rename <name> tags the session so --resume picker shows meaningful names; demo: calling a session Kanban

06 · 5. Rewind (Double Escape)
Double-press Escape triggers a rewind picker showing all recent checkpoints; select one to restore code and conversation state

07 · 6. UltraThink
Add the word Ultrathink to any prompt to trigger extended thinking; renders in rainbow colors in the terminal; recommended for complex tasks and initial build phases

08 · 7. Custom Memories (#)
Type # to enter memory mode; specify user memory or project memory; recommended homework: always use the design skill when changing the UI

09 · 8. YOLO Mode (--dangerously-skip-permissions)
claude --dangerously-skip-permissions disables permission prompts; recommended only for experienced users; enables long-running autonomous tasks

10 · 9. Plugin Store (/plugins)
/plugins opens a discoverable store of skills, plugins, and MCPs; top pick: frontend design skill

11 · 10. Stash Prompts (Ctrl+S)
Ctrl+S stashes the current prompt draft; after a quick command the stash auto-restores to the input line

12 · Outro + CTA
Subscribe, notifications, like; livestreams Mon/Wed/Fri 11AM PST; engagement question: which update will you use?
Lines worth screenshotting.
- Claude --resume surfaces every past session for a project so you can pick up exactly where you left off without re-explaining context to the model.
- The /context slash command visualizes what is consuming your context window by category — system prompt, tools, and message history — so you can act on the right fix.
- Message history is typically the largest context consumer; /clear removes it while leaving the system prompt and tools intact.
- /stats shows token usage, active streaks, session counts, and model breakdown so you can monitor your plan consumption before hitting a limit.
- /rename gives a session a human-readable name so that when you resume from a list of sessions, you know instantly which conversation to pick.
- Running multiple Claude Code sessions in parallel with distinct names enables parallel feature development without context cross-contamination.
- Double-escape triggers a rewind menu that lets you restore code and conversation to any prior checkpoint without a manual git reset.
- YOLO mode bypasses all confirmation prompts so Claude Code executes every command autonomously — appropriate for trusted workflows, not experimental ones.
- A plugin store for Claude Code means the tool's capability surface is no longer limited to what Anthropic ships — third-party integrations can extend it.
- Session naming is a prerequisite for the resume feature to be useful at scale — unnamed sessions become indistinguishable in a long history list.
- Context visualization turns a vague 'Claude is getting worse' complaint into a specific, addressable root cause — usually message history bloat.
- The combination of resume, rename, and context commands creates a session management discipline that compounds over time as project complexity grows.
Ten Claude Code Features Most Users Have Never Touched
Alex Finn surfaces ten quietly shipped Claude Code features — session recovery, context visualization, rewind, YOLO mode, and the plugin store — that most users missed and that change the daily workflow.
- claude --resume opens a picker of all past sessions for the project — context is no longer tied to the terminal window
- Every previous session with its full context becomes a resumable starting point
- /context shows the breakdown of what is filling the context window: system prompt, tools, messages
- /clear frees up only the messages portion without resetting settings or tools
- /stats shows token usage, streaks, active days, peak hours, and model breakdown
- The streak data creates a consistency feedback loop — the same mechanism that makes habit trackers work
- /rename before you close a session tags it with a meaningful name in the resume picker
- Named sessions make it easy to return to the right context without guessing from timestamps
- Double-press Escape to open a rewind picker showing recent checkpoints
- Selecting a checkpoint restores both code state and conversation state — full undo for an AI coding session
- Add Ultrathink to any prompt to trigger extended thinking — renders in rainbow colors in the terminal
- Use it for complex architectural decisions and initial build phases, not routine edits where standard thinking is sufficient
- Type # to enter memory mode and add a persistent rule at user or project level
- Project memories like always use the design skill when changing the UI apply in every future session without re-explanation
- Disables permission prompts for long-running autonomous tasks — use only when you trust the session completely
- YOLO mode is the unlock for overnight agent runs that would otherwise stall waiting for approvals
- /plugins opens a discoverable marketplace of skills, plugins, and MCPs directly from the terminal
- Frontend design skill is the top recommended first install from the store
- Ctrl+S stashes the current prompt draft before running a quick command
- The stash auto-restores when you return to the input line — no more losing a long prompt to a fast command
Terms worth knowing.
- Context window
- The maximum amount of text (previous messages, instructions, code, files) that an AI model can hold in active memory at once; exceeding it causes the model to lose track of earlier information.
- Session resume
- A Claude Code feature (--resume flag) that reloads a previous conversation including all its context, so work can continue without re-explaining the project from scratch.
- YOLO mode
- An optional Claude Code setting that automatically approves tool-use actions without prompting the user for confirmation, allowing the AI to execute commands uninterrupted.
- Slash command
- A text shortcut prefixed with '/' typed in a terminal or chat interface that triggers a specific function — for example, /context to display memory usage or /clear to wipe conversation history.
- Hallucination
- When an AI model generates confident-sounding but factually incorrect or fabricated information, often triggered by insufficient or overloaded context.
- Claude rules
- Custom instructions stored in a project's CLAUDE.md file that shape how Claude Code behaves — defining coding style, allowed actions, project conventions, and other persistent preferences.
- Plugin store (Claude Code)
- A marketplace of extensions and integrations for Claude Code that add new capabilities, tools, or workflows beyond the default feature set.
- Context visualization
- A diagnostic view (triggered by the /context command in Claude Code) showing a breakdown of what is consuming the available context window — system prompts, messages, tool outputs — so users can identify and clear the largest items.
Lines you could clip.
“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.”
“Claude for me hasn't made mistakes in months. And I know that might sound crazy...”
“UltraThink is totally back into Claude code, and you need to be using it.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Snowflakes fall across the presenter via AR overlay before the camera cuts clean to a warm studio Christmas scene and a claim that lands like a whisper from a private Slack: Anthropic has been shipping Claude Code features quietly, and if you were not on the right Twitter accounts, you missed all of them.
Named ideas worth stealing.
Context Management Loop
- Run /context to see what is filling the window
- Identify the biggest culprit (usually messages at 32%)
- Run /clear to reset messages, or trim CLAUDE.md if system prompt is the issue
Three-step mental model for diagnosing and fixing Claude hallucination caused by context overflow
UltraThink Trigger Word
Adding the literal word Ultrathink to a prompt activates extended reasoning mode; renders in rainbow in the terminal; best for complex tasks and initial app scaffolding
Design Skill Memory Shortcut
- Type # to enter memory mode
- Say: always use the design skill when changing the UI
- Choose project memory
One-time memory instruction that permanently gates all UI changes through the frontend design skill for the project
How they asked for the click.
“Make sure to stay on top by subscribing, turning on notifications, and leaving a like down below.”
Clean outro with livestream schedule (Mon/Wed/Fri 11AM PST). Engagement question asked before the CTA keeps retention high through the pitch.




































































