Pull Request Explorer

Exploring 720 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: when delete custom model remove its cache hjlarry S No 0.8h 0.0h Jul 09, 2026

Summary

Bug Fix

Fix cache removal on custom model deletion

Ensures that deleting a custom model also clears its cached data, preventing stale cache entries and potential data inconsistencies for users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 48 minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Python
chore: upgrade TypeScript 7 hyoban XL No 0.6h 0.4h Jul 09, 2026

Summary

Chore

Upgrade TypeScript to 7.0.2

Upgrade workspace TypeScript to official 7.0.2, replacing legacy preview package. Removes obsolete component analyzer scripts and updates type-check scripts for improved build stability.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration of the TypeScript upgrade.

AI Details

Tech Stack

Languages: Javascript
fix: preserve ResponseStreamFilter state across workflow pause/resume GareArc L No 18.6h 0.1h Jul 09, 2026

Summary

Bug Fix

Fix ResponseStreamFilter state persistence across pause/resume

Ensures streaming responses resume correctly after workflow pauses, improving reliability of user-facing chat flows.

Health Assessment

Large
Medium
Low
  • The PR was resolved quickly (18.6h cycle time) thanks to an AI-assisted review, but required multiple commits to add tests and wire the new filter through the workflow stack.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Python
test(e2e): fix agent build note runtime connection lyzno1 S No 1.2h 1.1h Jul 09, 2026

Summary

Test

Fix agent build note runtime connection

Fixes runtime connection for agent build notes, ensuring reliable end‑to‑end tests. Prevents failures before merge, improving deployment confidence.

Health Assessment

Small
Low
Low
  • Rapid iteration with minimal changes; quick review and merge indicates low complexity.

AI Details

Tech Stack

Languages: Typescript
refactor(web): sync app context effects with jotai hyoban L No 1.0h 0.7h Jul 08, 2026

Summary

Refactor

Refactor app context sync with jotai

Streamlines app context initialization by consolidating sync logic into a single jotai atom, reducing redundant effects and improving performance across authenticated layouts. This change enhances stability and simplifies future maintenance of context-related features.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal iterations indicates a smooth process.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: Nextjs
test(e2e): stabilize agent build draft note scenario lyzno1 M No 0.3h 0.0h Jul 08, 2026

Summary

Test

Stabilize agent build draft note scenario

Ensures reliable agent build draft note functionality by stabilizing end‑to‑end tests, improving confidence in the build note generation path.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes indicate low complexity and high confidence in the update.

AI Details

Tech Stack

Languages: Typescript
refactor(web): remove app context provider hyoban XL No 0.7h 0.5h Jul 08, 2026

Summary

Refactor

Refactor web to remove app context provider

Removes the AppContextProvider layer, replacing it with atom-based state and a dedicated AppBootstrapEffects component.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged quickly, indicating low friction in the review process.
  • The removal of the AppContextProvider layer simplifies the codebase and reduces technical debt.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
perf: batch-load messages in advanced-chat workflow run list to remove N+1 weijun-xia M No 130.3h 130.0h Jul 08, 2026

Summary

Refactor

Batch-load messages to remove N+1 queries

Optimizes advanced-chat workflow run list by loading messages in bulk, reducing database queries and improving performance.

Health Assessment

Small
Low
High
  • Long review time indicates slow process, but low complexity and small scope suggest low risk.

AI Details

Tech Stack

Languages: Python
chore(agent-v2): sync changes lyzno1 XL No 26.2h 25.9h Jul 08, 2026

Summary

Chore

Sync agent v2 backend changes

Synchronizes agent v2 backend components, ensuring consistency and readiness for the upcoming release, reducing potential bugs and improving stability.

Health Assessment

X-Large
High
High
  • The PR involved extensive changes across the agent v2 backend, with a large code churn and a tight review window, indicating a high-risk, high-iteration effort.

AI Details

Tech Stack

Languages: Python
refactor(web): remove remaining app context consumers hyoban XL No 1.0h 0.9h Jul 08, 2026

Summary

Refactor

Refactor web: remove app context consumers

This refactor removes remaining app context consumers in the web UI, replacing them with field-level bootstrap atoms. The change improves performance, simplifies state management, and reduces potential bugs.

Health Assessment

X-Large
Low
Low
  • Fast turnaround with minimal review, indicating a straightforward refactor with clear tests and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
test: scope agent build draft e2e selector lyzno1 S No 0.4h 0.2h Jul 08, 2026

Summary

Bug Fix

Add accessible group boundary to Build draft bar

Improves accessibility and resolves E2E test failures by scoping the Build draft bar's role group, ensuring accurate element selection. This change prevents false positives in automated tests and enhances user experience.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicates low complexity and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate shell navigation app context consumers hyoban L No 0.4h 0.3h Jul 08, 2026

Summary

Refactor

Refactor shell navigation context consumers

This refactor streamlines navigation logic by replacing broad context reads with fine‑grained atom reads, improving performance and maintainability of the UI. It also introduces role flag atoms for editor and dataset operator checks, enabling more precise access control in the navigation shell.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 0.4 hours, indicating minimal friction. The refactor touches many UI components but does not introduce new features or bugs.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
refactor(agent-v2): collapse terminal output deltas into agent messag… linw1995 L No 0.2h - Jul 08, 2026

Summary

Refactor

Refactor agent output delta handling

Improves agent message handling by collapsing terminal output deltas, reducing duplication and improving clarity.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal changes indicates low complexity and high confidence in the refactor.

AI Details

Tech Stack

Languages: Python
refactor(web): migrate agent v2 app context consumers hyoban M No 0.5h 0.4h Jul 08, 2026

Summary

Refactor

Migrate Agent V2 Context Consumers to Atoms

This refactor replaces broad context reads with direct atom reads for Agent V2 components, improving maintainability and testability.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
fix(agent): stabilize tool call thought correlation zyssyz123 M No 0.1h - Jul 08, 2026

Summary

Bug Fix

Stabilize tool call thought correlation

Ensures tool calls are correctly linked to agent thoughts, preventing data inconsistencies and improving reliability of agent interactions.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, no major rework, low risk.

AI Details

Tech Stack

Languages: Python
refactor(web): migrate workflow app context consumers hyoban L No 0.5h 0.3h Jul 08, 2026

Summary

Refactor

Migrate workflow app context consumers

Refactors the workflow editor to read atoms directly, narrowing subscriptions and improving performance and maintainability.

Health Assessment

Large
Medium
Low
  • The PR was merged within 30 minutes of opening, with a single review round and comprehensive tests, indicating a smooth and low-friction refactor.

AI Details

Usage: Authored by AI
Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
test: more caplog asukaminato0721 S No 51.7h 51.4h Jul 08, 2026

Summary

Test

Add more caplog tests

Adds additional caplog assertions to enterprise telemetry tests, improving test coverage and reliability.

Health Assessment

Small
Low
High
  • The PR had a long review time but minimal changes, indicating a straightforward test addition with delayed review.

AI Details

Tech Stack

Languages: Python
fix: backport 1.15.0 hotfix updates lyzno1 XL No 0.2h 0.2h Jul 08, 2026

Summary

Bug Fix

Backport theme, layout, and OAuth error fixes

Backports theme token updates, layout refactor, and OAuth error display fixes to the 1.15.0 hotfix branch, maintaining UI consistency and improving user authentication experience. These changes keep the hotfix branch aligned with main and prevent regressions in user-facing features.

Health Assessment

Large
Medium
Low
  • Rapid review and merge with minimal back‑and‑forth indicates high confidence in the changes. The PR addresses multiple UI and authentication fixes, aligning the hotfix branch with main.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
refactor(web): migrate account settings app context consumers hyoban XL No 0.9h 0.8h Jul 08, 2026

Summary

Refactor

Migrate account settings context consumers

Refactor account settings components to use direct atom reads, improving performance and reducing subscription overhead while maintaining backward compatibility.

Health Assessment

Large
Medium
Low
  • Fast review and merge with minimal rework; a single revert indicates quick issue resolution.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
fix: display errors for oauth page crazywoola M No 0.5h 0.2h Jul 08, 2026

Summary

Bug Fix

Fix display errors for OAuth page

Corrects UI errors on the OAuth page, improving user experience and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore: remove superpowers artifacts lyzno1 S No 0.1h 0.0h Jul 08, 2026

Summary

Chore

Remove superpowers artifact directory

Clean up repository by deleting the unused .superpowers artifact folder, reducing clutter and repository size.

Health Assessment

Small
Low
Low
  • Merged within minutes with no code changes, indicating a straightforward cleanup.

AI Details

Tech Stack

fix(cli): --insecure also skips TLS certificate verification GareArc L No 4.2h 3.9h Jul 08, 2026

Summary

Bug Fix

Fix insecure flag to skip TLS verification

The --insecure flag now also skips TLS certificate verification, allowing internal Dify instances with self‑signed certificates to be accessed without errors. This improves developer experience and reduces authentication failures.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; single bug fix merged within 4 hours.

AI Details

Tech Stack

Languages: Typescript, Javascript
fix: Fix import dsl error display issue WTW0313 S No 0.2h 0.1h Jul 08, 2026

Summary

Bug Fix

Fix import DSL error display issue

This change resolves a UI bug that caused incorrect error messages when importing DSL files, ensuring users receive clear feedback.

Health Assessment

Small
Low
Low
  • Fast review and merge indicate a straightforward bug fix with minimal impact.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
refactor(web): migrate billing app context consumers hyoban L No 0.3h 0.2h Jul 08, 2026

Summary

Refactor

Migrate billing context consumers to atom-based state

Migrates billing components to use atom-based state instead of raw context reads, improving test determinism and component isolation. This refactor enhances maintainability and scalability of the billing UI.

Health Assessment

Medium
Low
Low
  • Rapid review and merge indicate high confidence in the refactor; minimal friction and quick turnaround.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
refactor(web): migrate plugins and tools app context consumers hyoban XL No 2.2h 2.0h Jul 08, 2026

Summary

Refactor

Migrate plugins and tools context consumers

Improves maintainability and consistency of context usage across plugins and tools, reducing bugs and simplifying future updates.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 2.2 hours with minimal review friction, indicating a well‑structured refactor with comprehensive tests.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): guard invite-settings activate button against double-click SquabbyZ XS AI 134.8h 134.5h Jul 08, 2026

Summary

Bug Fix

Prevent double-click on invite-settings activate button

This fix ensures that users cannot trigger duplicate activation requests, preventing duplicate workspace memberships and race conditions, improving reliability and user experience.

Health Assessment

Small
Low
High
  • Long review cycle indicates low priority or delayed review; minimal code changes reduce risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix(ci): make no-new-getattr guard stable in shallow PR checkouts EvanYao826 L No 42.2h 13.3h Jul 08, 2026

Summary

Bug Fix

Fix CI no-new-getattr guard for shallow checkouts

Ensures CI style guard works reliably by using GITHUB_BASE_SHA, preventing failures when shallow checkouts miss base commits. This improves CI stability and reduces false failures.

Health Assessment

Large
Medium
Low
  • The PR addressed a CI stability issue with shallow checkouts, required a single rework commit, and was merged within 42 hours, indicating efficient review and low friction.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Yaml, Python
Frameworks: Github-Actions
fix: raise clear error on unsupported language in execute_code isheng-eqi XS No 50.8h 50.5h Jul 08, 2026

Summary

Bug Fix

Fix clear error for unsupported language

Prevents cryptic sandbox errors by providing immediate, clear feedback when an unsupported language is requested, improving developer experience and reducing debugging time.

Health Assessment

Small
Low
High
  • Long review delay but minimal changes; low risk.

AI Details

Tech Stack

Languages: Python
test(web): align auth e2e with console home lyzno1 M No 0.5h 0.4h Jul 08, 2026

Summary

Test

Align auth e2e with console home

Ensures users land on the console home after authentication, improving navigation consistency and session handling.

Health Assessment

Medium
Low
Low
  • Merged within 30 minutes with no review comments, indicating a straightforward test update.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): cache server console context lyzno1 XS No 1.0h 0.9h Jul 08, 2026

Summary

Bug Fix

Cache server console context to reduce duplicate calls

By caching the server console context per request, the application avoids repeated network calls, leading to faster page loads and lower server load. This improves user experience and system efficiency.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore(deps): upgrade vite-plus toolchain lyzno1 XL No 0.3h 0.1h Jul 08, 2026

Summary

Chore

Upgrade Vite-plus toolchain dependencies

Updated Vite-plus and related dependencies to newer versions, ensuring compatibility with Storybook and Vitest, improving build stability.

Health Assessment

X-Large
Low
Low
  • The PR was reviewed and merged within minutes, indicating a straightforward dependency bump with minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
refactor(web): migrate app context consumers hyoban XL No 0.7h 0.6h Jul 08, 2026

Summary

Refactor

Migrate app context consumers to direct atom reads

This refactor improves performance and maintainability by replacing generic context reads with specific atom reads, reducing runtime overhead and simplifying state management for app detail and configuration components.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 0.7 hours, indicating a smooth process with minimal friction. The refactor touches many components but does not introduce new features or bugs, keeping risk low.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
test(dify-ui): remove brittle primitive assertions lyzno1 M No 0.2h 0.1h Jul 08, 2026

Summary

Test

Remove brittle primitive assertions from UI tests

Improves test reliability by removing fragile assertions, ensuring UI tests focus on observable behavior.

Health Assessment

Medium
Low
Low
  • Quick, single-commit PR with minimal changes and fast review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate dataset access context hyoban XL No 11.1h 11.0h Jul 08, 2026

Summary

Refactor

Migrate dataset access context to state atoms

Refactor dataset access logic to use state atoms, improving maintainability and reducing coupling.

Health Assessment

X-Large
High
Medium
  • The PR involved extensive refactoring across many frontend components, requiring multiple commits and automated fixes, but was merged quickly with minimal review friction.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate lin-snow XL No 116.8h 0.6h Jul 08, 2026

Summary

Refactor

Refactor OpenAPI paths and add version gate

Aligns the API surface with the design guide and introduces a version gate to prevent mismatches between the server and difyctl client, ensuring smoother upgrades.

Health Assessment

X-Large
High
Medium
  • The PR required rapid iteration after a single review, reflecting tight coordination but high complexity due to breaking API changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix: Refactor chat components and migrate auth overlays to base UI WTW0313 XL No 16.9h 3.8h Jul 08, 2026

Summary

Refactor

Refactor chat components and migrate auth overlays

This PR refactors chat UI components and replaces legacy auth overlays with a unified base UI, improving consistency and maintainability across the application.

Health Assessment

X-Large
Low
Low
  • The PR was reviewed and merged quickly, indicating smooth integration and minimal friction.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
refactor(web): reduce query atom subscriptions hyoban XL No 0.7h 0.6h Jul 07, 2026

Summary

Refactor

Refactor query atom subscriptions for deployments

This refactor narrows query atom subscriptions in deployment components, reducing memory usage and improving UI responsiveness. It also updates related tests and documentation.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration. The refactor improves performance without introducing new functionality.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
refactor(test): replace SimpleNamespace with typed mocks in schedule service tests ojasarora77 S No 101.3h 2.0h Jul 07, 2026

Summary

Refactor

Refactor schedule service tests to use typed mocks

Updates schedule service tests to use typed mocks instead of generic SimpleNamespace, enhancing test accuracy and maintainability.

Health Assessment

Small
Low
Medium
  • The PR required a single review request and a quick follow‑up commit, indicating efficient collaboration and low complexity.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Cursor
Confidence: 0.95

Tech Stack

Languages: Python
refactor(web): clarify app context bootstrap graph hyoban XL No 1.6h 0.8h Jul 07, 2026

Summary

Health Assessment

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
fix: can't debug model plugins hjlarry XL No 7.3h 6.9h Jul 07, 2026

Summary

Bug Fix

Fix debug model plugins rendering

Ensures that model plugins in debug mode are correctly displayed and cached, improving developer debugging experience.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Python, Typescript
fix(web): add backdrop blur to skip nav lyzno1 XS No 0.5h 0.0h Jul 07, 2026

Summary

Bug Fix

Add backdrop blur to skip navigation

Improves readability of the skip navigation link in dark mode by adding a backdrop blur effect.

Health Assessment

Small
Low
Low
  • Quick, single-line change with immediate review and merge, indicating low complexity and minimal risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): move app context layout styles to shell lyzno1 M No 0.7h 0.6h Jul 07, 2026

Summary

Refactor

Refactor app context layout to shell

Simplifies app context provider by moving layout logic to dedicated shell components, improving maintainability and ensuring maintenance notices render correctly across environments.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal review rounds; the PR was merged within 45 minutes of opening, indicating a smooth process.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
docs(component): document focus-visible guidance lyzno1 XS No 0.1h 0.1h Jul 07, 2026

Summary

Docs

Document focus-visible guidance for components

Adds guidance on focus-visible behavior for Dify component authoring, clarifying UI control differences and focus ring fallback.

Health Assessment

Small
Low
Low
  • Rapid documentation update with minimal code impact; no review friction and low risk to production.

AI Details

Confidence: 0.95

Tech Stack

fix: editor should not manage member hjlarry XS No 0.1h 0.1h Jul 07, 2026

Summary

Bug Fix

Fix editor permission to prevent member management

Editors no longer inherit member-management permission when RBAC is disabled, tightening role boundaries and preventing accidental privilege escalation.

Health Assessment

Small
Low
Low
  • Quick cherry‑pick fix with minimal changes and immediate test pass indicates low risk and efficient review.

AI Details

Tech Stack

Languages: Python
chore: improve cherry pick missed message FFXN XS No 3.7h 3.6h Jul 07, 2026

Summary

Chore

Improve cherry pick error message

Enhances error messaging for missing cherry-pick provenance, improving developer experience.

Health Assessment

Small
Low
Low
  • Quick, single-file change merged within hours with minimal review.

AI Details

Tech Stack

chore: update editor permission fatelei XS No 0.5h 0.1h Jul 07, 2026

Summary

Bug Fix

Update editor permission key

Corrects the editor permission key to ensure proper access control for content editors.

Health Assessment

Small
Low
Low
  • Quick, single-line fix with fast review and merge, indicating low complexity and minimal risk.

AI Details

Tech Stack

Languages: Python
fix: editor should not manage member hjlarry XS No 0.5h 0.1h Jul 07, 2026

Summary

Bug Fix

Fix editor member management bug

Corrects a bug where the editor role incorrectly managed member permissions, ensuring proper access control.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes indicates a straightforward bug fix.

AI Details

Tech Stack

Languages: Python
fix: close thinking segments on tool events to avoid cross-tool replay linw1995 M No 0.1h - Jul 07, 2026

Summary

Bug Fix

Fix cross-tool replay by closing thinking segments

This fix ensures that tool events are properly isolated, preventing unintended cross-tool replay and improving system stability for users. By closing thinking segments on tool events, the application avoids erroneous state propagation, enhancing user experience.

Health Assessment

Small
Low
Low
  • Merged within minutes with minimal changes, indicating a straightforward bug fix with low complexity.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
chore: add sqlite3 to conftest asukaminato0721 S No 18.8h 18.6h Jul 07, 2026

Summary

Chore

Add sqlite3 to test conftest

Adds sqlite3 support to the test configuration, enabling lightweight in-memory database for unit tests and improving test speed and reliability.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates a straightforward enhancement.

AI Details

Tech Stack

Languages: Python
test(e2e): stabilize Agent v2 external runtime checks hyoban M No 2.1h 1.8h Jul 07, 2026

Summary

Test

Stabilize Agent v2 external runtime E2E checks

Improved E2E test coverage for Agent v2 external runtime after post-merge failures, ensuring more reliable test results.

Health Assessment

Small
Low
Low
  • The PR was reviewed and approved quickly, indicating a smooth review process.
  • The changes are focused on stabilizing E2E tests, which is a maintenance task with low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python, Javascript, Typescript
Frameworks: Pytest, Cucumber
« Page 11 of 15 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos