Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: when delete custom model remove its cache | hjlarry | S | No | 0.8h | 0.0h | Jul 09, 2026 |
SummaryBug FixFix cache removal on custom model deletion Ensures that deleting a custom model also clears its cached data, preventing stale cache entries and potential data inconsistencies for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore: upgrade TypeScript 7 | hyoban | XL | No | 0.6h | 0.4h | Jul 09, 2026 |
SummaryChoreUpgrade TypeScript to 7.0.2 Upgrade workspace TypeScript to official 7.0.2, replacing legacy preview package. Removes obsolete component analyzer scripts and updates type-check scripts for improved build stability. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: preserve ResponseStreamFilter state across workflow pause/resume | GareArc | L | No | 18.6h | 0.1h | Jul 09, 2026 |
SummaryBug FixFix ResponseStreamFilter state persistence across pause/resume Ensures streaming responses resume correctly after workflow pauses, improving reliability of user-facing chat flows. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| test(e2e): fix agent build note runtime connection | lyzno1 | S | No | 1.2h | 1.1h | Jul 09, 2026 |
SummaryTestFix agent build note runtime connection Fixes runtime connection for agent build notes, ensuring reliable end‑to‑end tests. Prevents failures before merge, improving deployment confidence. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| refactor(web): sync app context effects with jotai | hyoban | L | No | 1.0h | 0.7h | Jul 08, 2026 |
SummaryRefactorRefactor app context sync with jotai Streamlines app context initialization by consolidating sync logic into a single jotai atom, reducing redundant effects and improving performance across authenticated layouts. This change enhances stability and simplifies future maintenance of context-related features. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| test(e2e): stabilize agent build draft note scenario | lyzno1 | M | No | 0.3h | 0.0h | Jul 08, 2026 |
SummaryTestStabilize agent build draft note scenario Ensures reliable agent build draft note functionality by stabilizing end‑to‑end tests, improving confidence in the build note generation path. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| refactor(web): remove app context provider | hyoban | XL | No | 0.7h | 0.5h | Jul 08, 2026 |
SummaryRefactorRefactor web to remove app context provider Removes the AppContextProvider layer, replacing it with atom-based state and a dedicated AppBootstrapEffects component. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| perf: batch-load messages in advanced-chat workflow run list to remove N+1 | weijun-xia | M | No | 130.3h | 130.0h | Jul 08, 2026 |
SummaryRefactorBatch-load messages to remove N+1 queries Optimizes advanced-chat workflow run list by loading messages in bulk, reducing database queries and improving performance. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(agent-v2): sync changes | lyzno1 | XL | No | 26.2h | 25.9h | Jul 08, 2026 |
SummaryChoreSync agent v2 backend changes Synchronizes agent v2 backend components, ensuring consistency and readiness for the upcoming release, reducing potential bugs and improving stability. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| refactor(web): remove remaining app context consumers | hyoban | XL | No | 1.0h | 0.9h | Jul 08, 2026 |
SummaryRefactorRefactor web: remove app context consumers This refactor removes remaining app context consumers in the web UI, replacing them with field-level bootstrap atoms. The change improves performance, simplifies state management, and reduces potential bugs. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| test: scope agent build draft e2e selector | lyzno1 | S | No | 0.4h | 0.2h | Jul 08, 2026 |
SummaryBug FixAdd accessible group boundary to Build draft bar Improves accessibility and resolves E2E test failures by scoping the Build draft bar's role group, ensuring accurate element selection. This change prevents false positives in automated tests and enhances user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(web): migrate shell navigation app context consumers | hyoban | L | No | 0.4h | 0.3h | Jul 08, 2026 |
SummaryRefactorRefactor shell navigation context consumers This refactor streamlines navigation logic by replacing broad context reads with fine‑grained atom reads, improving performance and maintainability of the UI. It also introduces role flag atoms for editor and dataset operator checks, enabling more precise access control in the navigation shell. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(agent-v2): collapse terminal output deltas into agent messag… | linw1995 | L | No | 0.2h | - | Jul 08, 2026 |
SummaryRefactorRefactor agent output delta handling Improves agent message handling by collapsing terminal output deltas, reducing duplication and improving clarity. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| refactor(web): migrate agent v2 app context consumers | hyoban | M | No | 0.5h | 0.4h | Jul 08, 2026 |
SummaryRefactorMigrate Agent V2 Context Consumers to Atoms This refactor replaces broad context reads with direct atom reads for Agent V2 components, improving maintainability and testability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(agent): stabilize tool call thought correlation | zyssyz123 | M | No | 0.1h | - | Jul 08, 2026 |
SummaryBug FixStabilize tool call thought correlation Ensures tool calls are correctly linked to agent thoughts, preventing data inconsistencies and improving reliability of agent interactions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| refactor(web): migrate workflow app context consumers | hyoban | L | No | 0.5h | 0.3h | Jul 08, 2026 |
SummaryRefactorMigrate workflow app context consumers Refactors the workflow editor to read atoms directly, narrowing subscriptions and improving performance and maintainability. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| test: more caplog | asukaminato0721 | S | No | 51.7h | 51.4h | Jul 08, 2026 |
SummaryTestAdd more caplog tests Adds additional caplog assertions to enterprise telemetry tests, improving test coverage and reliability. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: backport 1.15.0 hotfix updates | lyzno1 | XL | No | 0.2h | 0.2h | Jul 08, 2026 |
SummaryBug FixBackport theme, layout, and OAuth error fixes Backports theme token updates, layout refactor, and OAuth error display fixes to the 1.15.0 hotfix branch, maintaining UI consistency and improving user authentication experience. These changes keep the hotfix branch aligned with main and prevent regressions in user-facing features. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs, React
|
||||||
| refactor(web): migrate account settings app context consumers | hyoban | XL | No | 0.9h | 0.8h | Jul 08, 2026 |
SummaryRefactorMigrate account settings context consumers Refactor account settings components to use direct atom reads, improving performance and reducing subscription overhead while maintaining backward compatibility. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: display errors for oauth page | crazywoola | M | No | 0.5h | 0.2h | Jul 08, 2026 |
SummaryBug FixFix display errors for OAuth page Corrects UI errors on the OAuth page, improving user experience and reducing confusion. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| chore: remove superpowers artifacts | lyzno1 | S | No | 0.1h | 0.0h | Jul 08, 2026 |
SummaryChoreRemove superpowers artifact directory Clean up repository by deleting the unused .superpowers artifact folder, reducing clutter and repository size. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(cli): --insecure also skips TLS certificate verification | GareArc | L | No | 4.2h | 3.9h | Jul 08, 2026 |
SummaryBug FixFix insecure flag to skip TLS verification The --insecure flag now also skips TLS certificate verification, allowing internal Dify instances with self‑signed certificates to be accessed without errors. This improves developer experience and reduces authentication failures. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| fix: Fix import dsl error display issue | WTW0313 | S | No | 0.2h | 0.1h | Jul 08, 2026 |
SummaryBug FixFix import DSL error display issue This change resolves a UI bug that caused incorrect error messages when importing DSL files, ensuring users receive clear feedback. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(web): migrate billing app context consumers | hyoban | L | No | 0.3h | 0.2h | Jul 08, 2026 |
SummaryRefactorMigrate billing context consumers to atom-based state Migrates billing components to use atom-based state instead of raw context reads, improving test determinism and component isolation. This refactor enhances maintainability and scalability of the billing UI. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| refactor(web): migrate plugins and tools app context consumers | hyoban | XL | No | 2.2h | 2.0h | Jul 08, 2026 |
SummaryRefactorMigrate plugins and tools context consumers Improves maintainability and consistency of context usage across plugins and tools, reducing bugs and simplifying future updates. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(web): guard invite-settings activate button against double-click | SquabbyZ | XS | AI | 134.8h | 134.5h | Jul 08, 2026 |
SummaryBug FixPrevent double-click on invite-settings activate button This fix ensures that users cannot trigger duplicate activation requests, preventing duplicate workspace memberships and race conditions, improving reliability and user experience. Health Assessment
Small
Low
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| fix(ci): make no-new-getattr guard stable in shallow PR checkouts | EvanYao826 | L | No | 42.2h | 13.3h | Jul 08, 2026 |
SummaryBug FixFix CI no-new-getattr guard for shallow checkouts Ensures CI style guard works reliably by using GITHUB_BASE_SHA, preventing failures when shallow checkouts miss base commits. This improves CI stability and reduces false failures. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Yaml, Python
Frameworks:
Github-Actions
|
||||||
| fix: raise clear error on unsupported language in execute_code | isheng-eqi | XS | No | 50.8h | 50.5h | Jul 08, 2026 |
SummaryBug FixFix clear error for unsupported language Prevents cryptic sandbox errors by providing immediate, clear feedback when an unsupported language is requested, improving developer experience and reducing debugging time. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| test(web): align auth e2e with console home | lyzno1 | M | No | 0.5h | 0.4h | Jul 08, 2026 |
SummaryTestAlign auth e2e with console home Ensures users land on the console home after authentication, improving navigation consistency and session handling. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(web): cache server console context | lyzno1 | XS | No | 1.0h | 0.9h | Jul 08, 2026 |
SummaryBug FixCache server console context to reduce duplicate calls By caching the server console context per request, the application avoids repeated network calls, leading to faster page loads and lower server load. This improves user experience and system efficiency. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(deps): upgrade vite-plus toolchain | lyzno1 | XL | No | 0.3h | 0.1h | Jul 08, 2026 |
SummaryChoreUpgrade Vite-plus toolchain dependencies Updated Vite-plus and related dependencies to newer versions, ensuring compatibility with Storybook and Vitest, improving build stability. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
|
||||||
| refactor(web): migrate app context consumers | hyoban | XL | No | 0.7h | 0.6h | Jul 08, 2026 |
SummaryRefactorMigrate app context consumers to direct atom reads This refactor improves performance and maintainability by replacing generic context reads with specific atom reads, reducing runtime overhead and simplifying state management for app detail and configuration components. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| test(dify-ui): remove brittle primitive assertions | lyzno1 | M | No | 0.2h | 0.1h | Jul 08, 2026 |
SummaryTestRemove brittle primitive assertions from UI tests Improves test reliability by removing fragile assertions, ensuring UI tests focus on observable behavior. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(web): migrate dataset access context | hyoban | XL | No | 11.1h | 11.0h | Jul 08, 2026 |
SummaryRefactorMigrate dataset access context to state atoms Refactor dataset access logic to use state atoms, improving maintainability and reducing coupling. Health Assessment
X-Large
High
Medium
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate | lin-snow | XL | No | 116.8h | 0.6h | Jul 08, 2026 |
SummaryRefactorRefactor OpenAPI paths and add version gate Aligns the API surface with the design guide and introduces a version gate to prevent mismatches between the server and difyctl client, ensuring smoother upgrades. Health Assessment
X-Large
High
Medium
AI Details
Confidence:
0.80
Tech Stack
Languages:
Python
|
||||||
| fix: Refactor chat components and migrate auth overlays to base UI | WTW0313 | XL | No | 16.9h | 3.8h | Jul 08, 2026 |
SummaryRefactorRefactor chat components and migrate auth overlays This PR refactors chat UI components and replaces legacy auth overlays with a unified base UI, improving consistency and maintainability across the application. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| refactor(web): reduce query atom subscriptions | hyoban | XL | No | 0.7h | 0.6h | Jul 07, 2026 |
SummaryRefactorRefactor query atom subscriptions for deployments This refactor narrows query atom subscriptions in deployment components, reducing memory usage and improving UI responsiveness. It also updates related tests and documentation. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(test): replace SimpleNamespace with typed mocks in schedule service tests | ojasarora77 | S | No | 101.3h | 2.0h | Jul 07, 2026 |
SummaryRefactorRefactor schedule service tests to use typed mocks Updates schedule service tests to use typed mocks instead of generic SimpleNamespace, enhancing test accuracy and maintainability. Health Assessment
Small
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| refactor(web): clarify app context bootstrap graph | hyoban | XL | No | 1.6h | 0.8h | Jul 07, 2026 |
SummaryHealth AssessmentAI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: can't debug model plugins | hjlarry | XL | No | 7.3h | 6.9h | Jul 07, 2026 |
SummaryBug FixFix debug model plugins rendering Ensures that model plugins in debug mode are correctly displayed and cached, improving developer debugging experience. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python, Typescript
|
||||||
| fix(web): add backdrop blur to skip nav | lyzno1 | XS | No | 0.5h | 0.0h | Jul 07, 2026 |
SummaryBug FixAdd backdrop blur to skip navigation Improves readability of the skip navigation link in dark mode by adding a backdrop blur effect. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| refactor(web): move app context layout styles to shell | lyzno1 | M | No | 0.7h | 0.6h | Jul 07, 2026 |
SummaryRefactorRefactor app context layout to shell Simplifies app context provider by moving layout logic to dedicated shell components, improving maintainability and ensuring maintenance notices render correctly across environments. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| docs(component): document focus-visible guidance | lyzno1 | XS | No | 0.1h | 0.1h | Jul 07, 2026 |
SummaryDocsDocument focus-visible guidance for components Adds guidance on focus-visible behavior for Dify component authoring, clarifying UI control differences and focus ring fallback. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| fix: editor should not manage member | hjlarry | XS | No | 0.1h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix editor permission to prevent member management Editors no longer inherit member-management permission when RBAC is disabled, tightening role boundaries and preventing accidental privilege escalation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore: improve cherry pick missed message | FFXN | XS | No | 3.7h | 3.6h | Jul 07, 2026 |
SummaryChoreImprove cherry pick error message Enhances error messaging for missing cherry-pick provenance, improving developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: update editor permission | fatelei | XS | No | 0.5h | 0.1h | Jul 07, 2026 |
SummaryBug FixUpdate editor permission key Corrects the editor permission key to ensure proper access control for content editors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: editor should not manage member | hjlarry | XS | No | 0.5h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix editor member management bug Corrects a bug where the editor role incorrectly managed member permissions, ensuring proper access control. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: close thinking segments on tool events to avoid cross-tool replay | linw1995 | M | No | 0.1h | - | Jul 07, 2026 |
SummaryBug FixFix cross-tool replay by closing thinking segments This fix ensures that tool events are properly isolated, preventing unintended cross-tool replay and improving system stability for users. By closing thinking segments on tool events, the application avoids erroneous state propagation, enhancing user experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore: add sqlite3 to conftest | asukaminato0721 | S | No | 18.8h | 18.6h | Jul 07, 2026 |
SummaryChoreAdd sqlite3 to test conftest Adds sqlite3 support to the test configuration, enabling lightweight in-memory database for unit tests and improving test speed and reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| test(e2e): stabilize Agent v2 external runtime checks | hyoban | M | No | 2.1h | 1.8h | Jul 07, 2026 |
SummaryTestStabilize Agent v2 external runtime E2E checks Improved E2E test coverage for Agent v2 external runtime after post-merge failures, ensuring more reliable test results. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Python, Javascript, Typescript
Frameworks:
Pytest, Cucumber
|
||||||