Skip to content

Global Agent Memory v0.1.4

Latest

Choose a tag to compare

@ozankasikci ozankasikci released this 13 Jul 07:36

Global Agent Memory v0.1.4 fixes long-lived MCP connections for Claude Code and Codex.

Fixed

  • Uses stateless Streamable HTTP requests so agent bridges cannot retain an expired MCP session.
  • Prevents the recurring 32600: Session terminated failure after idle periods.
  • Adds transport regression coverage that verifies the daemon does not issue an expiring Mcp-Session-Id.
  • Documents recovery steps and clarifies that a transport failure is not an empty memory-search result.

Verification

  • 78 unit tests
  • 57 integration tests
  • 19 contract tests
  • 13 E2E tests
  • 8 dashboard component tests
  • Ruff, strict MyPy, TypeScript, dashboard production build, deterministic contract check
  • 86.54% gated coverage
  • Wheel and source distribution pass twine check