chore(deps-dev): bump pyinstaller from 6.18.0 to 6.19.0#6
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump pyinstaller from 6.18.0 to 6.19.0#6dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.18.0 to 6.19.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.18.0...v6.19.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
jhinpan
added a commit
that referenced
this pull request
Apr 11, 2026
Change _dump_agent_status() from sliding-window snapshot (write_text with last 10 entries) to append-only event log per Linus's Phase 2A reviewer contract: - Append-only per trial: use open(path, "a") instead of write_text() - Monotonic trial-local seq on each entry for stable event identity - Only new history entries are appended (cursor tracks last dumped count) - Handle context compaction/revert (cursor resets when history shrinks) - Truncate status file at trial start in _agent_loop() This unblocks execution_monitor.py's line-offset cursor for Phase 2A trigger rules (#4/#5/#6) which require incremental event consumption. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Bumps pyinstaller from 6.18.0 to 6.19.0.
Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.