docs: parallel desktop development guide + configurable UI port#4367
Merged
Conversation
Add docs/agents-development.md with instructions for running a second Electron desktop instance alongside an existing one (isolated Docker Compose project, separate ports, separate Electron user-data dir). Make the Vite dev server port for the desktop UI configurable via ELECTRIC_DESKTOP_UI_PORT env var (defaults to 5183) so two instances can run simultaneously without port conflicts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4367 +/- ##
==========================================
+ Coverage 55.82% 59.86% +4.03%
==========================================
Files 245 291 +46
Lines 24847 28791 +3944
Branches 6874 7793 +919
==========================================
+ Hits 13872 17236 +3364
- Misses 10961 11538 +577
- Partials 14 17 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
agents-runtime depends on agents-mcp, so the documented dependency chain is: typescript-client → agents-mcp → agents-runtime → (agents-server, agents). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
docs/agents-development.mdwith complete instructions for running a second Electron desktop instance alongside an existing one — isolated Docker Compose project, separate ports, separate Electron user-data directory.ELECTRIC_DESKTOP_UI_PORTenv var (defaults to5183) so two instances can run simultaneously without port conflicts.Context
When testing a feature branch while keeping a main-branch desktop running, you need isolated Docker containers, distinct ports, and a separate Electron data directory. This documents the full workflow including the env vars, compose flags, and teardown steps.
Test plan
pnpm devstill works with default port 5183 (no env var set)ELECTRIC_DESKTOP_UI_PORT=5184 pnpm devstarts the UI on port 5184docs/agents-development.mdend-to-end🤖 Generated with Claude Code