feat(seer): Let the explorer declare that it resolves embed references - #123154
Draft
azulus wants to merge 2 commits into
Draft
feat(seer): Let the explorer declare that it resolves embed references#123154azulus wants to merge 2 commits into
azulus wants to merge 2 commits into
Conversation
azulus
force-pushed
the
jeremy/codemode-embed-bus
branch
from
August 31, 2026 23:44
dd1e00d to
91d8380
Compare
azulus
force-pushed
the
jeremy/codemode-embed-bus-declare
branch
from
August 31, 2026 23:44
8480f59 to
839e3ec
Compare
Contributor
Sentry Snapshot Testing
|
Seer can address an embed payload on structuredContent instead of inlining it in markdown, which keeps a chart's data out of the model entirely. It only does so when the caller says it resolves references, because an unresolved one renders nothing where an inline body would have rendered a widget. Opt-in per caller rather than defaulted like `enable_embeds`: rendering Markdoc is not enough, the surface has to wrap its transcript in a resolver. Today that is the explorer chat. Flagged so it can be turned off without a revert. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
azulus
force-pushed
the
jeremy/codemode-embed-bus
branch
from
September 1, 2026 03:17
91d8380 to
67088d6
Compare
azulus
force-pushed
the
jeremy/codemode-embed-bus-declare
branch
from
September 1, 2026 03:17
839e3ec to
511ac1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seer can address an embed payload on structuredContent instead of inlining it in markdown, which keeps a chart's data out of the model entirely. It only does so when the caller says it resolves references, because an unresolved one renders nothing where an inline body would have rendered a widget.
Opt-in per caller rather than defaulted like
enable_embeds: rendering Markdoc is not enough, the surface has to wrap its transcript in a resolver. Today that is the explorer chat. Flagged so it can be turned off without a revert.Stacked on #123153 — frontend/backend cannot ship in one PR, and this has to land second so the resolver exists before anything emits a reference.
Seer side: https://github.com/getsentry/seer/pull/7969