mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-07 09:02:08 +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.
7 lines
181 B
YAML
7 lines
181 B
YAML
title: Memory
|
|
description: Provides persistent memory capabilities to Agent Zero agents.
|
|
version: 1.0.0
|
|
settings_sections:
|
|
- agent
|
|
per_project_config: true
|
|
per_agent_config: true
|