Pull Request Explorer

Exploring 1219 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(ai-builder): Eliminate non-builder noise families in workflow evals (no-changelog) JoseBra L AI 17.4h 16.6h Jul 10, 2026

Summary

Bug Fix

Eliminate non-builder noise families in workflow evals

Fixes noise in AI evaluation workflows, improving reliability and reducing false failure counts.

Health Assessment

Large
Medium
Low
  • Merged within 17 hours with minimal review, addressing multiple noise sources in AI evaluation, enhancing reliability.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Rundeck node supports configurable SSL validation dlavrenuek M No 5.4h 0.1h Jul 10, 2026

Summary

Feature

Add configurable SSL validation to Rundeck node

Provides users with control over SSL certificate validation for Rundeck connections, enhancing security and compatibility without breaking existing workflows.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes; single review round and small code addition indicate low risk and high confidence in stability.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Settle webhook execution promise on early errors (backport to release-candidate/2.29.x) n8n-assistant M AI 0.3h 0.0h Jul 10, 2026

Summary

Bug Fix

Fix webhook promise settlement on early errors

Ensures webhook executions always settle, preventing memory leaks and hanging requests, thereby improving system stability and reliability for users.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with no review delays; resolved a critical OOM issue with moderate code changes.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(Notion Node): Restore ASCII simplified property keys on earlier node versions BerniWittmann M AI 4.3h 0.1h Jul 10, 2026

Summary

Bug Fix

Restore ASCII property keys for older Notion node

Fixes broken property key mapping caused by change-case v5, restoring backward compatibility for earlier node versions and ensuring existing workflows continue to function.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; single commit and quick review indicates low complexity.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(core): Settle webhook execution promise on early errors (backport to release-candidate/2.30.x) n8n-assistant M AI 0.3h 0.0h Jul 10, 2026

Summary

Bug Fix

Fix webhook promise settlement on early errors

Ensures webhook executions always settle, preventing memory leaks and hanging requests, thereby improving system stability and reliability for users.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with no review back‑and‑forth; resolved a critical OOM issue with minimal code churn.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(ai-builder): Scale eval budgets by case complexity and bound the heaviest prompts (no-changelog) JoseBra M AI 12.9h 7.8h Jul 10, 2026

Summary

Feature

Scale eval budgets by complexity and bound prompts

By scaling per‑iteration timeouts for complex AI evaluation cases and tightening prompt size, the PR reduces build failures and improves reliability of AI testing, ensuring faster, more accurate results for end users.

Health Assessment

Medium
Low
Low
  • The PR was merged within 13 hours of opening, with a single review and no rework, indicating a smooth, low‑friction process.

AI Details

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

Tech Stack

Languages: Typescript
fix(ai-builder): Return experimentUrl from the empty-selection eval early exit (no-changelog) JoseBra XS AI 14.1h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix missing experimentUrl in eval early exit

Ensures the evaluation CLI returns a consistent result object, preventing type errors and maintaining contract compliance without affecting runtime behavior.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
fix(ai-builder): Sync execution scenarios on lang-tracer push updates (no-changelog) JoseBra M AI 48.0h 19.0h Jul 10, 2026

Summary

Bug Fix

Sync execution scenarios on lang-tracer push

Ensures updated execution scenarios are correctly persisted, preventing stale data and improving AI evaluation accuracy.

Health Assessment

Medium
Low
Low
  • Single review with moderate time, quick fix, minimal rework.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Settle webhook execution promise on early errors Flexicon M AI 40.4h 0.4h Jul 10, 2026

Summary

Bug Fix

Fix webhook promise settlement on early errors

Prevents request hangs and memory leaks by ensuring webhook promises always settle, improving reliability and preventing OOMs in production.

Health Assessment

Medium
Low
Low
  • Quick review and approval with minimal changes; resolved a critical memory leak that could cause OOMs.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add recurring_cron schedule kind to the durable scheduler (no-changelog) looorent XL No 45.1h 0.2h Jul 10, 2026

Summary

Feature

Add recurring_cron schedule kind to durable scheduler

Adds a new schedule kind to the scheduler, enabling more flexible recurrence patterns for users and improving scheduling flexibility.

Health Assessment

Large
High
Medium
  • The PR added a new scheduling kind with extensive migrations and tests, requiring multiple iterations after a quick review, indicating a complex change but resolved efficiently.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(editor): Disable view publish timeline action for new workflows SamWooler S AI 26.3h 23.9h Jul 10, 2026

Summary

Bug Fix

Disable publish timeline for new workflows

Prevents errors when viewing timeline on unsaved workflows, improving editor stability.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix resolved in 26 hours with minimal code changes and no major review friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
refactor(core): Store execution data via blob storage primitives ivov XL No 21.3h 0.2h Jul 10, 2026

Summary

Refactor

Refactor execution data storage to blob primitives

Simplifies storage logic by consolidating multiple backends into a unified blob‑storage interface, reducing duplication and improving maintainability while preserving existing data format.

Health Assessment

Large
Low
Low
  • Fast review and minimal rework indicate a well‑structured change with strong test coverage; the refactor reduces code duplication across storage backends.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Decouple executions visibility from the sharing license feature (backport to release-candidate/2.29.x) n8n-assistant M AI 0.3h 0.0h Jul 10, 2026

Summary

Bug Fix

Decouple execution visibility from sharing license

This fix removes the sharing license gate on execution visibility, ensuring team members can see and manage executions regardless of license state, aligning behavior with workflow visibility and preventing accidental data loss.

Health Assessment

Medium
Low
Low
  • The PR was merged within 18 minutes of opening, with no review comments, indicating a straightforward change. The moderate code churn and single commit suggest low risk and quick validation.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Decouple executions visibility from the sharing license feature (backport to release-candidate/2.30.x) n8n-assistant M AI 0.3h 0.0h Jul 10, 2026

Summary

Bug Fix

Decouple execution visibility from sharing license

Ensures team members can view executions regardless of sharing license, aligning visibility with workflow list and improving consistency.

Health Assessment

Medium
Low
Low
  • Backport resolved a long‑standing visibility inconsistency with minimal changes and rapid review, indicating a low‑risk fix.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Restrict assignment fields in AI Assistant workflow setup OlegIvaniv M AI 2.6h 0.2h Jul 10, 2026

Summary

Bug Fix

Restrict assignment fields in AI workflow setup

Ensures placeholder values in AI assistant workflows are correctly handled, preventing user errors and maintaining data integrity.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; AI-generated summary streamlined review process.

AI Details

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

Tech Stack

Languages: Vue, Typescript
Frameworks: Vue
test(ai-builder): Delete a build's backend artifacts when its last row finishes (no-changelog) JoseBra M AI 17.1h 13.1h Jul 10, 2026

Summary

Bug Fix

Delete build backend artifacts mid‑run

This change removes workflow, data table, and thread artifacts immediately after the last scenario row completes, preventing sandbox memory growth and improving runtime stability.

Health Assessment

Medium
Low
Low
  • The PR was merged within 17 hours with a single review and no major rework, indicating a straightforward, low‑risk fix.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Make Slack setup snapshots row horizontally scrollable aaguirre-rdit XS AI 0.9h 0.1h Jul 10, 2026

Summary

Bug Fix

Make Slack setup snapshots row horizontally scrollable

Fixes UI overflow in Slack channel setup, ensuring snapshots remain visible when the sidebar narrows, improving user experience.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
fix(core): Decouple executions visibility from the sharing license feature phyllis-noester M AI 91.6h 19.0h Jul 10, 2026

Summary

Bug Fix

Decouple execution visibility from sharing license

Ensures team members can view and manage executions regardless of the sharing license, aligning execution visibility with workflow access and improving consistency for users.

Health Assessment

Medium
Medium
Medium
  • The PR required a moderate amount of review and rework, with two review rounds and a 91‑hour cycle time, indicating a typical bug‑fix effort with medium complexity and risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(editor): Add ENHANCED_HITL feature flags per node (no-changelog) yens1 M No 47.8h 2.0h Jul 10, 2026

Summary

Feature

Add per-node HITL feature flags

Adds feature‑flag infrastructure for advanced HITL sections on Slack, Telegram, and Gmail nodes, enabling independent rollout without a release.

Health Assessment

Medium
Low
Low
  • Quick approval with minimal comments indicates a straightforward implementation; feature flags added with unit tests and no user‑visible changes.

AI Details

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

Tech Stack

Languages: Typescript
test(editor): Stabilize N8nPopover trigger clicks in unit tests (no-changelog) CharlieKolb XS AI 0.6h 0.1h Jul 10, 2026

Summary

Test

Stabilize N8nPopover trigger clicks in unit tests

Fix flaky unit tests for N8nPopover by switching event listener to capture phase, improving test reliability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
chore: Per-PR performance comparison check is flaky/noisy — investigate, scope, or temporarily disable n8n-cat-bot XS AI 2.2h 0.1h Jul 10, 2026

Summary

CI/CD

Chore: Gate QA metrics comment to relevant PRs

Ensures QA metrics comments are only posted when performance tests run, reducing noise and improving PR feedback accuracy.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; low risk.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(LinkedIn Node): Add scopes to get users even with organization support RomanDavydchuk XS AI 20.8h 16.4h Jul 10, 2026

Summary

Bug Fix

Add LinkedIn scopes for organization support

Ensures the LinkedIn node can retrieve user profiles even when organization support is enabled, improving data accuracy for person-based operations. This fix prevents missing profile data when posting as a person.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes and no back‑and‑forth, indicating a straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
test(core): Cover package import credential matching modes (no-changelog) garfik L AI 2.6h 0.3h Jul 10, 2026

Summary

Test

Add tests for package import credential matching

Adds comprehensive integration tests covering credential matching modes for package import, ensuring correct behavior without affecting production code.

Health Assessment

Large
Low
Low
  • Fast cycle time of 2.6h, single review comment, minimal rework, and a focused test addition indicate a smooth, low-risk process.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Lift 5k character limit in agent builder prompts bjorger M AI 22.1h 21.0h Jul 10, 2026

Summary

Bug Fix

Lift 5k character limit in agent builder prompts

Enables longer prompts in the agent builder, improving user experience by preventing truncation and allowing more detailed agent instructions.

Health Assessment

Medium
Low
Low
  • Resolved quickly with a single commit and approval within a day, indicating minimal review friction and low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
feat(core): Add tracing spans to the durable scheduler (no-changelog) sovietspaceship XL No 71.1h 48.0h Jul 10, 2026

Summary

Feature

Add tracing spans to durable scheduler

Enhances observability of the scheduler by adding distributed tracing spans, enabling end‑to‑end monitoring and easier debugging of task execution across instances.

Health Assessment

X-Large
High
Medium
  • Large code change with extensive tracing instrumentation required multiple iterations and extended review time, indicating significant effort and potential impact on stability.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(editor): Add durable-log block events and replay replace semantics (no-changelog) r00gm L AI 47.3h 0.2h Jul 10, 2026

Summary

Feature

Add durable-log block events and replay semantics

Adds reliable event replay for the editor, preventing duplicate or lost text during reconnections and improving user experience.

Health Assessment

Medium
Low
Low
  • Fast review (0.2h) and minimal comments indicate a smooth process; the PR added ~419 lines across 6 files, a medium-sized change with low risk.

AI Details

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

Tech Stack

Languages: Typescript
perf(core): Skip persisting run data for discarded executions ivov M AI 18.3h 0.1h Jul 10, 2026

Summary

Refactor

Skip persisting run data for discarded executions

This change eliminates unnecessary database writes for executions that will be discarded, improving performance and reducing storage costs.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward performance tweak with low risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Highlight Instance AI cards that are waiting for user input r00gm M No 2.2h 0.4h Jul 10, 2026

Summary

Bug Fix

Highlight Instance AI cards waiting for user input

Adds a 2px primary border and full‑width rendering to AI assistant cards, making prompts more visible and improving user interaction flow.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
feat(Microsoft Excel Node): Rename node to Microsoft Excel (OneDrive) Minilfat S AI 1.3h 0.7h Jul 10, 2026

Summary

Refactor

Rename Microsoft Excel node to Microsoft Excel (OneDrive)

Updates the node's display name to clarify it operates on OneDrive workbooks, improving user clarity while preserving backward compatibility.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes; AI‑assisted review streamlined the process.

AI Details

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

Tech Stack

Languages: Typescript
build: Fix intermittent insights extension build failure (no-changelog) CharlieKolb XS AI 1.3h 0.2h Jul 10, 2026

Summary

Bug Fix

Fix intermittent insights extension build failure

Ensures reliable builds for the insights extension by preventing race conditions in the build script, improving developer experience and CI stability.

Health Assessment

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

AI Details

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

Tech Stack

fix(editor): Render `node:*` icons in credentials yehorkardash M AI 26.1h 0.1h Jul 10, 2026

Summary

Bug Fix

Render node:* icons in credentials

Ensures credentials such as FTP, SMTP, and IMAP display the correct icons, improving UI clarity and user experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; fast review turnaround and low complexity suggest a low-risk, high-efficiency PR.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(core): Detect stale Instance AI workflow saves (no-changelog) riqwan XL No 83.6h 1.1h Jul 10, 2026

Summary

Bug Fix

Detect stale Instance AI workflow saves

Adds optimistic save checks to prevent overwriting newer workflow edits, ensuring data integrity for users.

Health Assessment

X-Large
High
Medium
  • Initial review was quick (1.1h) but the PR required nine additional commits to resolve merge conflicts, lint issues, and refactor bindings, indicating moderate friction and a high risk of integration complexity.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(core): Serialize circuit breaker options ymhr M No 21.5h 0.1h Jul 10, 2026

Summary

Bug Fix

Serialize circuit breaker options

Ensures circuit breaker settings are visible in the UI, improving monitoring and reliability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Restore small tag size in personalization survey multi-selects frstavares M AI 41.0h 19.6h Jul 10, 2026

Summary

Bug Fix

Restore small tag size in personalization survey

Fixes oversized tags in the personalization survey, improving UI consistency and user experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; review cycle was short and no major blockers.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
refactor(core): Remove internal lint rules duplicated by eslint-plugin-n8n-nodes-base (no-changelog) garritfra XL No 191.9h 0.6h Jul 10, 2026

Summary

Refactor

Remove internal lint rules duplicated by eslint-plugin-n8n-nodes-base

Clean up internal lint rules by removing duplicates, improving maintainability and reducing redundancy.

Health Assessment

Large
Medium
Low
  • Quick review and single round of feedback led to smooth merge despite large deletions.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Improve AI Assistant and MCP registry integration telemetry (no-changelog) RomanDavydchuk XL AI 88.8h 88.6h Jul 10, 2026

Summary

Feature

Add granular telemetry to AI Assistant MCP integration

Adds detailed telemetry events for AI Assistant MCP registry integration, enabling better monitoring and user behavior insights.

Health Assessment

Large
High
High
  • The PR took over 3 days to merge with multiple commits after review, indicating significant iteration and potential blockers.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(core): New agent UI fix width of dropdown menu (no-changelog) mike12345567 S AI 15.5h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix agent UI dropdown width

Corrects truncated menu items in the agent UI, improving usability for users.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with rapid review and minimal scope, indicating low risk and high confidence in the change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
perf(core): Reduce Instance AI initial tool context (no-changelog) riqwan M No 47.5h 0.1h Jul 10, 2026

Summary

Feature

Reduce Instance AI initial tool context

Lower token usage by deferring tool loading, trimming workspace tools, and updating prompts and docs.

Health Assessment

Medium
Low
Low
  • The PR had a quick review and moderate cycle time, with a moderate scope of changes. Performance improvements were made with AI assistance, and the process was smooth with minimal friction.

AI Details

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

Tech Stack

Languages: Javascript
feat(Merge Node): Add queryParameters option yehorkardash L No 209.8h 0.1h Jul 10, 2026

Summary

Feature

Add queryParameters option to Merge Node

Introduces a queryParameters setting for the Merge node, allowing users to supply SQL query parameters for more flexible and secure data merging.

Health Assessment

Large
Low
Low
  • The PR received a quick review with a single comment, but required four subsequent commits to address validation and testing, indicating moderate iteration while maintaining a smooth overall process.

AI Details

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

Tech Stack

Languages: Typescript
:rocket: Release 2.29.10 n8n-assistant S AI 0.3h - Jul 10, 2026

Summary

Chore

Release 2.29.10

Released version 2.29.10, fixing a bug that preserved AI Assistant thread state during editor hand‑off to improve user experience.

Health Assessment

Small
Low
Low
  • Rapid release with minimal changes and no review friction, indicating a straightforward version bump and bug fix.

AI Details

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

Tech Stack

:rocket: Release 2.30.3 n8n-assistant S AI 0.3h - Jul 10, 2026

Summary

Chore

Release 2.30.3

This release updates the editor to preserve AI Assistant thread state during hand‑offs, improving user experience and stability.

Health Assessment

Small
Low
Low
  • Fast, single‑commit release with minimal changes and no review required; AI tool cubic generated the PR description.

AI Details

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

Tech Stack

feat(editor): Add eval collection compare view shell and score chart DeveloperTheExplorer XL AI 23.7h 0.2h Jul 09, 2026

Summary

Feature

Add eval collection compare view

Introduces a flag-gated compare view for multi-version eval collections, including a hero score chart and AI insights card.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with 20 files changed, but the review process was relatively smooth with only one round of comments.

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): Persist eval expectation verdicts to LangSmith run outputs (no-changelog) JoseBra XL AI 46.5h 13.1h Jul 09, 2026

Summary

Feature

Persist eval expectation verdicts to LangSmith

Adds expectation verdict data to LangSmith run outputs, enabling accurate regression detection and improved AI model monitoring for end‑users.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed and approved in a single round with minimal comments, indicating a smooth review process despite its large scope.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Add config-based evaluation tool to Instance AI (no-changelog) DeveloperTheExplorer XL AI 43.7h 1.5h Jul 09, 2026

Summary

Feature

Add config-based evaluation tool to Instance AI

Enables Instance AI to create, read, and update configuration-based evaluations on workflows, adding a new eval-config domain tool that interfaces with the existing evaluation-config backend service.

Health Assessment

Large
Low
Low
  • Fast review and single commit indicate a smooth process; the PR adds a substantial amount of code but is well-tested and has no blockers.

AI Details

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

Tech Stack

Languages: Typescript
feat(MCP Server Trigger Node): Present credential-connect link via elicitation guillaumejacquart L AI 20.5h 19.2h Jul 09, 2026

Summary

Feature

Present credential-connect link via elicitation

Adds URL-mode elicitation for missing credentials, surfacing connection links in client UI instead of raw text.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review comments; single iteration indicates straightforward change.

AI Details

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

Tech Stack

Languages: Typescript
feat(ai-builder): Add agent artifact previews to AI assistant (no-changelog) mike12345567 XL AI 5.6h 0.4h Jul 09, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(core): Add log streaming events for failed package import/export garfik XL No 144.1h 63.9h Jul 09, 2026

Summary

Feature

Add log streaming events for failed package import/export

Adds log‑streaming events for failed package import/export, improving auditability and telemetry for denied or failed package operations.

Health Assessment

X-Large
High
Medium
  • The PR took over six days to merge with a single review round, indicating a slow review process but minimal back‑and‑forth. The large code change (over 1,300 lines) suggests significant impact on the core CLI and audit logging.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
chore: Route DataTablesComposer navigation through NavigationHelper (no-page-in-flow) n8n-cat-bot S AI 0.7h 0.4h Jul 09, 2026

Summary

Chore

Route DataTablesComposer navigation via NavigationHelper

Refactor test navigation to use existing abstraction, eliminating no-page-in-flow violations and improving test reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time (0.7h) with a single review and minimal code changes indicates low friction and low risk.

AI Details

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

Tech Stack

Languages: Typescript
chore: Remove beta label for n8n cli n8n-cat-bot XS AI 0.3h 0.2h Jul 09, 2026

Summary

Docs

Remove beta label for n8n CLI

Removes the 'Beta' label from the n8n CLI README, clarifying that the CLI is stable for external consumers.

Health Assessment

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

AI Details

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

Tech Stack

fix(editor): Improve private credentials UI copy and layout afitzek S No 0.5h 0.1h Jul 09, 2026

Summary

Feature

Improve private credentials UI copy and layout

Polishes the private credentials interface to meet GA readiness, adding a beta marker, clearer copy, and improved usability for end‑users.

Health Assessment

Small
Low
Low
  • Rapid 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

Languages: Vue
Frameworks: Vue
« Page 14 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