Pull Request Explorer

Exploring 720 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(api): serialize trial workflow conversation variables linw1995 M No 0.6h 0.2h Jul 16, 2026

Summary

Bug Fix

Fix serialization of trial workflow variables

Ensures trial workflow conversation variables are correctly serialized, preventing data inconsistencies and improving user experience. This fix reduces errors in trial feature usage.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence in the patch.

AI Details

Tech Stack

Languages: Python, Typescript
fix: fix miss create rbac binding fatelei M No 13.1h 12.4h Jul 16, 2026

Summary

Bug Fix

Fix RBAC binding creation error

Corrects a missing RBAC role binding during workspace creation, ensuring proper access control and preventing permission issues for users.

Health Assessment

Medium
Low
Medium
  • The PR was reviewed and merged within 13 hours, indicating a smooth review process with minimal rework.
  • Tests were added for each change, providing confidence in the fix.

AI Details

Tech Stack

Languages: Python
fix(web): hide broken table actions in Streamdown fullscreen hjlarry XS No 45.7h 45.6h Jul 16, 2026

Summary

Bug Fix

Hide broken table actions in Streamdown fullscreen

Fixes a UI glitch where table actions were visible in fullscreen mode, improving user experience and preventing confusion.

Health Assessment

Small
Low
High
  • The PR had a long review time of almost two days but involved only a single commit with minimal changes, indicating a straightforward UI fix that was delayed by review backlog.

AI Details

Tech Stack

feat: improve ai-credits display hjlarry L No 163.5h 163.3h Jul 16, 2026

Summary

Feature

Improve AI credits display

Provides clearer visibility into AI credit usage, enhancing user experience and reducing uncertainty about consumption.

Health Assessment

Large
High
High
  • Long cycle time with no early review suggests oversight; large scope across backend and frontend increases risk of defects.

AI Details

Tech Stack

Languages: Python, Typescript
test(dify-ui): focus component tests on behavior lyzno1 XL No 9.7h 9.6h Jul 16, 2026

Summary

Test

Focus component tests on behavior

Streamlines Dify UI test suite by removing redundant tests and clarifying responsibilities between unit and Storybook layers, improving maintainability and faster feedback for UI changes.

Health Assessment

X-Large
Low
Low
  • Quick turnaround with minimal rework indicates a well‑scoped test refactor.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
test: simplify dify ui browser test setup lyzno1 S No 0.4h 0.2h Jul 15, 2026

Summary

Test

Simplify Dify UI browser test setup

Streamlines test configuration by removing Storybook dependencies, ensuring unit tests load only necessary styles and themes without affecting production bundles.

Health Assessment

Small
Low
Low
  • Fast review and merge with a single commit; minimal code changes and no production impact.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
fix(agent): aggregate monitor sources by workflow app zyssyz123 M No 2.0h 0.4h Jul 15, 2026

Summary

Bug Fix

Aggregate monitor sources by workflow app

Improves monitoring by consolidating source data per workflow app, reducing noise and simplifying analytics. Ensures accurate logs and statistics for app-level filters while maintaining legacy compatibility.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; PR addressed a monitoring issue with concise changes and thorough tests.

AI Details

Tech Stack

Languages: Python
test: align dify ui tests with browser mode lyzno1 L No 0.4h 0.2h Jul 15, 2026

Summary

Test

Align Dify UI tests with browser mode

Updated UI tests to run in Vitest browser mode, loading Tailwind styles and the default theme, and using browser locators for interactions, ensuring test reliability and closer alignment with production behavior.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating straightforward test updates.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(e2e): follow agent roster create menu lyzno1 S No 0.7h 0.6h Jul 15, 2026

Summary

Bug Fix

Fix E2E agent roster create menu

Corrects end‑to‑end test flow to use the new shared Create menu, ensuring agent creation works after the UI change.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved test timeout issue promptly.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
fix(agent): preserve DSL asset placeholders and count draft references zyssyz123 XL No 2.4h 2.1h Jul 15, 2026

Summary

Bug Fix

Preserve DSL asset placeholders and count draft references

Ensures agent configurations retain necessary metadata while preventing errors from missing assets, improving reliability of agent export/import and reference tracking. This reduces failures during agent deployment and provides accurate reference counts for draft and published workflows.

Health Assessment

Large
Medium
Low
  • Rapid iteration with minimal review friction; extensive test coverage ensures stability.

AI Details

Tech Stack

Languages: Python, Typescript
docs: update Star History chart token WH-2099 S No 0.2h 0.2h Jul 15, 2026

Summary

Docs

Update Star History chart token

Updates the README Star History chart to use the new embed format, ensuring compatibility with GitHub API changes and supporting both light and dark themes.

Health Assessment

Small
Low
Low
  • Quick documentation update with minimal changes and no code, merged within minutes.

AI Details

Confidence: 0.10

Tech Stack

fix: allow workflow comments for layout users (#39014) WTW0313 M No 0.1h 0.1h Jul 15, 2026

Summary

Bug Fix

Fix: allow workflow comments for layout users

Enables layout users to add comments to workflows, improving collaboration and transparency.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal review, indicating low complexity and high confidence.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat: protect agent HOME with landlock wylswz XL No 2.4h 0.9h Jul 15, 2026

Summary

Feature

Add landlock-based filesystem isolation for agent jobs

This PR introduces a Go binary runner and Landlock restrictions to isolate agent processes, preventing them from accessing the host filesystem beyond specified directories, enhancing security.

Health Assessment

Large
Medium
Low
  • The PR was merged within 2.4 hours, with a quick 0.9‑hour review, indicating a smooth process. Multiple commits after the initial review suggest iterative refinement, but the single review round and fast cycle time mitigate risk.

AI Details

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

Tech Stack

Languages: Go
feat: new agent support import and export in frontend iamjoel XL No 0.6h 0.4h Jul 15, 2026

Summary

Feature

Add new agent import/export support in frontend

Enables users to import and export agents and agent nodes within the workflow editor, improving data portability and workflow management.

Health Assessment

X-Large
High
Low
  • Rapid cycle time and single review round indicate efficient collaboration, but the large code change suggests significant impact and potential risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(dify-ui): clarify overlay style semantics lyzno1 L No 0.3h 0.1h Jul 15, 2026

Summary

Refactor

Refactor overlay style semantics in UI

Improves maintainability and consistency of overlay components, reducing future bugs and easing feature development.

Health Assessment

Large
Low
Low
  • Quick refactor with minimal review, indicating low complexity and high confidence.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
fix: allow workflow comments for layout users WTW0313 M No 0.4h 0.2h Jul 15, 2026

Summary

Bug Fix

Allow workflow comments for layout users

Users with layout role can now comment on workflows, improving collaboration.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review and merge, low risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(auth): keep login redirects on current deployment CodingOnStar M No 0.4h 0.2h Jul 15, 2026

Summary

Bug Fix

Fix login redirect behavior on current deployment

Ensures users are redirected correctly after login, improving user experience and reducing confusion.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single commit and no review iterations, indicating a straightforward bug fix.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix(api): bind scoped lookups to nested owner refs WH-2099 XL No 216.8h 162.3h Jul 15, 2026

Summary

Bug Fix

Bind scoped lookups to nested owner refs

Ensures data integrity and security by enforcing strict ownership scopes across datasets, documents, and pipelines, reducing the risk of unauthorized data access and improving auditability.

Health Assessment

X-Large
High
High
  • Long review and merge cycle (over 9 days) and large code churn (over 900 lines) indicate a complex refactor that required extensive testing and validation, suggesting high implementation risk and potential for downstream impact.

AI Details

Tech Stack

Languages: Python
fix(web): align agent activity disclosure lyzno1 XL No 1.4h 1.1h Jul 15, 2026

Summary

Bug Fix

Align Agent Activity Disclosure UI

Improves agent activity UI consistency and stability, ensuring accurate disclosure of agent thinking and tool usage. This reduces confusion for users and prevents accidental closure of activity panels during streaming responses.

Health Assessment

X-Large
Medium
Low
  • Rapid review and merge within 1.4 hours indicates high confidence in changes; large code churn suggests significant UI refactor but no blockers.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(enterprise): reject member invites that would exceed licensed seats (1.15) zhangx1n L No 0.4h - Jul 15, 2026

Summary

Bug Fix

Reject member invites exceeding licensed seats

Prevents over‑subscription and production crashes by enforcing seat limits before account creation, ensuring compliance and stability for enterprise users.

Health Assessment

Large
Medium
Low
  • The PR was merged within 24 minutes, indicating a straightforward hotfix with minimal review friction and no significant rework.

AI Details

Tech Stack

Languages: Python
fix(agent): preserve Unicode separators in SSE streams zyssyz123 M No 0.2h 0.1h Jul 15, 2026

Summary

Bug Fix

Preserve Unicode separators in SSE streams

Fixes SSE stream parsing errors caused by Unicode separators, ensuring reliable data delivery to clients and preventing malformed frame errors. This improves stability for agents handling international text.

Health Assessment

Medium
Low
Low
  • Rapid review and merge indicate a straightforward bug fix with minimal risk and high confidence in correctness.

AI Details

Tech Stack

Languages: Python
fix: fix conversation title is overwrite empty fatelei S No 0.7h 0.5h Jul 15, 2026

Summary

Bug Fix

Fix conversation title overwrite empty

Prevents empty conversation titles from being overwritten, ensuring accurate display of conversation names for users.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
chore: cherry-pick fix.11 commits missing from fix.12 GareArc M No 0.3h 0.3h Jul 15, 2026

Summary

Chore

Chore: cherry-pick missing hotfix commits

Integrates missing hotfix changes into the main branch, ensuring consistency and stability.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, straightforward cherry‑pick of dependency updates.

AI Details

Tech Stack

Languages: Python
feat(enterprise): reject member invites that would exceed licensed seats zhangx1n L No 1.0h 0.6h Jul 15, 2026

Summary

Feature

Reject member invites that would exceed licensed seats

Ensures enterprise seat limits are respected by rejecting entire invite batches that would exceed the licensed quota, preventing partial failures and compliance issues.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within an hour, with no additional commits after the initial review, indicating a smooth, low‑friction process.

AI Details

Tech Stack

Languages: Python
fix: restore responding state after HITL resume WTW0313 S No 0.4h 0.2h Jul 15, 2026

Summary

Bug Fix

Restore responding state after HITL resume

Fixes chat UI state bug, improving user experience during HITL resume.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no significant risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
refactor: explicit DB session propagation across backend paths 41tair XL No 165.3h 31.0h Jul 15, 2026

Summary

Refactor

Refactor DB session propagation across backend paths

Ensures consistent transaction boundaries and reduces lock contention across the backend, improving reliability and performance for all API endpoints.

Health Assessment

X-Large
High
High
  • Large refactor with 20 files and 4,238 lines added/removed, 6 commits after the first review, and a 165‑hour cycle time indicates high complexity and potential risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Python
chore(deps): cherry-pick CVE dep fixes into hotfix/1.15.0-fix.11 GareArc M No 0.3h 0.2h Jul 15, 2026

Summary

Chore

Update dependencies for CVE fixes

Ensures hotfix branch includes critical security updates, protecting production stability.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal changes indicates low risk and high confidence in security updates.

AI Details

Tech Stack

Languages: Python
fix: cherrypick workflow comment remove rbac check (#38978) GareArc S No 0.2h 0.2h Jul 15, 2026

Summary

Bug Fix

Fix RBAC check removal in workflow comment

Removes an unnecessary RBAC check from workflow comment handling, simplifying the logic and reducing potential permission errors.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
chore(i18n): sync translations with en-US github-actions M AI 0.7h 0.4h Jul 15, 2026

Summary

Chore

Sync translations with en-US

Updates internationalization files to match the en-US baseline, ensuring consistent user experience across all supported languages.

Health Assessment

Medium
Low
Low
  • PR merged within 0.7 hours with only two commits and no review comments, indicating a smooth and low-friction process.

AI Details

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

Tech Stack

feat: redis support keepalive and retry more error fatelei M No 1.5h 1.1h Jul 15, 2026

Summary

Feature

Add Redis keepalive and retry error handling

Improves reliability of Redis connections, reducing downtime and errors for the caching layer.

Health Assessment

Medium
Low
Low
  • Fast review and merge, minimal rework, small scope, quick cycle time indicates healthy PR process.

AI Details

Tech Stack

Languages: Python
chore(deps): bump httplib2, setuptools, wandb for CVE fixes GareArc S No 1.0h 0.7h Jul 15, 2026

Summary

Chore

Bump dependencies for CVE fixes

Updates httplib2, setuptools, and wandb to address high/critical CVEs found in the image scan.

Health Assessment

Small
Low
Low
  • Quick review and merge, indicating a straightforward and low-risk change.

AI Details

Tech Stack

Languages: Python
fix(api): harden trial apps access for recommended apps linw1995 M No 2.1h 1.9h Jul 15, 2026

Summary

Bug Fix

Harden trial app access for recommended apps

This change tightens access controls for trial applications in the recommended apps feature, preventing unauthorized usage and ensuring compliance with trial policies. It reduces risk of misuse and aligns with platform security standards.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework indicates a straightforward bug fix with clear scope.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
chore: workflow comment remove rbac check fatelei S No 0.5h 0.3h Jul 15, 2026

Summary

Refactor

Remove RBAC check from workflow comments

This change removes an unnecessary RBAC check from workflow comment handling, simplifying the code path and reducing potential permission errors.

Health Assessment

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

AI Details

Confidence: 0.75

Tech Stack

Languages: Python
fix: preserve and display workflow retry details Blackoutta XL No 46.4h 41.8h Jul 15, 2026

Summary

Feature

Preserve and display workflow retry details

Preserves complete workflow node retry attempts and exposes retry tracing entries across workflow debugging, historical logs, and snippet debugging.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with 20 files changed, but the review process was relatively smooth with a low friction level.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix(agent-v2): use default select composition for time range picker lyzno1 S No 0.3h 0.0h Jul 15, 2026

Summary

Refactor

Fix time range picker default composition

The time range picker now displays full labels without clipping and aligns with the Dify UI design. This improves the monitoring experience for users.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single commit and minimal changes indicates low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
test: move feedback service coverage to unit tests asukaminato0721 XL No 20.5h 18.1h Jul 15, 2026

Summary

Test

Move feedback service coverage to unit tests

Reclassifies unit-level test coverage from integration to unit tests, preserving container-backed coverage and improving test suite clarity.

Health Assessment

X-Large
Low
Low
  • The PR reorganized test coverage with minimal code changes, quick review, and no production impact, indicating a low-risk refactor.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
test: use sqlite3 session in test_provider_configuration asukaminato0721 M No 110.0h 109.7h Jul 15, 2026

Summary

Test

Use SQLite session in provider configuration tests

Replace mocked SQLAlchemy sessions with real in-memory SQLite sessions to validate ORM behavior and transaction isolation in tests.

Health Assessment

Medium
Low
High
  • Long review time indicates low priority or delayed review; single commit suggests minimal rework.

AI Details

Tech Stack

Languages: Python
test: move MCP controller coverage to unit tests asukaminato0721 M No 19.5h 19.2h Jul 15, 2026

Summary

Refactor

Move MCP controller coverage to unit tests

Reclassify unit-level coverage from integration tests to unit tests, preserving container-backed coverage and using SQLite sessions for database-dependent unit paths.

Health Assessment

Medium
Low
Low
  • PR completed quickly with minimal rework, indicating straightforward test reclassification.

AI Details

Tech Stack

Languages: Python
test: move console app API coverage to unit tests asukaminato0721 XL No 19.6h 19.3h Jul 15, 2026

Summary

Refactor

Move console app API coverage to unit tests

Reclassify unit-level coverage from integration tests to unit tests for more accurate test classification and reduced integration suite workload.

Health Assessment

Small
Low
Low
  • The PR was merged quickly with minimal review time, indicating a well-structured and low-risk change.

AI Details

Tech Stack

Languages: Python
Frameworks: Sqlite
fix(e2e): probe shellctl health in preflight lyzno1 S No 0.1h 0.0h Jul 15, 2026

Summary

Bug Fix

Fix e2e preflight health probe for shellctl

The update aligns the preflight health check with the new shellctl `/healthz` endpoint, eliminating false 404 errors. This keeps runtime scenarios runnable and improves test reliability.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; the change was straightforward and quickly approved.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
test: move email registration coverage to unit tests asukaminato0721 M No 18.9h 18.7h Jul 15, 2026

Summary

Test

Move email registration tests to unit suite

Reclassifies email registration tests to unit suite for faster, more accurate testing, preserving integration coverage.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; tests reclassified to improve clarity and speed.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
test: move RAG pipeline controller coverage to unit tests asukaminato0721 L No 18.8h 18.6h Jul 15, 2026

Summary

Test

Move RAG pipeline controller coverage to unit tests

Reclassifies unit-level coverage from integration tests to the unit test suite, improving test accuracy and reducing unnecessary container overhead.

Health Assessment

Large
Low
Low
  • The PR moved test coverage from integration to unit tests, improving test accuracy and reducing container overhead. The review was quick and the merge was fast, indicating low friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
test: move console forgot-password coverage to unit tests asukaminato0721 M No 18.8h 18.5h Jul 15, 2026

Summary

Test

Move console forgot-password coverage to unit tests

Reclassifies forgot-password test coverage from integration to unit tests, improving test suite accuracy without affecting production behavior.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
test: move API key authentication coverage to unit tests asukaminato0721 M No 18.7h 18.4h Jul 15, 2026

Summary

Test

Move API key authentication coverage to unit tests

Reclassifies API key authentication tests from integration to unit tests, improving test suite accuracy without affecting production behavior.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes; test reclassification improved clarity.

AI Details

Tech Stack

Languages: Python
test: move account deletion sync coverage to unit tests asukaminato0721 L No 18.6h 18.4h Jul 15, 2026

Summary

Test

Move account deletion sync tests to unit suite

Improves test suite accuracy by moving unit-level coverage out of integration tests, ensuring faster feedback and clearer ownership. Production behavior remains unchanged.

Health Assessment

Large
Low
Low
  • The PR was reviewed quickly and merged without rework, indicating a straightforward change to test organization.

AI Details

Confidence: 1.00

Tech Stack

Languages: Python
test: move recommendation database retrieval coverage to unit tests asukaminato0721 M No 18.6h 18.3h Jul 15, 2026

Summary

Refactor

Move recommendation DB retrieval tests to unit suite

Improves test suite accuracy by separating unit and integration tests, reducing unnecessary container overhead and clarifying test ownership.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes indicates a straightforward refactor.

AI Details

Tech Stack

Languages: Python
test: move hit testing service coverage to unit tests asukaminato0721 M No 18.6h 18.2h Jul 15, 2026

Summary

Test

Move hit testing service coverage to unit tests

Reclassifies hit testing service tests to the unit suite, improving test accuracy and reducing unnecessary container overhead without affecting production behavior.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes indicates a straightforward refactor.

AI Details

Tech Stack

Languages: Python
fix(e2e): restore shellctl external runtime lyzno1 S No 1.1h 0.9h Jul 15, 2026

Summary

Bug Fix

Restore shellctl external runtime

Fixes E2E tests for shellctl runtime, ensuring reliable integration and health checks after Go rewrite.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under two hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
test: move RAG pipeline dataset coverage to unit tests asukaminato0721 L No 18.3h 18.0h Jul 15, 2026

Summary

Test

Move RAG pipeline dataset coverage to unit tests

Reclassifies RAG pipeline dataset tests to the unit suite, improving test accuracy and reducing unnecessary integration overhead.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; test reclassification streamlined without affecting production.

AI Details

Tech Stack

Languages: Python
test: move tool provider controller coverage to unit tests asukaminato0721 XL No 18.0h 17.8h Jul 15, 2026

Summary

Test

Move tool provider controller tests to unit suite

Reclassifies integration tests to unit tests, improving test suite accuracy and reducing unnecessary container overhead.

Health Assessment

X-Large
Low
Low
  • Quick review and merge, minimal impact on production, improved test suite clarity.

AI Details

Tech Stack

Languages: Python
« Page 7 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