mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
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. |
||
|---|---|---|
| .. | ||
| architecture.md | ||
| connectivity.md | ||
| contributing-skills.md | ||
| extensions.md | ||
| mcp-configuration.md | ||
| notifications.md | ||
| plugins.md | ||
| websockets.md | ||