fix: stabilization fixes and architectural enhancements - #49523
Closed
aniruddhaadak80 wants to merge 13 commits into
Closed
fix: stabilization fixes and architectural enhancements#49523aniruddhaadak80 wants to merge 13 commits into
aniruddhaadak80 wants to merge 13 commits into
Conversation
aniruddhaadak80
force-pushed
the
stabilization-fixes-v2
branch
from
June 20, 2026 08:07
9c9f08a to
59fb14b
Compare
Contributor
|
Thanks for assembling several useful fixes. The current branch needs selective salvage rather than a bulk merge. Problems
Suggested changes
Automated hermes-sweeper review. |
…and stabilize Windows test suite
…r tilde test on Windows
… in skill commands
…and symlink privilege errors
…ad verifier methods, fix Windows path test)
aniruddhaadak80
force-pushed
the
stabilization-fixes-v2
branch
from
July 15, 2026 08:45
3ec094f to
d71c38d
Compare
Contributor
Author
|
Closing as superseded — the reviewable pieces of this broad stabilization bundle have been rebuilt as focused PRs against current
The remaining ~60-file bulk of this branch predates thousands of upstream commits (api_server alone differs by >4000 lines) and can no longer be verified or merged safely — a squash would silently revert current |
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 of Changes
/qalias collision (Fixes CLI command alias collision: /q resolves to quit, making queue shorthand unreachable #14712)on_session_finalize(session_id=None)in gateway (Fixes /new emits on_session_finalize(session_id=None) when no prior session exists #12176)session_namesupport for cron jobs for session persistence.tests/cron/test_codex_execution_paths.py.Type of Change