Flow Relay VS Code Extension
Flow Relay for VS Code brings async handoff generation and multi-tenant project context directly into your editor.
- Extension id: flowrelay.flowrelay
- Current version: 0.4.0
Key Features
- Workspace Context sidebar panel with tenant-aware status.
- Personal and project-scoped workflows.
- Project context selector command.
- Handoff generation from all sources or selected sources.
- Handoffs list and quick open from the sidebar.
- Integrations list in active scope.
- Current workspace signals (branch/files/changes).
Multi-Tenant Scope Behavior
The extension supports both:
- Personal stream (no project selected)
- Project scope (personal project or organization project)
In organization projects, the UI adapts by role and context:
- owner/admin/member states
- project selected vs no project selected
- personal vs business account context
Installation
Install from one of these channels:
Setup
- Open Command Palette.
- Run: Flow Relay: Set API Key
- Enter your API key (format: fr_...)
- Optional: run Flow Relay: Select Project Context to switch to a project scope
Default API base URL:
You can override it in settings with flowrelay.apiBaseUrl.
Commands
- Flow Relay: Set API Key
- Flow Relay: Select Project Context
- Flow Relay: Generate Handoff
- Flow Relay: Generate Handoff from Source...
- Flow Relay: Show Handoffs
- Flow Relay: Show Last Handoff
- Flow Relay: Show Integrations
- Flow Relay: Refresh
Development
From this folder:
npm install
npm run build
npm run package
Troubleshooting
- If prompts show missing API key, run Flow Relay: Set API Key again.
- If no project data appears, run Flow Relay: Select Project Context and choose scope.
- If business workspace shows no accessible projects, verify team assignment and role in Flow Relay.
- Repository overview: ../README.md
- Release notes: ../RELEASE_NOTES_v0.4.0.md
| |