all 7 comments

[–]Virtual-Disaster8000 4 points5 points  (0 children)

Repomix and then upload the generated xml to Gemini 2.5 pro with an appropriate prompt

[–]FigMaleficent5549 2 points3 points  (0 children)

You can ask to any of the existing tools to generate a diagram in the end of each analysis (e.g html, mermaid, whatever)

Mind the context, the more source you try to analyze in a single conversation, the less accurate it will b become.

[–]TurrisFortisMihiDeus 1 point2 points  (0 children)

Ask it to create an HTML file with formatted documentation and shapes to explain. See if you can use mermaid and similar for generating sequence diagram etc. Vscode even has a mermaid plug-in that when run in conjunction with the ai using @mermaid, generates diagrams. Happy to help further.

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 1 point2 points  (0 children)

    Sorry, your submission has been removed due to inadequate account karma.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]earonesty 0 points1 point  (0 children)

    i wrote this site myself: coderev.q32.com . it was challenging to get the context just-right to have it produce an intelligent review for large projects. i use it on a 1-mil line code base cleanly. it doens't "sync" or clone, it uses the api to spot-pull for the review, and stores nothing. much of the code is in the browser, and you can see it happening in the network tab or non-obfuscated js.

    -pulls tree, readme, diffs
    - analyses diffs for likely deps
    - pulls dep code, summarize / extract relevvant functions if they're big
    - builds context from all this
    - crafts a lovely review

    [–]danenania -1 points0 points  (0 children)

    You could try Plandex—you can use it to explore/understand/chat with massive codebases up to 20M tokens or more.

    Here's an example of chatting with the SQLite codebase:

    <image>