AI 产品解读Visualize GitHub commit history as an interactive DAG with authorship attribution and code change analysis
Helps developers and reviewers understand commit history, authorship contributions, and code changes visually, especially useful for large repositories or academic assignments (Submitty integration).
User installs extension -> clicks icon on a GitHub page or pastes commit URLs -> extension scrapes commit data -> user optionally enters GitHub Personal Access Token -> app fetches commit details via GitHub API -> renders interactive DAG visualization with coloring options
Visualize GitHub commits as an interactive Directed Acyclic Graph (DAG)Authorship coloring and co-author detectionLine count analysis (additions/deletions) with configurable thresholdsSupport for commits, Pull Requests, and Issues3-way merge diff analysis to isolate actual merge workLanguage-based filtering and statistics
- 目标用户
- Software developers / Code reviewers / Students using Submitty for coursework / Open source maintainers
- The main application logic is in a minified bundle (assets/index-B6fFK4AC.js), making some code patterns harder to trace precisely. However, key UI elements and API behavior were identifiable through grep and targeted reads.
付费分析未识别到付费功能
No evidence of paid features, subscriptions, or billing in the extension code. The extension is free and open-source style with no upgrade gates.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires a GitHub Personal Access Token to access the GitHub API beyond the unauthenticated rate limit (60 req/hr). While the extension itself doesn't have its own account system, it gates functionality behind a GitHub token input modal. The token is stored locally in the browser.