Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| feat: allow disabling run time cred check | wylswz | S | No | 73.8h | 73.6h | May 14, 2026 |
SummaryFeatureAllow disabling runtime credential check Adds an option to skip runtime credential validation for latency‑critical users, improving TTFE while still validating at workflow publish. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: add null check in get_recommend_app_detail before accessing result['id'] | EvanYao826 | M | No | 2.3h | 2.2h | May 14, 2026 |
SummaryBug FixFix null check in get_recommend_app_detail This fix prevents runtime errors when a recommended app is not found, ensuring stability for self-hosted deployments with trial mode enabled. It adds a null guard before accessing the app ID, reducing potential service disruptions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: get recommend_app categories should not re-order it | hjlarry | S | No | 0.3h | 0.1h | May 14, 2026 |
SummaryBug FixFix category ordering in recommend_app This change prevents unintended reordering of recommend_app categories, ensuring consistent presentation to users. It improves user experience by maintaining expected category order. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /dify-agent | dependabot | XS | No | 0.4h | 0.3h | May 14, 2026 |
SummaryChoreBump urllib3 dependency to 2.7.0 Updates urllib3 to address security fixes and new features, ensuring compatibility and improved security for the dify-agent component. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat(workflow): enhance workflow run callbacks with additional data tracking | CodingOnStar | L | No | 2.8h | 1.4h | May 14, 2026 |
SummaryFeatureAdd data tracking to workflow run callbacks Adds detailed data tracking to workflow run callbacks, allowing better monitoring of execution failures. This improves reliability and reduces troubleshooting time for users. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| feat(agent): init agent server | BeautyyuYanli | XL | AI | 32.5h | 29.7h | May 14, 2026 |
SummaryFeatureInitialize dify-agent server package Adds server package with runtime, client, protocol, storage, docs, examples, and tests, enabling agent functionality and expanding platform capabilities for new agent features. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore: enchance notify link ui | iamjoel | S | No | 0.2h | 0.0h | May 14, 2026 |
SummaryChoreEnhance notify link UI Improves the user interface for notification links, adding tests and documentation updates to enhance user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore: Remove pyright in favor of pyrefly | cqjjjzr | L | No | 0.8h | 0.7h | May 14, 2026 |
SummaryChoreRemove pyright in favor of pyrefly Replaces pyright with pyrefly to improve type‑checking accuracy and simplify CI linting, reducing false positives and maintenance overhead. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| fix(api): avoid committing inside RAG pipeline DSL service. | FFXN | L | No | 0.1h | - | May 14, 2026 |
SummaryBug FixAvoid committing inside RAG pipeline DSL service Fixes premature transaction closure in the RAG pipeline, ensuring data consistency and preventing failures. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Gemini, Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore: drop unnecessary | None on LLMError and Mail.send | BrianWang1990 | XS | No | 0.7h | 0.6h | May 14, 2026 |
SummaryRefactorDrop unnecessary | None annotations in error and mail modules Clean up type annotations to match actual usage, improving code clarity and preventing potential type mismatches. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(errors): clean unnecessary | None in error classes | mturac | S | No | 12.1h | 11.3h | May 14, 2026 |
SummaryRefactorClean unnecessary None in error classes Simplifies error handling by ensuring all error descriptions are strings, improving type safety and reducing potential runtime issues. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: fix pydantic union type error | fatelei | S | No | 11.7h | 11.5h | May 14, 2026 |
SummaryBug FixFix pydantic union type error Corrects a data validation issue in the backend, preventing potential runtime errors and improving reliability for downstream services. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python
|
||||||
| fix: credit pool access outside flask context | hjlarry | M | No | 0.7h | 0.5h | May 14, 2026 |
SummaryBug FixFix credit pool access outside Flask context Prevents runtime errors when accessing credit pool outside Flask context, improving reliability of provider configuration retrieval. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.15
Tech Stack
Languages:
Python
Frameworks:
Flask
|
||||||
| fix: knowledge hit-testing render failed. (#36106) | FFXN | M | No | 0.2h | - | May 14, 2026 |
SummaryBug FixFix knowledge hit-testing render failure Corrects rendering errors in knowledge hit-testing, improving reliability for end users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump langsmith from 0.7.31 to 0.8.0 in /api | dependabot | XS | No | 0.6h | 0.5h | May 14, 2026 |
SummaryChorechore(deps): bump langsmith from 0.7.31 to 0.8.0 in /api Updates the langsmith dependency to the latest patch, improving security and compatibility for the API layer. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: isolate Langfuse v3 SDK TracerProvider to prevent cross-task interference | GareArc | M | No | 4.8h | 4.6h | May 14, 2026 |
SummaryBug FixFix Langfuse TracerProvider isolation Ensures tracing data remains accurate across concurrent requests, preventing cross-task contamination and improving system reliability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump authlib from 1.6.11 to 1.6.12 in /api | dependabot | XS | No | 3.7h | 3.5h | May 13, 2026 |
SummaryChoreBump authlib dependency to 1.6.12 Updates authlib to address a security fix and improve authentication reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(i18n): sync translations with en-US | github-actions | S | AI | 0.6h | 0.4h | May 13, 2026 |
SummaryChoreSync i18n translations with en-US Updates translation files for 22 languages, ensuring consistency with base en-US. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| chore(deps): bump ujson from 5.12.0 to 5.12.1 in /api | dependabot | S | No | 0.3h | 0.2h | May 13, 2026 |
SummaryChoreBump ujson dependency to 5.12.1 Updates the ujson library to address memory and encoding issues, ensuring more reliable JSON handling in the API. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(web): refine account avatar interactions | lyzno1 | M | No | 0.5h | 0.0h | May 13, 2026 |
SummaryBug FixRefine account avatar interactions Improves avatar editing UX by consolidating edit actions, adding confirmation flow, and preventing duplicate toasts, enhancing user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| fix: knowledge hit-testing render failed. (#36106) | FFXN | M | No | 0.0h | - | May 13, 2026 |
SummaryBug FixFix hit-testing render failure Restores reliable hit-testing visualization by correcting empty document handling, preventing frontend crashes and improving user experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Gemini, Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: knowledge hit-testing render failed. | FFXN | M | No | 1.5h | 1.0h | May 13, 2026 |
SummaryBug FixFix hit-testing render failure Corrects rendering errors in knowledge hit-testing, ensuring the frontend displays results reliably and preventing user-facing failures. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| ci: Update pyrefly dependency version to 1.0.0 | asukaminato0721 | S | No | 2.1h | 0.0h | May 13, 2026 |
SummaryChoreUpdate pyrefly dependency to 1.0.0 Bumps pyrefly to the new major release, ensuring type‑checking tool compatibility. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(security): isolate Langfuse v3 SDK TracerProvider to prevent cros… | GareArc | M | No | 0.5h | 0.5h | May 13, 2026 |
SummaryBug FixFix cross‑tenant trace leak in Langfuse SDK Prevents sensitive trace data from leaking between tenants by isolating the TracerProvider, enhancing security and ensuring proper shutdown of isolated providers to avoid background thread leaks. Health Assessment
Medium
Medium
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Python
|
||||||
| refactor: stabilize selector preview cards | lyzno1 | XL | No | 0.3h | 0.2h | May 13, 2026 |
SummaryRefactorRefactor selector preview cards for stability This refactor stabilizes the preview cards for model and block selectors, preventing UI glitches and improving user experience during workflow configuration. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: use Trans component for delete app confirmation text on editing page | copilot-swe-agent | S | No | 2.9h | 2.8h | May 13, 2026 |
SummaryBug FixFix delete confirmation text rendering Ensures the delete confirmation dialog displays the app name in bold, matching the list page and improving user experience by preventing confusing raw tags. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(marketplace): prevent search tab switches from polluting browser history | Yawen-1010 | XS | No | 0.0h | 0.0h | May 13, 2026 |
SummaryBug FixFix marketplace tab history pollution Improves user navigation by preventing unnecessary browser history entries when switching tabs in the marketplace search, leading to a smoother back‑button experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| refactor: use BaseModel in openapi group. Generate ts code from swagger | wylswz | XL | No | 19.7h | 2.3h | May 13, 2026 |
SummaryRefactorRefactor OpenAPI to use BaseModel and generate TS Improves API schema consistency and reduces client code maintenance by generating TypeScript types from Swagger, enhancing developer experience. Health Assessment
X-Large
Low
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
|
||||||
| chore: update deps | hyoban | XL | No | 0.7h | 0.2h | May 13, 2026 |
SummaryChoreUpdate dependencies for web frontend This PR updates npm dependencies to the latest versions, ensuring compatibility and security for the web frontend. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| fix: restore tracing after HITL workflow resume | Blackoutta | L | No | 23.4h | 23.3h | May 13, 2026 |
SummaryBug FixRestore tracing after HITL workflow resume Ensures that human‑in‑the‑loop workflows correctly emit final traces after resuming, improving monitoring and debugging for end users. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: fix plugin miss version and checksum | fatelei | XS | No | 13.8h | 12.5h | May 13, 2026 |
SummaryBug FixFix plugin unique identifier missing version Corrects plugin download URL to include version and checksum, preventing 400 errors and ensuring reliable plugin installation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore: Update the typo of "other" | HanqingZ | S | No | 7.1h | 6.1h | May 13, 2026 |
SummaryChoreUpdate typo in marketplace category text Corrects a typo in the marketplace category labels, improving user interface clarity. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore: some match case | asukaminato0721 | M | No | 3.2h | 0.1h | May 12, 2026 |
SummaryRefactorRefactor backend conditional logic to match/case Improves readability and maintainability of backend extraction logic by replacing if-else chains with Python match/case statements. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: fixed relative | CodingOnStar | L | No | 0.2h | 0.0h | May 12, 2026 |
SummaryRefactorRemove unnecessary relative class from DialogContent Cleaned up styling and improved publisher component functionality, enhancing UI consistency. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore: admin also has the permission of changing role | iamjoel | L | No | 3.5h | 1.6h | May 12, 2026 |
SummaryFeatureAdd admin role change permission Admin users can now change roles, expanding permission scope. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python, Typescript
|
||||||
| fix: redirect unauthorized dataset access to /datasets for knowledge editors | iamjoel | L | No | 1.4h | 0.6h | May 12, 2026 |
SummaryBug FixRedirect unauthorized dataset access to /datasets Prevents unauthorized editors from seeing error pages by redirecting them to the datasets list, improving user experience and reducing confusion. This fix ensures smoother navigation for editors and maintains consistent access control. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| chore(release): bump version to 1.14.1 | laipz8200 | S | No | 24.7h | 24.5h | May 12, 2026 |
SummaryChoreBump release version to 1.14.1 Updates version numbers across API, web, and Docker Compose to ensure consistency for the new release. Health Assessment
Small
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python, Yaml
Frameworks:
Docker
|
||||||
| fix(security): harden self-hosted SECRET_KEY bootstrap | laipz8200 | L | No | 16.8h | 16.6h | May 12, 2026 |
SummaryBug FixHarden self-hosted SECRET_KEY bootstrap This PR removes the insecure default SECRET_KEY for self-hosted deployments and ensures a persistent, unique key is generated and stored, improving security and preventing session issues. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Flask
|
||||||
| refactor: rewrite estimate_args_validate using Pydantic v2 models | Deepam02 | M | No | 23.0h | 0.1h | May 12, 2026 |
SummaryRefactorRewrite estimate_args_validate with Pydantic v2 Replaces manual validation with Pydantic v2 models, improving reliability and maintainability of dataset estimation logic. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| refactor(web): migrate searchable pickers to combobox | lyzno1 | XL | No | 0.6h | 0.5h | May 12, 2026 |
SummaryRefactorMigrate pickers to combobox for better UX Simplifies selection interfaces, improves accessibility, and reduces user errors, enhancing overall product usability. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: validate missing text indexing technique | juyua9 | XS | No | 86.2h | 86.0h | May 12, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| fix: avoid trial workflow schema model collision | hjlarry | S | No | 0.5h | 0.3h | May 12, 2026 |
SummaryBug FixAvoid trial workflow schema model collision Fixes a collision between global and trial-specific schema models, preventing Flask-RESTX marshal errors and ensuring stable API responses. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /api | dependabot | XS | No | 9.6h | 9.5h | May 12, 2026 |
SummaryChorechore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /api Updates urllib3 to the latest 2.7.0 release, incorporating security fixes and new HTTP/2 support. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: add other to categories in marketplace | HanqingZ | M | No | 0.3h | 0.3h | May 11, 2026 |
SummaryFeatureAdd 'Other' category to marketplace Introduces an 'Other' category in the marketplace, enhancing user navigation and content discoverability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(apps): simplify query state and debounce URL writes | lyzno1 | XL | No | 0.9h | 0.3h | May 11, 2026 |
SummaryRefactorSimplify apps query state and debounce URL writes Improves performance and consistency of app search by refactoring query state and debouncing URL updates, enhancing user experience. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: fix imports | wylswz | XS | No | 0.2h | 0.1h | May 11, 2026 |
SummaryBug FixFix import statements in backend modules Corrects import paths to ensure module resolution works properly, preventing runtime errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore: port WorkflowComment | asukaminato0721 | M | No | 1.5h | 0.1h | May 11, 2026 |
SummaryRefactorPort WorkflowComment to typed dataclass model Migrates the WorkflowComment ORM model to a typed dataclass-based model, improving type safety and consistency across the backend. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: Get template information with dsl id | HanqingZ | S | No | 0.0h | 0.0h | May 11, 2026 |
SummaryBug FixFix template retrieval by DSL ID Corrects the template lookup logic to use the DSL ID, ensuring accurate template data retrieval for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(web): align tag filter dropdown icon | lyzno1 | XS | No | 0.3h | 0.2h | May 11, 2026 |
SummaryBug FixAlign tag filter dropdown icon Ensures consistent UI layout for the tag filter component, improving user experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor: port api/controllers/console/datasets/datasets.py api/core/ops/arize_phoenix_trace/arize_phoenix_trace.py api/core/ops/langsmith_trace/entities/langsmith_trace_entity.py api/core/ops/weave_trace/entities/weave_trace_entity.py api/core/prompt/simple_prompt_transform.py api/core/rag/datasource/vdb/opensearch/opensearch_vector.py api/core/rag/extractor/extract_processor.py to match | asukaminato0721 | XL | No | - | 0.1h | May 11, 2026 |
SummaryRefactorRefactor backend dataset and trace modules This refactor reorganizes dataset and trace handling code to improve maintainability and consistency across the platform. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Python
|
||||||