File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,6 +288,26 @@ cgc help
288288
289289**See the full [CLI Commands Guide](CLI_Commands.md) for all available commands and usage scenarios.**
290290
291+ ### 🎨 Premium Interactive Visualization
292+ CodeGraphContext can generate stunning, interactive knowledge graphs of your code. Unlike static diagrams, these are premium web-based explorers:
293+
294+ - **Premium Aesthetics**: Dark mode, glassmorphism, and modern typography (Outfit/JetBrains Mono).
295+ - **Interactive Inspection**: Click any node to open a detailed side panel with symbol information, file paths, and context.
296+ - **Quick Search**: Live-search through the graph to find specific symbols instantly.
297+ - **Intelligent Layouts**: Force-directed and hierarchical layouts that make complex relationships readable.
298+ - **Zero-Dependency Viewing**: Standalone HTML files that work in any modern browser.
299+
300+ ```bash
301+ # Visualize function calls
302+ cgc analyze calls my_function --viz
303+
304+ # Explore class hierarchies
305+ cgc analyze tree MyClass --viz
306+
307+ # Visualize search results
308+ cgc find pattern "Auth" --viz
309+ ```
310+
291311
292312---
293313
You can’t perform that action at this time.
0 commit comments