| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-27 | 928 Bytes | |
| v1.4.10 source code.tar.gz | 2026-03-27 | 3.6 MB | |
| v1.4.10 source code.zip | 2026-03-27 | 4.6 MB | |
| Totals: 3 Items | 8.1 MB | 0 | |
Fixed
- MCP server install via npx — resolve tree-sitter peer dependency conflicts that broke
npx -y gitnexus@latest mcp(#537, [#538]) - Downgrade tree-sitter from ^0.25.0 to ^0.21.1 (only npm version where all 14 parsers agree)
- Align all parser versions to their highest ^0.21.x-compatible releases
- Remove tree-sitter override (only applies to root packages, ignored by npx)
- Pin tree-sitter-dart to correct ABI-14-compatible commit
Full Changelog: https://github.com/abhigyanpatwari/GitNexus/compare/v1.4.9...v1.4.10
What's Changed
📝 Other Changes
- fix: resolve tree-sitter peer dependency conflicts breaking MCP server install via npx by @Copilot in https://github.com/abhigyanpatwari/GitNexus/pull/538
Full Changelog: https://github.com/abhigyanpatwari/GitNexus/compare/v1.4.9...v1.4.10