View AgentTeams work context without leaving VS Code.
Features
Plans, completion reports, post-mortems, and conventions in the AgentTeams sidebar
Markdown detail view for each document
Local .agentteams/convention.md opener
Project-wide AgentTeams search with Quick Pick results
Web handoff through each document's AgentTeams URL when available
Prefixed document ID copying from document detail views
Plan comments from the plan detail view or Command Palette
Plan status filtering in the Plans view
Getting Started
Open a workspace that has been initialized with AgentTeams. The extension walks up from the current workspace folder and reads the nearest .agentteams/config.json.
If no config is found, run AgentTeams: Init from the Command Palette.
Workspace Configuration
The extension uses the existing apiUrl, apiKey, projectId, teamId, agentName, and optional repositoryId values from .agentteams/config.json.
Credentials stay in your workspace config. The extension does not copy them into VS Code settings.