fix(dashboard): enable Discord-specific toolsets from web UI - #65361
Merged
teknium1 merged 1 commit intoJul 16, 2026
Merged
Conversation
shannonsands
marked this pull request as ready for review
July 16, 2026 04:14
This was referenced Jul 16, 2026
1 task
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.
What does this PR do?
Fixes the dashboard Toolsets UI so Discord-specific capabilities can actually be enabled.
Discord (read/participate)andDiscord Server Adminare restricted to the Discord platform. The dashboard previously read and wrote every toolset throughplatform_toolsets.cli; the shared saver correctly discarded Discord-only toolsets from that platform, but the endpoint still returned success. Users therefore saw a success toast followed by an unchanged inactive state.The dashboard now resolves each toolset's configuration platform. Ordinary toolsets retain the existing CLI scope, while Discord-only toolsets read and persist through
platform_toolsets.discord. The API exposes that scope so the drawer can sayEnabled for Discord, and profile-scoped refreshes now retain the selected profile.Related Issue
NS-525: Cannot activate Discord server admin/read participation features
Type of Change
Changes Made
platform_toolsets.discordwithout leaking into CLI configuration.How to Test
Discord (read/participate).Enabled for Discord.Discord Server Adminand verify both are present underplatform_toolsets.discord, notplatform_toolsets.cli.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests pass (focused toolset/dashboard suites: 517 passed)Documentation & Housekeeping
README,docs/, docstrings) — N/A; no public configuration contract changedcli-config.yaml.exampleif I added/changed config keys — N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — N/AScreenshots / Logs
Live API smoke test against an isolated Hermes home:
Validation:
Infographic