Pull Request Explorer

Exploring 1061 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
ci: Handle empty ledger body in mutation-health picker n8n-cat-bot XS No 0.5h 0.1h Jun 02, 2026

Summary

Bug Fix

Handle empty ledger body in mutation-health picker

The nightly mutation health workflow crashed due to empty webhook responses. This change treats empty bodies as zero-row ledger, preventing failures and ensuring new packages are processed correctly.

Health Assessment

Small
Low
Low
  • Rapid fix with minimal changes, resolved critical nightly failure quickly.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
test: Stabilize AI unit tests against cold heavy-load timeouts n8n-cat-bot S AI 3.9h 1.9h Jun 02, 2026

Summary

Bug Fix

Stabilize AI unit tests against timeouts

Fixes flaky unit tests by warming up heavy loads and increasing test timeouts.

Health Assessment

Small
Low
Low
  • The PR was reviewed and approved quickly, with a small scope and low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: ChatGPT
Confidence: 0.90

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vitest
refactor(core): Route $evaluateExpression through typed-RPC dispatcher (backport to 1.x) n8n-assistant L No 0.7h 0.3h Jun 02, 2026

Summary

Refactor

Refactor $evaluateExpression routing via typed-RPC

Enables typed-RPC dispatch for $evaluateExpression, ensuring consistent evaluation across engines and maintaining backward compatibility.

Health Assessment

Large
Low
Low
  • Fast turnaround with a single commit and quick approval indicates a straightforward refactor with minimal rework.

AI Details

Usage: Brainstorming
Confidence: 0.85

Tech Stack

Languages: Typescript, Javascript
refactor(core): Route $('Foo').pairedItem / .itemMatching / .item through typed-RPC dispatcher (backport to 1.x) n8n-assistant L No 1.7h 1.3h Jun 02, 2026

Summary

Refactor

Refactor core to use typed-RPC dispatcher

Improves the routing of synthetic proxy items through a typed-RPC dispatcher, enhancing the overall performance and maintainability of the system.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged quickly, indicating a smooth development process. The changes are well-structured and include thorough testing.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: N8N-Assistant
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
chore: Add human-like code review skill DawidMyslak M No 11.5h 0.6h Jun 02, 2026

Summary

Docs

Add human-like code review skill

Enables developers to run a human‑style PR review locally, improving code quality and reviewer efficiency by providing concise, actionable feedback.

Health Assessment

Medium
Low
Low
  • The PR was reviewed quickly (0.6h) and merged within 11.5h, with several small commits refining the documentation. AI assistance via Cursor was used to author the skill description.

AI Details

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

Tech Stack

feat(core): Monitor and recover Postgres connection pool looorent XL No 245.5h 0.3h Jun 02, 2026

Summary

Feature

Add Postgres connection pool monitoring and recovery

Enables automatic recovery from database connection poisoning, reducing downtime for self‑hosted deployments and improving reliability without requiring orchestrator liveness probes.

Health Assessment

X-Large
High
High
  • Extensive rework with 10 commits after the first review and 5 review rounds indicates a complex change; the large scope and many tests suggest high risk but thorough testing mitigates potential regressions.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): External agent channels correctly utilise the user ID for episodic memory (backport to release-candidate/2.25.x) n8n-assistant M No 0.4h 0.0h Jun 02, 2026

Summary

Bug Fix

Fix episodic memory scoping for agent channels

Ensures user-specific memory across chat integrations, improving continuity across threads while preserving thread context.

Health Assessment

Medium
Low
Low
  • Quick backport with minimal changes and immediate approval indicates low complexity and high confidence in the fix.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
fix(core): Fix dropdown menu safety triangle mike12345567 XS No 1.3h 0.0h Jun 02, 2026

Summary

Bug Fix

Fix dropdown menu safety triangle

Restores the dropdown safety triangle that was unintentionally disabled, fixing a UI regression for users.

Health Assessment

Small
Low
Low
  • Rapid, single‑commit fix with AI review, minimal risk and impact.

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
fix(core): External agent channels correctly utilise the user ID for episodic memory mike12345567 M No 0.9h 0.1h Jun 02, 2026

Summary

Bug Fix

Fix external agent channel user ID scoping

Ensures episodic memory is partitioned by platform user rather than thread, improving recall across separate conversation threads while preserving thread-specific history.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 0.9 hours, indicating a smooth process.
  • AI-assisted review contributed to rapid validation and minimal rework.

AI Details

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

Tech Stack

Languages: Typescript
feat(API): Expose mfaEnabled field in Public API user endpoints kisst M No - - Jun 02, 2026

Summary

Feature

Expose mfaEnabled field in Public API

Adds a boolean field to public API user responses, enabling programmatic access to MFA status for security auditing and compliance.

Health Assessment

Medium
Low
Low
  • Single commit with no review comments, small scope, low risk of regressions.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
fix(core): Strip legacy unsupported config before agent JSON validation bjorger XL No 2.2h 0.2h Jun 02, 2026

Summary

Bug Fix

Strip legacy unsupported config before validation

Ensures older agent configurations are sanitized to prevent validation failures, improving reliability of agent configuration persistence.

Health Assessment

X-Large
Medium
Low
  • AI-assisted code and rapid review cycle resolved legacy config validation bug swiftly.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Move instance AI builds to a skill aalises XL No 81.0h 0.1h Jun 02, 2026

Summary

Feature

Move instance AI builds to skill

Routes Instance AI workflow builds through a workflow‑builder skill, gating approvals and preserving artifacts, improving workflow safety and auditability.

Health Assessment

X-Large
High
High
  • PR required extensive rework after the first review, with many commits and a long cycle time, indicating high complexity and potential risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
feat(core): Add sub-agent executions bjorger XL No 7.0h 2.3h Jun 02, 2026

Summary

Feature

Add sub-agent execution capability

Enables parent agents to delegate bounded subtasks to child agents, improving modularity and allowing linked execution tracking.

Health Assessment

Large
Medium
Low
  • Rapid 7‑hour cycle time and AI‑assisted development produced extensive changes and comprehensive tests, indicating a high‑impact feature delivered efficiently.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Add support for per-user connections to MCP servers from the registry in instance AI RomanDavydchuk XL No 114.8h 0.5h Jun 02, 2026

Summary

Feature

Add per-user MCP server connections to instance AI

Users can now link MCP servers to instance AI per user, enabling AI to access tools from those servers with secure authentication, improving workflow automation.

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
refactor(core): Rename N8N_OTEL_TRACES_PUBLISHED_ONLY env var to N8N_OTEL_TRACES_PRODUCTION_ONLY (backport to release-candidate/2.25.x) n8n-assistant S No 0.4h 0.0h Jun 02, 2026

Summary

Refactor

Rename OTEL env var to clarify intent

Renames the OpenTelemetry environment variable to a clearer name, ensuring no behavior change but requiring updates to existing configurations.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes and no review needed, indicating a straightforward rename.

AI Details

Usage: Brainstorming
Category: Code AI
Tools: ChatGPT
Confidence: 0.60

Tech Stack

Languages: Typescript
refactor(core): Rename N8N_OTEL_TRACES_PUBLISHED_ONLY env var to N8N_OTEL_TRACES_PRODUCTION_ONLY garfik S No 1.0h 0.0h Jun 02, 2026

Summary

Refactor

Rename OTEL env var for clearer intent

Clarifies environment variable naming to ensure production‑only tracing, with no functional change.

Health Assessment

Small
Low
Low
  • Quick approval with minimal review, indicating a straightforward rename with low risk.

AI Details

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

Tech Stack

Languages: Typescript
refactor(core): Route $fromAI() through typed-RPC dispatcher (backport to 1.x) n8n-assistant L No 0.3h 0.0h Jun 02, 2026

Summary

Refactor

Refactor $fromAI routing via typed-RPC dispatcher

Internal refactor to route $fromAI calls through typed-RPC dispatcher, improving maintainability and ensuring backward compatibility for AI-related expressions.

Health Assessment

Large
Low
Low
  • Rapid merge with minimal review indicates high confidence in changes.
  • Backport to 1.x ensures compatibility across major versions.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
feat(core): Grant execution owners access to their own redacted data guillaumejacquart L No 171.4h 28.0h Jun 02, 2026

Summary

Feature

Grant execution owners access to their own redacted data

Enables users who run workflows with private credentials to view their own execution data while keeping it hidden from others, enhancing data visibility and security.

Health Assessment

Large
High
High
  • The PR had a long cycle time (171h) and only one review comment, indicating a slow review process and potential bottlenecks. The large code change (377 lines across 16 files) adds complexity and risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
refactor(core): Route $items() through typed-RPC dispatcher (backport to 1.x) n8n-assistant L No 0.3h 0.0h Jun 02, 2026

Summary

Refactor

Refactor $items() routing via typed-RPC dispatcher

Internal refactor to improve typed-RPC handling of $items() across engines, ensuring consistent behavior and test parity. No user-facing changes, but enhances reliability of expression engine.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review, indicating a straightforward refactor supported by comprehensive tests.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
refactor(core): Route $input methods through typed-RPC dispatcher (backport to 1.x) n8n-assistant L No 0.3h 0.0h Jun 02, 2026

Summary

Refactor

Refactor $input methods via typed-RPC dispatcher

Enhances input handling by routing $input methods through a typed-RPC dispatcher, improving type safety and reducing runtime errors for users.

Health Assessment

Medium
Low
Low
  • The PR was merged within 0.3 hours with no review iterations, indicating a straightforward refactor with minimal risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
ci: Restore default build in grind-changed-tests workflow shortstacked XS AI 0.4h 0.0h Jun 02, 2026

Summary

CI/CD

Restore default build in grind-changed-tests workflow

Fixes CI workflow by reverting to default pnpm build to avoid tsc errors caused by custom build command, ensuring reliable CI runs.

Health Assessment

Small
Low
Low
  • The PR was merged within 18 minutes with a single review comment, indicating a straightforward, low-risk change.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat(core): Add knowledge base to snapshot image riqwan XL No 2.8h 2.6h Jun 02, 2026

Summary

Feature

Add knowledge base to snapshot image

Adds a knowledge base to the Instance AI sandbox image, providing best‑practice templates and unifying skills for improved workflow creation.

Health Assessment

Large
Medium
Low
  • Fast review and merge within 3 hours indicates high confidence in code quality; large scope suggests significant feature addition but minimal friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(ai-builder): Add `datasets` field for PR-tier suite (no-changelog) JoseBra M AI 60.0h 34.2h Jun 02, 2026

Summary

Feature

Add datasets field for PR-tier test suite

Enables selective test execution for PR runs, reducing cost while maintaining full nightly coverage.

Health Assessment

Medium
Medium
Medium
  • The PR was reviewed within 34 hours and merged after 60 hours, indicating a moderate review cycle and efficient resolution of issues.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): The n8n import:workflow --activeState=fromJson cli can fail for subworkflow dependencies (backport to release-candidate/2.25.x) n8n-assistant XL No 0.4h 0.0h Jun 02, 2026

Summary

Bug Fix

Fix import workflow subworkflow activation order

Ensures subworkflows are activated before parent workflows during CLI import, preventing failures when using --activeState=fromJson.

Health Assessment

Large
Low
Low
  • Merged within 24 minutes with no review comments, indicating a straightforward, low‑risk bug fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(core): Lock execution row during data-only condition re-check ivov M No 3.4h 0.1h Jun 02, 2026

Summary

Bug Fix

Lock execution row during data-only re-check

Ensures data consistency by locking execution rows during re-checks, preventing race conditions and improving reliability.

Health Assessment

Small
Low
Low
  • Quick review and merge within 3.4 hours indicates smooth process and minimal friction.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Show eval-mock executions in canvas list (no-changelog) JoseBra XL AI 134.0h 0.1h Jun 02, 2026

Summary

Feature

Show eval-mock executions in canvas list

Adds visibility of evaluation mock executions to the n8n canvas, enabling developers to see real execution rows and debug scenarios directly in the UI.

Health Assessment

X-Large
High
Medium
  • The PR required several rework commits after the initial review, indicating complex changes, but the review was fast and the merge proceeded smoothly.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Evaluations wizard backend (no-changelog) schrothbn XL No 99.7h 76.9h Jun 02, 2026

Summary

Feature

Add backend for in‑canvas evaluations wizard

Provides the server logic, DTOs, and validation needed for the new evaluations wizard, enabling users to configure and run evaluation metrics directly from the UI.

Health Assessment

Large
High
High
  • The PR had a slow review cycle and multiple review rounds, but only a single commit, indicating a focused change set. The large code addition and backend focus raise the risk level for integration and testing.

AI Details

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

Tech Stack

Languages: Typescript
refactor(editor): Migrate `getNewWorkflowData` to the workflows API alexgrozav L No 1.8h 0.3h Jun 02, 2026

Summary

Refactor

Refactor getNewWorkflowData to workflows API

The getNewWorkflowData helper is moved to the workflows API module, centralizing workflow logic. This refactor improves maintainability and testability while preserving existing functionality.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward refactor with clear intent and thorough testing.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Re-register expression metrics after Prometheus registry reset (backport to 1.x) n8n-assistant M No 0.5h 0.0h Jun 02, 2026

Summary

Bug Fix

Fix expression metrics re-registration

Re-register expression metrics after Prometheus registry reset to ensure accurate metrics tracking.

Health Assessment

Small
Low
Low
  • Fast cycle time and immediate review suggest a straightforward and low-risk change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: N8N-Assistant
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(core): Quiet VM expression engine logs on the happy path (backport to 1.x) n8n-assistant S No 0.3h 0.0h Jun 02, 2026

Summary

Health Assessment

AI Details

Usage: Authored by AI
Confidence: 0.75

Tech Stack

Languages: Typescript
fix(core): The n8n import:workflow --activeState=fromJson cli can fail for subworkflow dependencies konstantintieber XL No 95.9h 1.0h Jun 02, 2026

Summary

Bug Fix

Fix workflow import order for subworkflow dependencies

Ensures subworkflows are activated before parent workflows during import, preventing failures when using --activeState=fromJson.

Health Assessment

Large
Medium
Low
  • The PR was reviewed quickly but required significant rework after refactoring, resulting in a slow overall cycle time yet minimal review friction.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Declare @smithy/node-http-handler and @aws-sdk n8n-cat-bot M No 0.7h 0.1h Jun 02, 2026

Summary

Bug Fix

Declare missing AWS SDK dependencies

Ensures Bedrock nodes have deterministic dependency resolution, preventing runtime failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under an hour with no review friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
feat(core): Replace get_suggested_nodes MCP tool with get_workflow_best_practices RicardoE105 L AI 203.9h 70.2h Jun 02, 2026

Summary

Feature

Replace MCP get_suggested_nodes with best practices tool

Adds richer workflow guidance tool, improving MCP recommendations and user experience.

Health Assessment

Medium
Medium
High
  • Long cycle time (~8 days) with multiple review rounds and significant changes to MCP tool, indicating high review friction and moderate risk.

AI Details

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

Tech Stack

Languages: Typescript
test: Migrate @n8n/ai-utilities from Jest to Vitest Matsuuu XL No 24.3h 0.1h Jun 02, 2026

Summary

Refactor

Migrate ai-utilities tests from Jest to Vitest

Migrates the ai-utilities test suite to Vitest, enabling faster, more efficient testing and aligning with n8n's Jest→Vitest migration strategy.

Health Assessment

X-Large
Medium
Low
  • Fast review and single commit indicate a smooth process; the migration covers a large test suite but encountered no blockers.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vitest
refactor(core): Split planner run into briefing + coordinator modules Cadiac XL No 28.5h 0.1h Jun 02, 2026

Summary

Refactor

Refactor planner run into briefing and coordinator modules

Reduces technical debt and improves maintainability of the AI orchestration tool, enabling faster feature development and easier debugging.

Health Assessment

Large
Medium
Low
  • The PR was reviewed quickly and merged within a day, indicating efficient collaboration.
  • The refactor split a large tool into smaller modules, reducing complexity and improving maintainability.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
fix(editor): Show actions on published version in agent history (no-changelog) burivuhster L No 2.3h 0.6h Jun 02, 2026

Summary

Bug Fix

Show actions on published version in agent history

Adds action menu to published agent version, enabling revert and unpublish, improving workflow editing.

Health Assessment

Large
Low
Low
  • Quick fix with minimal rework, low risk, fast review cycle.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(core): Add sub-agent session linkage migration bjorger M No 3.7h 0.2h Jun 02, 2026

Summary

Feature

Add sub-agent session linkage migration

Adds migration-only schema support for sub-agent execution lineage, enhancing agent thread management.

Health Assessment

Small
Low
Low
  • Quick review and approval process, indicating a well-structured and low-risk PR.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: N8N
fix: Improve Instance AI workflow-builder eval reliability and node diagnostics aalises XL No 20.0h 0.2h Jun 02, 2026

Summary

Bug Fix

Improve Instance AI eval reliability and diagnostics

Enhances the stability of AI-generated workflows, reducing failures and providing clearer diagnostics for users.

Health Assessment

Medium
Low
Low
  • Rapid AI-assisted review and automated testing enabled quick iteration and a fast 20‑hour cycle time.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
ci: Move to useblacksmith/checkout to reduce git checkout flakes (backport to release-candidate/2.23.x) n8n-assistant S No 0.0h 0.0h Jun 02, 2026

Summary

CI/CD

Move CI checkout to useblacksmith/checkout

Updates CI workflows to use a more reliable checkout action, reducing flakiness in Git operations for the release candidate branch.

Health Assessment

Small
Low
Low
  • The PR was merged immediately after creation with no review, indicating a low‑complexity change and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
ci: Build tsc deps and surface vitest stderr in grind workflow n8n-cat-bot S No 0.7h 0.3h Jun 02, 2026

Summary

Bug Fix

Fix grind workflow to surface vitest errors

Ensures CI accurately reports test failures and provides diagnostics, improving reliability and reducing false positives.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with minimal code changes; fast review and merge cycle; improves CI reliability with no new dependencies.

AI Details

Tech Stack

Languages: Javascript, Yaml
Frameworks: Github-Actions
:rocket: Release 2.25.1 n8n-assistant M No 0.1h - Jun 02, 2026

Summary

Feature

Release 2.25.1

Minor release with bug fixes and new features for workflow validation and error handling.

Health Assessment

Medium
Low
Low
  • Quick release with minimal changes and no significant rework.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
Frameworks: Node
Revert "feat(core): Add knowledge base to snapshot image" riqwan XL No 0.6h 0.3h Jun 02, 2026

Summary

Bug Fix

Revert knowledge base snapshot image feature

Rolls back recent feature to maintain stability and prevent regressions.

Health Assessment

X-Large
High
Low
  • Quick review and merge within 0.6 hours, indicating minimal friction, but the large code removal suggests a significant impact on the codebase.

AI Details

Tech Stack

Languages: Typescript, Javascript
refactor: Migrate type-validation throws to UserError n8n-cat-bot S No 1.3h 0.9h Jun 02, 2026

Summary

Refactor

Migrate type-validation throws to UserError

Reclassifies validation failures as user errors, improving error reporting and user experience without changing functionality.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate low complexity; no new behavior introduced, minimal risk to production.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
chore(core): Dispatch Expression.evaluate to VM evaluator (no-changelog) Flexicon XL AI 91.7h 70.2h Jun 02, 2026

Summary

Feature

Dispatch Expression.evaluate to VM evaluator

Adds VM-based expression evaluation to n8n, enabling isolated execution for improved security and performance, while keeping legacy behavior unchanged.

Health Assessment

X-Large
High
High
  • The PR had a slow review and merge cycle with a large scope, but only a single review round, indicating a complex but ultimately straightforward change.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Add validate_node_config MCP tool for per-node validation RicardoE105 L No 200.9h 70.1h Jun 02, 2026

Summary

Feature

Add per-node validation MCP tool

Enables clients to validate individual node configurations quickly, improving workflow reliability and reducing debugging time.

Health Assessment

Large
Medium
Medium
  • The PR introduced a new MCP tool for node validation, required a single review after a 3‑day wait, and merged after an 8‑day cycle, indicating moderate review friction and a sizable code change.

AI Details

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

Tech Stack

Languages: Typescript
:rocket: Release 2.24.0 n8n-assistant L No 0.4h - Jun 02, 2026

Summary

Chore

Release 2.24.0

This release includes various bug fixes, new features, and improvements to the n8n workflow automation platform.

Health Assessment

Large
Medium
Low
  • The PR was merged quickly, indicating a smooth review process.
  • The large scope of the PR may indicate a high level of complexity.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
fix(core): Error workflows show up as separate span in otel traces konstantintieber S No 123.9h 0.1h Jun 02, 2026

Summary

Bug Fix

Fix error workflow trace separation

Ensures error workflows are traced within the same span as the original workflow, improving observability and debugging.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate a low‑risk, low‑friction fix that was merged within five days.

AI Details

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

Tech Stack

Languages: Typescript
chore(core): Migrate @n8n/agents from Jest to Vitest (no-changelog) Matsuuu XL No 3.1h 0.6h Jun 02, 2026

Summary

Chore

Migrate @n8n/agents tests from Jest to Vitest

Switches unit test framework to Vitest, improving test performance and consistency across packages.

Health Assessment

X-Large
Medium
Low
  • Fast review and merge with minimal rework, but the migration touches many test files, resulting in a large code change.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vitest
fix(core): Rebuild isolated-vm in Docker image for musl libc (no-changelog) Flexicon XL AI 22.0h 1.1h Jun 02, 2026

Summary

Bug Fix

Rebuild isolated-vm for musl libc in Docker

Fixes runtime crash in musl-based Docker images by rebuilding the isolated-vm module, ensuring compatibility and preventing segfaults.

Health Assessment

X-Large
High
Low
  • Fast review and merge, but large code changes addressing a critical runtime issue.

AI Details

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

Tech Stack

Languages: Typescript
chore(core): Init VM expression engine in cli base command (no-changelog) Flexicon XL AI 91.0h 70.2h Jun 02, 2026

Summary

Chore

Init VM expression engine in CLI base command

Adds a VM-based expression evaluator to the CLI, improving performance and paving the way for future observability features.

Health Assessment

X-Large
High
High
  • The PR had a 91‑hour cycle time and a 70‑hour review delay, but only one review comment, indicating a large but straightforward change.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Page 1 of 22 »

Get this analytics stack for your team

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

Connect Repos