feat(guide): add exercise reset control [Codex] - #1350
Conversation
Restore the current exercise's initial code while clearing its saved draft and retaining completion progress.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Guide Cloudflare deployment⛅️ wrangler 4.114.0
Total Upload: 0.31 KiB / gzip: 0.22 KiB To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 997d668 | Commit Preview URL Branch Preview URL |
Sep 13 2026, 02:42 PM |
Cloudflare deploymentDeployement ID: 0b251236-7119-4367-9faf-47235f03b7b9 ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
Guide learners need a way to discard a draft and return to an exercise's starting point without losing completed checkpoints.\n\nAdds an accessible Reset control in the editor header. It restores the active exercise's initial code, removes only that exercise's saved draft, and leaves completion progress intact. The Browser Mode coverage uses a completed exercise whose initial output does not automatically pass, so the retained-progress behavior is explicit.