Minor Changes
- ccaa596: Dynamic models and subagents now resolve without compiled fallbacks or placeholder configs.
defineDynamicaccepts onlyevents; dynamic model handlers must return a concrete selection, while runtime model metadata is normalized and cached when the selection becomes active. - 2dd193b: Channel message sends now use
turnPolicy: "steer"by default, so accepted messages replace active turns through cancellation-backed steering without a separate cancel request. SetturnPolicy: "queue"on a channel or individual send to preserve the previous wait-for-completion behavior.
Patch Changes
- 672c054: Add
eve setwith--modeland--reasoningoptions for changing an existing agent's model settings, and add the same model settings toeve initfor scaffolding. - 1ee27be: Interactive setup now offers an explicit exit after
eve initand runs Vercel login and project linking in place whenever Vercel-backed integration setup or deployment needs them.