Pull Request Explorer

Exploring 1275 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(core): Add N8N_RUNNERS_ALLOW_TRANSITIVE_IMPORTS for the Python task runner (backport to release-candidate/2.28.x) n8n-assistant L No 0.3h 0.0h Jun 30, 2026

Summary

Feature

Add N8N_RUNNERS_ALLOW_TRANSITIVE_IMPORTS for the Python task runner

Enables optional transitive imports for allowlisted Python packages, reducing import failures for complex dependencies while maintaining security controls.

Health Assessment

Large
Low
Low
  • Rapid merge with minimal review indicates high confidence in the change; the short cycle time and single commit suggest a straightforward, low‑risk enhancement.

AI Details

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

Tech Stack

Languages: Python, Typescript, Javascript
feat(core): Add N8N_RUNNERS_ALLOW_TRANSITIVE_IMPORTS for the Python task runner (backport to release-candidate/2.29.x) n8n-assistant L No 0.2h 0.0h Jun 30, 2026

Summary

Feature

Add transitive imports flag for Python task runner

Enables allowlisted Python packages to import dependencies without individually listing them, reducing configuration overhead while maintaining security.

Health Assessment

Large
Low
Low
  • Fast cycle time of 0.2h with no review delays; single commit; minimal rework. AI assistance used to author code.

AI Details

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

Tech Stack

Languages: Python, Typescript
feat(editor): Add personalized Instance AI prompt suggestions (no-changelog) romeobalta M No 19.7h 0.1h Jun 30, 2026

Summary

Feature

Add personalized Instance AI prompt suggestions

Enables users to receive AI-generated prompt suggestions in the Instance AI empty state, improving onboarding and reducing friction.

Health Assessment

Medium
Low
Low
  • Fast AI-assisted review and minimal rework led to a quick merge within 20 hours.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(core): Add N8N_RUNNERS_ALLOW_TRANSITIVE_IMPORTS for the Python task runner sovietspaceship L No 89.4h 0.3h Jun 30, 2026

Summary

Feature

Add N8N_RUNNERS_ALLOW_TRANSITIVE_IMPORTS for Python task runner

Introduces an opt‑in flag that lets allowlisted Python packages import their transitive dependencies without manual allowlisting, easing package maintenance while keeping user code secure.

Health Assessment

Large
Medium
Medium
  • Initial review was quick, but a second round of comments 65 hours later indicates some complexity.
  • The feature adds a new security configuration flag, but comprehensive tests reduce risk.

AI Details

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

Tech Stack

Languages: Python, Typescript
fix(editor): Show implied scope options as disabled with tooltip yuliia-pominchuk L AI 18.0h 0.1h Jun 30, 2026

Summary

Bug Fix

Disable implied scope options with tooltip

Improves role editor UX by disabling overlapping scope options and providing tooltips, preventing confusion about permissions.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal changes, indicating a straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(core): Resolve private credentials in offloaded manual executions guillaumejacquart M AI 21.6h 2.1h Jun 30, 2026

Summary

Bug Fix

Resolve private credentials in offloaded manual executions

This fix ensures that private credentials resolve correctly when manual executions are offloaded to workers, preventing execution failures. It improves reliability for users running workflows that depend on private credentials.

Health Assessment

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

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(core): Await in-flight insights compaction when stopping the timer tomi L No 1.8h 0.4h Jun 30, 2026

Summary

Bug Fix

Fix insights compaction timer shutdown

Ensures graceful shutdown by awaiting active compactions, preventing unhandled rejections and improving reliability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
refactor(core): Drop redundant agent execution columns yehorkardash L AI 162.3h 0.1h Jun 30, 2026

Summary

Refactor

Drop redundant agent execution columns

This PR removes unnecessary columns from the agent execution schema, simplifying data storage and aligning documentation with current timeline data, improving maintainability.

Health Assessment

Large
High
Low
  • The PR had a long cycle time but was reviewed quickly, indicating a backlog or slow merge process. The large number of lines and files suggests significant refactoring, but the single review round and low comment count imply smooth acceptance.

AI Details

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

Tech Stack

Languages: Typescript
test(MCP Server Trigger Node): De-flake header-auth E2E (no-changelog) BerniWittmann S No 19.5h 0.3h Jun 30, 2026

Summary

Test

De-flake header-auth E2E test

Fixes flaky authentication test for MCP trigger node, improving CI reliability and ensuring consistent behavior for webhook authentication. This reduces build failures and speeds up release cycles.

Health Assessment

Small
Low
Low
  • Quick review and approval with minimal changes; test fix resolved flakiness without impacting production code.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Make data table artifacts editable when AI is not running r00gm M No 21.3h 0.5h Jun 30, 2026

Summary

Feature

Enable editable data tables when AI idle

Allows users to edit data tables directly in the AI assistant when the agent is idle, streamlining data manipulation without leaving the interface.

Health Assessment

Medium
Low
Medium
  • Fast review and merge cycle of 21 hours, with a single review comment and a few follow-up commits, indicating a smooth process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
fix(editor): Use menu icon for collapsed Instance AI sidebar toggle (no-changelog) r00gm XS No 21.5h 0.2h Jun 30, 2026

Summary

Bug Fix

Fix Instance AI sidebar toggle icon

Updates the Instance AI sidebar toggle to use a clearer hamburger icon, improving user experience when accessing chat history.

Health Assessment

Small
Low
Low
  • Quick UI fix resolved in under 24 hours with a single review and minimal code changes.

AI Details

Tech Stack

Languages: Vue
Frameworks: Vue
:rocket: Release 2.29.0 n8n-assistant L No 0.3h 0.0h Jun 30, 2026

Summary

Chore

Release 2.29.0

Version 2.29.0 release, bumping package versions and updating changelog.

Health Assessment

Medium
Low
Low
  • Fast merge with no review, minimal changes, typical release process.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
fix(core): Skip vite analysis of security-audit reporter dynamic import (no-changelog) Matsuuu XS AI 0.9h 0.1h Jun 30, 2026

Summary

Bug Fix

Skip vite analysis of security-audit reporter dynamic import

Fixes a flaky CI failure caused by Vite’s dynamic import analysis during coverage, ensuring unit tests run reliably.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; no runtime impact; resolved quickly after a single review comment.

AI Details

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

Tech Stack

Languages: Typescript
test: Add Instance AI flight-status-change workflow eval mutdmour L AI 18.3h 15.8h Jun 30, 2026

Summary

Test

Add Instance AI flight status change evaluation

Adds a new evaluation case for Instance AI to handle vague flight status monitoring requests, ensuring the agent asks for data source before building.

Health Assessment

Large
Low
Low
  • PR merged quickly with minimal review, indicating straightforward test addition.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

test: Cap per-suite test fork pool to bound CI parallelism Matsuuu S AI 138.5h 0.6h Jun 30, 2026

Summary

Bug Fix

Cap per-suite test fork pool to bound CI parallelism

Limits test parallelism to prevent CPU oversubscription, improving CI reliability and reducing flaky tests.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward change, but the long cycle time reflects scheduling constraints rather than technical complexity.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
feat(Microsoft Outlook Node): Add Service Principal (app-only) authentication cstuncsik XL AI 90.0h 0.1h Jun 30, 2026

Summary

Feature

Add Service Principal authentication to Outlook node

Enables app‑only Microsoft Entra Service Principal authentication for the Outlook node, allowing automated workflows to act on a specified mailbox without user context, expanding integration capabilities and security options.

Health Assessment

X-Large
High
Low
  • The PR was reviewed quickly (0.1h to first review) but involves a large code change (over 2000 lines across 20 files), indicating significant complexity and potential impact on existing functionality.

AI Details

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

Tech Stack

Languages: Typescript
chore: Bring typeORM fork to monorepo Matsuuu XL No 133.1h 0.1h Jun 29, 2026

Summary

Chore

Bring TypeORM fork to monorepo

Integrates the TypeORM fork into the monorepo, aligning it with existing package structure and dependencies, enabling consistent ORM usage across the platform.

Health Assessment

X-Large
High
Medium
  • The PR required extensive rework to adapt the TypeORM fork to the monorepo, resulting in a large number of commits and a long cycle time, but the review was quick and the final merge was straightforward.

AI Details

Tech Stack

Languages: Typescript
fix(editor): Replace radio buttons with checkmark in instance role dropdown yuliia-pominchuk S No 2.6h 0.1h Jun 29, 2026

Summary

Bug Fix

Replace radio buttons with checkmark in role dropdown

Improves UI consistency and user experience in role assignments by replacing radio buttons with checkmarks, aligning with design patterns across the app.

Health Assessment

Small
Low
Low
  • Quick turnaround with single review, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
refactor(editor): Rename Instance AI route from /instance-ai to /assistant aalises M No 1.5h 0.2h Jun 29, 2026

Summary

Refactor

Rename Instance AI route to /assistant

Updates user‑facing route paths for the AI Assistant, preserving legacy links via redirects while keeping API contracts unchanged, ensuring a seamless navigation experience.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes; AI‑generated summary helped streamline communication.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
feat(ai-builder): Dual-tenant LangSmith reads for Instance AI evals (no-changelog) JoseBra L AI 4.4h 0.2h Jun 29, 2026

Summary

Feature

Dual-tenant LangSmith reads for Instance AI evals

Adds dual-tenant read capability for LangSmith during US→EU migration, enabling evaluation cases to be sourced from US tenant while writes remain in EU, without impacting existing functionality.

Health Assessment

Medium
Low
Low
  • Fast review cycle (0.2h) and minimal rework; AI-generated code was reviewed and approved quickly; no CI changes or major risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Support skill references and allowed tools bjorger XL No 51.2h 42.0h Jun 29, 2026

Summary

Feature

Add skill references and allowed tools support

Enables richer agent skills with structured instructions, markdown references, and tool selection, improving agent capabilities and user experience.

Health Assessment

X-Large
High
Medium
  • PR required multiple iterations after review, indicating complex changes; large codebase modifications and many tests added; review took 42h, cycle 51h.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Include IPv6 loopback [::1] in MCP redirect URI DTO validation kapil971390 S AI 165.6h 0.0h Jun 29, 2026

Summary

Bug Fix

Add IPv6 loopback to redirect URI validation

This change updates the redirect URI validation to recognize IPv6 loopback addresses, preventing erroneous validation errors. It improves admin experience by allowing correct configuration of local development endpoints.

Health Assessment

Small
Low
Low
  • The PR was reviewed immediately with no rework, but the long cycle time indicates a delayed merge schedule.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Synthesize type definitions for custom and community nodes in MCP RicardoE105 L AI 140.8h 0.2h Jun 29, 2026

Summary

Feature

Add synthesized node type definitions for MCP

Provides accurate TypeScript type definitions for custom and community nodes in the MCP workflow builder, improving developer experience and reducing reliance on generic nodes.

Health Assessment

Large
Medium
Low
  • PR had a long cycle time (140h) but was reviewed quickly (0.1h) with minimal rework; the large code addition was well reviewed and did not trigger multiple review rounds.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Remove user's instance AI data on user deletion Cadiac L AI 5.0h 1.1h Jun 29, 2026

Summary

Bug Fix

Remove Instance AI data on user deletion

Ensures all Instance AI data is cleaned up when a user is deleted, preventing orphaned records and data leakage.

Health Assessment

Large
Low
Low
  • Fast cycle time (5h) and quick review (1.1h) with minimal rework; AI review identified issues that were resolved in a single follow‑up commit.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Sort move workflow project dropdown alphabetically MarcL S AI 54.6h 0.3h Jun 29, 2026

Summary

Bug Fix

Sort move workflow project dropdown alphabetically

Ensures the project dropdown lists projects alphabetically, improving predictability and user experience for workflow management.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with minimal code churn; AI assistance streamlined the change and the review was almost instantaneous.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
chore(core): Add test on voice based agent riqwan M No 2.1h 0.1h Jun 29, 2026

Summary

Test

Add test on voice based agent

Adds a failing evaluation workflow for a voice-based agent to improve test coverage and catch real-world failures.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; low risk and high confidence in correctness.

AI Details

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

Tech Stack

feat(core): Use the AWS SDK to read system credentials (no-changelog) gthanasis XL No 123.8h 1.9h Jun 29, 2026

Summary

Feature

Use AWS SDK for system credentials

Swaps custom credential logic with official AWS SDK providers, improving reliability and compatibility while preserving existing behavior.

Health Assessment

X-Large
Medium
Low
  • The PR had a long cycle time (over 5 days) but the first review was quick. Multiple commits were made after the initial review, indicating iterative refinement. The change adds substantial new logic while maintaining backward compatibility, supported by extensive tests.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Show AI Assistant disclaimer only after the AI responds aalises XS No 0.5h 0.2h Jun 29, 2026

Summary

Feature

Show AI Assistant disclaimer only after AI responds

This PR hides the AI assistant disclaimer until the AI has produced a response, improving user experience by reducing unnecessary warnings.

Health Assessment

Small
Low
Low
  • Quick review and merge within 30 minutes, minimal changes, low complexity.

AI Details

Confidence: 0.95

Tech Stack

Languages: Vue
Frameworks: Vue
chore: Dedupe modal close() through a shared helper n8n-cat-bot M No 37.8h 11.5h Jun 29, 2026

Summary

Test

Dedupe modal close logic across Playwright page objects

Refactors test infrastructure to centralize modal close handling, eliminating duplicate code and fixing a scoping bug that caused E2E failures, improving test reliability and maintainability.

Health Assessment

Small
Medium
Medium
  • The PR required two rounds of review to address a scoping issue, but was merged within 38 hours, indicating a moderate level of friction but acceptable turnaround for a test refactor.

AI Details

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

Tech Stack

Languages: Typescript
test(core): Re-land webhook reconciliation e2e with sqlite-safe skip guard (no-changelog) mfsiega M AI 5.4h 2.4h Jun 29, 2026

Summary

Test

Re-land webhook reconciliation e2e with sqlite guard

Restores critical e2e test for webhook reconciliation, ensuring accurate test results across database modes. Prevents false failures that could mask production issues.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes; test restored and fixed with single commit, indicating low risk and high confidence.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(core): Ensure project variables override same-key global variables (backport to release-candidate/2.28.x) n8n-assistant M AI 0.4h 0.0h Jun 29, 2026

Summary

Bug Fix

Fix variable override order for project variables

Ensures project-level variables correctly override global variables, preventing unintended global value usage.

Health Assessment

Medium
Low
Low
  • Merged within 24 minutes with no review friction, indicating a straightforward, low-risk bug fix.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(core): Ensure project variables override same-key global variables (backport to release-candidate/2.27.x) n8n-assistant M AI 0.4h 0.0h Jun 29, 2026

Summary

Bug Fix

Ensure project variables override same-key global variables

Fixes a variable resolution bug so that project‑level variables correctly override global ones, improving workflow reliability and preventing unintended data leakage.

Health Assessment

Medium
Low
Low
  • Merged within 20 minutes with a single commit and no review back‑and‑forth, indicating a straightforward, low‑risk fix.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix(core): Ensure project variables override same-key global variables MarcL M AI 69.0h 0.4h Jun 29, 2026

Summary

Bug Fix

Ensure project variables override global variables

This fix guarantees that project-specific variables take precedence over global variables, preventing unintended overrides and ensuring consistent workflow behavior.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate a straightforward bug fix with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
ci: Comment out schedules from release workflows Matsuuu XS AI 0.2h 0.0h Jun 29, 2026

Summary

CI/CD

Comment out release workflow schedules

Disables scheduled triggers for release workflows, shifting schedule management to n8n side.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes to CI workflows, indicating low risk and high confidence in stability.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
test(MCP Client Tool Node): Stabilize runtime mocks and use vi APIs (no-changelog) Matsuuu L AI 0.2h 0.1h Jun 29, 2026

Summary

Bug Fix

Stabilize runtime mocks for MCP Client Tool tests

Fixes intermittent CI failures in MCP Client Tool tests, ensuring reliable test execution and preventing false negatives. This improves confidence in the node's runtime behavior and reduces maintenance overhead.

Health Assessment

Large
Low
Low
  • Rapid resolution with a single review comment and quick merge indicates low complexity and minimal risk.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(core): Release database ping connection when the health check times out colgreen L No 144.6h 0.8h Jun 29, 2026

Summary

Bug Fix

Fix database ping connection release on timeout

Ensures n8n remains responsive during transient database outages by cleaning up stale connections, preventing 503 errors and improving uptime.

Health Assessment

Large
High
High
  • The PR required multiple review cycles and significant rework, indicating complexity and potential risk. The long cycle time suggests blockers or thorough testing was needed.

AI Details

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

Tech Stack

Languages: Typescript
fix(Google Vertex Chat Model Node): Support newer Gemini models and EU/US data residency mike12345567 L No 67.7h 0.9h Jun 29, 2026

Summary

Feature

Support newer Gemini models and EU/US data residency

Adds support for newer Gemini 3.x models and data residency options in Google Vertex nodes, enabling users to select appropriate regions and avoid model-not-found errors.

Health Assessment

Large
Low
Low
  • Fast review and single commit indicate a straightforward change; AI assistance likely accelerated development.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add no-asterisk-in-option-names community node lint rule (no-changelog) garritfra L No 74.7h 0.1h Jun 29, 2026

Summary

Feature

Add no-asterisk-in-option-names lint rule

Introduces a lint rule that flags ambiguous asterisks in node option names, improving UI clarity and reducing potential errors for developers.

Health Assessment

Large
Low
Low
  • Fast review and minimal rework indicate a straightforward addition of a lint rule with comprehensive tests and documentation.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Allow assigning custom instance roles and restyle the Users page role dropdown yuliia-pominchuk XL AI 93.5h 16.5h Jun 29, 2026

Summary

Feature

Add custom instance roles and restyle Users page role dropdown

This PR enables assigning custom instance roles to users and restyles the Users page role dropdown to match Figma design.

Health Assessment

Large
Medium
Medium
  • The PR has a large scope with 20 files changed and 1226 lines added, indicating significant changes. The review process took 16.5 hours to first review and had multiple review rounds, suggesting some friction in the review process.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(core): Trim whitespace from webhook path on registration ArtluxDM S No 94.5h 0.3h Jun 29, 2026

Summary

Bug Fix

Trim whitespace from webhook path on registration

Ensures webhook paths are stored without leading or trailing spaces, preventing lookup failures and improving reliability for webhook triggers.

Health Assessment

Small
Low
Low
  • Fast review turnaround and minimal changes resulted in a low‑risk, quick fix; the PR had a single changes‑requested review and a short review time.

AI Details

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

Tech Stack

Languages: Typescript
feat: Update AI Assistant input disclaimer copy aalises XS No 0.8h 0.0h Jun 29, 2026

Summary

Feature

Update AI Assistant input disclaimer copy

This PR updates the AI Assistant input disclaimer to clarify that the feature is a preview and users should verify responses, improving transparency and reducing potential misuse.

Health Assessment

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

AI Details

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

Tech Stack

fix: Map sizing-matrix run-reports to cells via spec-file path (no-changelog) shortstacked L AI 141.5h 0.1h Jun 29, 2026

Summary

Bug Fix

Fix sizing-matrix report mapping to cells

Ensures sizing matrix aggregation correctly maps run reports to cells, preventing false green results and improving reliability of performance benchmarks.

Health Assessment

Medium
Low
Low
  • Fast review and single commit indicate a straightforward bug fix with minimal risk.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(core): Cap builder verification re-runs with a hard attempt budget (no-changelog) aalises M No 2.4h 0.2h Jun 29, 2026

Summary

Bug Fix

Cap builder verification attempts to prevent runaway loops

Adds a hard limit on verification attempts to avoid infinite loops, improving reliability and reducing unnecessary resource usage.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes; AI review flagged a single issue, resolved quickly.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Instance AI thread, navigation, and UX fixes aalises L No 139.9h 139.7h Jun 29, 2026

Summary

Health Assessment

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(ai-builder): Source eval test cases from LangTracer (no-changelog) JoseBra XL AI 82.1h 12.6h Jun 29, 2026

Summary

Feature

Add LangTracer test case source to eval CLI

Enables sourcing evaluation test cases from LangTracer, improving test coverage and aligning with the emerging source of truth while keeping existing disk-based flow unchanged.

Health Assessment

Large
High
Medium
  • PR introduced new LangTracer integration, required multiple review rounds, and had a long cycle time, indicating complexity and potential risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(Salesforce Node): Use server-side search for owner selectors BerniWittmann XL No 146.7h 0.1h Jun 29, 2026

Summary

Bug Fix

Fix Salesforce Node owner selector performance

The Salesforce node now uses server‑side search for owner selectors, eliminating infinite loading in large orgs. This ensures expressions persist, improving reliability and user experience.

Health Assessment

X-Large
High
Medium
  • The PR addressed a performance bug that caused infinite loading in large Salesforce orgs. Despite a fast initial review, multiple rework commits were required to implement server‑side search and maintain backward compatibility, indicating moderate complexity and high risk due to large code changes.

AI Details

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

Tech Stack

Languages: Typescript
fix(Postgres Node): Prevent execution context retention ajithcnambiar M AI 176.2h 0.0h Jun 29, 2026

Summary

Bug Fix

Prevent Postgres Node Execution Context Retention

This change eliminates a memory leak in the Postgres node by preventing execution context retention. It improves stability and reduces resource consumption for long-running workflows.

Health Assessment

Medium
Medium
High
  • The PR had a long cycle time and multiple review rounds, indicating significant rework. AI was used for review and description generation, but the change ultimately addressed a memory leak in the Postgres node, improving stability.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Turn Chat Hub off by default for instances not using it Cadiac XL AI 65.8h 0.2h Jun 29, 2026

Summary

Feature

Turn Chat Hub off by default for new instances

Disables the Chat Hub feature by default for instances that have not used it, while preserving existing usage and adding an admin toggle to control it at runtime, thereby reducing unnecessary resource consumption.

Health Assessment

Large
Medium
Low
  • Fast review and single round of comments, but multiple commits indicate iterative development to address feedback.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
:rocket: Release 1.123.62 n8n-assistant S AI 0.3h 0.0h Jun 29, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Javascript
fix(editor): Fix InputTriple responsive behaviour in NDV parameters (backport to release-candidate/2.28.x) n8n-assistant M AI 0.4h 0.0h Jun 29, 2026

Summary

Bug Fix

Fix InputTriple responsive behaviour in NDV parameters

Restores responsive layout of the InputTriple component in the NDV parameters panel, improving UI consistency and preventing layout regressions for users configuring workflows.

Health Assessment

Small
Low
Low
  • Backport merged within 24 minutes with no review friction, indicating a straightforward UI fix with minimal risk.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
« Page 25 of 26 »

Get this analytics stack for your team

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

Connect Repos