Commit graph

4 commits

Author SHA1 Message Date
Alessandro
bb89a340d0 align plugin manifests and docs to use title
PluginMetadata was already reading title after the upstream rename, but all plugin.yaml files still declared name:. Pydantic silently ignored the unknown field, causing every plugin to display its raw directory name instead of its human-readable title. Renamed name: → title: in all 6 manifest files and updated all 5 documentation references accordingly.
2026-02-24 16:17:01 +01:00
Alessandro
8639069104 update docs, skill and enhance activation model
- Updated documentation to reflect the new plugin structure and activation rules.
- Refactored activation rules related code in the API and frontend to accommodate the new plugin settings and activation logic.
- Added support for clearing per-scope overrides when toggling plugins.
2026-02-24 15:23:14 +01:00
Alessandro
77ee200575 fix broken links 2026-02-10 18:18:23 +01:00
Alessandro
a76cd524fe optimize media; README.md; change structure
update mcp guides; better structure
cleanup media
update README.md and docs index
fix links in setup guide
update TOCs and usage
2026-02-10 17:38:02 +01:00