[BUG] Sessions created in VS Code extension not visible in web/FleetView UI — asymmetric session visibility
Resolved 💬 2 comments Opened Jun 2, 2026 by SzymonZur Closed Jun 5, 2026
Description
Sessions created in the VS Code extension are not visible in the web/FleetView UI, but sessions created in the web UI are visible in the VS Code extension. The sync is one-directional.
Expected behaviour
Session visibility should be bidirectional — if one surface can see sessions from the other, both surfaces should see each other's sessions.
Actual behaviour
- ✅ Sessions created in the web/FleetView UI → visible in VS Code extension
- ❌ Sessions created in VS Code extension → not visible in web/FleetView UI
Steps to reproduce
- Start a new session in the VS Code Claude Code extension and do some work.
- Open the web/FleetView UI.
- Browse the session list — the VS Code session does not appear.
- Create a session in the web UI, then check VS Code — that session does appear.
Environment
- Platform: macOS
- Surface: VS Code extension + web/FleetView UI
Hypothesis
The VS Code extension likely writes sessions to a different storage location or with a different tag/marker than the web UI expects. The web UI reads from its own storage (which the extension also reads), but does not read from wherever the extension writes its sessions — resulting in the asymmetry.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗