Skip to content

fix(staged): hide ACP session info transcript rows - #927

Merged
matt2e merged 1 commit into
mainfrom
hide-session-info
Aug 24, 2026
Merged

fix(staged): hide ACP session info transcript rows#927
matt2e merged 1 commit into
mainfrom
hide-session-info

Conversation

@matt2e

@matt2e matt2e commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

session_info_update ACP events were rendered as standalone rows in the session transcript, adding noise (title/updatedAt/_meta churn) that isn't useful to read inline.

This removes session_info_update from VISIBLE_STANDALONE_EVENT_KINDS in apps/staged/src/lib/features/sessions/acpTranscript.ts, so those metadata messages are filtered out of the transcript alongside the other operational ACP rows. The events are still written and stored as before — only transcript rendering changes. The VISIBLE_STANDALONE_EVENT_KINDS set itself is kept (now empty) so future event kinds can opt back in.

Testing

  • Added an acpTranscript.test.ts case asserting that session_info_update metadata produces no transcript groups, covering both the acpSessionInfo and acpContent payload shapes.

Signed-off-by: Matt Toohey <contact@matttoohey.com>
@matt2e
matt2e merged commit caf20af into main Aug 24, 2026
2 checks passed
@matt2e
matt2e deleted the hide-session-info branch August 24, 2026 11:35
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