Skip to content

chore(deps): bump epoch to d94f215 for FetchSnapshotConfig 1MB cap fix#4

Merged
tonicmuroq merged 1 commit intomainfrom
chore/bump-epoch-config-cap-fix
May 6, 2026
Merged

chore(deps): bump epoch to d94f215 for FetchSnapshotConfig 1MB cap fix#4
tonicmuroq merged 1 commit intomainfrom
chore/bump-epoch-config-cap-fix

Conversation

@tonicmuroq
Copy link
Copy Markdown
Contributor

Pulls in cocoonstack/epoch#3 — raises the snapshot-config blob read cap from 1 MiB to 64 MiB so wake from a hibernate snapshot whose aggregated per-file sparse maps exceed 1 MiB no longer fails with parse snapshot config: unexpected end of JSON input.

Live repro: a 4 GiB Windows VM with a Firebase-active agent produces a 1.37 MB config blob (memory-ranges sparse map 580 KB + overlay.qcow2 sparse map 612 KB + base fields). Wake stays in vk-cocoon's UpdatePod retry loop indefinitely until this dep bump lands and vk-cocoon is redeployed.

No source changes here; just go.mod + go.sum + go build/test green.

🤖 Generated with Claude Code

Picks up cocoonstack/epoch#3, which raises the snapshot-config blob
read cap from 1 MiB to 64 MiB. Wake-side parse failed with
"unexpected end of JSON input" when the SnapshotConfig — including
per-file SparseMap fields for memory-ranges and overlay.qcow2 — grew
past 1 MiB, which a 4 GiB Windows guest with a Firebase-active agent
hits routinely.

No vk-cocoon source changes; just the go.mod / go.sum bump and a
rebuild. Existing tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@tonicmuroq tonicmuroq merged commit 3592828 into main May 6, 2026
2 checks passed
@tonicmuroq tonicmuroq deleted the chore/bump-epoch-config-cap-fix branch May 6, 2026 02:29
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