Skip to content

feat(desktop): add native run detail surface#425

Merged
Whiteks1 merged 1 commit intomainfrom
codex/issue-409-native-run-detail
Apr 20, 2026
Merged

feat(desktop): add native run detail surface#425
Whiteks1 merged 1 commit intomainfrom
codex/issue-409-native-run-detail

Conversation

@Whiteks1
Copy link
Copy Markdown
Owner

Summary

  • Reactivates desktop(migration): run detail and artifact explorer native surfaces #409 from the saved WIP checkpoint on a clean branch based on current origin/main.
  • Adds a native Run Detail surface with integrated artifacts view.
  • Adds a React TabsBar for native workbench tab navigation.
  • Updates renderer wiring and smoke coverage for the native run/artifacts happy path.

Issue

Source / Reactivation

This PR was created with the controlled reactivation path agreed after the Desktop convergence block:

Scope

In scope:

  • Native Run Detail surface.
  • Artifacts integrated into the Run Detail surface.
  • TabsBar needed for native workbench navigation.
  • Minimal legacy bridge wiring required by the new native surface.
  • Smoke updates that assert native Run Detail and artifacts readiness.

Out of scope:

Validation

Validated from desktop/:

  • npm ci
  • npm run -s typecheck
  • npm run -s build
  • npm run -s smoke:fallback
  • npm run -s smoke:real-path
  • node --test tests/snapshot-status.test.mjs
  • git diff --check

Note: the first smoke:real-path run failed because research_ui did not become reachable before timeout, while the native run detail/artifacts happy path was ready. A second run passed. No code change was made for that transient reachability event.

Boundary Check

This stays inside #409. It does not reopen platform convergence and does not start #410.

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 b8ebe19 into main Apr 20, 2026
3 checks passed
@Whiteks1 Whiteks1 deleted the codex/issue-409-native-run-detail branch April 20, 2026 10:19
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.

desktop(migration): run detail and artifact explorer native surfaces

1 participant