Skip to content

feat(seer): Add feature flag for thinking blocks toggle#113437

Merged
chromy merged 1 commit into
masterfrom
chromy/2026-04-20-seer-explorer-thinking-blocks-flag
Apr 20, 2026
Merged

feat(seer): Add feature flag for thinking blocks toggle#113437
chromy merged 1 commit into
masterfrom
chromy/2026-04-20-seer-explorer-thinking-blocks-flag

Conversation

@chromy

@chromy chromy commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Register organizations:seer-explorer-thinking-blocks so 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

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 20, 2026
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
chromy force-pushed the chromy/2026-04-20-seer-explorer-thinking-blocks-flag branch from 166be42 to b17a5e7 Compare April 20, 2026 15:48
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
chromy force-pushed the chromy/2026-04-20-seer-explorer-thinking-blocks-flag branch from b17a5e7 to 863fbf3 Compare April 20, 2026 16:04
@chromy
chromy merged commit 3ee431f into master Apr 20, 2026
77 checks passed
@chromy
chromy deleted the chromy/2026-04-20-seer-explorer-thinking-blocks-flag branch April 20, 2026 17:14
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
@github-actions github-actions Bot locked and limited conversation to collaborators May 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants