Skip to content

feat(desktop): expand default agent toolsets with canvas, forums, dms, and member list#510

Merged
wesbillman merged 2 commits into
mainfrom
fix/desktop-agent-default-toolsets
May 8, 2026
Merged

feat(desktop): expand default agent toolsets with canvas, forums, dms, and member list#510
wesbillman merged 2 commits into
mainfrom
fix/desktop-agent-default-toolsets

Conversation

@wesbillman
Copy link
Copy Markdown
Collaborator

Summary

  • Adds canvas, forums, and dms toolsets to the default SPROUT_TOOLSETS for desktop-spawned agents (was "default,media", now "default,canvas,forums,dms,media")
  • Moves list_channel_members from channel_admin to default toolset — it's read-only, same risk profile as list_channels/get_channel

Why

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_admin write ops (create/archive/remove members), workflow_admin, identity.

Test plan

  • cargo build -p sprout-mcp passes
  • All 17 toolset tests pass (3 updated for new counts)
  • Verify desktop-spawned agents have canvas/forums/dms/list_channel_members tools available

NIT: Test comment on list_channel_members assertion says (rw) but should say (ro allows reads) — cosmetic only.

🤖 Generated with Claude Code

wesbillman and others added 2 commits May 8, 2026 09:29
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>
@wesbillman wesbillman merged commit 0f10861 into main May 8, 2026
15 checks passed
@wesbillman wesbillman deleted the fix/desktop-agent-default-toolsets branch May 8, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant