Files
Understand-Anything/.copilot-plugin/plugin.json
T
Yuxiang Lin 09ede1917f Merge pull request #419 from chengyongru/feat/nanobot-support
feat(install): add Nanobot platform support
2026-06-11 16:28:17 +08:00

15 lines
557 B
JSON

{
"name": "understand-anything",
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "2.7.7",
"author": {
"name": "Egonex"
},
"homepage": "https://github.com/Egonex-AI/Understand-Anything",
"repository": "https://github.com/Egonex-AI/Understand-Anything",
"license": "MIT",
"keywords": ["codebase-analysis", "knowledge-graph", "architecture", "onboarding", "dashboard"],
"skills": "./understand-anything-plugin/skills/",
"agents": "./understand-anything-plugin/agents/"
}