Minor Changes
- 9f301b6: Named workspace agent routes now use
/eve/<name>/v1/*acrosseve/next,eve/vercel, and agent-only workspace builds. Update existing named-agent URLs to the new route; root single-agent routes remain at/eve/v1/*, andeve/vercelcan now compose them. - bfc899d: Replace the Vercel-specific deployed self-modification credential configuration with an application-supplied GitHub credential provider. Generated Vercel setup now writes an inline
@vercel/connectadapter, while the self-hosted PAT configuration remains available through{ pat: true }.
Patch Changes
- 29af29d: Add experimental
autoModelrouting ateve/experimental/evaluate. It defaults to TypeSafe Jev through AI Gateway, accepts any AI SDK evaluation model, and chooses a Gateway model ID or provider model instance from the incoming task with per-option reasoning and per-turn retention. - 910bb45: Fix
turn.starteddynamic model, tool, skill, and subagent resolvers receiving an empty message snapshot.ctx.messagesnow includes visible conversation history and incoming input, including deferred session-limit turns and authorization resumes, with history projection preserved after memory recall. - ab5b8e9: Install integrations selected through the development TUI's
/addcommand into the active workspace agent while keeping shared environment, Vercel, dependency, and deployment effects at the workspace root. - 987c3a0: Add development commands to generated hostless workspace services so
vercel dev --localcan start every agent. DefaultdefineWorkspaceAgenttransports route through the local Vercel service graph without deployment credentials. - 0fa8916: Add guided Microsoft Teams setup through
eve add channel/teams. The flow delegates app creation, installation, and Activity routing to the Vercel Connect CLI, then scaffolds the Connect-backed channel. - fd9a007: Reorganize the
eve devcommand implementation without changing its behavior. - 16e11f9: Prevent multiline setup prompts, including the Vercel project-link question shown by
/add, from being duplicated into TUI scrollback during repaints.