mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
880e223bb4
Bumps to 2.6.0. - MobileLayout activates via useIsMobile at <768px with bottom-tab navigation (Graph/Info/Files); panes stay mounted (visibility toggle) to preserve ReactFlow dimensions and FileExplorer state. - MobileDrawer holds persona, view mode, diff, node-type filters, layers, and tool buttons (Filter/Export/Path/Theme/Help). - Selecting a node auto-pivots to Info; CodeViewer is always fullscreen on mobile; SearchBar collapses to a 🔍 toggle. - Homepage Hero/Footer/Install responsive: drop nowrap on title and tagline, stack title spans for editorial wrap, full-width CTAs at <480px, narrow-width spacing refinements. - Desktop dashboard: sidebar telescopes 260/300/360px, header gaps tighten, Path button label collapses to icon at narrow widths. 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.6.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/"
|
|
}
|