@magic5644/graph-it-live 1.0.2 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,7 +30,7 @@ Built for **architects** who need the big picture and **developers** who need to
30
30
  | **Symbol View** | Function/class call hierarchy inside a file | AST (ts-morph) |
31
31
  | **Live Call Graph** | Cross-file symbol call relationships | Tree-sitter + SQLite |
32
32
 
33
- All three layers are also exposed to AI via a **20-tool MCP server**, so your assistant can answer architecture questions with zero hallucination.
33
+ All three layers are also exposed to AI via a **21-tool MCP server**, so your assistant can answer architecture questions with zero hallucination.
34
34
 
35
35
  <div align="center">
36
36
  <img src="media/demo-plugin-graph-it-live.gif" alt="Graph-It-Live Demo" width="800"/>
@@ -220,7 +220,7 @@ Go beyond file dependencies — **drill into any file to visualize function-to-f
220
220
  - Python (tree-sitter WASM)
221
221
  - Rust (tree-sitter WASM)
222
222
 
223
- > **Note:** C#, Go, and Java are supported at the **file dependency graph level** (L1). Symbol drill-down is not yet available for these languages.
223
+ > **Note:** C#, Go, and Java are supported at the **file dependency graph level** (L1) and the **Live Call Graph** level (L3). Symbol drill-down (intra-file view, L2) is not yet available for these languages.
224
224
 
225
225
  **Benefits:**
226
226
  - **Understand code flow** without reading every line
@@ -266,6 +266,14 @@ Unlike the Symbol View (which shows relationships *within* a single file via AST
266
266
  <p><em>Live Call Graph — cross-file symbol relationships with cycle detection and folder grouping</em></p>
267
267
  </div>
268
268
 
269
+ **Language support (Live Call Graph):**
270
+ - TypeScript / JavaScript (including Vue, Svelte)
271
+ - Python
272
+ - Rust
273
+ - C# *(New)*
274
+ - Go *(New)*
275
+ - Java *(New)*
276
+
269
277
  <!-- TODO: Add a short video/gif showing the call graph in action (indexing → symbol click → depth change → live refresh on save) -->
270
278
 
271
279
  ### Unused Dependency Filter