Minor Changes
- 2714386:
eve/sveltekitnow deploys the agent through Vercel's stable services model. On Vercel builds it generates an eve Build Output service and a/eve/v1/*service route instead of writing legacyexperimentalServicestovercel.json. TheconfigureVercelJsonandservicePrefixplugin options and theEVE_SVELTEKIT_SERVICE_PREFIXexport were removed; delete any generatedexperimentalServicesblock fromvercel.json.
Patch Changes
- 20a5201: Update eve's default agent model to
zai/glm-5.2. New agents created witheve init, config-less agents, and the setup model picker now use GLM 5.2 instead of Claude Sonnet 5. - ee8943b: Recover cancelled responder-authorized approvals after replay so the pending tool call remains cancelled and cannot hang while waiting for a consumed response.