Skip to content

Honor plugin defaultEnabled for agent profiles - #507

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-6714-honor-plugin-defaultenabled-for-agents-tools-still-require
Aug 22, 2026
Merged

Honor plugin defaultEnabled for agent profiles#507
TheGreatAxios merged 1 commit into
mainfrom
cl-6714-honor-plugin-defaultenabled-for-agents-tools-still-require

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

resolveAgentPluginProfiles gated on the settings-only isPluginEnabled, so a repo agent plugin with manifest.defaultEnabled: true loaded its skills but not its agent profiles. It now uses isPluginModuleEnabled, matching skill resolution. Tool plugins are untouched: isToolPluginActive still requires explicit enabled+consented, now documented as intentional in a code comment.

Fixes CL-6714
https://linear.app/abklabs/issue/CL-6714

resolveAgentPluginProfiles now gates on isPluginModuleEnabled (same as
skills) instead of the settings-only isPluginEnabled, so a repo agent
plugin with manifest.defaultEnabled: true loads its profiles without an
explicit settings entry. Tool plugins are unaffected: isToolPluginActive
still requires explicit enabled+consented, documented as intentional.
@linear-code

linear-code Bot commented Aug 22, 2026

Copy link
Copy Markdown

CL-6714

@TheGreatAxios
TheGreatAxios merged commit 8b70ad0 into main Aug 22, 2026
2 checks passed
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