Skip to content

Fix direct sandbox hosts for shared URLs and prepare v0.1.6 - #19

Merged
muxx merged 1 commit into
mainfrom
fix/shared-sandbox-host
Sep 16, 2026
Merged

muxx merged 1 commit into
mainfrom
fix/shared-sandbox-host

Conversation

@muxx

@muxx muxx commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

When sandboxUrl is https://sandbox.agentbox-runtime.ru, getSandboxDirectUrl() currently builds https://<port>-<id>.sandbox.agentbox-runtime.ru. That hostname does not match the configured one-label wildcard route, so browser filesystem traffic cannot reach the sandbox.

Derive direct hostnames from agentbox-runtime.ru when the shared endpoint is sandbox.<sandboxDomain>. Keep the configured URL for header-routed requests and preserve existing custom-proxy behavior. Add a regression test for both URL forms and prepare the lockstep SDK packages for v0.1.6.

Validation:

  • pnpm format:check, pnpm lint, pnpm typecheck, pnpm test
  • make go-check
  • make generate twice; generated output was stable
  • ./scripts/build-release.sh, public artifact check, release artifact installation tests
  • Built the mono Dashboard and ran its terminal/filesystem tests against the local v0.1.6 npm tarball

The KVM release-runtime suite remains a required gate before tagging v0.1.6. No production deployment is included in this PR.

@muxx
muxx merged commit f42cc1d into main Sep 16, 2026
14 checks passed
@muxx
muxx deleted the fix/shared-sandbox-host branch September 16, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant