> ## 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 25, 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

* [Mobile app Agent tour and deployments in dock](#mobile-app-agent-tour-and-deployments-in-dock)
* [Deployment secrets sync with workspace secrets](#deployment-secrets-sync-with-workspace-secrets)
* [Enhanced checkpoint event UI](#enhanced-checkpoint-event-ui)
* [Team invitation improvements](#team-invitation-improvements)
* [Advanced privacy settings for teams](#advanced-privacy-settings-for-teams)

## Platform updates

### Mobile app Agent tour and deployments in dock

The mobile app now features a guided Agent onboarding tour to help new builders get started quickly. Plus, Deployments now appear in the dock by default, making it easier to manage your published applications right from your mobile device.

### Deployment secrets sync with workspace secrets

Deployments now automatically sync with your Workspace secrets! This means less error-prone redeploys as your environment variables stay in sync. You can still override individual values when needed by "unsyncing" them explicitly.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/imagepng-150245.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=703b004f1df8e14564458b5b9cacf738" alt="Deployment secrets sync interface" width="1414" height="552" data-path="images/changelog/2025-04-25/imagepng-150245.png" />
</Frame>

### Enhanced checkpoint event UI

The checkpoint event interface has been revamped with an improved design and more intuitive controls. Plus, staff now have access to cross-session rollbacks, allowing for more powerful version management.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/imagepng-150254.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=027c711894e4a332a48faac73e185e92" alt="Enhanced checkpoint event UI" width="1314" height="1112" data-path="images/changelog/2025-04-25/imagepng-150254.png" />
</Frame>

## Teams and Enterprise

### Team invitation improvements

Managing team invitations is now easier with clear visibility into expired invites and the ability to re-send invitations. Whether an invite expired or is still pending, you can quickly re-send it with a single click.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/screenshot-2025-04-21-at-92801-pmpng-150300.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=d59c87f1b15d29e39ffa34317bb0351e" alt="Team invitation management interface" width="2107" height="1518" data-path="images/changelog/2025-04-25/screenshot-2025-04-21-at-92801-pmpng-150300.png" />
</Frame>

### Advanced privacy settings for teams

Enterprise teams now have enhanced control over their organization's data with new Advanced Privacy settings. Prevent members from creating public apps or exporting code as zip files, ensuring your intellectual property stays protected within your organization.
