Skip to content

Backpack Runtime v0.2.0-alpha.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Sep 18:26
· 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 | iex

Existing alpha.7 installations can also use the repaired self-updater:

backpack update --prerelease

Improvements

  • Preserves structured HTTP 503 cloud_inference_unavailable errors instead of
    collapsing them into a generic local runtime error.
  • Preserves safe Retry-After, X-Request-ID, and
    X-Provider-Request-ID headers 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.