> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# January 17, 2025

> 2 min read

## What's new

* [SendGrid integration](#sendgrid-integration)
* [Web view mobile support](#web-view-mobile-support)
* [DNS record format update](#dns-record-format-update)
* [Flask deployment upgrade](#flask-deployment-upgrade)
* [Assistant inline shell commands](#assistant-inline-shell-commands)

## Platform updates

### 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.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/sendgrid-2.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=616f890928b5683a0ced1154e0d3291a" alt="SendGrid integration" width="664" height="527" data-path="images/changelog/2025-01-17/sendgrid-2.png" />
</Frame>

### 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.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/mobile-preview.gif?s=6643cda77e671afe855c3e594b0a9147" height="500px" width="400px" data-path="images/changelog/2025-01-17/mobile-preview.gif" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/qr-mobile.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=333c478dfe88d7eeb0b63f4166ae67ef" alt="Mobile QR code" width="1310" height="800" data-path="images/changelog/2025-01-17/qr-mobile.png" />
</Frame>

### 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.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/dns-record-format.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=0e47e33857aa30f219cb3894538e2d02" alt="DNS record format" width="1228" height="1156" data-path="images/changelog/2025-01-17/dns-record-format.png" />
</Frame>

### Flask deployment upgrade

gunicorn 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!

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/shell-commands.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=243f91a61d5c73e1dcefacffd82d710b" alt="Assistant inline shell commands" width="609" height="534" data-path="images/changelog/2025-01-17/shell-commands.png" />
</Frame>

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

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-01-17/shell-warning.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=a42a6845943f77ef00cefe2775c2c629" alt="Shell commands UI" width="1050" height="834" data-path="images/changelog/2025-01-17/shell-warning.png" />
</Frame>
