Change8

0.11.1

Breaking Changes
📦 memgptView on GitHub →
1 breaking2 features🐛 1 fixes🔧 1 symbols

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.

⚠️ Breaking Changes

  • The optional argument for `memory_replace` has been removed to improve reliability. Users relying on this optional argument must update their calls.

Migration Steps

  1. Review any usage of `memory_replace` and remove the optional argument if present.

✨ New Features

  • Added support for Claude Opus 4.1 and GPT-5 models.
  • Added `minimal` option for `reasoning_effort` parameter in `LLMConfig`.

🐛 Bug Fixes

  • Made the `grep` tool for files paginated.

Affected Symbols