Posts

Showing posts with the label manage AI coding sessions

Claude Code Agent View Explained: Run Multiple AI Sessions From One Terminal

Before Agent View, managing multiple Claude Code sessions looked like this: three terminal tabs, each running a separate session, each losing context when I switched away, no way to see which one was waiting for my input without clicking into each tab individually. Six projects across three repos meant constant window-switching and lost mental state. Anthropic launched Agent View at the Code w/ Claude 2026 conference on May 6, alongside several other features that change how Claude Code works in practice. This post covers what shipped, how it works, and what's actually useful versus what's still rough. What Agent View Does Agent View is a single terminal interface that shows every Claude Code session in one list. Running, waiting for input, finished — all visible at a glance. You launch it with one command: # Launch Agent View claude agents # What you see: a list of all sessions ┌─────────────────────────────────────────────────┐ │ SESSION STATUS ...