You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
a75dd47: Vercel sandbox: drop the runtime option. eve now always boots its hosted sandboxes from the published eve image.
Patch Changes
afc7ded: Allow eve dev to start from a package-less flat agent that only has instructions.md. Development runtime snapshots now generate private package metadata when the authored app has none.
7d1084d: fix(eve): remove unnecessary preview deployment check that prevented production access from eve dev
63f94f0: Remove optional framework peer dependencies from the published package metadata so installs no longer resolve unused framework packages.
ba2e0ce: Create new Vercel projects through vercel link instead of posting directly to the projects API. This lets the Vercel CLI apply its framework and local config handling while eve reads the resulting link metadata, keeps framework-specific eve host integrations when detected, and otherwise ensures new projects use the eve framework preset.