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

# July 25, 2025

> 2 min read

## What's new

* [Queue](#queue)
* [Domain management improvements](#domain-management-improvements)
* [Improved proof of work UI](#improved-proof-of-work-ui)

## Platform

### Queue

Agent messages are now automatically queued, so each new request waits until the current task is complete before running. This works like a task list, letting you interact with AI in a more asynchronous, organized way.

<Frame>
  <img src="https://mintcdn.com/replit/0UCOQvZyQpUEM03B/images/replitai/message-queue-overview.png?fit=max&auto=format&n=0UCOQvZyQpUEM03B&q=85&s=c3d1d78f85905388d29361d9be1bceec" alt="Message Queue interface showing queued messages in the chat UI" width="1054" height="504" data-path="images/replitai/message-queue-overview.png" />
</Frame>

### Domains improvements

You can now seamlessly move purchased domains between different Apps without redeploying. This flexible domain management approach saves time and makes it easier to reorganize your projects as they evolve.

Domains now *also* supports custom DNS records, giving you complete control over your domain configuration. Connect to third-party services, set up email, or configure advanced routing without leaving Replit.

### Improved proof of work UI

We've refreshed our proof of work interface with an intuitive design and helpful tooltips. This update makes it easier to understand how proof of work affects your experience and provides clearer guidance on what's happening behind the scenes.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-07-25/screenshot-2025-07-18-at-15722-pmpng-095259.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=77bb86745bc7fc2ff38d9f7195841892" alt="Proof of work tooltip" width="3306" height="1560" data-path="images/changelog/2025-07-25/screenshot-2025-07-18-at-15722-pmpng-095259.png" />
</Frame>
