forked from ai-dynamo/aiperf
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(cache-bust): correct marker placement across context resets, seeded resumes, and FORK children #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cquil11
merged 9 commits into
SemiAnalysisAI:cjq/agentx-v0.3
from
ajcasagrande:acasagrande/cache-bust-reset-context
Jun 11, 2026
Merged
fix(cache-bust): correct marker placement across context resets, seeded resumes, and FORK children #6
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8924adf
fix(cache-bust): re-apply marker across context resets; stop sub-path…
ajcasagrande c99735a
fix(cache-bust): mark seeded turn 0 on mid-trajectory resume
ajcasagrande 4036233
fix(cache-bust): target the last reset turn, not just turn_list[-1]
ajcasagrande 911842c
fix(cache-bust): FORK children inherit parent prefix, never re-bust
ajcasagrande b1021e9
test(cache-bust): extensive matrix for FORK/SPAWN/reset/seeded intera…
ajcasagrande a9a8ee5
test(cache-bust): end-to-end markers survive reset_context turns
ajcasagrande f9c4f40
test(cache-bust): real-subprocess integration for reset_context markers
ajcasagrande fe2bd72
test(cache-bust): real-subprocess integration suite (targets, NONE, S…
ajcasagrande 1f161a7
test(cache-bust): de-flake collision-free recycle test
ajcasagrande File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text seed idempotency mismatch
Medium Severity
_content_has_marker_at_edgetreats a full prefix/suffixmarkeron strings, but_inject_marker_into_first_user_textseeds marker-only synthetic turns withmarker.strip()(no surrounding newlines). Because injection now runs every credit, a second call does not recognize the edge marker and prepends/appends the full marker again, stacking[rid:…]tokens on the shared turn.Reviewed by Cursor Bugbot for commit 1f161a7. Configure here.