mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
87e3150c4b
PR #108 ships a new user-visible feature (in-dashboard source code viewer with Files tab + double-click navigation), so it warrants a minor bump across all 5 version-tracked files. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
594 B
JSON
16 lines
594 B
JSON
{
|
|
"name": "understand-anything",
|
|
"displayName": "Understand Anything",
|
|
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
|
"version": "2.4.0",
|
|
"author": {
|
|
"name": "Lum1104"
|
|
},
|
|
"homepage": "https://github.com/Lum1104/Understand-Anything",
|
|
"repository": "https://github.com/Lum1104/Understand-Anything",
|
|
"license": "MIT",
|
|
"keywords": ["codebase-analysis", "knowledge-graph", "architecture", "onboarding", "dashboard"],
|
|
"skills": "./understand-anything-plugin/skills/",
|
|
"agents": "./understand-anything-plugin/agents/"
|
|
}
|