Skip to content

fix: prevent stale status overwrite after final update#175

Merged
LIU9293 merged 1 commit intomainfrom
feat/fix-status-overwrite-race-177225
Feb 28, 2026
Merged

fix: prevent stale status overwrite after final update#175
LIU9293 merged 1 commit intomainfrom
feat/fix-status-overwrite-race-177225

Conversation

@LIU9293
Copy link
Contributor

@LIU9293 LIU9293 commented Feb 28, 2026

Summary

  • prevent a race where an in-flight progress tick can update the status message after completion and overwrite the just-published final result
  • stop and drain progress updates before finalization, then freeze status updates on completion
  • bump package version from 0.1.17 to 0.1.18

Testing

  • bun test packages/core/test/request-runner.test.ts

Stop in-flight progress updates before completion so late status ticks cannot overwrite final output, and bump the project version to 0.1.18.
@LIU9293 LIU9293 merged commit 1eee24a into main Feb 28, 2026
2 checks passed
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