| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 2.6 kB | |
| v1.5.0 source code.tar.gz | 2026-04-01 | 1.6 MB | |
| v1.5.0 source code.zip | 2026-04-01 | 2.6 MB | |
| Totals: 3 Items | 4.2 MB | 0 | |
What's New
Unified Ingestion Pipeline (#536)
The web client and CLI now share the same ingestion pipeline. Previously the web module had its own parsing logic that drifted out of sync with the CLI. Now all analysis flows through one path, which means parity between what you see locally and what the web UI shows.
Config-Driven Method Extraction (#576, [#582])
A new MethodExtractor abstraction replaces hand-written per-language extraction logic with declarative configs. Each config declares node types, visibility rules, and modifier mappings in one place, making it straightforward to add new languages.
- Java and Kotlin method extractor configs with full modifier and visibility support
- C# method extractor config with access modifier scanning and property accessors
Java Call Graph Improvements (#540)
Method references, worker overload disambiguation, and interface dispatch are now handled correctly. This closes several gaps in how Java call graphs were being built.
Azure OpenAI for Wiki (#562)
The wiki command now supports Azure OpenAI endpoints, so teams on Azure can generate documentation without routing through the public OpenAI API.
Repo Landing Screen (#607)
A new landing screen lets you pick which indexed repo to explore when multiple repos are available. No more guessing or manual URL editing.
--skip-agents-md CLI Flag (#517)
You can now pass --skip-agents-md to skip AGENTS.md generation during analysis. Useful if you manage that file yourself or don't want it in your repo.
Code Quality (#563, [#564], [#566])
Prettier and ESLint are now enforced via pre-commit hooks, and a sweep reduced explicit any types across the codebase.
Fixed
- MCP timeout for OpenCode users resolved (#363)
- litellm compatibility in eval harness worked around by excluding broken versions (#580)
Contributors
- @magyargergo — Unified pipeline, method extractor abstraction, C# config, code quality (#536, [#563], [#564], [#566], [#576], [#582])
- @cnighut — Java method references, overload disambiguation, interface dispatch (#540)
- @abhigyanpatwari — Azure OpenAI wiki support, repo landing screen (#562, [#607])
- @gjcampbell —
--skip-agents-mdCLI flag (#517) - @juampymdd — MCP timeout fix (#363)
- @Cenrax — litellm compatibility fix, enterprise README (#579, [#580])
- @agungwa — gitnexus-shared build docs (#585)
New Contributors
Welcome @juampymdd, @gjcampbell, and @agungwa who all made their first contributions in this release!
Full Changelog: https://github.com/abhigyanpatwari/GitNexus/compare/v1.4.10...v1.5.0