Skip to content

feat(desktop): add launch review and failure flow#195

Merged
Whiteks1 merged 4 commits intomainfrom
codex/desktop-shell-workflow
Mar 27, 2026
Merged

feat(desktop): add launch review and failure flow#195
Whiteks1 merged 4 commits intomainfrom
codex/desktop-shell-workflow

Conversation

@Whiteks1
Copy link
Copy Markdown
Owner

Summary

This PR:

  • adds shell-native launch review tabs so recent jobs can be inspected without leaving QuantLab Desktop
  • introduces failure-oriented commands such as open latest failed launch and explain latest failure
  • wires plain-text log loading through Electron IPC so the shell can read stdout and stderr generated by existing QuantLab launch jobs

Why

This slice matters because:

  • the desktop shell should support failure review as part of the research loop, not just launching and opening runs
  • operators can now inspect job state and understand likely failure causes from one workspace instead of bouncing to browser links and raw files

Scope

This PR does not:

  • add AI reasoning or freeform diagnosis beyond deterministic failure summaries
  • replace existing browser surfaces for full run inspection; it adds a focused shell-native review path on top of them

Validation

Validated with:

  • node --check desktop/main.js
  • node --check desktop/preload.js
  • node --check desktop/renderer/app.js
  • python -m pytest test/test_research_ui_server.py

Notes

  • This builds directly on the desktop shell workflow branch by extending the launch -> inspect -> compare loop with launch failure review.
  • No issue is closed by this slice.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry @Whiteks1, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@Whiteks1 Whiteks1 merged commit 856c52f into main Mar 27, 2026
2 checks passed
@Whiteks1 Whiteks1 deleted the codex/desktop-shell-workflow branch March 27, 2026 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant