News

Dispatches from the Amp Team

RSS
October 29, 2025 Back to News

Amp Now Reads Threads

You can now reference threads in your messages, and Amp will fetch and extract the relevant context from them. For example:

To reference your own threads in the CLI and editor extensions, type @ and the title of the thread you want to reference. For other threads to which you have access, such as workspace or public threads, simply paste the thread URL or the ID in your message.

Here's what that looks like in the Amp CLI:

Amp pulls in only what's needed using a new read_thread tool, which first fetches the thread as Markdown and then uses another model to extract the relevant context based on your instructions.

We think that threads as first-class entities — shareable, reusable, referenceable — has the potential to unlock new patterns for agentic programming.