Skip to main content

January 17, 2025

· 2 min read
Matt Palmer
Head of Developer Relations

What's new

SendGrid integration

You can now build email integrations with Agent. This allows you to send emails from your new Agent projects using the SendGrid API.

SendGrid integration email template configuration

Web view mobile support

We've added the ability to scale web view to common mobile screen sizes. In addition, we've added a QR code in the URL dropdown and networking pane for easier mobile device testing.

As a reminder—even while you're building your project, it's accessible from the internet. Just visit the dev URL from any device.

Demonstration of mobile screen size preview functionality
QR code scanning interface for mobile testing

DNS record format update

We've modified how custom domain DNS records are formatted to match industry standards.

This should make it easier to configure custom domains.

Updated DNS record format interface showing new industry-standard configuration

Flask deployment upgrade

Unicorn is now the default web server for Flask stack deployments.

This resulted in a 40x performance improvement over previous Flask deployments.

Assistant inline shell commands

Assistant can now execute shell commands directly in the chat pane. Save time by running commands without leaving the chat!

Assistant interface showing inline shell command execution

We've also added warnings for potentially dangerous shell commands and revamped the UI for installing packages.

Security warning interface for potentially dangerous shell commands