fix(on): bump relayfile-mount binary v0.1.6 → v0.7.39#982
Conversation
The cloud Daytona persona path downloads the relayfile-mount Go binary at RELAYFILE_VERSION (version-checked cache re-downloads on a bump, so no snapshot swap needed). v0.1.6 predates the workspace-export 413->paginate fallback (relayfile v0.7.33/#195) and scoped mount-path support (v0.7.39/#206), so large repos (e.g. AgentWorkforce/cloud) bulk-export >128MB -> HTTP 413 -> starve the sandbox bootstrap (bootstrap_timeout). v0.7.39 pulls both fixes. Unblocks AgentWorkforce/cloud#1028. (Pairs with relayfile#207 restoring checksums.txt on releases + the backfilled v0.7.39 checksums.txt asset, which verifyChecksum() requires.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Your plan includes 4 reviews of capacity. Refill in 12 minutes and 44 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Bump
RELAYFILE_VERSIONinsrc/cli/commands/on/relayfile-binary.tsfrom0.1.6→0.7.39.Why
The cloud Daytona persona path downloads the
relayfile-mountGo binary at this pin (version-checked cache → re-downloads on a bump, so no snapshot swap needed). v0.1.6 predates:So on a large repo (AgentWorkforce/cloud), the daemon does a workspace-wide >128MB bulk export → HTTP 413 → hot-loops → starves the sandbox bootstrap (
bootstrap_timeout) → no./cloud, no PR. That's the root blocker for AgentWorkforce/cloud#1028 (everything cloud-side — durable launch, region, mount/token scope, writeback path-forms — was already proven correct; this binary was the last gap).Pairs with
checksums.txton every release (the workflow had regressed;verifyChecksum()here is mandatory).checksums.txtonto the existing relayfile v0.7.39 release, so this bump's download verifies immediately.🤖 Generated with Claude Code