Multi-Agent Differentiation in VS Code
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Problem:
When running multiple Claude Code agents simultaneously in VS Code, there's no way to distinguish which agent is performing which action. All agents show identical output formatting.
Current Behavior:
Agent 1: "Creating file..."
Agent 2: "Creating file..."
Agent 3: "Creating file..."
↑ Which is which?
Proposed Solution
Proposed Solutions:
Option A (Preferred): Separate tabs per agent
Each agent runs in its own dedicated tab/pane
Clear visual separation
Independent monitoring and control
Option B: Visual differentiation in shared view
Color-coded agent identifiers
Agent names/labels (Agent-1, Agent-2, etc.)
Different avatar/icon per instance
Timestamp + agent ID prefix on each message
Expected Behavior:
Users can instantly identify which agent is doing what, stop specific agents without affecting others, and monitor multiple parallel tasks.
Priority: High (essential for multi-agent workflows)
Complexity: Medium (Tab management) / Low (Visual markers)
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗