Pull Request Explorer

Exploring 720 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor(dify-ui): standardize primitive boundary names lyzno1 XL No 0.8h 0.4h Jul 10, 2026

Summary

Refactor

Standardize Dify UI primitive boundary names

This refactor unifies naming conventions across UI primitives, improving consistency and reducing confusion for developers.

Health Assessment

X-Large
Low
Low
  • The PR was completed in under an hour with minimal review, indicating efficient collaboration and low risk to production.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
test(web): centralize i18n mocks hyoban XL No 0.3h 0.1h Jul 10, 2026

Summary

Refactor

Centralize i18n mocks for frontend tests

By consolidating i18n mock logic, the PR cuts test runtime and type‑check overhead, speeding up developer feedback loops and improving test reliability.

Health Assessment

X-Large
Low
Low
  • The PR was merged in under 20 minutes with minimal review, indicating a straightforward refactor that streamlined test infrastructure without introducing new features or breaking changes.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
perf(web): lazy-load Vite plugins hyoban M No 1.2h 1.0h Jul 10, 2026

Summary

Chore

Lazy-load Vite plugins for performance

Improves performance by lazy-loading Vite plugins, reducing overhead and type-check time.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating a smooth review process.
  • The change is focused on performance improvement, which is a positive aspect.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Vite
fix(trigger): return 429 instead of 500 when API quota is exceeded linw1995 M No 0.9h 0.6h Jul 10, 2026

Summary

Bug Fix

Return 429 on API quota exceed

Ensures API quota exceed returns 429 instead of 500, improving client error handling and preventing misleading server errors.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
chore(i18n): sync translations with en-US github-actions L AI 0.9h 0.6h Jul 10, 2026

Summary

Chore

Sync translations with en-US

Updates internationalization files to keep translations aligned with the base en-US, improving consistency across languages.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review indicate a smooth, low-risk process.

AI Details

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

Tech Stack

refactor(web): migrate i18n to selector optimize mode hyoban XL No 1.2h 0.9h Jul 10, 2026

Summary

Refactor

Migrate i18n to selector optimize mode

Refactors i18n to selector mode, improving type safety, reducing errors, and boosting performance.

Health Assessment

Large
Low
Low
  • Rapid iteration with minimal review time indicates a smooth refactor; large code changes were completed quickly without blockers.

AI Details

Usage: Authored by AI
Confidence: 0.90

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
feat: create app init rbac scope to all and add workspace members. fatelei L No 7.0h 6.6h Jul 10, 2026

Summary

Feature

Create app init RBAC scope and add workspace members

Adds RBAC initialization for new apps and syncs workspace members, improving security and onboarding for users.

Health Assessment

Large
Medium
Low
  • Fast cycle time and a single review round indicate efficient collaboration and low friction in the review process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python, Typescript, Shell
fix(trigger): surface webhook trigger quota exceeded as 429 response linw1995 M No 0.5h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix webhook trigger quota exceeded as 429 response

Ensures webhook triggers return proper 429 status when quota is exceeded, preventing misinterpretation by clients and improving system reliability.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and quick review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Python
feat(web): refine web app customization options CyberPU2099 L No 1.8h 1.1h Jul 10, 2026

Summary

Feature

Refine web app customization options

Renames and updates UI customization options, improves labels, and adds translations to enhance user experience.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; PR merged within 2 hours, indicating high confidence and low friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): support punctuation in markdown form field names (#38651) JzoNgKVO S No 0.6h 0.3h Jul 10, 2026

Summary

Bug Fix

Support punctuation in markdown form field names

Fixes form field name handling to allow punctuation, improving user experience in markdown forms.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): support punctuation in markdown form field names JzoNgKVO S No 0.3h 0.2h Jul 10, 2026

Summary

Bug Fix

Support punctuation in markdown form field names

This fix ensures that markdown form field names can include punctuation, improving user experience and preventing errors in form handling.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix(web): simplify infotip icon variants lyzno1 M No 1.2h 0.2h Jul 10, 2026

Summary

Bug Fix

Simplify infotip icon variants

Streamlines the infotip component, improving UI consistency and accessibility while reducing code complexity for end users.

Health Assessment

Small
Low
Low
  • The PR was merged within 1.2 hours with minimal review time, indicating a straightforward, low‑risk change that quickly resolved UI inconsistencies.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: final answer in new agent would clear after sse if agent thought has answer iamjoel XS No 0.3h 0.0h Jul 10, 2026

Summary

Bug Fix

Fix final answer clearing after SSE

Ensures the final answer is cleared correctly after server‑sent events when the agent has an answer, improving chat UX.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
test: use sqlite3 session asukaminato0721 XL No 1.5h 1.3h Jul 10, 2026

Summary

Test

Update workflow service tests to use sqlite3 session

Ensures workflow service tests run against an in-memory SQLite session, improving test isolation and speed.

Health Assessment

X-Large
Low
Low
  • Test update merged quickly with minimal review, indicating low complexity.

AI Details

Tech Stack

Languages: Python
fix(web): agent tool credentials mismatch (#38637) JzoNgKVO S No 0.5h 0.5h Jul 10, 2026

Summary

Bug Fix

Fix agent tool credentials mismatch

Corrects credential mapping for agent tools, preventing authentication failures and ensuring reliable operation for users.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal changes and quick review indicates low complexity and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(agent): surface knowledge retrieval failures zyssyz123 M No 0.8h 0.6h Jul 10, 2026

Summary

Bug Fix

Fix agent knowledge retrieval failures

Ensures agent errors are accurately surfaced, improving reliability and debugging for end‑users.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal rework; strong test coverage confirms stability.

AI Details

Tech Stack

Languages: Python
fix(web): agent tool credentials mismatch JzoNgKVO S No 1.0h 0.9h Jul 10, 2026

Summary

Bug Fix

Fix agent tool credentials mismatch

Ensures that updating credentials for an agent tool only affects the intended tool by matching provider_id and tool_name, preventing accidental credential changes across tools.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and a regression test, merged within an hour.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
test(e2e): consume agent service API SSE incrementally lyzno1 L No 2.1h 2.0h Jul 10, 2026

Summary

Feature

Consume Agent Service API SSE Incrementally

Enhances agent service API by streaming responses incrementally, improving performance and reliability for end users. This reduces latency and ensures robust error handling during real‑time interactions.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration. The PR added a moderate amount of code with clear focus on improving streaming reliability.

AI Details

Tech Stack

Languages: Typescript
chore: migrate js-yaml to v5 hyoban L No 0.4h 0.2h Jul 10, 2026

Summary

Chore

Migrate js-yaml to v5

Upgrade js-yaml dependency to v5.2.1, preserving YAML parsing behavior across CLI, web, and contracts with comprehensive regression tests.

Health Assessment

Large
Low
Low
  • Fast review and merge with no rework, indicating low complexity and high confidence.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix: simplify help menu upgrade item lyzno1 S No 1.6h 1.3h Jul 10, 2026

Summary

Bug Fix

Simplify Help Menu Upgrade Item

This PR consolidates the upgrade‑gated Contact Us row into a single dropdown menu item, preserves the Upgrade visual cue, and updates tests, improving navigation clarity for users.

Health Assessment

Small
Low
Low
  • Fast cycle time of 1.6 hours and minimal review rounds indicate a smooth, low‑risk UI fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat: ee agent sandbox support wylswz XL No 49.0h 2.8h Jul 10, 2026

Summary

Feature

Add enterprise agent sandbox support

Enables sandbox lifecycle management for enterprise agents, allowing create, attach, suspend, and terminate sandbox environments to improve isolation and compliance for enterprise customers.

Health Assessment

X-Large
High
Medium
  • The PR added extensive sandbox functionality with 20 files and 928 lines of change, completed in 49 hours with a single review, indicating rapid iteration but high complexity and potential risk.

AI Details

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

Tech Stack

Languages: Python
test: Mock to sqlite3 asukaminato0721 XL No 69.9h 0.1h Jul 10, 2026

Summary

Test

Add SQLite3 mock for account service tests

Enables unit tests to run against an in-memory SQLite database, improving test reliability and speed.

Health Assessment

X-Large
Low
Low
  • The PR had a large code change but was reviewed quickly with minimal back‑and‑forth, and AI was used for review.

AI Details

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

Tech Stack

Languages: Python
chore(api): Prohibit new direct SQLAlchemy in controller cqjjjzr XL No 7.6h 0.1h Jul 10, 2026

Summary

Refactor

Prevent new direct SQLAlchemy usage in controllers

Adds a CI guard to block new direct SQLAlchemy usage in API controllers, improving code quality and preventing potential performance regressions. This reduces maintenance overhead and enforces best practices.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed quickly by an AI reviewer and merged within 7.6 hours, indicating an efficient process. The addition of a CI guard improves code quality and reduces future maintenance risk.

AI Details

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

Tech Stack

Languages: Python
chore: Replace @patch logger.warning with caplog fixture in credit_pool_service test DresdenGman S No 4.8h 4.1h Jul 10, 2026

Summary

Test

Replace logger patch with caplog in test

Improves test reliability by using caplog fixture instead of patching logger, ensuring accurate log capture.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates straightforward refactor.

AI Details

Tech Stack

Languages: Python
chore: remove unused param fatelei XS No 0.9h 0.7h Jul 10, 2026

Summary

Refactor

Remove unused parameter from app generator

Simplifies code by eliminating an unused argument, improving maintainability.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
chore: update deps hyoban XL No 0.7h 0.6h Jul 10, 2026

Summary

Chore

Update dependencies for web project

This PR updates project dependencies to newer versions, improving security and compatibility.

Health Assessment

Large
Low
Low
  • Fast review and merge cycle, minimal friction, but large line changes due to dependency updates.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix(web): save agent configure draft on route leave lyzno1 S No 0.4h 0.1h Jul 09, 2026

Summary

Bug Fix

Fix agent configure draft persistence on route leave

Ensures unsaved changes to agent configuration are automatically saved when a user navigates away, preventing data loss and improving user experience.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: remove hardcoded sandbox path in configuration file QuantumGhost XS No 0.9h 0.0h Jul 09, 2026

Summary

Bug Fix

Remove hardcoded sandbox path in configuration

Fixes hardcoded sandbox path, improving configuration flexibility and reducing deployment errors.

Health Assessment

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

AI Details

Tech Stack

Languages: Yaml
fix: fix auth prefix duplicate fatelei S No 0.9h 0.5h Jul 09, 2026

Summary

Bug Fix

Fix duplicate auth prefix

Corrects duplicate authentication prefix handling, improving security and reliability of API authentication.

Health Assessment

Small
Low
Low
  • Resolved within 0.9 hours with minimal changes, indicating a straightforward bug fix and efficient review process.

AI Details

Tech Stack

Languages: Python
chore: Bump version to 1.16.0-rc1 QuantumGhost S AI 3.6h 3.1h Jul 09, 2026

Summary

Chore

chore: Bump version to 1.16.0-rc1

Update package and image versions across API, web, and agent components to release candidate 1.16.0-rc1, ensuring consistency and enabling new features.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes, indicating a straightforward dependency bump.

AI Details

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

Tech Stack

Languages: Python, Javascript
fix: fix miss session param fatelei XS No 1.0h 0.0h Jul 09, 2026

Summary

Bug Fix

Fix missing session parameter in app generator

This fix resolves a missing session parameter that caused runtime errors in the agent chat generator, ensuring reliable operation and preventing service disruptions.

Health Assessment

Small
Low
Low
  • The PR was merged within an hour with minimal changes and no review friction, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Python
fix(web): update docs links hyoban L No 4.4h 4.2h Jul 09, 2026

Summary

Bug Fix

Update web documentation links

Corrects stale documentation links in the web UI, ensuring users see accurate help resources and reducing confusion.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth process.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat: daily sync zyssyz123 XL No 3.5h 0.0h Jul 09, 2026

Summary

Feature

Add daily sync functionality

Introduces automated daily synchronization of agent data, ensuring up‑to‑date information and reducing manual intervention for users.

Health Assessment

Large
High
Low
  • Merged within 3.5 hours after a single review, the PR introduces a substantial codebase change, indicating high confidence but also a higher risk of undiscovered issues.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
docs: remove Dify Premium on AWS Marketplace section from all READMEs Inlei S AI 0.3h 0.2h Jul 09, 2026

Summary

Docs

Remove AWS Marketplace promotion from READMEs

Eliminates the Dify Premium AWS Marketplace promotion paragraph from all README files, ensuring consistent documentation across languages.

Health Assessment

Small
Low
Low
  • Quick, single-commit docs update with minimal risk.

AI Details

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

Tech Stack

chore: batch example #38419 asukaminato0721 M No 71.4h 0.1h Jul 09, 2026

Summary

Chore

Batch example: disable DocumentSegmentSummary rows

Updates the backend summary indexing service to bulk disable DocumentSegmentSummary rows, improving performance and aligning with the issue’s goal.

Health Assessment

Small
Low
Low
  • Quick review and minimal rework indicate a straightforward change; AI-assisted review helped streamline feedback.

AI Details

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

Tech Stack

Languages: Python
fix(agent): add config default server secret QuantumGhost M AI 0.8h - Jul 09, 2026

Summary

Bug Fix

Add default server secret config

Provides a secure default secret for development environments, reducing misconfiguration risk and ensuring encryption key availability for agent stub tokens.

Health Assessment

Small
Low
Low
  • Rapid AI-assisted iteration with minimal review, merged within 0.8 hours.

AI Details

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

Tech Stack

Languages: Yaml
fix: chunk workflow failure tracking data CodingOnStar M No 0.0h 0.0h Jul 09, 2026

Summary

Bug Fix

Fix workflow failure tracking data chunking

Corrects data chunking logic for workflow failure tracking, improving reliability.

Health Assessment

Medium
Low
Low
  • Fast turnaround with no review friction; quick hotfix applied.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: chunk workflow failure tracking data CodingOnStar M No 0.0h 0.0h Jul 09, 2026

Summary

Bug Fix

Fix workflow failure tracking data chunking

This fix resolves an issue where workflow failure tracking data was incorrectly chunked, ensuring accurate monitoring and alerting for users.

Health Assessment

Medium
Low
Low
  • Quick fix with no review needed, merged within minutes.

AI Details

Tech Stack

Languages: Typescript
fix: chunk workflow failure tracking data CodingOnStar M No 0.7h 0.4h Jul 09, 2026

Summary

Bug Fix

Fix chunk workflow failure tracking data

Adjusts workflow failure event payload to split large data into 900-character chunks for Amplitude compliance, removing raw data to reduce event size.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, approved within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(tests): replace logger mocks with caplog in trace provider tests melooooooo M No 18.5h 18.2h Jul 09, 2026

Summary

Refactor

Refactor tests: replace logger mocks with caplog

Improves test reliability by replacing fragile logger mocks with pytest's caplog, ensuring accurate log assertions for trace provider functionality. This change strengthens test assertions and reduces maintenance overhead.

Health Assessment

Small
Low
Low
  • The PR was reviewed quickly with no significant back‑and‑forth, indicating a straightforward refactor with minimal risk.

AI Details

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

Tech Stack

Languages: Python
refactor(web): split app context state atoms hyoban XL No 1.4h 1.2h Jul 09, 2026

Summary

Refactor

Refactor app context state into focused modules

Splits the app context state into separate atom modules, updating imports and tests to improve maintainability and clarity.

Health Assessment

Large
Low
Low
  • The PR was merged within 1.4 hours with a single commit and minimal review, indicating a smooth, low-risk refactor.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
fix(web): preserve attribution from auth redirect CodingOnStar L No 3.5h 0.0h Jul 09, 2026

Summary

Bug Fix

Preserve attribution from auth redirect

Ensures user attribution data is retained during authentication redirects, improving accuracy of marketing analytics and attribution reporting.

Health Assessment

Large
Low
Low
  • Fast cycle time and no review indicate a straightforward fix with minimal friction.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(agent): expose message usage in history zyssyz123 S No 0.0h - Jul 09, 2026

Summary

Bug Fix

Expose message usage fields in history

Adds missing usage metrics to chat history responses, enabling accurate billing and analytics for agent interactions.

Health Assessment

Small
Low
Low
  • Merged within minutes with no review comments, indicating a simple, low‑risk fix.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
fix(agent): preserve repeated tool call thoughts zyssyz123 L No 0.0h - Jul 09, 2026

Summary

Bug Fix

Fix repeated tool call thoughts handling

Ensures consistent tool call IDs and prevents duplicate or missing entries in agent responses, improving reliability and data consistency.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review indicates a straightforward bug fix; large code changes are focused on agent tool call logic and are well covered by tests, resulting in low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix: guard chat tree against out-of-order parents iamjoel S No 0.5h 0.4h Jul 09, 2026

Summary

Bug Fix

Guard chat tree against out-of-order parents

Fixes a bug that could corrupt the chat UI by ensuring parent references are validated before use.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
fix: run user_connect authorization inside Flask app context GareArc XS No 1.3h 0.9h Jul 09, 2026

Summary

Bug Fix

Fix user_connect authorization context

Ensures collaboration events succeed by running authorization within a Flask app context, preventing silent 401 errors and improving real‑time collaboration reliability.

Health Assessment

Small
Low
Low
  • Quick, single‑file change resolved in under 2 hours with minimal risk and no additional tests required.

AI Details

Tech Stack

Languages: Python
fix(agent): pass through model invocation errors zyssyz123 M No 1.8h - Jul 09, 2026

Summary

Bug Fix

Fix agent error propagation

Ensures model invocation errors are correctly propagated to the agent runtime, improving error visibility and user experience.

Health Assessment

Medium
Low
Low
  • Fast resolution with minimal rework; no significant blockers or complex changes.

AI Details

Tech Stack

Languages: Python
chore: generate fastopenapi console contracts hyoban XL No 1.0h 0.2h Jul 09, 2026

Summary

Refactor

Generate FastOpenAPI console contracts

Adds generated contracts for FastOpenAPI console routes, improving API consistency and developer experience.

Health Assessment

X-Large
High
Low
  • Rapid iteration with minimal review time indicates high confidence in changes; large scope suggests significant refactor but no blockers.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(agent): ignore workflow agent message deltas zyssyz123 M No 0.1h - Jul 09, 2026

Summary

Bug Fix

Fix agent message delta handling

Prevents workflow agent crashes caused by message delta events, ensuring smoother operation and accurate observability metrics.

Health Assessment

Medium
Low
Low
  • Rapid merge indicates minimal review friction and quick resolution of a critical runtime issue.

AI Details

Tech Stack

Languages: Python
refactor(web): add prefetched query atom hyoban L No 9.6h 9.4h Jul 09, 2026

Summary

Refactor

Add prefetched query atom refactor

Refactors query atom logic to use prefetched data, improving load performance for account profile and system features.

Health Assessment

Large
Medium
Medium
  • PR completed in under 10 hours with minimal review, indicating a straightforward refactor with moderate scope and low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
« Page 10 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