Skip to content

[codex] replay checkpoints from project storage#68

Merged
salim4n merged 1 commit into
mainfrom
feat/studio-replay-checkpoints
May 29, 2026
Merged

[codex] replay checkpoints from project storage#68
salim4n merged 1 commit into
mainfrom
feat/studio-replay-checkpoints

Conversation

@salim4n
Copy link
Copy Markdown
Member

@salim4n salim4n commented May 29, 2026

Closes #48

What changed

  • Added a native checkpoint inference command that validates checkpoint payloads from local project storage and writes a completed inference run with metrics and trace data.
  • Added a Studio checkpoint action to run inference and select the resulting run/episode so replay and reward debugger panels open immediately.
  • Surfaced native checkpoint inference errors through the existing Studio alert.
  • Covered success and missing-payload error paths in React and Tauri tests.

Validation

  • bun test apps/studio/src/App.test.tsx
  • bun run --cwd apps/studio typecheck
  • cargo test --manifest-path apps/studio/src-tauri/Cargo.toml
  • bun run ci

@salim4n salim4n marked this pull request as ready for review May 29, 2026 01:22
@salim4n salim4n merged commit 4e15583 into main May 29, 2026
1 check passed
@salim4n salim4n deleted the feat/studio-replay-checkpoints branch May 29, 2026 01:22
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.

feat(studio): replay checkpoints directly from project storage

1 participant