Skip to content

MAMA v0.52.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:29
· 20 commits to main since this release

MAMA v0.52.0

Package Versions

Package Version npm
@jungjaehoon/mama-core 2.4.1 npm
@jungjaehoon/mama-server 1.15.0 npm
@jungjaehoon/mama-os 0.52.0 npm
mama (Claude Plugin) 1.11.0 Claude Marketplace

Installation

# MAMA OS (Always-on Agent)
npm install -g @jungjaehoon/mama-os

# MCP Server (Claude Desktop/Code)
npx @jungjaehoon/mama-server

# Claude Code Plugin
/plugin marketplace add jungjaehoon-lifegamez/claude-plugins
/plugin install mama

Changelog

[0.28.6] / mama-core [1.9.0] / mama-os [0.28.6] - 2026-07-27

Fixed — claude-backend chat and report resilience

  • Corrupt-transcript self-heal — a session whose stored transcript carries an empty content
    block (e.g. an empty thinking block persisted by the CLI) bricked the chat with API 400 on
    every subsequent message; the error now joins the session-reset allowlist and retries on a
    fresh session automatically.
  • Report body recovery — scheduled full reports on the text-gateway path no longer die on
    "empty report response" when the composed body lives in an earlier assistant turn; it is
    recovered from history with a loud log.
  • Report excerpts carry authors — owner reports quoted channel lines as "(sender unclear)"
    because window excerpts dropped the event author; the author now rides each excerpt.
  • Outer Code-Act defaults on only for the codex backend — the claude main chat is
    persona-locked with no Code-Act transport; its instructions pointed at a tool that cannot
    exist there. Explicit per-agent useCodeAct config still wins.

📚 Documentation