Onboarding, worktrees, tmux, Bedrock, Vertex and more now load on demand instead of at startup.
What's wrong with this entry?
Deferred module loads across the CLI, onboarding, worktree and tmux launch, Chrome MCP wiring, machine-id lookup, the SDK, Bedrock, Vertex and Foundry clients, sandbox install, the daemon hub and AWS SSO now load separate chunk files on demand instead of running an inline initialiser. Nothing behaves differently; first-use cost for those paths moves from module init to loading a chunk.
- Hundreds of module-init wrappers were removed and their contents inlined or relocated.
- The worktree launch path now pins storage and initialises the debug log and feature-flag credentials before handing off.
HOOKS_WORKER_URL, await import("/$bunfs/root/chunk-XXXXXXXX.js")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.247
Git bundle creation gains a delta window and an explicit object mode
Both mention bundle
-
v2.1.246
Cloud sessions can start from a plain folder, not just a git checkout
Both mention bundle
-
v2.1.247
Cloud teleport refuses to seed from a folder with an unreadable
.gitBoth mention bundle