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

# December 13, 2024

> Assistant launch, improved Agent, usage updates, and more.

## What's new

* [Assistant Features](#assistant-features)
* [Rollback with Ease](#rollback-with-ease)
* [Build Beautiful Apps](#build-beautiful-apps)
* [Rapid Scraping / Screenshots](#rapid-scraping---screenshots)
* [Usage Updates You'll Love](#usage-updates-youll-love)

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/assistant-title.jpg?fit=max&auto=format&n=-6g2hQCrMskerX65&q=85&s=7ac6485f337b7bf1cc8923ff43ca0877" alt="Assistant" width="3840" height="2160" data-path="images/changelog/2024-12-13/assistant-title.jpg" />
</Frame>

This week, Assistant launched—a new AI tool that allows you to edit multiple files and apply changes directly.

<Note>
  **Update (December 2025):** Assistant has been deprecated. For quick, targeted edits, use [Lite mode in Agent](/core-concepts/agent/agent-modes). For discussions and planning, use [Plan mode in Agent](/core-concepts/agent/plan-mode).
</Note>

Assistant is optimized for chat and quick edits. A common workflow is creating an MVP with Agent, then performing quick edits with Assistant.

Here are some highlights of Assistant:

* **Lightweight:** Assistant is optimized for chat and quick edits, now with the ability to edit multiple files and apply changes directly.
* **Mentions and screenshots:** Mention files or URLs in your prompts. Assistant can scrape the URL or take a screenshot for you.
* **Rollbacks:** Assistant automatically creates checkpoints, allowing you to easily preview edits as diff and roll back with a single click.
* **Flexibility:** Assistant works in any Replit App, regardless of the tech stack. Bring your existing projects or start fresh with Agent.
* **More Beautiful Apps:** Improved support for responsive React apps allows you to create stunning apps.
* **Billing updates:** All usage limits for Agent have been removed, and the credits included in your subscription have been increased.

## Platform updates

### Assistant Features

Replit Assistant is a lightweight AI tool built for chat and quick edits. It can edit multiple files and apply them directly on it's own.

Assistant excels when you give it context—that might mean specific features, files (mention them with `@file`), or URLs (just paste them in).

Assistant can help you iterate faster and uses about 5x less credits than Agent.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/2-enter-assistant.webp?fit=max&auto=format&n=-6g2hQCrMskerX65&q=85&s=044b6c92755383b3869bc44eb7e1e496" alt="Intro to Assistant" width="600" height="338" data-path="images/changelog/2024-12-13/2-enter-assistant.webp" />
</Frame>

### Rollback with Ease

Assistant automatically creates checkpoints, allowing you to easily preview edits as diffs and roll back with a single click if anything looks off.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/5-b-apply.gif?s=85c1490cc0461b8e38ca900cf2b34032" alt="Apply Edits" width="600" height="338" data-path="images/changelog/2024-12-13/5-b-apply.gif" />
</Frame>

### Build Beautiful Apps

Improved support for **React apps** ensures your apps appear and function at their peak.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/6-b-react.gif?s=c4043b8055c7ea8fa10188a0d281e016" alt="Beautiful Apps with React" width="600" height="338" data-path="images/changelog/2024-12-13/6-b-react.gif" />
</Frame>

### Rapid Scraping / Screenshots

Screenshot or scrape the contents of any site directly into your prompts with **Assistant** or **Agent**.

Simply paste a URL and Replit offers to take a screenshot or scrape the contents of the page.

As always, you can always attach images to your prompts or mention files with `@file`.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/8-scrape.gif?s=082fa80fd1c1fc01f0cc5747c93e43ce" alt="Scraping" width="600" height="338" data-path="images/changelog/2024-12-13/8-scrape.gif" />
</Frame>

### Usage Updates You’ll Love

* **No More Usage Quotas:** Say goodbye to limits for Agent usage.
* **More Credits for Subscribers:** Core subscribers now receive increased credits.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/billing.png?fit=max&auto=format&n=-6g2hQCrMskerX65&q=85&s=99d1282fb2f89faceb5f1ad090ff5f72" alt="Billing" width="2514" height="1308" data-path="images/changelog/2024-12-13/billing.png" />
</Frame>

New billing tools allow you to monitor and limit your spend. Head over to the "usage" tab in Replit to see your usage and set limits.

<Frame>
  <img src="https://mintcdn.com/replit/-6g2hQCrMskerX65/images/changelog/2024-12-13/billing-1.png?fit=max&auto=format&n=-6g2hQCrMskerX65&q=85&s=410fa8d35bb93057d6b777a64d6695af" alt="Billing" width="4305" height="2421" data-path="images/changelog/2024-12-13/billing-1.png" />
</Frame>
