fix: retain exact reads through agent compaction - #13
Merged
Conversation
Author
|
Exact-head CI assessment for
The hosted suite remains red at its inherited baseline; the exact changed contracts and meaningful gates are green. |
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.
What
Preserve exact successful read results through bounded provider-context compaction, and require source-bound ingestion skills to stage each update immediately after its sole exact baseline read.
Why
Production Terra canary job 2796 batched several large
get_pagecalls. The existing uniform per-round projection removed every exact page body and content hash from provider-visible context, so the agent could not freeze a CAS-guarded proposal even though the durable tool ledger remained complete. The job failed safely with no writes, but it could not make progress.Changes
Testing
bun test test/ai/tool-loop-context-exact-results.test.ts test/granola-meeting-ingestion-skill.test.ts test/github-project-ingestion-skill.test.ts test/gmail-thread-ingestion-skill.test.ts— 59 passbun run verify— 31/31 pass