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
9f301b6: Named workspace agent routes now use /eve/<name>/v1/* across eve/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/*, and eve/vercel can 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/connect adapter, while the self-hosted PAT configuration remains available through { pat: true }.
Patch Changes
29af29d: Add experimental autoModel routing at eve/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.started dynamic model, tool, skill, and subagent resolvers receiving an empty message snapshot. ctx.messages now 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 /add command 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 --local can start every agent. Default defineWorkspaceAgent transports 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 dev command 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.