Patch Changes
- 4761011: Avoid creating workflow park hooks with an empty continuation token. Sessions that start without a token now wait until the first turn anchors one before registering the park hook.
- 93ff280: The
eve devheader now shows the beta-terms link inline (eve is currently in preview: <url>), clickable via the terminal's own URL matcher. The verbose preview notice is dropped from the boot banner and fromeve initoutput. - 432503d: Clarify the duplicate
eve devprocess error with a copyable package-manager command for connecting to the existing local server instead of stopping it. - c0c5cbf: Upgrades the workflow dependency to 5.0.0-beta.19
- 602e9e0: Detect parent workspace package managers when running
eve init <name>so fresh agents created inside monorepos install with the workspace manager instead of always following the launcher. - 0bd7aca: Warn when a Vercel build skips sandbox template prewarming because
VERCEL_DEPLOYMENT_IDis missing, and direct users away from deploying that output withvercel deploy --prebuilt.