fix(desktop): restore local dev runtime flow#295
Merged
PerishCode merged 11 commits intomainfrom Mar 20, 2026
Merged
Conversation
Keep packaged logs, session data, and runtime state under a single desktop root so local verification matches shipped behavior. Also ensure dist builds honor cloud/link overrides for clean desktop login and model validation.
Split desktop local-dev environment and runtime startup into focused helper scripts so tmux launch wiring stays small and less error-prone. Keep launch correlation in the wrapper while moving build metadata and env setup into dedicated script entrypoints.
Keep the merged desktop/controller updates usable in local development by simplifying the desktop tmux launcher and preserving the runtime config behavior needed after the controller-first refactor. Also bring in the latest upstream desktop, session, diagnostics, web, and docs changes that now validate through the local desktop restart workflow.
Deploying nexu-docs with
|
| Latest commit: |
7c95fb4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3b1aa0f9.nexu-docs.pages.dev |
| Branch Preview URL: | https://fix-desktop-build-runtime.nexu-docs.pages.dev |
Remove stale desktop main skillhub wiring that no longer matches the controller-first flow, restore the desktop status matcher used in CI, and normalize desktop formatter/import issues so typecheck and lint pass again.
Update the packaged desktop dist workflow to use the unified @nexu/desktop user-data and logs layout so diagnostics checks look in the same locations as the runtime and local verification scripts.
mrcfps
approved these changes
Mar 20, 2026
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
origin/mainmerges by simplifying the tmux launcher into focused helper scripts and preserving the runtime config behavior needed for local startuppnpm desktop:restart