Pull Request Explorer

Exploring 501 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(openapi,cli): workspace switch + member management lin-snow XL No 23.5h 5.5h May 27, 2026

Summary

Feature

Add workspace switch and member management

Enables programmatic workspace switching and member management via new OpenAPI endpoints and CLI commands, improving automation and user control.

Health Assessment

X-Large
High
Medium
  • Rapid iteration with multiple commits and extensive changes, but quick merge indicates efficient review and high confidence in the implementation.

AI Details

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

Tech Stack

Languages: Python, Typescript, Javascript
fix(tools): improve custom collection modal scrolling lyzno1 L No 12.9h 12.6h May 27, 2026

Summary

Bug Fix

Improve custom collection modal scrolling

Enhances the custom collection modal by enabling smooth scrolling and fixed headers, improving user experience and preventing layout issues.

Health Assessment

Large
Low
Low
  • PR completed quickly with minimal rework, indicating a straightforward UI fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat: add agent backend plugin layer zyssyz123 XL No 16.6h 0.7h May 27, 2026

Summary

Feature

Add agent backend plugin layer

Adds a plugin layer to the agent backend, enabling integration of external plugins into agent workflows and expanding extensibility for customers. This enhances the platform's flexibility and supports new use cases.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review iterations indicate a smooth integration of the new plugin layer.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python, Typescript
feat(api): introduce model-type migration script QuantumGhost XL AI 113.8h 90.1h May 27, 2026

Summary

Chore

Introduce model type migration script

This migration normalizes legacy model_type values to canonical enums, ensuring data consistency and preventing duplicate entries across provider models.

Health Assessment

AI Details

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

Tech Stack

Languages: Python
fix(plugin): align local install modal spacing lyzno1 L No 14.7h 0.8h May 27, 2026

Summary

Bug Fix

Align local plugin install modal spacing

This PR refines the local plugin installation modal to match design specifications, ensuring consistent spacing and visual fidelity across all states, which enhances user experience and reduces support overhead.

Health Assessment

Large
Low
Low
  • Quick review and minimal rework indicate low friction; the UI fix improves design consistency and user experience.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore: add App type annotations to api endpoints Lillian68 M No 8.3h 7.7h May 26, 2026

Summary

Refactor

Add App type annotations to API endpoints

Adds type annotations to API endpoints, improving code quality and maintainability.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; single review cycle indicates straightforward refactor.

AI Details

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

Tech Stack

Languages: Python
chore: add EndUser and App type annotations to api endpoints Lillian68 M No 2.2h 1.1h May 26, 2026

Summary

Refactor

Add type annotations to API endpoints

Adds type annotations for EndUser and App parameters in API endpoints, improving code quality and reducing runtime errors. This change enhances type safety and maintainability of the API layer.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate low complexity and minimal risk.

AI Details

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

Tech Stack

Languages: Python
feat: snippet new FFXN XL No 0.0h - May 26, 2026

Summary

Feature

Add new snippet workflow handling

Introduces start node injection and variable aliasing for snippet workflows, enabling more flexible and efficient workflow creation for developers.

Health Assessment

X-Large
Low
Low
  • Merged within minutes with no review, indicating high confidence but large scope.

AI Details

Tech Stack

Languages: Python
chore: backend feature api exclude_vector_space hjlarry L No 7.2h 1.5h May 26, 2026

Summary

Refactor

Add API to exclude vector space

Introduces a backend API endpoint that allows clients to exclude vector space data from feature processing, streamlining data handling and improving performance.

Health Assessment

Medium
Low
Medium
  • The PR was reviewed and merged within 7 hours, indicating a smooth process, but multiple commits after the first review suggest some iterative refinement.

AI Details

Tech Stack

Languages: Python
chore: add InstalledApp type annotations to api endpoints Lillian68 M No 1.0h 0.5h May 26, 2026

Summary

Refactor

Add InstalledApp type annotations to API endpoints

Adds type annotations for InstalledApp in API endpoints, improving code quality and reducing potential bugs. This change enhances type safety, reducing runtime errors and improving maintainability.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward refactor with minimal risk.

AI Details

Tech Stack

Languages: Python
feat: snippet new FFXN XL No 0.0h - May 26, 2026

Summary

Feature

Add new snippet feature for console

Enables users to create and manage code snippets within the console, improving developer productivity.

Health Assessment

Large
Low
Low
  • Merged immediately with no review, indicating a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Python
refactor(api): migrate tenant/user via DI: apikey, extension, data_source_bearer, oauth_server cqjjjzr XL No 2.1h 1.8h May 26, 2026

Summary

Refactor

Refactor API tenant/user DI for auth modules

Improves dependency injection for tenant/user authentication, enhancing modularity and testability.

Health Assessment

X-Large
Low
Low
  • Quick turnaround with minimal review rounds indicates smooth integration.

AI Details

Tech Stack

Languages: Python
refactor(api): migrate console tags to tenant/user via DI and improve tests cqjjjzr XL No 3.1h 0.1h May 26, 2026

Summary

Refactor

Refactor console API to use DI for tenant/user

Improves API controller design by injecting tenant/user context, enhancing test coverage and maintainability.

Health Assessment

Large
Low
Low
  • Quick review and merge after minimal changes, indicating a smooth process.

AI Details

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

Tech Stack

Languages: Python
fix(dify-ui): align picker stories with Base UI lyzno1 L No 0.2h 0.0h May 26, 2026

Summary

Bug Fix

Align picker stories with Base UI

Aligns combobox and autocomplete stories with Base UI, removing visual gaps and fixing readonly select display. This improves consistency and developer experience.

Health Assessment

Large
Low
Low
  • Fast cycle time and immediate review indicate a smooth process with minimal rework.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(marketplace): partner CTA + preview scroll polish Yawen-1010 S No 0.4h - May 26, 2026

Summary

Feature

Add partner CTA and improve preview scroll

Adds a 'Become a Partner' link to marketplace listings and adjusts workflow preview to allow page scrolling while preserving zoom controls.

Health Assessment

Small
Low
Low
  • Merged in under 30 minutes with no review comments, indicating a straightforward change.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat(api): Node Output Inspector service + 3 REST endpoints (Stage 4 §8) zyssyz123 XL AI 5.6h 5.4h May 26, 2026

Summary

Feature

Add Node Output Inspector service and endpoints

Provides a new service to inspect workflow outputs, enabling developers to debug and monitor workflow runs, improving transparency and reducing debugging time.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal iterations indicates high confidence in the implementation.

AI Details

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

Tech Stack

Languages: Python, Typescript
chore: add dependabot to lts branch wylswz M No 147.5h 147.5h May 26, 2026

Summary

Chore

Add Dependabot to LTS branch

Adds Dependabot configuration to automatically manage dependencies on the LTS branch, improving security and maintenance.

Health Assessment

Medium
Low
High
  • The PR had a long cycle time with no review, indicating it was low priority or automated. The change is small in scope but adds a significant maintenance tool.

AI Details

Tech Stack

Languages: Yaml
chore(deps): bump boto3 from 1.43.10 to 1.43.14 in /api in the storage group dependabot S No 29.0h 7.4h May 26, 2026

Summary

Chore

Bump boto3 dependency in API storage group

Updates boto3 to a newer patch version, ensuring compatibility and security for the storage component.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal changes, merged within a day.

AI Details

Tech Stack

Languages: Python
chore: inject tenant id in extension handlers Tianlel S No 0.6h 0.2h May 26, 2026

Summary

Refactor

Inject tenant ID into extension handlers

Adds tenant context to API extension handlers, improving multi‑tenant reliability and simplifying code.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Python
chore: inject account context in file handlers Tianlel M No 0.7h 0.2h May 26, 2026

Summary

Refactor

Inject account context into file handlers

Standardizes user and tenant context injection for console file APIs, reducing duplication and improving security consistency.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes indicate a low‑risk refactor that streamlined context handling.

AI Details

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

Tech Stack

Languages: Python
chore: inject tenant id in feature handlers Tianlel S No 0.6h 0.4h May 26, 2026

Summary

Refactor

Inject tenant ID into feature handlers

Adds tenant context to console feature endpoints, simplifying handler logic and improving maintainability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Python
chore: inject current user in explore message handlers Tianlel M No 0.8h 0.6h May 26, 2026

Summary

Refactor

Inject current user into explore message handlers

Simplifies handler signatures by using the existing with_current_user decorator, reducing boilerplate and improving maintainability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Python
feat(dify-agent): sync agent progress BeautyyuYanli XL AI 10.1h 9.5h May 26, 2026

Summary

Feature

Sync agent progress and plugin tool layer

Adds plugin tool layer support, aligns plugin configuration, updates execution context, and enhances agent functionality with comprehensive documentation and tests.

Health Assessment

X-Large
High
Low
  • The PR involved a large code change (over 2000 lines) but was reviewed quickly with minimal back‑and‑forth, indicating an efficient review process. The use of AI drafting and a single review round suggests confidence in the changes, though the scope remains high risk.

AI Details

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

Tech Stack

Languages: Python
feat(dify-ui): add textarea primitive lyzno1 XL No 65.2h 64.9h May 26, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: remove unused datasource_parameters from Notion pre-import query EvanYao826 XS No 13.1h 12.9h May 26, 2026

Summary

Refactor

Remove unused datasource_parameters from Notion pre-import query

Eliminates a problematic query parameter that caused import failures, ensuring smoother data ingestion from Notion and reducing support overhead.

Health Assessment

Small
Low
Low
  • The PR was resolved quickly with a single small change, indicating a straightforward refactor with minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
chore: dep inject for sql session asukaminato0721 L No 55.3h 0.0h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: normalize summary_index_setting None to fix preview error EvanYao826 S No 1.8h 1.5h May 25, 2026

Summary

Bug Fix

Normalize summary_index_setting None to fix preview error

Fixes preview errors when creating knowledge bases by normalizing null summary settings, improving user experience.

Health Assessment

Small
Low
Low
  • Quick resolution of a frontend-backend mismatch with minimal code changes, indicating efficient collaboration.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
chore: inject current user in console handlers Tianlel M No 1.2h 0.7h May 25, 2026

Summary

Refactor

Inject current user into console handlers

Adds a decorator to inject the current user into console handlers, simplifying code and reducing boilerplate. Improves maintainability and developer efficiency.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 1.1 hours, indicating low complexity and minimal risk. The change is a small refactor that improves code maintainability.

AI Details

Tech Stack

Languages: Python
chore: example of current user id dep injection asukaminato0721 S No 17.6h 17.3h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: normalize app icon picker dialog state lyzno1 XL No 0.4h 0.2h May 25, 2026

Summary

Bug Fix

Normalize App Icon Picker Dialog State

Ensures consistent UI behavior and accessibility for app icon and emoji pickers, reducing user confusion and potential bugs.

Health Assessment

Large
Medium
Low
  • The PR was reviewed and merged within 0.4 hours, indicating minimal friction and a quick resolution of a large code change.

AI Details

Confidence: 0.30

Tech Stack

Languages: Typescript
Frameworks: React
feat: output declaration and inspector zyssyz123 XL No 1.6h 1.3h May 25, 2026

Summary

Refactor

Add output declaration and inspector

Adds robust output validation and error handling for agent workflows, improving reliability and reducing failures.

Health Assessment

X-Large
High
Low
  • Rapid review and merge within 1.6 hours, but large scope and many commits suggest high complexity; automated fixes were applied to streamline the process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python, Typescript
chore: use dify_config.BILLING_ENABLED hjlarry M No 0.5h 0.1h May 25, 2026

Summary

Refactor

Update billing config usage

Switches billing flag reference to dify_config.BILLING_ENABLED, improving consistency and reducing configuration errors.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review indicate low complexity and high confidence in the change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
fix: member invite limits with dedup, locking, and accurate new-member counting linw1995 L No 74.6h 74.4h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(dify-ui): add status and progress primitives lyzno1 XL No 0.8h 0.7h May 25, 2026

Summary

Feature

Add status and progress primitives

Provides reusable UI components for status indicators and progress circles, improving consistency and accessibility across the application.

Health Assessment

X-Large
Medium
Low
  • Rapid review and merge with minimal iterations indicates high confidence in the changes.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat: snippet new FFXN XL No 0.0h - May 25, 2026

Summary

Feature

Add snippet support with variable listing

Adds new snippet functionality and variable listing support, improving developer experience.

Health Assessment

X-Large
High
Low
  • Merged immediately after creation with no review, indicating a fast turnaround but large code changes may increase risk.
  • The absence of review comments suggests low friction but may overlook edge cases.

AI Details

Tech Stack

Languages: Python
fix(api): preserve dataset nested null shapes FFXN L No 2.0h 1.6h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: center align slider thumb lyzno1 XS No 0.2h 0.1h May 25, 2026

Summary

Bug Fix

Center align slider thumb

Ensures the slider thumb is centered for consistent UI alignment, improving visual consistency for users.

Health Assessment

Small
Low
Low
  • Quick, single-file change with fast review and merge, indicating low complexity and risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
fix: type mismatches (route says uuid: but handler says str) Lillian68 L No 0.5h 0.3h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: replace .distinct() with .group_by(Conversation.id) for PostgreSQL JSON compatibility kuishou68 S No 1.3h 1.1h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: add workflow_version to workflow_agent_node_bindings zyssyz123 M No 2.7h 0.4h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: upgrade dependencies lyzno1 XL No 0.6h 0.5h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

refactor(dify-ui): rename toggle group to segmented control lyzno1 L No 0.8h 0.7h May 25, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(dify-agent): add history layer and structural output layer BeautyyuYanli XL AI 1.4h 0.8h May 25, 2026

Summary

Feature

Add history and structured output layers

Adds a history layer for better state tracking and a structured output layer to improve response formatting, enhancing agent reliability and user experience.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal back‑and‑forth indicates high confidence in the changes.

AI Details

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

Tech Stack

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

Summary

Chore

Sync translations with en-US

Updates translation files for 22 languages, ensuring UI consistency across locales.

Health Assessment

Medium
Low
Low
  • Rapid merge with minimal changes indicates smooth process.

AI Details

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

Tech Stack

fix: External retrieval model response rejects empty score threshold bug hsiong S No 15.8h 15.6h May 25, 2026

Summary

Bug Fix

Fix empty score threshold bug in external retrieval

Ensures external retrieval model correctly handles empty score thresholds, preventing errors and improving reliability for downstream services.

Health Assessment

Small
Low
Medium
  • Quick fix with minimal changes, resolved within a day, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Python, Typescript
fix: request /api/datasets raise exception hjlarry M No 1.0h 0.5h May 25, 2026

Summary

Bug Fix

Fix dataset API exception handling

Ensures dataset endpoints return valid responses, preventing client errors and improving API reliability.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal changes and automated tests, indicating low complexity and risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python, Typescript
fix(web): clean up header logo accessibility lyzno1 M No 20.6h 20.5h May 25, 2026

Summary

Bug Fix

Clean up header logo accessibility

Improves accessibility of header logo links by removing unnecessary semantics and ensuring a single accessible name, aligning navigation behavior.

Health Assessment

Small
Low
Low
  • PR completed quickly with minimal changes and no review back‑and‑forth, indicating a straightforward fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore(web): remove select-auto in body lyzno1 S No 36.2h 36.1h May 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

refactor(dify-ui): refine switch contract lyzno1 L No 45.0h 44.9h May 25, 2026

Summary

Refactor

Refactor Switch Contract in Dify UI

Improves Switch component API and styling, enhancing developer experience and consistency across the UI library.

Health Assessment

Large
Low
High
  • The PR took almost two days to get reviewed, indicating potential bottlenecks in the review process, but the changes were moderate in scope and focused on improving component contract.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat: add and unify pagination components across UI and app surfaces lyzno1 XL No 16.3h 16.2h May 25, 2026

Summary

Refactor

Unify pagination components across UI and app surfaces

Shared pagination implementation added to dify-ui, with refactored app-facing usage and updated translations.

Health Assessment

X-Large
Medium
Low
  • The PR has a large scope with many files changed, but the review process was relatively smooth with a short cycle time.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
« Page 4 of 11 »

Get this analytics stack for your team

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

Connect Repos