Fix stale read_file cache after a same-path write in delegate_designer_v2's stuck-loop detection - #78
Closed
allocsys wants to merge 24 commits into
Closed
Fix stale read_file cache after a same-path write in delegate_designer_v2's stuck-loop detection#78allocsys wants to merge 24 commits into
allocsys wants to merge 24 commits into
Conversation
…o delegate_designer_v2's agent loop, mirroring delegate_agent's fix #4 -- part 1: state init/restore
…g reasons (final step OR stuck loop) -- part 4
…lso cover stuck-loop withholding -- part 5
…nd consecutive-all-repeat tracking with nudge messages -- part 6
…ad_file calls, never cache-serves write_file, and forces a text answer after 3 consecutive all-repeat steps
…its repeat count) for a path after a successful write_file to that same path, so a subsequent read reflects the agent's own write instead of pre-write content
…ame path must not be served stale pre-write cached content
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closing -- opened from a branch that had already been squash-merged once (for #77), causing a phantom merge conflict against main. Same fix reopened cleanly from a fresh branch off current main: see the replacement PR.