SCAL-320498 TSE controls for starter prompts - #601
Open
singhkaramveer012 wants to merge 1 commit into
Open
Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
commit: |
singhkaramveer012
force-pushed
the
SCAL-320498
branch
from
August 4, 2026 10:22
b922501 to
11aa347
Compare
singhkaramveer012
requested review from
ravishah8176 and
shivam-kumar-ts
and removed request for
ravishah8176
August 4, 2026 10:25
singhkaramveer012
force-pushed
the
SCAL-320498
branch
5 times, most recently
from
August 11, 2026 09:04
c937657 to
1b5296e
Compare
Adds StarterPromptsConfig on spotterChatConfig so hosts can customize the Spotter starter prompt categories: an overall enable flag, per-category labels, and custom question lists for the quick and research categories. The config is normalized (label/prompt character caps, top 4 questions) and sent to the app in the APP_INIT embedParams from SpotterEmbed, LiveboardEmbed and AppEmbed. Pill visibility is handled through the existing action model with the new Action.QuickSearchPill, Action.DeepAnalysisPill and Action.DataLiteracyPill members, so hiddenActions and visibleActions work as they do elsewhere. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
singhkaramveer012
force-pushed
the
SCAL-320498
branch
from
August 11, 2026 09:08
1b5296e to
c010897
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.
SCAL-320498 TSE controls for starter prompts