fix(agents): 会话标题过滤 task-notification 协议行
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user