Merge v1.0.1 updates and switch Codex to streaming app-server#9
Open
jjoshua2 wants to merge 7 commits intoKripner:masterfrom
Open
Merge v1.0.1 updates and switch Codex to streaming app-server#9jjoshua2 wants to merge 7 commits intoKripner:masterfrom
jjoshua2 wants to merge 7 commits intoKripner:masterfrom
Conversation
Author
|
I integrated all the other PRs I've been using except #5 and merged into 1.0.1 |
Author
|
@idrassi I pushed my runs folder and reverify folder and all steps up into this branch for you to look at when you have a chance. I used this code to reverify with opus 4.6 max. |
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.
This PR brings this branch up to upstream v1.0.1 and preserves the local OpenProver changes that were still relevant after the upstream merge.
Highlights:
exec --jsonpath with a streamingcodex app-serverclientValidation:
PYTHONPATH=. pytest -q tests/test_claude_client.py tests/test_cli_models.py tests/test_codex_client.py tests/test_quota_pause.py tests/test_interrupt_race.py tests/test_resize.py32 passedNote:
pytest -qstill includestests/test_tui_keys.py, which expects an interactive TTY and is not reliable in non-TTY CI/sandbox runs.