Migrating to MemGPT 0.11.1
Version 0.11.1 introduces 1 breaking change. This guide details how to update your code.
Released: 8/8/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
LLMConfigBreaking Changes
●Issue #1
The optional argument for `memory_replace` has been removed to improve reliability. Users relying on this optional argument must update their calls.
Migration Steps
- 1Review any usage of `memory_replace` and remove the optional argument if present.
Release Summary
This release introduces support for new LLM models like Claude Opus 4.1 and GPT-5, and enhances built-in tools by improving memory reliability and paginating the file grep tool.
Need More Details?
View the full release notes and all changes for MemGPT 0.11.1.
View Full Changelog