Skip to content

feat: add per-context replay status tracking#393

Open
zhongkechen wants to merge 2 commits into
mainfrom
replay
Open

feat: add per-context replay status tracking#393
zhongkechen wants to merge 2 commits into
mainfrom
replay

Conversation

@zhongkechen
Copy link
Copy Markdown
Contributor

Issue #, if available:

Fixes #389

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zhongkechen zhongkechen self-assigned this May 16, 2026
@zhongkechen zhongkechen marked this pull request as ready for review May 16, 2026 04:52
# update the context replay status to NEW
self._replay_status = ReplayStatus.NEW
# update the execution replay status to NEW
self.state.transition_replay_status()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why do we still need the replay status in state if we're planning to set one in context?

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.

[Feature]: per context replay status

3 participants