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

# April 18, 2025

> 2 min read

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block font-sans whitespace-pre-wrap break-words">
      <div className="pr-7">
        {children}
      </div>
    </CodeBlock>;
};

## What's new

* [Smarter integrations matching](#smarter-integrations-matching)
* [Faster AI responses](#faster-ai-responses)
* [Streamlined Agent progress UX](#streamlined-agent-progress-ux)
* [Clearer checkpoint titles](#clearer-checkpoint-titles)
* [Dev preview URL education](#dev-preview-url-education)
* [Better file uploads](#better-file-uploads)
* [Bulk organization invites](#bulk-organization-invites)
* [Enhanced app restoration](#enhanced-app-restoration)

## Platform updates

### Smarter integrations matching

Agent now better identifies when to add external tools and services in new chats. Try creating a new chat and prompting:

<AiPrompt>
  Add AI with Anthropic to my app
</AiPrompt>

You'll experience more accurate results as Agent connects your apps with external services, helping you build more powerful applications faster.

### Faster AI responses

The AI systems have been supercharged to deliver dramatically faster responses:

* Experience near-instant interactions with both Agent and Assistant
* Enjoy smoother conversations with faster response times
* Building and iterating on your apps is now more fluid than ever

### Streamlined Agent progress UX

The new "Preview" pane replaces both the "Progress" and "Webview" panes, positioning it front and center to eliminate the output drawer. This improvement helps you stay in flow while building apps without having to dig into code. Helpful tips through a floating banner also guide you during builds.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-04-18/imagepng-150215.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=c65d33b82ee16a2f0811fd351d83d384" alt="Updated Agent Progress UX" width="6233" height="2767" data-path="images/changelog/2025-04-18/imagepng-150215.png" />
</Frame>

### Clearer checkpoint titles

Checkpoints are now more accessible with concise titles, while preserving detailed technical information in commit descriptions. This makes your project history easier to understand without sacrificing the technical details you need.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-04-18/checkpoint.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=12b2e19d176a5808b38734f23aabfeb1" alt="Checkpoint title and commit description example" width="1962" height="442" data-path="images/changelog/2025-04-18/checkpoint.png" />
</Frame>

### Dev preview URL education

An educational banner now appears when a Dev Preview is opened in a new tab, helping you understand the purpose of .replit.dev URLs as you build and test your applications.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-04-18/kapture-2025-04-10-at-193857gif-150312.gif?s=88f1b0f8c0e49c2eaff2d21eee60c1f2" alt="Dev preview URL education" width="960" height="643" data-path="images/changelog/2025-04-18/kapture-2025-04-10-at-193857gif-150312.gif" />
</Frame>

### Better file uploads

File uploads are now more reliable and easier to use, with a larger "drag and drop" area.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-04-18/cleanshot-2025-04-14-at-1520052xpng-150238.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=011fae81b77117de825f8fa8ea523676" alt="Better file uploads" width="3148" height="1996" data-path="images/changelog/2025-04-18/cleanshot-2025-04-14-at-1520052xpng-150238.png" />
</Frame>

## Teams and Enterprise

### Bulk organization invites

Teams can now invite multiple users to their Organization at once, streamlining collaboration and onboarding for larger groups.

<Frame>
  <img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-04-18/bulk-invite.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=61c621ff02a0c46c5df0f86c707cbe21" alt="Bulk Organization invites" width="2276" height="1200" data-path="images/changelog/2025-04-18/bulk-invite.png" />
</Frame>

### Enhanced app restoration

Organization admins can now view recently deleted Apps with a new CLUI command, making the existing restore-repl command significantly more usable. This helps you recover important projects quickly when needed.
