mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
fix: remove invalid keys from marketplace.json plugins entry
The plugins array entries only support 'name' and 'source' fields. The 'version' and 'description' keys cause schema validation failures during the marketplace review process.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "understand-anything",
|
||||
"description": "Multi-agent codebase analysis with interactive dashboard, guided tours, and skill commands",
|
||||
"version": "2.2.0",
|
||||
"source": "./understand-anything-plugin"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user