The argument in one line.
Claude's native Agent View dashboard lets you manage multiple agents running simultaneously from a single terminal interface, eliminating the need for separate windows or third-party dashboards.
Read if. Skip if.
- A developer or AI operator running multiple Claude Code agents simultaneously who currently juggles terminal windows and wants a native dashboard to monitor them all at once.
- Someone building an agentic operating system with folder-based context injection for clients or brands who needs to understand how Claude's Agent View integrates with that workflow.
- A user on Claude 2.10.139+ who has existing agent sessions scattered across terminals and wants to consolidate them into a single managed view with sorting and pinning options.
- You're still working with single-agent workflows or babysitting one ChatGPT window at a time — this is built for concurrent multi-agent management, not sequential prompting.
- You're on Claude versions below 2.10.139 or don't have access to Claude Code's research preview features — the Agent View isn't available to you yet.
- You need subfolder-level sorting within your repo structure — the current implementation only sorts by top-level repo, not nested directory hierarchies.
The full version, fast.
Anthropic shipped a native multi-agent dashboard inside Claude Code called Agent View, solving the problem of juggling five terminal windows when running parallel agents. After updating to version 2.10.139 or higher, run `claude agents` to open a summary dashboard, then migrate existing terminals in by typing `/bg` to background each session. From the dashboard you sort by status or repo with Ctrl+S, reorder with Shift+Up/Down, pin with Ctrl+T, spin up new tasks from the bottom prompt, and reply or approve across sessions via the spacebar quick-reply. Pair it with a folder-based agentic OS � a clients directory that injects brand and context per conversation � so every parallel agent works from the right brief without manual context-switching.
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 · The problem + the reveal
Agents are powerful but multi-agent management is chaos — five terminal windows, community workarounds, dashboard sprawl. Anthropic shipped Agent View natively inside Claude Code.

02 · How to enable it
Must be on Claude Code v2.10.139+. Run 'claude --version' to check, 'claude --update' to upgrade, then 'claude agents' to enter the summary view.

03 · Migrating sessions + basic navigation
Use /bg to background existing terminal sessions — they appear instantly in Agent View. Sorted by status by default. Ctrl+S for repo sort, Shift+Up/Down to reorder, Ctrl+T to pin.

04 · Current limitations
Repo sort only works at the parent folder level — no subfolder grouping for multi-client setups yet. Simon demonstrates the gap and flags it as a future request.

05 · Deep-diving sessions + approvals
Jump into any session for full context view. Spacebar opens a quick-reply interface. Typing 'approve' attempted batch approval — partially worked, still needed manual jump-in.

06 · Pairing with the Agentic OS
The Agentic OS is just a folder structure that injects context (brand, client, scheduled jobs) at the right time. Agent View is the control plane on top. Each session benefits from the context automatically.
Lines worth screenshotting.
- Claude Code's native Agent View terminal dashboard is Anthropic's answer to the proliferation of third-party multi-agent UIs — it ships the management layer that the community had been building as workarounds.
- Sorting agents by repo rather than status is the view that makes multi-project work legible: you can see all tasks in a specific codebase or client folder grouped together without switching terminals.
- Backgrounding existing sessions with /bg and migrating them into Agent View converts fragmented terminal windows into a unified dashboard without interrupting the work in progress.
- Pinning specific agents with ctrl+t and reordering with shift+up/down means the dashboard reflects the human's current priorities rather than chronological session order.
- An Agentic Operating System as a folder structure that injects context at the right time is compatible with Agent View because the OS is not a UI — it is the data layer that each session reads, regardless of how sessions are managed.
- The client subfolder limitation — sorting by repo but not by subfolder — is the gap that matters for agencies operating multiple client contexts: until subfolder-level sorting ships, a workaround is required to separate client work visually.
- Agents getting to 90% of the output from a good prompt is the capability threshold that makes multi-agent management the bottleneck — the problem is no longer 'can the AI do this' but 'how do I manage multiple agents doing multiple things simultaneously.'
- Talking to a session directly from the summary view — without jumping into the full terminal — is the productivity behavior that Agent View enables: brief responses, approvals, and status checks without losing the dashboard context.
- The pattern of building third-party dashboards (Vibe Kanban, TMux, custom command centers) before Anthropic ships a native solution is the standard adoption curve for developer tools — the community solves the pain first, then the platform formalizes it.
- Terminal-only availability at launch means desktop app users cannot use Agent View yet — which is the constraint that determines whether an experienced terminal user will switch from their existing workflow.
- A Agentic OS folder structure that injects brand voice, client context, and scheduled jobs is the abstraction layer that makes every session in Agent View context-aware without manual setup per session.
- Managing multiple agents from a single dashboard without five terminal windows is not a convenience improvement — it is the operational requirement for any solo operator running concurrent work streams across multiple clients or projects.
- Seeing the last output and time-since-last-input for each session in the summary view enables triage: you know immediately which agents need attention and which ones are running without checking each one individually.
- Approving agent actions from the summary view — type approve without jumping to the full terminal — is the workflow that keeps the human in the loop without the context switch cost of switching terminals for each approval.
- The multi-agent management problem is the next frontier after the single-agent quality problem: once individual agents reliably execute complex tasks, the constraint moves to how many can a single human effectively supervise simultaneously.
The two-layer pattern.
Agent View is the cockpit; the Agentic OS folder structure is the engine — and you can build the engine first, then drop the cockpit on top later.
- Map your projects as folders with CLAUDE.md context files at each level — this IS the Agentic OS.
- Use /bg to hand off any running session to the dashboard without losing state.
- The subfolder-sort gap is a real product hole — position JoeFlow's Sessions panel as the fix (client-level grouping out of the box).
- Simon's 'limitation-first' honesty pattern (show what doesn't work) is a trust-builder worth copying in your own tutorials.
- The format: Problem → Reveal → Enable → Demo → Limitation → Integration — all in under 6 minutes. Time it for your next tool tutorial.
Terms worth knowing.
- Agent View (Claude Code)
- A built-in terminal dashboard in Claude Code that displays all running agent sessions in one place, allowing users to monitor status, switch between sessions, and send replies without juggling multiple terminal windows.
- TUI (Terminal User Interface)
- A text-based graphical interface that runs inside a terminal, using keyboard navigation and layout to replicate the feel of a GUI without a graphical window system.
- Agentic OS (operating system)
- A folder-based organizational structure that automatically injects relevant context (client briefs, brand voice files, scheduled tasks) into AI agent sessions depending on which directory the agent is launched from.
- TMux
- A terminal multiplexer that lets users split one terminal window into multiple panes and manage several shell sessions simultaneously — commonly used to run parallel processes.
- Research preview
- An early-access release of a software feature that is functional but still under active development, made available for user testing before the full stable launch.
- Context injection
- The practice of automatically including relevant files, instructions, or data in an AI agent's prompt based on the current working directory or project structure, without the user having to paste it manually each time.
Things they pointed at.
Lines you could clip.
“It was dashboard crazy. So it's honestly about the time that Anthropic stepped in and shipped something native.”
“The AgenTek OS is just a folder structure at the end of the day that injects context at the right time.”
“You can have loads of agents operating at the same time, see this summary level view, and then actually pin some or jump into the detail if you want to.”
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.
For months the multi-agent management problem was a DIY sport: Vibe Kanban, TMux scripts, homemade dashboards. Then Anthropic shipped something native — and Simon Scrapes spent five minutes showing exactly how to use it.
Named ideas worth stealing.
The Agentic OS
A folder structure that injects context (brand, client, scheduled jobs) automatically into Claude Code sessions via CLAUDE.md files at the right directory levels. Agent View becomes the control plane on top.
Agent View keyboard shortcuts
- claude agents — enter the TUI
- /bg — background current session into dashboard
- Ctrl+S — toggle sort (status vs repo)
- Shift+Up/Down — manually reorder sessions
- Ctrl+T — pin a session
- Spacebar — open quick-reply from summary view
- Left/Right arrows — navigate in/out of session detail
How they asked for the click.
“Make sure you subscribe if you haven't already. See you in the next one.”
Low-key subscribe ask at the very end after the main content is complete. No hard pitch.










































































