feat(desktop): expand default agent toolsets with canvas, forums, dms, and member list#510
Merged
Merged
Conversation
Include canvas and forums toolsets in the default SPROUT_TOOLSETS for desktop-spawned agents so they have access to canvas and forum tools out of the box. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update CreateAgentDialogSections help text and placeholder to reflect the actual runtime fallback toolsets (default,canvas,forums,dms,media). Also add media to the available toolsets list. Move list_channel_members from channel_admin to default in the crate-level doc comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 28, 2026
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.
Summary
canvas,forums, anddmstoolsets to the defaultSPROUT_TOOLSETSfor desktop-spawned agents (was"default,media", now"default,canvas,forums,dms,media")list_channel_membersfromchannel_admintodefaulttoolset — it's read-only, same risk profile aslist_channels/get_channelWhy
Desktop agents couldn't read channel canvases, vote on forum posts, manage DMs, or see channel member lists without explicit toolset configuration. These are all fundamental capabilities for agents operating in channels.
Deliberately excluded:
social(publishes notes, modifies contact lists),channel_adminwrite ops (create/archive/remove members),workflow_admin,identity.Test plan
cargo build -p sprout-mcppassesNIT: Test comment on
list_channel_membersassertion says(rw)but should say(ro allows reads)— cosmetic only.🤖 Generated with Claude Code