> ## 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 23, 2026

> 2 min read

## What's new

* [Audio support in AI integrations](#audio-support-in-ai-integrations)
* [Web search in Agent automations](#web-search-in-agent-automations)
* [RulesSync support for replit.md](#rulesync-support-for-replitmd)

## Platform

### Audio support in AI integrations

<Frame>
  <img src="https://mintcdn.com/replit/iFXebQalkz-hdRyE/images/changelog/2026-01-23/screenshot-2026-01-22-at-9-08-38-am_80c7a6b9af74.png?fit=max&auto=format&n=iFXebQalkz-hdRyE&q=85&s=e30e431d617f21c33788a4a5cc71376b" alt="AI integrations audio settings showing transcription and output options" width="2884" height="1768" data-path="images/changelog/2026-01-23/screenshot-2026-01-22-at-9-08-38-am_80c7a6b9af74.png" />
</Frame>

AI integrations now supports audio capabilities with four new models:

* `gpt-4o-transcribe` and `gpt-4o-transcribe-mini` for speech-to-text transcription
* `gpt-4o-audio` and `gpt-4o-audio-mini` for audio output generation

Build applications that process or generate audio content—transcribe podcasts, create voice assistants, or add speech interfaces to your apps.

### Web search in Agent automations

<Frame>
  <img src="https://mintcdn.com/replit/iFXebQalkz-hdRyE/images/changelog/2026-01-23/image_935f53bc7191.png?fit=max&auto=format&n=iFXebQalkz-hdRyE&q=85&s=8d35432e77b1e4c5ae5f7bc6aa299e69" alt="Agent delivering research summary via automation" width="1482" height="2492" data-path="images/changelog/2026-01-23/image_935f53bc7191.png" />
</Frame>

Create automations that use web search without requiring API keys. Agent integrates LLM-native web search through AI integrations, enabling scheduled research, news summaries, or educational content delivery.

### RulesSync support for replit.md

The open source project [RulesSync](https://github.com/dyoshikawa/rulesync) now supports `replit.md` files. Keep your AI agent configuration files (`CLAUDE.md`, `AGENT.md`, and `replit.md`) synchronized across multiple projects.
