Skip to content

[Feature] Add enabled field to plugins/config.yaml #679

@crivetimihai

Description

@crivetimihai

Add a boolean 'enabled' field to the plugin configuration that allows individual plugins to be enabled or disabled.

Requirements

  • Add 'enabled' field to plugins/config.yaml with true/false values
  • Plugins with enabled: false should not be loaded or executed
  • Default behavior should be enabled: true for backward compatibility

Implementation Notes

  • Update plugin loading logic to check the enabled field
  • Ensure proper validation of the configuration schema
  • Consider how this affects existing plugin configurations

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions