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
fe691aa: Expose Vercel Sandbox Drives and allow authors to mount them when creating live session sandboxes.
Patch Changes
d0bb6af: Fix Sign in with Vercel Web Chat projects failing to load user-scoped Vercel Connect tools because the generated channel used a reserved issuer.
7ab7d97: Running eve without a command now initializes the current directory when no eve project is present, and starts development when one is detected.
c77c661: eve init now asks whether to scaffold a non-empty current directory in place or create a named subdirectory. In-place scaffolds preserve unrelated files and overwrite generated paths; coding-agent and non-interactive launches must pass an explicit directory name.
456c0a5: eve init now scaffolds the current directory when no target is provided, including when launched by a coding agent.