Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Chat Session Workflow ViewerNew to Visual Studio Code? Get it now.
Chat Session Workflow Viewer

Chat Session Workflow Viewer

Oren Melamed

|
110 installs
| (1) | Free
Visualize VS Code chat session workflows as interactive diagrams
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Chat Session Workflow Viewer

Chat Session Workflow Viewer

Visualize VS Code chat session workflows as interactive diagrams.

Turn your Copilot Chat sessions into clear, navigable workflow graphs — see every user prompt, LLM response, tool invocation, sub-agent call, and thinking block at a glance.

https://github.com/user-attachments/assets/4e0ae17f-6464-466d-af67-d393c3e600e8

Features

  • Session Explorer — browse all chat sessions from the activity bar, filter by workspace, and search by title or message content
  • Interactive Workflow Diagram — React Flow–powered graph showing the full agent workflow (user prompts → LLM responses → tool calls → sub-agents → thinking blocks)
  • Metadata Panel — session stats including timing, model info, and tool usage summary
  • Multi-format Support — reads both .json session files and .jsonl mutation logs

Getting Started

  1. Open a workspace that has existing VS Code chat sessions
  2. Click the Chat Workflow Explorer icon in the activity bar
  3. Click a session to view its metadata
  4. Right-click a session and select Open Workflow Diagram to see the interactive workflow graph

Extension Settings

Setting Default Description
chatWorkflow.sessionStoragePath "" Manual override for the chat sessions storage path
chatWorkflow.sortBy "date" Sort sessions by "date" or "title"
chatWorkflow.autoRefresh true Auto-refresh session list on file changes

Requirements

  • VS Code 1.109.0 or later

Known Issues

See GitHub Issues.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

npm install
npm run build
# Press F5 in VS Code to launch the Extension Development Host

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft