Recent GitClear Improvements
Get your own free automated changelog at the link
By Code Domain
The types of code that have generated the most Diff Delta
tl;dr Summary
March 31, 2026
March 18, 2026
March 13, 2026
- Add endpoint to provision users with PAT and integration test
- Update starred reports to allow outlier by committer in addition to team
- Add hover arrows to re-sort outlier charts
March 11, 2026
- Add Augment Code as an LLM provider
March 10, 2026
- Implement integration with Microsoft Teams
- Update backfill_commit_release to prefer PR-based repo_release assignment for commits
March 6, 2026
- Start rendering LLM delta alongside standard per-directory deltas
March 5, 2026
- Update "repo browse" page to show percent of each repo that is AI-authored
- Add segments for commit_ai_lines_committed_count and delta_from_llms
March 4, 2026
- Initial support for new Anthropic Teams Enterprise API + test
- Refresh the Diff Delta Factors page with examples and copy-ready docs
- Polish revised diff_delta_factors page
March 3, 2026
- Add Claude v1 "Mathematics of Diff Delta" page
- Update Mathematics of Diff Delta page (content edits, find-and-replace, additions)
Replace legacy imperative commit value editor with JS component that allows setting the percentage of the commit that was human vs LLM
* Fix assorted prop warnings
Deployed April 12
Worked April 11 in gitclear/gitclear
1100 Δ
Remove CommitValue pending_review/rejected states; add pending_ai_assignment and llm_complete to mark LLM-authored commits
Replace legacy CommitValue states (pending_review, rejected) with pending_ai_assignment and llm_complete in app/models/commit_value.rb; add sync_pending_ai_assignment_values, rename detect_zero_pending_review to detect_zero_pending_ai_assignment and swap the pending-review after_commit handler. Also remove an obsolete vendor test. Purpose: treat exceptional-velocity commits as LLM-authored CI runs for clearer attribution and downstream notifications.
Deployed April 3
Worked March 31 in gitclear/gitclear
600 Δ
Remove pending_review/rejected states from CommitValue; add pending_ai_assignment and llm_complete to mark LLM/CI-authored commits
Update app/models/commit_value.rb to remove pending_review and rejected states and introduce pending_ai_assignment and llm_complete. Rename and add callbacks (detect_zero_pending_ai_assignment, sync_pending_ai_assignment_values, handle_pending_ai_assignment_complete), expand included_in_stats, and adjust approved_value, impacting? and derive_number_authority_em to treat exceptional-velocity commits as LLM/CI-authored. Result: LLM-generated CI runs are identified and correctly included in stat...
Awaiting deploy
Worked March 31 in gitclear/gitclear
100 Δ
Move 'Replace Markdown' option to one-click in selection menu
Move the 'Replace Markdown' (Convert from Markdown) action into the selection menu by updating app/javascript/lib/ample-editor/components/selection-menu.js so markdown-detected selections show the Replace/Convert button directly in the right sub-menu, removing the extra click. Result: simpler UX, faster conversions and improved discoverability.
Deployed March 31
Worked March 26 in gitclear/gitclear, alloy-org/ample-web
100 Δ
Add callback to enqueue SuggestStarredReportsJob when a user provides a mission
Add a callback on UserUsageProfile to enqueue SuggestStarredReportsJob when a user sets or provides a mission. The corresponding job (app/jobs/suggest_starred_reports_job.rb) was updated to email the user clickable starred reports they can add to their dashboard, improving report discovery and onboarding.
Deployed January 2026
Worked March 19 in gitclear/gitclear
100 Δ
Add Starred Report Picker frontend with autosuggest, AI suggestion cards, keyboard handling and textarea auto-expand
Add a new frontend app (app/javascript/apps/starred-report-picker.js) implementing the Starred Report Picker UI: filterSuggestions (auto-expand textarea, suggestion list building, keyboard handlers), autosuggest rendering, saveStarredReport flows and AI suggestion request/render logic. Deployed to production to provide inline autosuggest and AI-powered suggestions for faster, more accurate starred report saving.
Deployed January 2026
Worked March 18 in gitclear/gitclear
400 Δ
Revise Dora history to calculate Change Failure Rate and add defect-finder scopes
Rework Stats::DoraHistory (app/lib/stats/dora_history.rb) to replace release_defect_percent with change_failure_rate. Add all_time_defect_finder and period_defect_finder scopes, reuse and update concerns_team to accept a resource so team+resource can derive repo_ids, and adjust related finder methods. Result: unified repo scoping across finders and accurate change-failure-rate metrics.
Deployed January 2026
Worked March 16 in gitclear/gitclear
100 Δ