Pull Request Explorer

Exploring 473 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor(web): migrate workflow-variable-inpsect-panel-height to useSetLocalStorage shifang0511 S No 0.3h 0.1h Jun 03, 2026

Summary

Refactor

Refactor workflow variable inspect panel height

Migrate localStorage usage to hook pattern for cleaner state management.

Health Assessment

Small
Low
Low
  • Quick AI-assisted refactor with minimal changes and fast review, indicating efficient process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate debug-and-preview-panel-width to useSetLocalStorage shifang0511 S AI 0.4h 0.3h Jun 03, 2026

Summary

Refactor

Migrate debug-and-preview panel width to useSetLocalStorage

Refactors localStorage usage to a hook for better state management, improving maintainability and testability.

Health Assessment

Small
Low
Low
  • Quick refactor with minimal changes, AI-assisted, fast review, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate education verifying storage to useLocalStorage yzhkali M AI 18.7h 0.2h Jun 03, 2026

Summary

Refactor

Migrate education verification storage to hook

Refactors education verification flow to use a custom hook for local storage, improving maintainability and testability without affecting user experience. This change reduces direct localStorage access, lowering risk of bugs and simplifying future enhancements.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration; refactor focused on internal state management without user-facing changes.

AI Details

Usage: AI Assisted
Category: Code AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
ci: ruff cover agent asukaminato0721 S No 0.2h 0.1h Jun 02, 2026

Summary

CI/CD

Add ruff coverage for agent folder

Adds ruff lint coverage to the agent directory in the CI workflow, ensuring code quality checks include agent code.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates a straightforward CI update.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
refactor: improve network error and allow verbose output wylswz XL No 6.6h 3.4h Jun 02, 2026

Summary

Refactor

Refactor: improve network error and allow verbose output

Removed unreliable network error handling, added global -v flag for verbose output, and reorganized error classes for clearer HTTP error reporting.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 6.6h and single approval indicates smooth review; moderate code changes but no major risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
refactor(web): migrate question classifier label hint storage popsiclelmlm S No 3.0h 2.8h Jun 02, 2026

Summary

Refactor

Migrate question classifier label hint storage

Refactors question classifier hint storage to use shared hook, improving code consistency and maintainability. This change reduces direct localStorage usage, simplifying future updates.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes indicates smooth review and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate rag recommendations collapsed storage myshkin451 S No 0.5h 0.4h Jun 02, 2026

Summary

Refactor

Migrate RAG recommendations state to localStorage

This refactor moves the collapsed state of RAG recommendations in the workflow block selector to use localStorage, preserving UI behavior while cleaning up stale ESLint suppressions.

Health Assessment

Small
Low
Low
  • Quick, single-commit refactor with minimal changes and fast review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): migrate NEED_REFRESH_APP_LIST_KEY to useLocalStorage/useSetLocalStorage ZongrongLi M No 10.8h 10.6h Jun 02, 2026

Summary

Refactor

Migrate localStorage key to custom hooks

Replaces direct localStorage calls with reusable hooks, improving code consistency and maintainability for the app list refresh logic.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review rounds indicate a straightforward refactor with low risk and high confidence in stability.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
refactor(web): manage goto anything open state with atom lyzno1 L No 0.3h 0.1h Jun 02, 2026

Summary

Refactor

Refactor Goto Anything state management

Improves state consistency and test isolation for the Goto Anything feature, reducing bugs and easing future enhancements.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward refactor.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(dify-agent): add shell layer BeautyyuYanli XL AI 83.4h 58.1h Jun 02, 2026

Summary

Feature

Add shell layer to Dify Agent

Adds a shell layer for Dify Agent enabling shellctl‑backed workspace for models. Includes documentation and Docker image for deployment.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time and slow first review, but only a single review round and no rework, indicating a straightforward but large change.

AI Details

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

Tech Stack

Languages: Python
fix(web): use generated account-profile contracts lyzno1 L No 1.3h 0.3h Jun 02, 2026

Summary

Bug Fix

Fix web account profile contract usage

Ensures web components use updated generated contracts, improving consistency and reducing runtime errors for users.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 1.3 hours, indicating a smooth review process with minimal friction. The change is moderate in size, affecting 20 files and 117 lines, and was completed quickly with no significant rework.

AI Details

Tech Stack

Languages: Python, Typescript
refactor: remove unused Flask-RESTX field dicts from end_user and conversation_variable fields (#28015) EvanYao826 M No 1.1h 0.8h Jun 02, 2026

Summary

Refactor

Refactor: Remove unused Flask-RESTX field dictionaries

Eliminates obsolete Flask-RESTX field dictionaries, streamlining the API layer and reducing maintenance overhead.

Health Assessment

Small
Low
Low
  • Quick review and merge within 1.1 hours, indicating a straightforward refactor with minimal impact on the codebase.

AI Details

Tech Stack

Languages: Python
fix: user token zyssyz123 M No 0.5h 0.0h Jun 02, 2026

Summary

Bug Fix

Fix user token

Corrects token handling in account service, improving authentication reliability.

Health Assessment

Medium
Low
Low
  • PR merged within 30 minutes with no review comments, indicating a straightforward fix.

AI Details

Tech Stack

Languages: Python
refactor: inject current user id in stop message endpoints likalikali M No 2.7h 0.1h Jun 02, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

fix(cli): invalidate app metadata cache on 422 to clear stale data GareArc S No 1.7h 1.6h Jun 02, 2026

Summary

Bug Fix

Invalidate app metadata cache on 422

Fixes stale metadata cache in the CLI, ensuring fresh data after app republish and improving user experience by providing a clear retry hint.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; the change is a straightforward bug fix that improves reliability and user experience.

AI Details

Tech Stack

Languages: Typescript
fix(contracts): include account avatar url in profile schema lyzno1 S No 0.6h 0.3h Jun 02, 2026

Summary

Bug Fix

Add avatar URL to account profile schema

This change updates the account profile schema to include the avatar URL, ensuring that user avatars are returned in API responses. It improves front‑end display consistency and reduces missing avatar errors.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate a straightforward bug fix with low risk.

AI Details

Confidence: 0.30

Tech Stack

Languages: Python, Typescript
refactor(web): migrate anthropic quota notice storage popsiclelmlm S No 0.5h 0.2h Jun 02, 2026

Summary

Refactor

Migrate Anthropic quota notice storage to hook

Refactors storage of Anthropic trial quota notice to use shared hook, improving consistency and maintainability.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and high confidence in the refactor.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
refactor(cli): unify token storage behind Store + add host/account switching GareArc XL No 88.9h 87.0h Jun 02, 2026

Summary

Refactor

Unify token storage and add host/account switching

Consolidates credential handling, introduces multi-host/account switching, and streamlines CLI output formatting, improving user experience and maintainability.

Health Assessment

Large
High
High
  • The PR involved extensive refactoring and new feature additions, leading to a large code change and a prolonged review cycle, indicating significant effort and potential risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding zyssyz123 XL AI 89.3h 68.2h Jun 02, 2026

Summary

Feature

Add Agent App type with create flow

Introduces a standalone Agent App type, enabling atomic creation and binding to roster agents, improving modularity and user experience.

Health Assessment

X-Large
High
Medium
  • Large-scale backend change with a slow review cycle indicates high complexity and potential risk to delivery timelines.

AI Details

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

Tech Stack

Languages: Python
refactor(web): migrate NOTE_SHOW_AUTHOR_STORAGE_KEY to useLocalStorage/useSetLocalStorage kuishou68 S No 1.1h 0.8h Jun 02, 2026

Summary

Refactor

Refactor storage hooks for note author visibility

Migrates direct localStorage calls to custom hooks, improving code consistency and testability.

Health Assessment

Small
Low
Low
  • Quick 1‑hour cycle with a single review and minimal changes indicates a low‑risk, straightforward refactor.

AI Details

Tech Stack

Languages: Typescript
refactor(web): migrate workflow featured collapsed storage myshkin451 S No 0.9h 0.8h Jun 02, 2026

Summary

Refactor

Migrate workflow featured collapsed storage

Preserves UI behavior by persisting collapsed state of workflow block selector features in local storage, improving user experience consistency.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes; no blockers or significant rework.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(web): defer react-scan loader lyzno1 XS No 0.3h 0.1h Jun 02, 2026

Summary

Bug Fix

Defer react-scan loader until after hydration

Delays the dev‑only react‑scan script to avoid conflicts with Dify’s inline attribution bootstrap during development, improving hydration performance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 15 minutes with no review iterations.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore: ignore .vinext hyoban XS No 0.2h 0.0h Jun 02, 2026

Summary

Chore

Add .vinext to .gitignore

Adds .vinext to .gitignore to prevent accidental commits of temporary files, keeping the repository clean.

Health Assessment

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

AI Details

Confidence: 0.80

Tech Stack

chore(api): adjust migration timestamp metadata for a1b2c3d4e5f6 QuantumGhost XS AI 0.7h 0.3h Jun 02, 2026

Summary

Chore

Update migration timestamp metadata

Fixes migration history inconsistency by updating the UTC timestamp prefix and Alembic header Create Date

Health Assessment

Small
Low
Low
  • Quick review and approval process, low-risk metadata-only fix

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Codex, Gpt-5.4, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Alembic
chore: update deps hyoban XL No 0.3h 0.1h Jun 02, 2026

Summary

Chore

Update project dependencies

Refreshes package versions to keep the project up-to-date and secure.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal review, indicating routine maintenance.

AI Details

Tech Stack

fix(tools): use short-lived sessions for icon lookups to prevent idle-in-transaction goingforstudying-ctrl M No 12.1h 11.9h Jun 02, 2026

Summary

Health Assessment

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Flask
docs: add client state guidelines lyzno1 XS No 0.3h 0.0h Jun 01, 2026

Summary

Docs

Add client state guidelines

Provides developers with clear guidance on managing client state, improving consistency and performance across the web application.

Health Assessment

Small
Low
Low
  • Quick merge with no review required, indicating a straightforward documentation update.

AI Details

Confidence: 0.95

Tech Stack

test: satisfy strict pyrefly for migrated container tests escape0707 L No 89.9h 8.4h Jun 01, 2026

Summary

Test

Satisfy strict Pyrefly for migrated container tests

Fixes strict type checking errors in migrated container tests, ensuring type safety and test reliability.

Health Assessment

Large
Low
Low
  • The PR addressed type‑checking issues in migrated container tests with a single commit and a normal review cycle, indicating a straightforward change.

AI Details

Tech Stack

Languages: Python
feat(web): create system-features vertical lyzno1 XL No 0.7h 0.3h Jun 01, 2026

Summary

Feature

Create system-features vertical

Adds a new system-features section to the web interface, improving user access to system-level features and streamlining configuration.

Health Assessment

X-Large
Low
Low
  • PR merged in under an hour with minimal review, indicating a straightforward implementation with low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
chore: not request system-features for cloud edition hjlarry L No 1.1h 0.9h Jun 01, 2026

Summary

Bug Fix

Prevent system-features request in cloud edition

This change stops the cloud edition from requesting system-features, reducing unnecessary network traffic and improving startup performance. It also ensures the cloud edition remains lightweight and compliant with data residency policies.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate efficient resolution.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Shell
fix(api): centralize remote file retrieval laipz8200 XL No 310.0h 19.9h Jun 01, 2026

Summary

Refactor

Centralize remote file retrieval

Centralizes backend remote-file fetching behind a unified boundary, improving security and consistency.

Health Assessment

Large
High
High
  • The PR required multiple iterations and extensive testing to address remote fetcher integration and resolve import cycles, indicating significant complexity.

AI Details

Tech Stack

Languages: Python
refactor(cli/http): replace ky with a self-contained HTTP client lin-snow XL No 125.1h 52.2h Jun 01, 2026

Summary

Refactor

Replace ky HTTP client with self-contained client

Replaces the CLI's ky-based HTTP layer with a lightweight, self‑contained client, removing the external ky dependency. Adds proxy support and improves reliability without changing CLI behavior.

Health Assessment

X-Large
High
High
  • The PR underwent extensive iteration with multiple commits after the initial review, indicating significant rework. The large code churn and many files suggest a high-risk refactor, but the final merge shows thorough testing and documentation updates.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
refactor(web): migrate local storage hook usage lyzno1 L No 0.3h 0.1h Jun 01, 2026

Summary

Refactor

Migrate local storage hook usage

Standardizes local storage handling across the web app, enhancing code consistency and SSR compatibility, and reducing potential bugs from direct localStorage access.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal review time indicates a straightforward refactor with low complexity.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
refactor(web): migrate local storage access to react hook lyzno1 XL No 0.7h 0.4h Jun 01, 2026

Summary

Refactor

Migrate local storage to React hook

Standardizes local storage access across the web app, improving maintainability and reducing bugs.

Health Assessment

Medium
Low
Low
  • Fast review and merge indicate a low-risk refactor with clear benefits.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix(web): read pnpm config env in standalone start lyzno1 XS No 0.9h 0.8h Jun 01, 2026

Summary

Bug Fix

Fix pnpm config env reading in standalone start

Ensures standalone start uses pnpm config env vars for port and host, maintaining fallbacks.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Javascript
chore: add override decorators to core repositories cupkk S No 0.6h 0.0h Jun 01, 2026

Summary

Refactor

Add override decorators to core repositories

Adds @override annotations to repository implementations, improving type safety and code clarity.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk refactor.

AI Details

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

Tech Stack

Languages: Python
refactor(web): mark workflow run props readonly meaqua9420 M No 22.0h 21.8h Jun 01, 2026

Summary

Refactor

Refactor workflow run components to readonly props

Makes workflow run component props immutable, improving type safety and preventing accidental mutations.

Health Assessment

Medium
Low
Low
  • Quick turnaround with a single commit and minimal review, indicating a straightforward refactor with low risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
chore: update deps lyzno1 XL No 0.4h 0.3h Jun 01, 2026

Summary

Chore

Update dependencies for web project

This PR updates project dependencies to their latest versions, ensuring compatibility and security patches are applied. The changes are limited to configuration files and do not affect application behavior.

Health Assessment

X-Large
Low
Low
  • The PR was merged quickly with minimal review, indicating a straightforward dependency bump with low complexity.

AI Details

Tech Stack

fix(web): respect marketplace feature flag in model selector lyzno1 M No 0.4h 0.2h Jun 01, 2026

Summary

Bug Fix

Fix marketplace feature flag gating in model selector

Ensures the marketplace UI respects the enable_marketplace flag, preventing unwanted prompts and queries, improving user experience and system stability.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal changes; low review friction and small scope indicate a low-risk, high-efficiency fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore(web): remove TanStack devtools lyzno1 L No 0.3h 0.1h Jun 01, 2026

Summary

Chore

Remove TanStack devtools from web

Eliminates unused TanStack devtools, reducing bundle size and improving build performance.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore(cli): move eslint config into cli package lyzno1 M No 1.4h 0.2h Jun 01, 2026

Summary

Chore

Move ESLint config into CLI package

Reorganizes ESLint configuration to isolate CLI-specific rules, improving maintainability and reducing configuration drift.

Health Assessment

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

AI Details

Tech Stack

Languages: Javascript
refactor: convert isinstance chains to match/case syntax krishkantiuj-ren M No 20.3h 4.3h Jun 01, 2026

Summary

Refactor

Refactor isinstance chains to match/case syntax

Improves code readability and type safety by using Python 3.10+ structural pattern matching, aligning with current Python version support.

Health Assessment

Small
Low
Low
  • Fast cycle time and single review round indicate a straightforward refactor with minimal risk.

AI Details

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

Tech Stack

Languages: Python
fix(api): preserve hierarchical estimate rules WOLIKIMCHENG M No 38.8h 38.6h Jun 01, 2026

Summary

Bug Fix

Preserve hierarchical estimate rules in API

This change corrects the indexing estimate validation for parent-child segmentation, preserving necessary rule fields. It prevents preview failures and ensures accurate chunk counts for knowledge-base content.

Health Assessment

Medium
Medium
High
  • The PR took over a day to review and merge, indicating moderate review friction, but the change was small and straightforward, resulting in a low risk fix.

AI Details

Tech Stack

Languages: Python
docs: add security policy bmtriet S No 5.9h 5.9h Jun 01, 2026

Summary

Docs

Add security policy documentation

Adds a SECURITY.md file outlining vulnerability reporting procedures and internal handling, enhancing transparency and compliance.

Health Assessment

Small
Low
Low
  • Quick documentation addition with minimal review, indicating a straightforward change.

AI Details

Confidence: 0.95

Tech Stack

refactor: use absolute path for inter dir importing wylswz XL No 64.7h 0.5h Jun 01, 2026

Summary

Refactor

refactor: use absolute path for inter dir importing

This PR refactors the CLI TypeScript codebase to use absolute, alias-based imports, simplifying module resolution and reducing import errors.

Health Assessment

X-Large
High
Medium
  • The PR involved a long review cycle with many small commits, indicating iterative refinement. The use of AI-assisted review helped streamline the process, but the large number of changes suggests a significant refactor that may impact downstream modules.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: MCP search results include only MCP providers 1795771535y-cell XS No 9.2h 8.9h Jun 01, 2026

Summary

Bug Fix

Fix MCP search to show only MCP providers

Ensures MCP search results display only MCP-type tools, improving user experience by preventing irrelevant tools from appearing.

Health Assessment

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

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(api): dedup EndUser in plugin get_user by session_id for Reverse Invocation ShuntaroOkuma S No 98.6h 4.7h Jun 01, 2026

Summary

Bug Fix

Deduplicate EndUser by session_id in plugin

Fixes duplicate EndUser records during reverse invocation, restoring multi-turn chat continuity for tool plugins. Ensures consistent conversation tracking and improves user experience.

Health Assessment

Small
Low
Medium
  • The PR resolved a critical multi-turn chat issue with minimal changes and quick review, but the overall cycle time was extended due to merge timing.

AI Details

Tech Stack

Languages: Python
refactor: convert isinstance chains to match/case (part 5) EvanYao826 M No 228.2h 227.9h May 31, 2026

Summary

Refactor

Refactor trace providers to use match/case

Improves code readability and maintainability by replacing legacy isinstance checks with modern pattern matching across multiple trace provider modules.

Health Assessment

Small
Low
High
  • The PR had a prolonged review cycle with minimal code changes, suggesting a cautious approach to refactoring legacy logic.

AI Details

Tech Stack

Languages: Python
refactor: convert if isinstance chains to match case duongynhi000005-oss L No 33.9h 30.5h May 31, 2026

Summary

Refactor

Refactor type dispatch to match/case

Replaces verbose if/elif isinstance chains with Python match/case statements, improving readability, reducing missing branch errors, and simplifying future maintenance.

Health Assessment

Large
Medium
Medium
  • The PR was reviewed after 30.5 hours and required only a single automated fix commit, indicating a smooth but delayed review process. The refactor spans 229 lines across nine files, a sizable change that could impact downstream logic but was completed with minimal back‑and‑forth.

AI Details

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

Tech Stack

Languages: Python
refactor: inject current user into user-only controllers Tianlel XL No 83.3h 83.1h May 31, 2026

Summary

Refactor

Inject current user into user-only controllers

Simplifies controller logic by injecting current user directly, reducing overhead and potential errors, and improving maintainability across user-only endpoints.

Health Assessment

X-Large
Medium
Low
  • The PR involved a large refactor across many backend modules, taking over three days to review and merge, but the review process was straightforward with minimal comments, indicating a well-structured change.

AI Details

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

Tech Stack

Languages: Python
Page 1 of 10 »

Get this analytics stack for your team

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

Connect Repos