fix(seer): Only show one tooltip to explain delegating background agents #105967
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.
Enabling backgruond agents can't be done in bulk because there could be multiple agents to choose from, and each could have a different set of options. So you've gotta do it on the Settings > Project > Seer page, for each project.
The little checkbox isn't enough to capture all that, maybe in a future iteration we can do something else, like a little dropdown+form with the sub-options in there.... but another thing that's troublesome is we're not showing the current agent or it's settings in this table either... so when you're selecting items in the list you won't know what the current options are.
Anyway, this replaces an icon+tooltip on each row with a single icon+tooltip in the table header.
Could probably use some better copywriting at this point.
Before


After
