feat(seer): Add feature flag for thinking blocks toggle#113437
Merged
chromy merged 1 commit intoApr 20, 2026
Conversation
chromy
added a commit
that referenced
this pull request
Apr 20, 2026
Replace the hardcoded-true prop with a check on organizations:seer-explorer-thinking-blocks, matching how the context engine and code mode toggles are gated. The flag is registered in a separate backend PR (#113437) that must land first. Co-Authored-By: Claude <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/K0Wqz5UNWEhB0PFmTGRU3wpMbhBWekLcjlUQpVVrlDs
chromy
force-pushed
the
chromy/2026-04-20-seer-explorer-thinking-blocks-flag
branch
from
April 20, 2026 15:48
166be42 to
b17a5e7
Compare
Register organizations:seer-explorer-thinking-blocks, which will gate the thinking-blocks toggle in the Seer Explorer top bar. The frontend change to read the flag ships in a separate PR. Co-Authored-By: Claude <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/nwjiQTuoXn_gjAbTTeEIIVkV9-uR45bdqtilj4y7vEM
chromy
force-pushed
the
chromy/2026-04-20-seer-explorer-thinking-blocks-flag
branch
from
April 20, 2026 16:04
b17a5e7 to
863fbf3
Compare
trevor-e
approved these changes
Apr 20, 2026
3 tasks
chromy
added a commit
that referenced
this pull request
Apr 27, 2026
Add a toggle in the explorer top bar that shows/hides LLM thinking content in chat blocks. When enabled, assistant messages that include `thinking_content` display a collapsible Disclosure section above the main response. The toggle follows existing patterns: - Rendered as a `Switch` in the top bar, matching the context engine (CE) toggle style - Gated behind `organizations:seer-explorer-thinking-blocks`, registered in #113437 (land first) - Off by default — users opt in to see thinking blocks Agent transcript: https://claudescope.sentry.dev/share/gf6WzWexFIp3HMzlPjgCIHrG8w552yCWcLNT3zuyNqY https://github.com/user-attachments/assets/142f8865-472a-4d7a-a04c-00194c633ac5
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Register
organizations:seer-explorer-thinking-blocksso the Seer Explorer top-bar toggle for LLM thinking blocks can be gated behind a flag, matching the existing context-engine and code-mode toggles.The corresponding frontend change that reads the flag is #113182.
Agent transcript: https://claudescope.sentry.dev/share/YhKW2ejWMJaKutTmRpLTZzD9cHS7Qf_lm7xaYp0OtFw