Vellum 0.8.1
·
3426 commits
to main
since this release
A focused release on a redesigned model profiles and provider connections system, Twilio phone calling for platform-hosted assistants, one-click Publish to Vercel from the app builder, iOS push notifications, a smarter memory pass, and a tightened iOS login flow.
Highlights
- Redesigned model profiles and provider connections: mix managed and bring-your-own connections per profile, edit labels and status inline, save tweaks as new variants, and switch profiles mid-conversation with the new /model slash command
- Twilio phone calling for platform-hosted assistants: your assistant can now answer and place real phone calls when running on the Vellum platform, so you can reach it from anywhere without opening an app
- Publish to Vercel from the app builder: when your assistant builds you an app, it can now deploy it to Vercel for you in one step, with complex apps handed off to the assistant for end-to-end deployment and live URLs surfaced in the deploy toast
- iOS push notifications are live: with the latest staging iOS app, your assistant can send native APNs notifications to your phone for activity completions, scheduled wakeups, and turn-end events you'd otherwise miss on mobile
- Memory v2.5 under the hood: a background retrospective pass reflects on recent conversations, a Sonnet-based router replaces dynamic context injection for memory recall, and per-conversation memory state forks cleanly with the conversation. No visible UX changes, just memory that feels right more often
- iOS login flow polish: a single Sign In button on the Capacitor login screen, native OAuth completion now lands through a deep-link router instead of falling back to popups, conversational OAuth opens in SFSafariViewController, invalid_grant errors prompt a reconnect instead of silently failing, and the onboarding name is pre-filled from your authenticated profile
- Tavily joins the web search provider list, giving you another option alongside the existing providers
- Quality-of-life polish: a Discord community card and chat banner make it easier to find the Vellum community,
assistant changelogbrings release notes into the CLI, NOW.md injection is now configurable, the macOS provider editor gained a Save as New button, Google OAuth setup is now single-step with inline credential collection, and gateway logs are pretty-printed with a JSONL sidecar forlog-tail