release: cli 0.6.32 + sandboxes 0.2.41 + tunnel 0.1.11 - #894
Merged
Conversation
akirillo
requested review from
DamianB-BitFlipper,
JannikSt,
JohannesHa,
burnpiro,
kcoopermiller,
kennethnym and
willccbb
as code owners
September 4, 2026 02:32
DamianB-BitFlipper
approved these changes
Sep 4, 2026
| if python3 -m pip download --quiet --no-deps --no-cache-dir --dest /tmp/floor-check "prime-sandboxes==$FLOOR"; then | ||
| echo "prime-sandboxes $FLOOR is installable" | ||
| exit 0 | ||
| for PACKAGE in prime-sandboxes prime-tunnel; do |
Member
There was a problem hiding this comment.
while youre at it, maybe you could add the prime-traces and prime-evals pkgs here too 🙏
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.
Releases
prime0.6.32,prime-sandboxes0.2.41, andprime-tunnel0.1.11. The CLI now requires the SDK versions that carry its runtime behavior, and its release workflow waits for both exact SDK floors on PyPI before tagging or publishing.Included changes:
openai/gpt-5.6-luna.The sandboxd prerequisites for #867 are deployed. Its live idempotency suite passed against dev and prod. The obsolete workspace
prime-tunnel>=0.1.6override is removed because the CLI now owns the required>=0.1.11contract.