changelogAnthropic

Anthropic Python SDK v0.97.0 Adds CMA Memory Feature in Public Beta

TL;DR

Anthropic has released version 0.97.0 of its Python SDK, introducing CMA Memory as a public beta feature. The update includes bug fixes for API spec errors, restored missing features, and performance improvements for multipart file requests.

1 min read
0

Anthropic Python SDK v0.97.0 Adds CMA Memory Feature in Public Beta

Anthropic released version 0.97.0 of its Python SDK on April 23, 2026, introducing CMA Memory as a public beta feature alongside bug fixes and performance improvements.

Key Changes

The primary addition in this release is CMA Memory, now available in public beta. The SDK update does not provide technical details about CMA Memory's functionality or implementation in the changelog.

The release addresses multiple API specification issues. Bug fixes include corrections to errors in the API spec and restoration of previously missing features that had been inadvertently removed.

Performance and Technical Updates

The SDK includes a performance optimization for handling multipart requests. According to the changelog, the client now optimizes file structure copying in multipart requests, though specific performance metrics are not disclosed.

Additional technical changes include:

  • Addition of a missing import statement
  • Enhanced bootstrap script robustness
  • Test dependency update to steady v0.22.1

What This Means

This SDK update appears to be a significant feature release for Anthropic developers, with CMA Memory being the headline addition. However, the changelog provides minimal context about what CMA Memory does or how it functions, leaving developers to reference separate documentation. The bug fixes addressing API spec errors and missing features suggest the previous version (0.96.0) may have had stability issues that are now resolved. The performance optimization for multipart requests could benefit developers working with file uploads or structured data submissions, though the actual performance impact remains unquantified.

Related Articles

product update

Claude Code 2.1.277 Adds AGENTS.md Support Via New Mods System

Anthropic engineer Thariq Shihipar announced that Claude Code version 2.1.277 now supports AGENTS.md files as a fallback when no CLAUDE.md is present. The feature is implemented through Claude Code mods, a new customization system for the coding agent's harness.

product update

Anthropic Relaunches Claude Code Projects to Coordinate Multiple Cloud Agents

Anthropic has relaunched Projects in Claude Code, letting users direct multiple AI agent 'threads' that work in parallel under a coordinating agent. The beta feature rolls out today to select Claude Pro and Max subscribers, with broader access planned later.

product update

Anthropic Rebuilds Claude Code Projects to Run Parallel AI Agent Threads

Anthropic has rebuilt Claude Code's Projects feature so a coordinator agent splits user goals into parallel cloud-based threads, each capable of opening pull requests and running tests. The beta is limited to select Pro and Max subscribers, with Team, Enterprise, and local execution support coming later.

product update

Anthropic Merges Claude Cowork Into Chat, Cuts Product Down to Two Modes

Anthropic is merging Claude Cowork with its standard chat interface, dropping Claude from three modes down to two: Chat and Code. The change rolls out to Pro and Max subscribers over the coming weeks, with Claude Docs, Claude Slides, and Claude Design now available directly inside conversations.

Comments

Loading...