Skip to content

fix(desktop): restore Windows managed runtime startup - #146

Merged
killswitch-GUI merged 12 commits into
mainfrom
codex/windows-desktop-runtime
Aug 18, 2026
Merged

fix(desktop): restore Windows managed runtime startup#146
killswitch-GUI merged 12 commits into
mainfrom
codex/windows-desktop-runtime

Conversation

@killswitch-GUI

@killswitch-GUI killswitch-GUI commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fixes #145.

This branch gets the Windows desktop Managed Local runtime from the reported bootstrap failure to a working dev and packaged-app launch path.

  • fixes Windows sidecar/runtime startup under Desktop, including verified path handling, cleared-environment temp roots, Windows endpoint persistence, and loopback public API startup
  • adds Windows lifecycle/bootstrap coverage for the deterministic sidecar reproduction named in issue Windows Desktop managed runtime fails during sidecar bootstrap and loopback bind #145
  • adds private desktop development homes and Codex CLI discovery in scripts/desktop-dev.ps1
  • improves desktop Codex auth safety/error handling and Windows workspace display paths
  • fixes onboarding row layout polish discovered during the Windows desktop smoke pass

Validation

  • cargo xtask check rust
  • cargo test --locked -p colossus-sidecar --test windows_lifecycle verified_sidecar_bootstraps_pinned_grpc_runs_echo_and_closes -- --exact --ignored --nocapture
  • npm run test:browser passed 19/19
  • npm run format:check
  • desktop Tauri lib tests: 160 passed, 1 ignored
  • rebuilt NSIS installer and launched installed colossus-desktop.exe through the native onboarding/provider/offline self-test flow
  • scripts/desktop-dev.ps1 smoke reached target\debug\colossus-desktop.exe and stayed up past the previous panic point

Desktop evidence

Installer tested:

apps/desktop/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/Colossus Desktop_0.1.0_x64-setup.exe

SHA256:

B223A15892E4E59F372ECF5057CD5B29423D0B577E3933FDBFA54AB268CBDF69

Captured Windows smoke screenshots are in the local ignored target/desktop-e2e/ evidence folders from the Codex task.

@killswitch-GUI killswitch-GUI changed the title Fix Windows desktop managed runtime startup fix(desktop): restore Windows managed runtime startup Aug 18, 2026
@killswitch-GUI
killswitch-GUI marked this pull request as ready for review August 18, 2026 16:19
@killswitch-GUI killswitch-GUI added the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3621dd2989

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/desktop/src-tauri/src/desktop_settings.rs Outdated
Comment thread apps/desktop/src/components/ReleaseChannelBanner.tsx Outdated
Comment thread apps/desktop/src-tauri/src/desktop_settings.rs Outdated
@github-actions github-actions Bot removed the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@killswitch-GUI killswitch-GUI added the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@github-actions github-actions Bot removed the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@killswitch-GUI killswitch-GUI added the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@github-actions github-actions Bot removed the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@killswitch-GUI killswitch-GUI added the ci:full Run cost-bounded full pre-merge acceptance on the current PR head label Aug 18, 2026
@killswitch-GUI
killswitch-GUI merged commit fdc0834 into main Aug 18, 2026
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:full Run cost-bounded full pre-merge acceptance on the current PR head

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows Desktop managed runtime fails during sidecar bootstrap and loopback bind

1 participant