Enables synthetic daemons via CLI and menu - #188
Merged
C4lopsitta merged 7 commits intoJul 28, 2026
Conversation
…loud/develop Appearance fix
…loud/develop feat: v3.2.2
Integrates the latest changes from the `elemento-gui-new` subproject, supporting ongoing `syn-daemons` feature development.
Previously, synthetic daemons required manual startup in a separate terminal. This change simplifies UI development by allowing mock servers to be launched automatically with Electros using the `--synthetic-daemons` CLI switch, or by switching to them at runtime from the Developer menu. This streamlines testing and development against mock data.
C4lopsitta
approved these changes
Jul 28, 2026
C4lopsitta
merged commit Jul 28, 2026
ae2b389
into
Elemento-Modular-Cloud:develop
5 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.
Streamlines UI development by integrating synthetic (mock) daemons directly into Electros. This change removes the need for developers to manually start mock servers in a separate terminal.
--synthetic-daemonsCLI switch: Electros can now automatically launch thesynthetic-daemonspackage vianpm startalongside the GUI, simplifying the development setup.CmdOrCtrl+Shift+Alt+N/S). This allows for quick toggling during active development.npm startto reliably kill all related children.README.mdfiles are updated with comprehensive instructions for the integrated synthetic daemon workflow and runtime switching.electros-electron/package.jsonstartscript is adjusted to correctly forward command-line arguments, enabling the new--synthetic-daemonsswitch.elemento-gui-newsubmodule.