From 96509372712f472a75ebbd1691e8478ce1bcb7bb Mon Sep 17 00:00:00 2001 From: AdaAibaby Date: Mon, 7 Sep 2026 20:19:47 +0800 Subject: [PATCH] feat(cli): add `template rebuild --refresh-envd` Old templates bake an old envd into their final snapshot, so a sandbox started from one resumes the old envd and can't use features gated on a newer envd (e.g. volume mounts need envd >= 0.5.14). The only fix is a rebuild, which users have been scripting by hand against the raw API -- easy to get wrong (specs silently drop to 2 vCPU / 1024 MiB, alias orphaned under a fresh template id). Add `e2b template rebuild