Skip to content

Commit 3ea67c3

Browse files
khaliqgantProactive Runtime Botclaude
authored
fix(on): bump relayfile-mount binary v0.1.6 -> v0.7.39 (#982)
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: Proactive Runtime Bot <agent@agent-relay.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c6c904b commit 3ea67c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/commands/on/relayfile-binary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import https from 'node:https';
1616
import os from 'node:os';
1717
import path from 'node:path';
1818

19-
const RELAYFILE_VERSION = '0.1.6';
19+
const RELAYFILE_VERSION = '0.7.39';
2020
const RELEASE_BASE_URL = 'https://github.com/AgentWorkforce/relayfile/releases/download';
2121
const CHECKSUMS_FILE = 'checksums.txt';
2222
const CACHE_DIR = path.join(os.homedir(), '.agent-relay', 'bin');

0 commit comments

Comments
 (0)