Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git History Q&ANew to Visual Studio Code? Get it now.
Git History Q&A

Git History Q&A

Cheshtha

|
2 installs
| (0) | Free
AI-powered tool to ask questions about git history, generate feature documentation with HLD/LLD diagrams, and create changelogs automatically.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git History Q&A

AI-powered VS Code extension to ask questions about your git history, generate feature documentation with architecture diagrams, and create changelogs automatically.

Features

🔍 Ask Questions About Code History

Ask natural language questions about your codebase's history:

  • "What changes were made to authentication last month?"
  • "Who worked on the payment module?"
  • "What bugs were fixed in version 2.0?"

📄 Generate Feature Documentation

Right-click any folder to generate comprehensive documentation including:

  • Executive Summary - For PMs and stakeholders
  • Technical Architecture - 5-layer breakdown
  • HLD & LLD Diagrams - Mermaid diagrams auto-generated
  • Data Flow - Step-by-step sequences
  • Onboarding Guide - For new developers

📝 Generate Changelogs

Automatically create changelogs from commit history.

Usage

  1. Ask Question: Cmd+Shift+P → "Git Q&A: Ask Question"
  2. Generate Docs: Right-click a folder → "Git Q&A: Generate Feature Documentation"
  3. Changelog: Cmd+Shift+P → "Git Q&A: Generate Changelog"

Hosted Documentation

Generated docs are also available as web pages:

  • View: https://fn-git-history-qa.azurewebsites.net/api/docs/view/{FeatureName}

Configuration

Setting Description Default
gitqa.apiUrl API endpoint URL https://fn-git-history-qa.azurewebsites.net/api

Requirements

  • VS Code 1.80.0 or higher
  • Internet connection (connects to Azure Function backend)

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft