Hardening fixes for compression, Hindsight, and env snapshots - #57612
Closed
ai-ag2026 wants to merge 7 commits into
Closed
Hardening fixes for compression, Hindsight, and env snapshots#57612ai-ag2026 wants to merge 7 commits into
ai-ag2026 wants to merge 7 commits into
Conversation
ai-ag2026
force-pushed
the
tars/agent-generic-hardening-pr
branch
from
July 3, 2026 08:59
b48d742 to
48462b0
Compare
(cherry picked from commit d05f07c9873705400d5ddfd9b352ea387aeb8efd) (cherry picked from commit ee02fb231ac6c144c947eed71c82eb568f0d9437)
(cherry picked from commit 38de0dc12571529d87b8905c57a0ba2ce4c9226c) (cherry picked from commit fabc245c382da529ad6deab5786dfee2a75a414e)
(cherry picked from commit 1b5d0fedda9131f1b56876e0aa369a29d9356e08) (cherry picked from commit cd4eff10c6b4e4509ebce89a06b7c6372a68e015)
(cherry picked from commit 4f1ea6f0632bd0c623a11f289fbd742d55537db8) (cherry picked from commit 268666e7b0bd4ba88c4ea6a883a6caf595324751)
(cherry picked from commit 8e9a47d710214cf7fd367b01cc2e54c47212a369)
ai-ag2026
force-pushed
the
tars/agent-generic-hardening-pr
branch
from
July 9, 2026 02:38
0cc0173 to
4b8bbc4
Compare
ai-ag2026
force-pushed
the
tars/agent-generic-hardening-pr
branch
from
July 9, 2026 02:47
4b8bbc4 to
919632e
Compare
Contributor
|
Thanks for the focused hardening work. Two parts still target current-main behavior: Problems
Suggested changes
Automated hermes-sweeper review. |
Contributor
Author
SummaryClosing this older combined hardening PR after reconciling every slice against the maintained replacements and current Why
No remaining unique hunk needs to be ported, and no target branch was changed during this consolidation. Validation
NotesThis is a consolidation close, not a rejection of the fixes. The maintained destinations are #59840, #59842, and Refs
|
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.
Summary
This PR collects small, generic hardening fixes that were carried locally and replay cleanly on current
origin/main:export -p | grep ... && mv ...pipelines so exported env/session PATH changes persist correctlyVerification
Run locally on the PR branch after the latest push:
Earlier CI caught the shell-snapshot temp-name regression in
tests/tools/test_local_shell_init.py; this branch now includes the fix and the local reproducer suite is green.