Backpack Runtime v0.2.0-alpha.8
Pre-release
Pre-release
·
1 commit
to main
since this release
Backpack Runtime v0.2.0-alpha.8
This prerelease aligns the local Cloud proxy with Backpack Cloud's hardened
provider-failure contract.
Install or update
irm https://backpack.run/install.ps1 | iexExisting alpha.7 installations can also use the repaired self-updater:
backpack update --prerelease
Improvements
- Preserves structured HTTP 503
cloud_inference_unavailableerrors instead of
collapsing them into a generic local runtime error. - Preserves safe
Retry-After,X-Request-ID, and
X-Provider-Request-IDheaders returned by Backpack Cloud. - Uses the provider request ID when reporting an unexpectedly interrupted SSE
stream, improving safe correlation with RunPod worker logs. - Keeps entitlement failures translated into the existing private-preview
product message without exposing internal account state.
Cloud and coding-agent integrations remain experimental. Cloud authentication
does not by itself grant hosted-inference entitlement.