From bf5b346215d1885c0df8f467cce26dcdc6ad54cf Mon Sep 17 00:00:00 2001 From: "Matt Johnson (via Claude)" Date: Tue, 9 Jun 2026 04:17:52 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20avalanche=20wire=20format=20=E2=80=94=20?= =?UTF-8?q?use=20=5Fmeshai=5Fprecomposed=20bypass=20so=20multi-line=20surv?= =?UTF-8?q?ives=20composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- meshai/env/avalanche.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshai/env/avalanche.py b/meshai/env/avalanche.py index 596668f..45d52c7 100644 --- a/meshai/env/avalanche.py +++ b/meshai/env/avalanche.py @@ -314,8 +314,9 @@ class AvalancheAdapter: source="avalanche", category=category, severity=severity, - title=title, + title=summary, summary=summary, + data={"_meshai_precomposed": True}, timestamp=evt.get("fetched_at"), expires=evt.get("expires"), lat=lat,