Skip to content

fix(web): timeline body extraction descends signed multipart replies (CL-8444) - #878

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-8444-frame-body
Sep 18, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-8444-frame-body

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Agent replies are multipart/signed around multipart/mixed around text/plain. The client extracted the boundary from lowercased headers, so it never matched the mixed-case part markers and rendered the reply as empty. The extractor now matches the boundary case-sensitively and descends nested multiparts to the first text/plain leaf.

@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8444

@TheGreatAxios
TheGreatAxios merged commit 14d5570 into main Sep 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant