# 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
