# August 12: Support for OpenAI GPT-5, Anthropic Opus 4.1 models, and CLI restore

### New Features

* :bulb: Graphlit now supports the latest OpenAI GPT-5 and Anthropic Opus 4.1, and Opus 4.1 Mini model variants. Developers can reference them through the `GPT5_400K`, `OPUS_4_1`, and `OPUS_4_1_MINI` enums when creating or updating model configurations.
* We’ve enhanced the Graphlit CLI with a new **restore** command, allowing you to rehydrate backed-up feeds or collections directly from the command line. This simplifies environment migrations and local testing workflows.

### Bugs Fixed

* GPLA-4429: Resolved ingestion performance issues for extremely large memory objects
* GPLA-4434: Improved ingestion stability when content metadata was malformed
* GPLA-4439: Corrected authentication mapping for GitHub feed properties


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/august-2025/august-12-support-for-openai-gpt-5-anthropic-opus-4.1-models-and-cli-restore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
