feat: add bridge mode navigation and TypeScript infrastructure#18
Merged
khaliqgant merged 7 commits intoDec 25, 2025
Conversation
khaliqgant
commented
Dec 25, 2025
Member
- Add "Open Dashboard" navigation for projects in bridge command palette
- Add project dashboard route (/project/:id) with context detection
- Add dashboard buttons to project cards and sidebar for quick navigation
- Add "Back to Bridge" link in project dashboard view
- Add "Message Lead" button on project cards
- Add "Go to Bridge" command in main dashboard command palette
- Create TypeScript infrastructure for bridge frontend (types, state, app)
- Update build scripts to compile both dashboard and bridge frontend
- POST /api/spawn - Create new agent with name, cli, task - GET /api/workers - List active spawned workers - DELETE /api/workers/:name - Release a worker Enable with: agent-relay up --spawn
- Remove --spawn flag requirement, API always enabled - Rename /api/workers to /api/spawned for consistency - Update response field from 'workers' to 'agents'
…ets-RCkNs Add Bridge & Staffing design for multi-project orchestration
Resolved merge conflicts by keeping PR branch's bridge/spawn implementation. Also moved app.js and app.js.map to .gitignore as they are build artifacts that should be generated at build/publish time, not tracked in git.
6068139
into
claude/multi-project-agent-sockets-prSdq
1 of 6 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.