diff --git a/myagents/launcher.py b/myagents/launcher.py index bd2d49c..99b2ce4 100644 --- a/myagents/launcher.py +++ b/myagents/launcher.py @@ -779,7 +779,7 @@ def _sessions_dir(backend: str, chat_cwd: Path) -> Path: # Claude Code local-command protocol rows (not human chat); skip when picking # the first-prompt fallback title. _LOCAL_COMMAND_NOISE_RE = re.compile( - r"^\s*<(?:local-command-caveat|local-command-stdout|command-name)\b", + r"^\s*<(?:local-command-caveat|local-command-stdout|command-name|task-notification)\b", re.IGNORECASE, )