Skip to content

v4.63.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:40
4733da2

Patch Changes

  • 8c8b89c: conv: strip signatures that are a trailing contact block with no closing greeting

    Inbound emails whose signature is a bare contact block (e.g. an Outlook/Apple Mail HTML-table signature with no "Best regards" sign-off) could survive the cleanup pass when the real reply was short. Both the strip-email-signature curator skill and the conv_strip_message_signature tool refused to remove a block that was more than half the body, so a one-line reply followed by a large signature kept the signature.

    conv_strip_message_signature now allows a cut past the 50% guard when the caller supplies a signatureText that matches the removed trailing portion and carries two or more contact-info hints (email, phone, address, URL). The skill is updated to recognise greeting-less contact blocks and to always pass signatureText when the signature dominates the body.

    • @getmunin/core@4.63.1
    • @getmunin/db@4.63.1
    • @getmunin/types@4.63.1
    • @getmunin/mcp-toolkit@4.63.1
    • @getmunin/agent-runtime@4.63.1
    • @getmunin/emails@4.63.1
  • 0d56ab7: Fix two rendering gaps in the CMS draft-approval block editor. Array (string-list) and multi_select fields — and array-of-text block props such as a stat block's items — no longer fall through to a raw JSON dump: they render as a clean list / comma-separated values, and in edit mode get a proper list editor (add / remove / reorder) and a checkbox group. Markdown prose now renders GitHub-flavored markdown (tables, strikethrough) via remark-gfm, so a comparison table in a prose block shows as a table instead of raw pipe-delimited text. The GFM upgrade applies to all shared markdown rendering in the dashboard drawers (KB, outreach, conversation drafts, message bubbles).

  • 9a87f0b: Fix dashboard overview row heights and pill text centering. Queue rows no longer grow taller on hover — the right-hand slot now always reserves the action buttons' height (h-7) whether it shows the timestamp or the hover-revealed approve/dismiss buttons. The "open conversations" rows now reserve the same height, so both sections line up at a consistent row height. Pills (e.g. the CMS badge) get leading-none so their uppercase text is vertically centered within the badge instead of floating high.

Published packages

  • @getmunin/analytics-tracker@4.63.1
  • @getmunin/chat-widget@4.63.1
  • @getmunin/agent-host@4.63.1
  • @getmunin/agent-runtime@4.63.1
  • @getmunin/backend-core@4.63.1
  • @getmunin/core@4.63.1
  • @getmunin/dashboard-pages@4.63.1
  • @getmunin/db@4.63.1
  • @getmunin/docs-pages@4.63.1
  • @getmunin/emails@4.63.1
  • @getmunin/mcp-toolkit@4.63.1
  • @getmunin/sdk@4.63.1
  • @getmunin/types@4.63.1
  • @getmunin/ui@4.63.1