chore(release): bump SDK for openYuanRong 0.9.9 - #35
Merged
Conversation
WenYuLuo
force-pushed
the
lwy/adapt-yuanrong-0.9.9
branch
from
August 21, 2026 13:21
bc4839c to
5f21282
Compare
WenYuLuo
marked this pull request as ready for review
August 21, 2026 13:26
WenYuLuo
force-pushed
the
lwy/adapt-yuanrong-0.9.9
branch
from
August 21, 2026 14:31
5f21282 to
819b4dd
Compare
Update akernel-sdk to 0.1.5 and pin the openYuanRong runtime binary, core wheels, Python distributions, and source gitlink to 0.9.9. Keep the existing AKernel SDK storage API unchanged. Signed-off-by: robbluo <luo1442@gmail.com>
WenYuLuo
force-pushed
the
lwy/adapt-yuanrong-0.9.9
branch
from
August 21, 2026 14:36
819b4dd to
c74a8fe
Compare
tianyuzhou95
approved these changes
Aug 21, 2026
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
akernel-sdkfrom 0.1.4 to 0.1.5 for the dependency update releaseopenyuanrong-sandboxand optionalopenyuanrong-sdkPython distributions to 0.9.9src/yuanronggitlink to the 0.9.9 release tagopenYuanRong 0.9.9 highlights
Compared with the previously pinned 0.9.7 release, the main AKernel-relevant changes are:
YR_TUNNEL_HTTP_TIMEOUTis now applied consistently to Rust RRT V1/V2 waits and both Python tunnel clients, preserving the 600-second default and returning 504 for timed-out upstream HTTP work. This is separate from the WebSocket connection timeout. See yuanrong !984 and sandbox-sdk !25.ConnectionConfig; uploads can preserve file permissions; and Frontend can query an agent instance file tree. See sandbox-sdk !23, yuanrong !966, and yuanrong !964.Upstream 0.9.9 also contains writable-storage-limit support in sandbox-sdk. This PR intentionally keeps the current AKernel public storage API unchanged; any such API adaptation should be reviewed separately.
Full upstream comparison: openYuanRong 0.9.7...0.9.9.
Validation
openyuanrong-sandbox==0.9.9akernel_sdk-0.1.5sdist and wheel build passedruntime-rrtDocker target build passedgit diff --checkpassed