Remove the workbench-scoped Plugins settings section - #301
Merged
Conversation
Plugins are global-only for now (owner ruling) — a workbench's own Settings surface no longer offers a Plugins section to connect or override a credential just for that one conversation. The bench-level Plugins page (/plugins) is untouched and remains the only place to connect a plugin. Any credential rows a workbench previously wrote through this section are left in the shared tenant-credentials store untouched; nothing here reads or writes them anymore.
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
/plugins, reached from the sidebar) is untouched — it was already tenant/bench-scoped, not per-workbench, and remains the only place to connect a plugin/tool connector.plugins-section.tsx,plugins-api.ts,mcp-servers-api.ts, and their tests. All three routes they called (/api/tenants/:tenantId/connections/...,/api/tenants/:tenantId/credentials/:id) are the same generic tenant-scoped routes the global Plugins page and Shared Settings' Connections/AI providers section already use — no backend change, nothing removed there.What's left in place on purpose
packages/settings-ui), unaffected by this change.Test plan
bun run typecheckinpackages/chat-uibun testinpackages/chat-ui(659 pass):3000stack (currentmain) that the workbench Settings Plugins section exists today and that the global/pluginsgallery and Settings → AI providers are unaffected by this diff (code-reviewed — this branch touches onlypackages/chat-ui/src/workbench-settings/*)Linear: CL-6618