What’s New

Understand-Anything v1.2.0

v1.2.0

v1.2.0 — First Release

Added
  • Multi-agent analysis pipeline with project scanner, file analyzer, architecture analyzer, tour builder, and graph reviewer
  • Interactive dashboard with dark luxury themed React Flow visualization, graph-first layout, fuzzy and semantic search, guided tours, and persona modes
  • Language-agnostic analysis with config-driven plugin registry supporting 12+ languages and framework detection
  • Multi-platform support for Claude Code, Cursor, OpenCode, Gemini CLI (Antigravity), and Pi Agent
  • Diff mode to visualize PR and diff changes overlaid on the knowledge graph
  • Web Worker-based dagre layout for large graph performance with zoom limits, auto-center, and optimized pan/zoom interactions
  • Keyboard shortcuts for efficient dashboard navigation
  • /understand command for full multi-agent codebase analysis
  • /understand-dashboard command to launch the interactive visualization
  • /understand-chat command to chat with codebase context
  • /understand-diff command to analyze PRs and diffs
  • /understand-explain command for deep-dive file analysis
  • /understand-onboard command to generate team onboarding guides

Understand Anything is an open-source tool that combines LLM intelligence with static analysis to produce interactive dashboards for understanding codebases.

Highlights
  • Multi-agent analysis pipeline — Project scanner, file analyzer, architecture analyzer, tour builder, and graph reviewer work together to produce rich knowledge graphs
  • Interactive dashboard — Dark luxury themed React Flow visualization with graph-first layout, fuzzy/semantic search, guided tours, and persona modes
  • Language-agnostic analysis — Config-driven plugin registry supporting 12+ languages with framework detection (TypeScript, Python, Django, and more)
  • Multi-platform support — Works with Claude Code, Cursor, OpenCode, Gemini CLI (Antigravity), and Pi Agent
  • Diff mode — Visualize PR/diff changes overlaid on the knowledge graph
  • Large graph performance — Web Worker-based dagre layout, zoom limits, auto-center, and optimized pan/zoom interactions
  • Keyboard shortcuts — Navigate the dashboard efficiently with keyboard controls
Skills
  • /understand — Full multi-agent codebase analysis
  • /understand-dashboard — Launch the interactive visualization
  • /understand-chat — Chat with your codebase context
  • /understand-diff — Analyze PRs and diffs
  • /understand-explain — Deep-dive file analysis
  • /understand-onboard — Generate team onboarding guides
Contributors

Thanks to all contributors who made this release possible:

  • @KyleWMiller — Diff mode (#2)
  • @Jamie-HM — Chinese language support (#9)
  • @longvv — Antigravity installation guide (#12)
  • @eltociear — Japanese README (#24)
  • @AnnulusLabs — Web Worker dagre layout for large graphs (#18)
  • @mengdehong — Pan/zoom performance optimization (#23)
  • @berkcangumusisik — Keyboard shortcuts & CONTRIBUTING.md (#30)
  • @fishinakleinbottle — Language-agnostic analysis with dynamic prompt injection (#32)
View original