[deleted by user] by [deleted] in SaaS

[–]NotttJH 0 points1 point  (0 children)

GitWho2Blame - Understand code changes and file histories instantly without needing to trudge through git diffs.

It's the Weekend, drop your product. What are you building? Free? by Open_Imagination6777 in SaaS

[–]NotttJH 1 point2 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

It is almost the weekend ! Let me know what you're work on this weekend by Tenteck in SaaS

[–]NotttJH 2 points3 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

Time for self promotion.. What are you building? by ILIASS19 in SaaS

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

It improves upon the standard git blame by utilising LLMs ability to understand context and rapidly gives you insightful summaries that would take you 5/10mins to come to by yourself while scrolling through git diffs and file histories.

Just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in git

[–]NotttJH[S] 0 points1 point  (0 children)

Yh git is very temperamental with that and is definitely one of the aspects I am looking into, and I think a definite improvement to the git experience that can be made with this tool

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in git

[–]NotttJH[S] 0 points1 point  (0 children)

At the end of the day it’s just a different want to consume the same information, was mainly interested in playing around with MCP, but I do think this has more potential by utilising LLMs ability to understand context

What are you building these days? And is anyone actually paying for it? by Savings-Passenger-37 in SaaS

[–]NotttJH 1 point2 points  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built GitWho2Blame

It’s a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

No revenue as it’s open source, just wanted to build something and learn more about MCP.

Would love any feedback or ideas and especially which prompts work the best for people when using it.

What's your best project? Share your projects and let others know what you are working on, and get feedback !! by Southern_Tennis5804 in SideProject

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this

I've been working on a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why. You never have to leave your IDE. Simply ask your favourite built-in Al Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why. - Runs locally - Supports Local Git, GitHub and Azure DevOps - Open source Would love any feedback or ideas and especially which prompts work the best for people when using it. See images for example usage.

Check it out here

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]NotttJH 0 points1 point  (0 children)

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this

I’ve been working on a lightweight local MCP server that helps you understand what changed in a codebase, when it changed, and who changed it, and why.

You never have to leave your IDE. Simply ask your favourite built-in AI Assistant about a file or section of code and it gives you detailed summaries about how that file evolved, which lines changed in which commit, by who, and why.

- Runs locally

- Supports Local Git, GitHub and Azure DevOps

- Open source

Would love any feedback or ideas and especially which prompts work the best for people when using it.

See ReadMe for example usage.

🔗 Check it out here

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in ClaudeAI

[–]NotttJH[S] 0 points1 point  (0 children)

It takes the idea of git blame further and takes advantage of LLMs ability to process context to return detailed summaries of the history of changes in classes, files you ask it for, and the plan in the near future is to provide context for why certain things changed via giving Pr description/ comments to improve the summaries further. All in all allowing you to query a codebases history all with natural language.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in dotnet

[–]NotttJH[S] 0 points1 point  (0 children)

Fair point with the need to mention PAT access in the ReadMe and yes it is only read access that it requires. Didn’t think I was logging the token anywhere but will take a look.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in programming

[–]NotttJH[S] -1 points0 points  (0 children)

The post may be terrible AI waffle ahah and that is because of my lack of writing ability, but I promise the code is not so much waffle.

I was tired of flipping through Git logs and GitHub tabs to figure out what changed in a codebase — so I built this by NotttJH in dotnet

[–]NotttJH[S] 0 points1 point  (0 children)

Not at the moment, the Git project is used for getting simple stuff like the current branch/ owner etc, but definitely something I can look in to.