Pull Request Explorer

Exploring 254 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat: New translation files AbdulTheActivePiecer XL No - - May 16, 2026

Summary

Feature

New translation files

Adds translation files for multiple languages, enabling UI localization for a broader user base.

Health Assessment

X-Large
Low
Low
  • PR merged instantly with no review, indicating an automated or low-risk change that simply adds localization assets.

AI Details

Confidence: 0.75

Tech Stack

feat(chat): add voice input, text-to-speech, and redesign model selector hazemadelkhalel XL No 0.5h 0.1h May 16, 2026

Summary

Feature

Add voice input, TTS, and model selector redesign

Enables hands‑free chat and audible responses, improving accessibility and user engagement. The new model selector provides clearer choices, enhancing user control.

Health Assessment

X-Large
Low
Low
  • Rapid approval with minimal rework indicates high confidence in implementation.

AI Details

Confidence: 0.15

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
refactor(chat): remove redundant SHOW_CHAT flag, use plan.chatEnabled directly hazemadelkhalel S No 0.1h - May 16, 2026

Summary

Refactor

Remove redundant SHOW_CHAT flag, use plan.chatEnabled

Simplifies chat feature gating by eliminating an unnecessary flag, reducing code complexity and ensuring consistent feature visibility across the UI and billing pages.

Health Assessment

Small
Low
Low
  • Quick refactor with minimal changes, merged within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
fix(chat): persist display tools, plan card, and thinking on reload hazemadelkhalel L No 0.3h 0.1h May 15, 2026

Summary

Bug Fix

Persist chat UI elements on reload

Ensures chat history retains interactive components, improving user experience and continuity.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review and merge, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat(chat): revamp streaming UI with Zustand store and improved UX hazemadelkhalel XL No 12.0h 0.1h May 15, 2026

Summary

Feature

Revamp streaming UI with Zustand store

Improves user experience by consolidating chat state, reducing prop drilling, and delivering smoother streaming interactions.

Health Assessment

Large
Medium
Low
  • Fast review and merge (under 12 hours) with minimal rework, but the PR touches many files and thousands of lines, indicating a substantial change that could impact multiple areas of the codebase.

AI Details

Tech Stack

Languages: Typescript
fix(google-sheets): exclude header row from Get All Rows when first r… onyedikachi-david XS No 1.4h 0.0h May 15, 2026

Summary

Bug Fix

Exclude header row from Google Sheets Get All Rows

Fixes incorrect data retrieval by skipping header row when it is present, ensuring accurate row data for downstream processes.

Health Assessment

Small
Low
Low
  • Rapid review and merge within 1.4 hours indicates a straightforward bug fix with minimal impact.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
feat(oracle-database): isolate oracledb in a forked child process AbdulTheActivePiecer XL No 51.5h 0.1h May 15, 2026

Summary

Feature

Isolate oracledb in forked child process

Prevents engine lock issues by running oracledb in an isolated child process, ensuring reliable database connections across reusable sandbox execution modes.

Health Assessment

Large
Medium
Medium
  • The PR resolved a critical NJS-118 race by moving oracledb to a child process, required several iterations to fix caching and protocol issues, but was reviewed within minutes and merged in under two days.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
feat: New translation files AbdulTheActivePiecer XL No - - May 14, 2026

Summary

Feature

Add translation files

Automatically generated translation files for all pieces, improving localization support.

Health Assessment

Large
Low
Low
  • Automated translation file generation reduces manual effort and improves consistency.

AI Details

Usage: Authored by AI
Category: AI
Tools: Unknown
Confidence: 0.90

Tech Stack

Languages: Json
fix(server): bump worker-group cache key to v2 to isolate rolling-deploy reads amrdb XS AI 0.9h 0.1h May 14, 2026

Summary

Bug Fix

Bump worker-group cache key to isolate rolling deploy

This change isolates cache key versions during rolling deployments, preventing orphan job queues and ensuring reliable worker group identification.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
chore: add notes to the event destination flow AbdulTheActivePiecer M No 1.1h 0.0h May 14, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(trigger-source): add missing flowVersionId index abuaboud S No 0.1h 0.0h May 14, 2026

Summary

Bug Fix

Add missing flowVersionId index to trigger_source

Improves database query performance for zombie‑polling and webhook jobs, reducing CPU load and speeding job processing.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no rework, merged within minutes.

AI Details

Tech Stack

Languages: Typescript
fix(trigger-source): add missing flowVersionId index abuaboud S No 0.0h 0.1h May 14, 2026

Summary

Bug Fix

Add missing flowVersionId index to trigger_source

Adds a database index to dramatically reduce query time for zombie-polling jobs. This lowers CPU usage on production.

Health Assessment

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

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
fix(mcp): switch from enabledTools to disabledTools so new tools auto-appear hazemadelkhalel L No 0.6h - May 14, 2026

Summary

Bug Fix

Switch MCP tools to disabled list for auto-appearance

Ensures new MCP tools appear for all users by switching from an allowlist to a denylist, improving tool visibility and user experience.

Health Assessment

Medium
Low
Low
  • Fast turnaround with comprehensive tests and a single migration, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
feat(event-streaming): handler flow generator + dispatch hardening AbdulTheActivePiecer XL No 210.2h 0.1h May 14, 2026

Summary

Feature

Add handler flow generator and dispatch hardening

Adds a one‑click handler flow generator for event streaming, improving developer productivity. Strengthens event dispatch with proper listener setup, multi‑tenant isolation, and recursion guard, enhancing reliability and observability.

Health Assessment

Large
High
Medium
  • The PR had a long cycle time (210 h) due to extensive changes and multiple iterations, but the first review was quick. The large scope and many commits indicate significant rework, suggesting moderate risk for downstream impact.

AI Details

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

Tech Stack

Languages: Typescript
fix(kapso): fix phone number prop kishanprmr M No 5.9h 5.9h May 14, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(lemlist): campaigns dropdown was broken kishanprmr S No 2.1h 0.0h May 14, 2026

Summary

Bug Fix

Fix lemlist campaigns dropdown functionality

Corrects authentication handling and improves API key guidance, ensuring reliable campaign selection for users.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and immediate approval indicates a straightforward bug fix with low impact on overall system stability.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
feat: add platform admin connections page Louai-Zokerburg XL No 239.8h 0.1h May 13, 2026

Summary

Feature

Add platform admin connections page

Provides platform admins with a cross‑project view of all app connections, enabling efficient audit, triage, and coverage of connections across projects.

Health Assessment

Medium
High
High
  • The PR required many iterations and merges, resulting in a slow cycle time, but the first review was received quickly.

AI Details

Tech Stack

Languages: Typescript
feat(builder): redesign testing UX with drawer/split panels, Friendly View output, and refreshed data selector Louai-Zokerburg XL No 241.2h 0.1h May 13, 2026

Summary

Feature

Redesign builder testing UX with drawer and split panels

Enhances flow‑builder testing by adding drawer/split layouts, Friendly View output, and improved data selector, enabling faster iteration and clearer results for all users.

Health Assessment

X-Large
High
Medium
  • The PR involved extensive UI changes across 20 files with 1,188 lines added/removed, requiring multiple iterations but received a quick initial review; the large scope and repeated changes raise risk for regressions.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
feat: New translation files AbdulTheActivePiecer L No - 0.1h May 13, 2026

Summary

Health Assessment

AI Details

Confidence: 0.20

Tech Stack

fix(chat): custom API call support, build card fixes, and action name suggestions hazemadelkhalel M No 0.6h 0.2h May 13, 2026

Summary

Bug Fix

Fix custom API call support and build card issues

Adds support for custom API calls, fixes build card rendering issues, and introduces fuzzy action name suggestions. These changes improve workflow reliability and user guidance.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a low-risk, well-scoped change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
feat(chat): long thinking and agentic architecture hazemadelkhalel XL No 1.5h 0.1h May 13, 2026

Summary

Feature

Add long thinking and agentic architecture for AI chat

Enables advanced AI chat with iterative flow building, self‑evaluation, and real‑time progress, improving automation creation efficiency and user experience.

Health Assessment

Large
High
High
  • Rapid iteration with multiple review rounds and many commits indicates high complexity and potential risk.

AI Details

Tech Stack

Languages: Typescript
feat(alerts): platform admins can un/subscribe to projects' alerts + personal projects alerts can be turned on/off + you can type the default alert email for your project on creation AbdulTheActivePiecer XL AI 189.1h 0.1h May 13, 2026

Summary

Feature

Add per-project alert subscription and email settings

Enables platform admins to manage alert subscriptions per project, adds email configuration for team projects, and simplifies personal project alert toggling, reducing notification noise and improving admin control.

Health Assessment

Large
High
High
  • The PR required extensive rework after initial review, with multiple commits and adjustments, indicating complex feature integration and potential risk to stability.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
feat(freshservice): Add change and change-task support for Freshservice Christian-Schou XL No 63.3h 0.1h May 13, 2026

Summary

Feature

Add change and change-task support for Freshservice

Enables full management of Freshservice change requests and tasks, allowing automated workflows, notifications, and integration with CI/CD pipelines.

Health Assessment

X-Large
Medium
Low
  • PR received a quick review and required only two additional commits, indicating low review friction, but the addition of 919 lines across 14 files represents a large scope of new functionality.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
fix(canary): skip system jobs on canary app + reserve schema v9 abuaboud S No 0.4h - May 13, 2026

Summary

Bug Fix

Skip system jobs on canary app, reserve schema v9

This PR isolates system job processing for canary instances to prevent cross‑environment interference and reserves a new job data schema version to enable future shape changes without breaking existing data.

Health Assessment

Small
Low
Low
  • Quick, single‑file changes resolved a production bug with minimal risk and no rework.

AI Details

Tech Stack

Languages: Typescript
chore: allow creating placeholder connections through the api AbdulTheActivePiecer M No 1.1h 0.1h May 13, 2026

Summary

Feature

Add placeholder connection creation via API

Enables API to create placeholder connections, improving integration flexibility.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework; small scope indicates low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(api): expose single user read endpoint AdamSelene S No 26.1h - May 13, 2026

Summary

Feature

Expose single user read endpoint

Adds a public GET endpoint for retrieving user profiles by ID, enabling API key access for clients.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates a straightforward feature addition with low risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
feat(subflows): show disabled subflows with guard against execution AbdulTheActivePiecer S AI 0.7h - May 13, 2026

Summary

Feature

Show disabled subflows with guard against execution

Adds a UI indicator for disabled subflows and a runtime guard that prevents execution, improving user experience and error clarity.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes and no review required, indicating a straightforward enhancement.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Greptile
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(elevenlabs): update API key instructions to include required permissions kishanprmr XS No 0.3h 0.3h May 13, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat: New translation files AbdulTheActivePiecer XL No - 0.1h May 12, 2026

Summary

Feature

Add new translation files for all pieces

Adds localized content for multiple integrations, improving user experience for international customers.

Health Assessment

X-Large
Low
Low
  • Rapid merge with minimal review indicates automated generation and low complexity.

AI Details

Confidence: 0.80

Tech Stack

fix(platform): serve user profile pictures from platforms assets KhaledR57 M No 0.2h 0.2h May 12, 2026

Summary

Bug Fix

Fix serve user profile pictures from platform assets

Corrects 404 errors for user profile pictures by updating asset endpoint whitelist and reducing database hits.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
feat: add external id and id of flows to flow related audit logs AbdulTheActivePiecer S No 0.6h 0.1h May 12, 2026

Summary

Feature

Add external IDs to flow audit logs

Adds external and flow identifiers to audit logs, improving traceability and debugging for flow events.

Health Assessment

Small
Low
Low
  • Rapid, single‑file changes with quick review suggest a low‑risk, straightforward enhancement.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
feat(engine): dehydrate large flow-run step outputs to S3 (SRE-69) abuaboud XL No 170.4h 147.6h May 12, 2026

Summary

Feature

Dehydrate large flow-run outputs to S3

Streams large step outputs directly to S3, reducing memory usage and improving performance for long-running flows.

Health Assessment

X-Large
High
High
  • Extensive rework over 7 days with multiple commits and a long review cycle indicates high complexity and potential risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript, Shell
chore: add audit events for publishing, disabling and enabling flows AbdulTheActivePiecer XL No 0.5h 0.3h May 12, 2026

Summary

Chore

Add audit events for publishing, disabling and enabling flows

Adds audit event tracking for flow lifecycle actions, improving observability and compliance.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review indicate a straightforward implementation with low complexity.

AI Details

Tech Stack

Languages: Typescript
fix(subflows): clarify Call Flow dropdown hides unpublished/disabled subflows AbdulTheActivePiecer XS AI 0.3h 0.0h May 12, 2026

Summary

Bug Fix

Clarify Call Flow dropdown hides unpublished/disabled subflows

Improves user experience by explicitly stating that only published, callable flows appear in the Call Flow action dropdown, reducing confusion and preventing accidental selection of unavailable subflows.

Health Assessment

Small
Low
Low
  • Merged within 19 minutes with no review iterations; minimal code changes; AI-assisted authoring.

AI Details

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

Tech Stack

Languages: Typescript
feat(web): create flows/tables inside folders + branded empty state Louai-Zokerburg XL No 210.0h 0.1h May 12, 2026

Summary

Feature

Add folder-scoped flow/table creation and branded empty state

Users can now create flows and tables directly inside folders, eliminating the need to move items after creation. The empty state now reflects the customer's brand color, improving visual consistency for embed and cloud customers.

Health Assessment

X-Large
High
High
  • The PR required extensive rework after initial review, with multiple commits and merges, indicating complex changes and potential risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
fix(server): drop redlock + cache no-worker-group sentinel in getWorkerGroupId abuaboud S No 0.8h 0.0h May 12, 2026

Summary

Bug Fix

Remove Redlock and Add Cache Sentinel

This change removes an unnecessary distributed lock that caused webhook job failures and adds a cache sentinel to prevent repeated database lookups. The result is more reliable job processing and reduced error rates for non‑canary platforms.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Greptile
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(jotform): parse and flatten new submission trigger output onyedikachi-david M No 0.4h 0.0h May 12, 2026

Summary

Bug Fix

Parse and flatten JotForm submission output

Improves JotForm trigger by parsing raw responses into structured fields, reducing downstream processing complexity.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single commit, no review comments, and minimal code changes indicate low risk and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
fix(deftform): use responses array instead of fields in get-form-responses cumonvip1 M No 67.1h 0.0h May 12, 2026

Summary

Bug Fix

Fix Deftform response parsing

Corrects API response handling to ensure form data is correctly extracted, improving data accuracy for users.

Health Assessment

Medium
Low
Low
  • Quick review and minimal changes indicate low complexity; the fix addresses a straightforward API mismatch.

AI Details

Tech Stack

Languages: Typescript
fix(Gamma): upgrade gamma piece to v1.0 from v0.2 and add folder selection aryakdangol S No 263.7h 0.0h May 12, 2026

Summary

Feature

Upgrade Gamma API to v1.0 and add folder selection

Restores Gamma integration by upgrading to v1.0 and introduces a folder selection dropdown, enabling users to select target folders for Gamma operations.

Health Assessment

Small
Low
Low
  • PR merged after 11 days due to merge conflicts, but review was immediate and changes were minimal.

AI Details

Tech Stack

Languages: Typescript
fix(pieces): show actual error message in kapso auth validation kishanprmr XS No 0.6h 0.5h May 12, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat(github): add support for github app auth AdamSelene XL No 95.7h 0.1h May 12, 2026

Summary

Feature

Add support for GitHub App authentication

Adds a new authentication method for GitHub integration, enabling GitHub Apps to be used for secure, granular access.

Health Assessment

Large
Medium
Low
  • The PR was reviewed quickly but the overall cycle time was extended, likely due to scheduling or other dependencies beyond the code changes.

AI Details

Tech Stack

Languages: Typescript
fix(pieces): remove "Activepieces" brand leak from Microsoft OAuth descriptions AhmadTash M No 12.6h 12.6h May 12, 2026

Summary

Bug Fix

Remove brand leak from Microsoft OAuth descriptions

Eliminates unintended brand references in Microsoft OAuth flows, ensuring accurate branding for users.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal rework; brand issue fixed promptly.

AI Details

Tech Stack

Languages: Typescript
feat(mcp): auto-resolve piece versions and improve tool UX hazemadelkhalel L No 0.4h 0.1h May 12, 2026

Summary

Feature

Auto-resolve piece versions and improve tool UX

This PR ensures that the system always uses the latest piece versions, provides full code access for editing, and adds flexible error handling, improving reliability and developer experience.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
feat(chat): enable prompt caching for all AI providers hazemadelkhalel S AI 0.4h 0.2h May 11, 2026

Summary

Feature

Enable prompt caching for all AI providers

Reduces input token costs by caching prompts across AI providers, improving cost efficiency and performance.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal rework indicate a straightforward change with low risk.

AI Details

Category: Code AI

Tech Stack

Languages: Typescript
feat(chat): revamp thinking UI with chain-of-thought block hazemadelkhalel XL No 0.6h 0.1h May 11, 2026

Summary

Feature

Revamp chat UI with collapsible thinking block

Enhances user experience by providing a clear, collapsible chain‑of‑thought view, ensuring tool‑call steps persist across reloads and improving performance during streaming.

Health Assessment

X-Large
Medium
Low
  • Fast review and merge (under an hour) with minimal back‑and‑forth, but the change touches over a thousand lines across both frontend and backend, indicating a high‑impact UI overhaul.

AI Details

Confidence: 0.30

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat: New translation files AbdulTheActivePiecer XL No - 0.1h May 11, 2026

Summary

Feature

Add new translation files for all pieces

Automatically generated translation files for all pieces, expanding localization support.

Health Assessment

X-Large
Medium
Low
  • Rapid review and merge with minimal discussion; large number of translation files added quickly, indicating efficient automation but high scope.

AI Details

Confidence: 0.80

Tech Stack

fix: subflow retry callback no longer hijacks subsequent step pauses abuaboud L No 100.9h 100.9h May 11, 2026

Summary

Bug Fix

Fix subflow retry hijacking subsequent pauses

Ensures that stale retry callbacks from subflows no longer override results of later steps, improving flow reliability and preventing incorrect data propagation to users.

Health Assessment

Medium
High
High
  • The PR required a long review cycle and multiple commits to address a subtle race condition, indicating significant complexity. The added tests and careful handling of stale callbacks mitigate future regressions.

AI Details

Tech Stack

Languages: Typescript
fix: revert pieces deps pin so the translation generation workflow runs AbdulTheActivePiecer L No 0.0h - May 11, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: importing the flow inside the builder was not showing the result in the builder AbdulTheActivePiecer L No 0.9h 0.0h May 11, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(platform): restrict /platforms/assets/:id to PLATFORM_ASSET files abuaboud M No 0.3h - May 11, 2026

Summary

Bug Fix

Restrict platform asset endpoint to asset files

Prevents unauthorized access to non-asset files via the public asset endpoint, ensuring only intended platform assets are exposed and improving security.

Health Assessment

Medium
Low
Low
  • The PR was merged within 20 minutes of creation, indicating a straightforward fix with minimal review friction and low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
« Page 4 of 6 »

Get this analytics stack for your team

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

Connect Repos