Pull Request Explorer

Exploring 1219 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
refactor(editor): Move `useClipboard` into `@n8n/composables` behind re-export shim (no-changelog) alexgrozav L AI 3.6h 2.7h Jul 15, 2026

Summary

Refactor

Refactor: Move useClipboard to shared composables

Centralizes clipboard functionality, improving maintainability without changing behavior.

Health Assessment

Small
Low
Low
  • Fast cycle time (3.6h) and quick review (2.7h) indicate smooth process; minimal code movement and no behavior change reduce risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
perf(core): Skip webhook-only workflows when enqueuing publications on leader handoff (no-changelog) mfsiega L AI 49.1h 40.7h Jul 15, 2026

Summary

Chore

Skip webhook-only workflows during leader handoff

This change reduces unnecessary queue entries for webhook-only workflows during leader handoff, improving performance and preventing misleading publishing states. It ensures only workflows needing leader-side work are enqueued, saving resources.

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
test(core): Cover vector store insert provider errors luka-zivkovic S AI 39.4h 0.2h Jul 15, 2026

Summary

Test

Add test coverage for vector store insert errors

Ensures provider errors during vector store insertion are correctly normalized to warning-level NodeApiError, improving error handling reliability.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward test addition with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Wire pubsub handlers of the workflow publication modules (no-changelog) mfsiega M AI 6.2h 0.1h Jul 15, 2026

Summary

Bug Fix

Fix pubsub wiring for workflow publication

Ensures workflow publication events are handled immediately by reinitializing PubSub after lazy imports, improving reliability and reducing latency.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; automated integration test added; cycle time under 7 hours indicates efficient review and merge process.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(editor): Restore hosted chat Markdown styles luka-zivkovic S AI 21.6h 0.8h Jul 15, 2026

Summary

Bug Fix

Restore hosted chat Markdown styles

Restores Markdown formatting when the chat is embedded without the full n8n application theme.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged quickly, with no significant issues found.

AI Details

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

Tech Stack

Languages: Scss
feat(core): Fold Instance AI history from the durable event log behind N8N_INSTANCE_AI_DURABLE_LOG (no-changelog) r00gm XL No 21.5h 14.7h Jul 15, 2026

Summary

Feature

Fold Instance AI history from durable event log

Adds a flag‑gated fold‑on‑read path for Instance AI history, enabling reliable rendering from the durable event log and eliminating snapshot dependency, improving stability and performance.

Health Assessment

X-Large
High
Medium
  • PR required several iterations after the first review, indicating complexity, but the overall cycle time remained short, reflecting efficient collaboration.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(editor): Refresh editor checksum on workflow activation while editing alexgrozav M AI 44.9h 19.2h Jul 15, 2026

Summary

Bug Fix

Refresh editor checksum on workflow activation

Ensures unsaved edits are not lost when a workflow is activated, preventing false conflict errors and improving user experience.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; single review comment and straightforward fix.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Make the AI Assistant agent-aware — intent gate, multi-agent sessions, builder session cleanup (no-changelog) bjorger XL No 5.9h 2.5h Jul 15, 2026

Summary

Bug Fix

Add agent-aware intent gate and multi-agent support

Enhances the AI Assistant to correctly handle agent creation, intent recognition, and session cleanup, improving workflow accuracy and resource management.

Health Assessment

X-Large
High
Medium
  • The PR underwent rapid iteration with multiple commits after a single review, indicating active rework but a short overall cycle time.

AI Details

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

Tech Stack

Languages: Typescript
feat: Add skills support to inline agents (no-changelog) burivuhster XL No 28.3h 1.6h Jul 15, 2026

Summary

Feature

Add skills support to inline agents

Enables inline agents to define and use skills, expanding automation capabilities and reducing duplication in workflow design.

Health Assessment

X-Large
High
Medium
  • The PR required multiple iterations after a single review request, indicating significant rework on a large codebase, but was ultimately merged within a day, reflecting moderate review friction for a high‑scope feature addition.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
feat(core): Add config-evals skill for Instance AI eval creation (no-changelog) DeveloperTheExplorer XL No 47.1h 17.9h Jul 15, 2026

Summary

Feature

Add config-evals skill for Instance AI eval creation

Enables end‑to‑end config‑based evaluations in Instance AI, allowing agents to create and view evaluation configs without manual provider specification, improving automation and user experience.

Health Assessment

X-Large
High
Medium
  • The PR required multiple iterations and merge conflicts, indicating moderate complexity, but was ultimately merged within two days.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
feat(Slack Node): Add advanced HITL configuration for one-tap approval yens1 XL AI 28.7h 3.4h Jul 15, 2026

Summary

Feature

Add advanced Slack HITL one-tap approval

Enables instant approval or decline of Slack workflow executions with one-tap buttons, improving user experience and reducing manual steps.

Health Assessment

X-Large
Medium
Low
  • Fast review and single round of changes indicate efficient process; large scope suggests significant impact.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
fix(editor): Trigger options menu from node details header add button nikhilkuria S AI 4.6h 3.6h Jul 15, 2026

Summary

Bug Fix

Fix node header add button to open menu

Ensures the header add button in collection parameters opens the options menu, improving user experience.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with one review and no blockers; cycle time under 5 hours indicates efficient resolution.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
refactor(editor): Move `useDebounce` and durations into `@n8n/composables` (no-changelog) alexgrozav L No 26.3h 25.9h Jul 15, 2026

Summary

Refactor

Refactor: Move useDebounce to shared composables

Centralizes debounce logic for reuse across modules, improving maintainability without changing behavior.

Health Assessment

Large
Low
Low
  • The PR moved debounce logic into a shared composable package, with minimal code changes and no user‑facing impact, and was merged quickly after a single review.

AI Details

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

Tech Stack

Languages: Typescript
test(ai-builder): Support evals for agent building and for config evals (no-changelog) schrothbn XL AI 149.2h 24.3h Jul 15, 2026

Summary

Feature

Add eval support for agent and config artifacts

Enhances instance‑ai eval harness to capture, judge, and score agent and config‑eval artifacts, improving testing coverage and reporting.

Health Assessment

X-Large
High
High
  • The PR underwent multiple review cycles and extensive rework, indicating significant complexity and potential risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(ai-builder): Honor eq @version conditions in generated node type definitions JoseBra M AI 1.3h 0.3h Jul 15, 2026

Summary

Bug Fix

Fix version gating in node type definitions

Ensures node type definitions respect @version conditions, preventing outdated defaults from leaking into newer versions and improving AI builder accuracy.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, low review friction, small scope.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Enable n8n Connect usage in n8n MCP michael-radency XL AI 196.5h 23.3h Jul 15, 2026

Summary

Feature

Enable n8n Connect usage in MCP

Allows MCP tools to automatically attach managed credentials for n8n Connect, eliminating manual setup for AI‑driven workflows and improving developer experience.

Health Assessment

Large
High
High
  • The PR required multiple review cycles and significant code changes, indicating a complex integration that may introduce bugs if not carefully tested.

AI Details

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

Tech Stack

Languages: Typescript
chore: Migrate packages/cli to Typescript 7 Matsuuu XL No 23.4h 0.9h Jul 15, 2026

Summary

Chore

Migrate packages/cli to Typescript 7

Update the CLI to use TypeScript 7, ensuring compatibility across dependent packages and adding compiler API support.

Health Assessment

X-Large
High
Medium
  • The PR was merged quickly after a single review, but required many commits to resolve conflicts and compatibility issues, indicating a complex migration that was handled efficiently.

AI Details

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

Tech Stack

Languages: Typescript
fix(HTTP Request Node): Sign non-standard AWS endpoint hosts with the correct region and service cstuncsik XL AI 46.3h 0.2h Jul 15, 2026

Summary

Bug Fix

Fix AWS endpoint signing for non-standard hosts

Ensures the HTTP Request Node correctly signs requests to AWS endpoints with non‑standard hostnames, preventing errors and improving reliability for users.

Health Assessment

X-Large
High
Medium
  • The PR required extensive rework across multiple commits to cover many edge cases, but was reviewed and approved quickly, indicating a focused and well‑tested change.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Improve sub workflow extraction dariacodes L AI 21.3h 0.1h Jul 15, 2026

Summary

Feature

Enhance sub-workflow extraction with AI node copying

Adds automatic copying of shared AI sub-nodes when extracting to sub-workflows, preserving parent workflow integrity and reducing manual configuration.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal rework, indicating high confidence in changes.

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
docs: Sharpen eval sourcing + calibration guidance mutdmour M AI 1.3h 0.2h Jul 15, 2026

Summary

Docs

Docs: Sharpen eval sourcing and calibration guidance

Improves evaluation documentation to cut false positives and streamline defect identification, boosting developer productivity.

Health Assessment

Small
Low
Low
  • Fast cycle time and single review round indicate a smooth, low‑risk documentation update.

AI Details

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

Tech Stack

chore: Add opt-in dev-tooling usage metrics (no-changelog) CharlieKolb XL AI 218.8h - Jul 15, 2026

Summary

Chore

Add opt‑in dev tooling usage metrics

Anonymous telemetry for internal developers to track CLI usage, helping improve tooling efficiency and identify common pain points.

Health Assessment

Large
High
Low
  • Long cycle time (218h) due to extended review period, but review was quick and required minimal rework.

AI Details

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

Tech Stack

Languages: Javascript, Shell
feat(API): Add workflow dependency export policy (no-changelog) ireneea L AI 17.9h 1.0h Jul 15, 2026

Summary

Feature

Add workflow dependency export policy

Adds missingWorkflowDependencyPolicy to the package export API, enabling future export modes and improving validation.

Health Assessment

Medium
Low
Low
  • Fast cycle time (18h) and single review round indicate smooth process; AI-assisted review helped maintain quality.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Yaml
chore: Migrate more packages to Typescript 7 Matsuuu XL AI 0.7h 0.1h Jul 15, 2026

Summary

Chore

chore: Migrate more packages to Typescript 7

This PR updates multiple n8n packages to use TypeScript 7, improving type safety and consistency across the codebase.

Health Assessment

High
Low
Low
  • The PR was merged within 0.7 hours with a single review comment, indicating a smooth process and minimal friction. The migration touches 20 files with a moderate number of changes, but no critical bugs or high‑risk areas were introduced.

AI Details

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

Tech Stack

Languages: Typescript
feat: Add instance-ai collaborative eval creation and co-review cockpit (no-changelog) mutdmour M AI 0.4h 0.2h Jul 15, 2026

Summary

Docs

Add collaborative eval creation and co-review cockpit

Provides a local cockpit for Instance AI workflow evaluation, reducing manual steps and speeding up calibration, improving developer productivity.

Health Assessment

Small
Low
Low
  • Fast cycle time (0.4h) and minimal review comments indicate a straightforward documentation update with negligible risk.

AI Details

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

Tech Stack

test(ai-builder): Move the workflow-eval case corpus to LangTracer (no-changelog) JoseBra XL No 117.5h 1.4h Jul 15, 2026

Summary

Refactor

Move workflow-eval case corpus to LangTracer

Single source of truth for Instance AI workflow-eval corpus now in LangTracer suite n8n-workflows

Health Assessment

Large
Medium
Low
  • PR had multiple commits and reviews, but was ultimately merged after a week. The changes are significant, but well-documented and tested.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Langtracer
chore: Migrate to a npm fork of xlsx Matsuuu M AI 1.7h 0.1h Jul 15, 2026

Summary

Chore

chore: Migrate to a npm fork of xlsx

Migrate from the CDN import of xlsx that caused CI failures to a npm‑distributed fork, ensuring reliable spreadsheet parsing in CI and production.

Health Assessment

Medium
Low
Low
  • Quick review and merge, minimal rework, stable change to dependency.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
ci: Declare ~icons as an implicit boundaries dependency (no-changelog) CharlieKolb XS AI 0.4h 0.2h Jul 15, 2026

Summary

Chore

Declare ~icons as implicit boundaries dependency

Declares the virtual ~icons module as an implicit dependency, eliminating 237 build errors and improving CI reliability. This change reduces baseline issues from 795 to 558, streamlining development.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicates low risk and high confidence in the change.

AI Details

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

Tech Stack

feat(API): Add endpoint to retrieve SAML SSO configuration alielkhateeb L AI 18.1h 0.1h Jul 15, 2026

Summary

Feature

Add endpoint to retrieve SAML SSO configuration

Adds a GET /settings/sso/saml endpoint to the public API v1, returning the current SAML SSO configuration with redacted signing key, gated behind licensing and API key scopes.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review friction indicate efficient implementation; the PR added a new API endpoint with comprehensive tests and documentation.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Correct OpenAI mock response shapes in eval simulation (no-changelog) mutdmour XL AI 21.7h 0.3h Jul 15, 2026

Summary

Bug Fix

Correct OpenAI mock response shapes in eval simulation

Fixes mock response shape issues for OpenAI image generation and chat completions in the eval simulation, improving reliability of AI workflow execution.

Health Assessment

X-Large
Medium
Low
  • Merged within 22 hours with minimal review friction, but the PR involved large-scale changes across multiple modules, indicating moderate risk.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
ci: Guard new turbo boundaries violations via baseline ratchet (no-changelog) CharlieKolb M No 115.9h 0.3h Jul 15, 2026

Summary

CI/CD

Add turbo boundary checks with baseline ratchet

Enables structural boundary checks to prevent undeclared dependencies and reach‑in imports, improving code quality while managing backlog.

Health Assessment

Small
Low
Low
  • Fast review (18 min) and single commit indicate low complexity and minimal risk.

AI Details

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

Tech Stack

Languages: Javascript
fix(API): Fix broken public API playground server selection garfik XS AI 42.4h 25.3h Jul 15, 2026

Summary

Bug Fix

Fix broken public API playground server selection

Restores the ability for users to test the public API in the documentation playground by adding self-hosted server options and enabling CORS, improving developer experience.

Health Assessment

Small
Low
Medium
  • The PR fixed a single bug with minimal changes and was reviewed in a single round, but the review took longer than ideal, indicating potential communication delays.

AI Details

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

Tech Stack

Languages: Javascript
:rocket: Release 1.123.66 n8n-assistant S AI 0.4h 0.0h Jul 15, 2026

Summary

Chore

Release 1.123.66

Bug fixes for Code Node external modules not working in version 1.x

Health Assessment

Small
Low
Low
  • Quick release with minimal changes, no review needed.

AI Details

Usage: Authored by AI
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

:rocket: Release 2.31.1 n8n-assistant M AI 0.3h 0.0h Jul 15, 2026

Summary

Bug Fix

Release 2.31.1

This patch resolves key credential binding and AI workflow statistics bugs, improving security and analytics for users.

Health Assessment

Small
Low
Low
  • Fast, single-commit release with no review friction and minimal code changes indicates low risk.

AI Details

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

Tech Stack

:rocket: Release 2.30.5 n8n-assistant M AI 0.3h - Jul 15, 2026

Summary

Chore

Release 2.30.5

Bug fixes and new features for the n8n workflow automation platform, improving AI workflow statistics and node alias handling, and adding a new credential selection experiment.

Health Assessment

Medium
Low
Low
  • Rapid release with minimal changes and no review friction, indicating a straightforward patch update.

AI Details

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

Tech Stack

fix(core): Preserve node aliases when generating AI tool variants (backport to release-candidate/2.31.x) n8n-assistant S AI 0.4h 0.0h Jul 15, 2026

Summary

Bug Fix

Preserve node aliases in AI tool generation

Ensures AI tool variants retain node aliases, improving search and ranking for Connect services.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes, no blockers, fast review.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Preserve node aliases when generating AI tool variants (backport to release-candidate/2.30.x) n8n-assistant S AI 0.3h 0.0h Jul 15, 2026

Summary

Bug Fix

Preserve node aliases in AI tool generation

Ensures AI tool search and ranking correctly match Connect services, improving agent configuration and user experience.

Health Assessment

Small
Low
Low
  • Backport completed in under 30 minutes with no review iterations, indicating a straightforward, low-risk fix.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add tracing, credit metering, and telemetry for the builder sub-agent bjorger XL No 18.5h 3.5h Jul 15, 2026

Summary

Feature

Add tracing, credit metering, and telemetry for the builder sub-agent

Adds comprehensive tracing, credit metering, and telemetry for the builder sub-agent, improving observability, billing accuracy, and product analytics for AI-driven agent creation.

Health Assessment

X-Large
Low
Low
  • Fast review and merge with minimal comments, indicating a straightforward implementation.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Preserve node aliases when generating AI tool variants alexander-gekov S No 17.1h 0.3h Jul 15, 2026

Summary

Bug Fix

Preserve node aliases in AI tool generation

Ensures AI tool variants retain original node aliases, improving search and ranking in the tools panel.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes; AI-generated summary streamlined communication.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add durable scheduler rollout docs and observability warnings (no-changelog) looorent XL AI 6.7h 0.2h Jul 14, 2026

Summary

Chore

Add durable scheduler docs and warnings

Provides documentation and observability for the durable scheduler, enabling production rollout without changing existing behavior.

Health Assessment

Large
Medium
Medium
  • Fast cycle time but multiple commits after the first review indicate active rework; overall risk is moderate.

AI Details

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

Tech Stack

Languages: Typescript
feat: Add inline agent mode to the Message an Agent node (no-changelog) burivuhster XL AI 33.5h 6.6h Jul 14, 2026

Summary

Feature

Add inline agent mode to Message an Agent node

Enables users to embed agent configuration directly within a workflow node, improving portability and reducing dependency on external agent storage, which streamlines workflow sharing and maintenance.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed and merged quickly with minimal back‑and‑forth, but it touches nearly 5,000 lines across 20 files, indicating a substantial refactor of the agent node logic.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Wire the Instance AI durable event log behind N8N_INSTANCE_AI_DURABLE_LOG (no-changelog) r00gm XL No 100.3h 94.5h Jul 14, 2026

Summary

Feature

Wire Instance AI durable event log behind flag

Adds durable event logging for Instance AI, enabling reliable replay after restarts and reducing data loss, improving system resilience.

Health Assessment

Large
High
High
  • Long cycle time and slow first review, but a single review round and AI reviewers helped finalize the PR; large scope and many files increase risk.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Copilot, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
feat(core): Unify output schema mock generation and verify AI Assistant workflows with any trigger type OlegIvaniv XL No 126.6h 6.1h Jul 14, 2026

Summary

Feature

Unify output schema mock generation and verify AI Assistant workflows

Consolidates schema resolution and mock data generation across core and instance AI modules, enabling verification of workflows with any trigger type and improving simulation accuracy.

Health Assessment

X-Large
High
Medium
  • The PR required extensive rework after the initial review, with multiple commits to address feedback and resolve conflicts, indicating a complex change across core and instance AI modules.
  • The cycle time of over 5 days suggests a slow review process, possibly due to the breadth of changes.

AI Details

Usage: Authored by AI
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix(AWS Bedrock Chat Model Node): Default guardrail version to working draft when not set cstuncsik S No 267.1h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix default guardrail version for AWS Bedrock node

This fix prevents runtime validation errors when the guardrail version is omitted, ensuring smoother workflow execution. Users can now rely on the default working draft guardrail without manual configuration.

Health Assessment

Small
Low
Low
  • Fast review with minimal changes; quick resolution of a runtime error.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add trigger reconciliation to recover missed activations (no-changelog) mfsiega XL No 261.8h 239.3h Jul 14, 2026

Summary

Feature

Add trigger reconciliation to recover missed activations

Ensures workflow triggers are automatically reactivated after leader failover, preventing silent deactivation and improving reliability for users.

Health Assessment

Large
High
High
  • The PR underwent extensive iteration over 11 commits and a 10‑day cycle, indicating significant complexity and risk. The long review time and large scope suggest high friction and potential for bugs.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
test: Route SidebarPage through BasePage and scope in-container n8n-cat-bot M No 114.4h 113.6h Jul 14, 2026

Summary

Refactor

Refactor SidebarPage to extend BasePage

Refactors SidebarPage to inherit from BasePage, eliminating duplicate selectors and correcting container scoping, which reduces test flakiness and improves maintainability.

Health Assessment

Medium
Medium
High
  • The PR had a long cycle time and required a review with changes, but the final changes were small and low risk, indicating a stable refactor with minimal impact.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
feat(core): Cascade builder sub-agent questions into the AI assistant chat (no-changelog) bjorger XL AI 23.7h 1.1h Jul 14, 2026

Summary

Feature

Cascade builder sub-agent questions into assistant chat

Enhances the AI assistant's agent-building workflow by making it interactive, preserving state across restarts, and improving user experience with card-based prompts.

Health Assessment

Large
Medium
Medium
  • The PR underwent several iterations and a change request before merging, but was completed quickly within 24 hours, indicating efficient collaboration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
build: Upgrade dependencies to resolve security advisories shortstacked XL AI 92.2h 0.1h Jul 14, 2026

Summary

Chore

Upgrade dependencies to resolve security advisories

This PR updates package versions to address security vulnerabilities, ensuring the platform remains secure and compliant.

Health Assessment

Small
Low
Low
  • Fast review and single commit indicate low complexity; dependency updates pose minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
feat(Microsoft Excel SharePoint Node): Add the shared Graph request code (no-changelog) BGZStephen XL AI 19.1h 2.2h Jul 14, 2026

Summary

Refactor

Add shared Graph request code for Microsoft Excel SharePoint node

Provides a unified request module for Microsoft Graph calls, improving maintainability, error handling, and credential routing without exposing new user-facing features.

Health Assessment

Large
Low
Low
  • Fast cycle time (19h) and quick first review (2h) indicate smooth collaboration. The PR adds a substantial amount of code (over 600 lines) but is well tested and refactors internal logic, resulting in minimal friction and low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(editor): Add scope selection to MCP OAuth consent screen RicardoE105 XL AI 183.9h 89.7h Jul 14, 2026

Summary

Feature

Add scope selection to MCP OAuth consent screen

Adds scope selection to the MCP OAuth consent screen, giving users granular control over permissions and enhancing security for MCP integrations.

Health Assessment

X-Large
High
High
  • The PR required a 7.7‑day cycle with multiple commits after the first review, indicating significant complexity and potential risk to the codebase.

AI Details

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

Tech Stack

Languages: Typescript
fix(Microsoft To Do Node): Resolve service principal target per input item cstuncsik XL AI 7.5h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix per-item service principal target in To Do node

Ensures each input item uses its own service principal target, preventing cross-user request leakage and improving error isolation for Microsoft To Do integrations.

Health Assessment

Large
Low
Low
  • Fast cycle time of 7.5h with minimal review friction; AI-assisted review summary streamlined the process.

AI Details

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

Tech Stack

Languages: Typescript
« Page 11 of 25 »

Get this analytics stack for your team

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

Connect Repos