Pull Request Explorer

Exploring 1135 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(Compression Node): Add decompression output size validation tomi XL No 76.4h 2.3h Jun 01, 2026

Summary

Feature

Add decompression output size validation

Adds configurable limits to the Compression node’s decompression process, preventing zip‑bomb attacks and ensuring safe resource usage for users.

Health Assessment

X-Large
High
Medium
  • The PR involved extensive refactoring and added new security limits, requiring multiple commits and AI‑assisted review, leading to a slow cycle time but a fast initial review.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Enforce one pending outbox row per workflow (no-changelog) mfsiega S No 1.5h 0.1h Jun 01, 2026

Summary

Feature

Enforce one pending outbox row per workflow

Adds a unique partial index to ensure only one pending publication request per workflow, preventing duplicate processing.

Health Assessment

Small
Low
Low
  • Quick review with minimal comments, small change set, low risk to production.

AI Details

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

Tech Stack

Languages: Typescript
chore(core): Add @n8n/expression-runtime package (no-changelog) Flexicon XL AI 125.6h 124.1h Jun 01, 2026

Summary

Chore

Add @n8n/expression-runtime package

Adds foundational isolated expression evaluation package to core, enabling opt‑in sandboxed execution without breaking existing behavior.

Health Assessment

X-Large
High
High
  • Large code addition with extended review time indicates significant complexity; review comments flagged 12 issues across 66 files, suggesting thorough scrutiny.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(core): Add knowledge base to snapshot image riqwan XL No 70.3h 66.7h Jun 01, 2026

Summary

Feature

Add knowledge base to snapshot image

Adds a packaged knowledge base to the instance AI snapshot, enabling faster workflow setup and better best‑practice integration for users.

Health Assessment

Large
High
High
  • The PR required a long review cycle and involved over 1,400 lines of code across 20 files, indicating substantial effort and potential risk to stability.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
feat(Microsoft OneDrive Node): Allow custom OAuth scopes (CE-949) garritfra M No 102.3h 1.0h Jun 01, 2026

Summary

Feature

Add custom OAuth scopes to Microsoft OneDrive credential

Enables users to override default OAuth scopes for Microsoft OneDrive integration, improving flexibility and security.

Health Assessment

Medium
Low
Low
  • PR received a quick review and required minimal rework; AI assistance was used to generate code, but the change is small and low risk.

AI Details

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

Tech Stack

Languages: Typescript
feat: Require name and reject default placeholder in package-name-convention lint (no-changelog) garritfra M No 2.3h 1.0h Jun 01, 2026

Summary

Bug Fix

Require name and reject default placeholder in package-name-convention lint

Adds stricter validation to the ESLint rule for community node packages, ensuring package.json includes a name and rejects placeholder defaults, improving package quality and preventing misconfigurations.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; AI assistance streamlined rule enhancement.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Quiet VM expression engine logs on the happy path ivov S No 0.8h 0.1h Jun 01, 2026

Summary

Bug Fix

Quiet VM expression engine logs on happy path

Reduces unnecessary log noise during normal operation, improving log clarity and performance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Re-register expression metrics after Prometheus registry reset ivov M No 0.8h 0.1h Jun 01, 2026

Summary

Bug Fix

Re-register expression metrics after Prometheus reset

Fixes metric re-registration to maintain accurate monitoring after Prometheus registry resets, ensuring reliable observability for workflows.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, reviewed promptly by AI bot, merged within an hour.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Surface user-facing error when credential is not connected for manual runs guillaumejacquart M No 231.8h 0.1h Jun 01, 2026

Summary

Feature

Surface user-facing error when credential is not connected for manual runs

Adds a clear error message for users when a private dynamic credential is not connected during manual runs, improving UX and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate a straightforward change; AI assistance likely accelerated development and testing.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Make AI tool nodes continue on error by default DeveloperTheExplorer M No 116.6h 0.2h Jun 01, 2026

Summary

Bug Fix

Fix AI tool nodes to continue on error

Ensures AI tool failures no longer halt workflows, improving reliability and user experience.

Health Assessment

Medium
Medium
Low
  • Quick review but long cycle time; minimal rework and low complexity.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
chore(editor): Fix flaky credentials test in instance AI riqwan S No 0.7h 0.1h Jun 01, 2026

Summary

Test

Fix flaky credentials test in instance AI

The change resolves a race condition that caused the test to pick wrong credentials, ensuring consistent test results. This improves confidence in the instance AI feature and reduces maintenance overhead.

Health Assessment

Small
Low
Low
  • Fast cycle with minimal review, indicating straightforward fix with low risk.

AI Details

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

Tech Stack

Languages: Typescript
feat(Microsoft Outlook Node): Allow custom OAuth scopes (CE-950) garritfra L No 100.6h 0.1h Jun 01, 2026

Summary

Feature

Allow custom OAuth scopes for Microsoft Outlook Node

Adds a user‑editable custom scopes toggle to the Microsoft Outlook OAuth2 credential, enabling users to specify additional scopes without affecting existing users.

Health Assessment

Large
Medium
Low
  • PR had a quick review but a long cycle time due to merges; minimal rework and low complexity; overall risk is moderate.

AI Details

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

Tech Stack

Languages: Typescript
feat: Add cred-class-name-field-conventions ESLint rule for community nodes (no-changelog) garritfra L No 1.2h 0.1h Jun 01, 2026

Summary

Feature

Add ESLint rule for credential naming conventions

Enforces credential class names end with Api and start with lowercase, improving code consistency and reducing errors for community node developers.

Health Assessment

Large
Low
Low
  • Fast review and merge (1.2h cycle time, 0.1h review time) with minimal rework indicates high confidence in the rule’s correctness and documentation.

AI Details

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

Tech Stack

Languages: Typescript
refactor(editor): Replace floating chat input with sticky input dock (no-changelog) r00gm L No 0.7h 0.1h Jun 01, 2026

Summary

Refactor

Refactor chat input to sticky dock

Improves chat UI reliability and reduces runtime overhead by replacing JavaScript-based input positioning with CSS sticky layout, simplifying maintenance and enhancing user experience. This change removes complex observer logic, lowering potential bugs and improving performance.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal changes; no rework needed; code complexity reduced by removing observers.

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
feat(API): Add browser session binding for OAuth credential callbacks (no-changelog) afitzek XL No 118.2h 0.1h Jun 01, 2026

Summary

Feature

Add browser session binding for OAuth credential callbacks

Introduces an opt‑in mechanism that ties OAuth callbacks to the originating browser, enhancing security by preventing cross‑browser replay attacks and ensuring only valid sessions are accepted.

Health Assessment

X-Large
Medium
Low
  • The PR had a long development cycle but minimal review friction, indicating a large, complex change that was reviewed quickly but required extended development time. AI review was used to validate the implementation.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Remove obsolete credential resolver warnings guillaumejacquart M No 2.3h 0.1h Jun 01, 2026

Summary

Bug Fix

Remove obsolete credential resolver warnings

Eliminates misleading warnings about missing credential resolvers by applying a default system-wide resolver, improving user experience and reducing confusion.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
feat(Microsoft SharePoint Node): Allow custom OAuth scopes garritfra M No 99.6h 1.0h Jun 01, 2026

Summary

Feature

Allow custom OAuth scopes for Microsoft SharePoint

Adds support for custom OAuth scopes to the Microsoft SharePoint OAuth2 credential, enabling dynamic scope configuration for users and improving integration flexibility.

Health Assessment

Small
Low
Low
  • The PR was reviewed quickly with a single comment, involved minimal code changes, and was merged after a short cycle, indicating a smooth, low-risk process.

AI Details

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

Tech Stack

Languages: Typescript
fix(ai-builder): Tolerate id-less credential refs in eval mock execution (no-changelog) JoseBra M AI 34.2h 32.1h Jun 01, 2026

Summary

Bug Fix

Tolerate id-less credential refs in eval mock execution

Fixes a crash in the instance AI eval harness by synthesizing mock credentials when references lack an ID, improving test suite resilience without affecting end users.

Health Assessment

Medium
Low
Medium
  • Quick fix that prevented widespread eval failures; review was straightforward with a single comment, and the change is small and low risk.

AI Details

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

Tech Stack

Languages: Typescript
refactor(editor): Drop `NDVStoreKey` and `currentNDVStore` scaffolding (no-changelog) alexgrozav M No 96.3h 0.7h Jun 01, 2026

Summary

Refactor

Refactor NDV store scaffolding in editor UI

Simplifies workflow editor by removing unused NDV store, reducing coupling and improving maintainability.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate a straightforward refactor with minimal friction.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
chore: Don't deep compare buffers in vitest Matsuuu XS No 0.7h 0.1h Jun 01, 2026

Summary

Test

Avoid deep buffer comparison in tests

Replaces slow deep equality checks with faster Buffer.equals, improving test speed and reducing CI flakiness.

Health Assessment

Small
Low
Low
  • Rapid 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: Typescript
feat(core): Persist pending confirmations on database Cadiac XL No 171.1h 54.2h Jun 01, 2026

Summary

Feature

Persist pending confirmations on database

Adds database persistence for pending confirmations, enabling restart and resume of AI assistant interactions after instance restarts.

Health Assessment

X-Large
High
High
  • PR required extensive rework and multiple review cycles, indicating complex changes and potential integration challenges.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
:rocket: Release 1.123.50 n8n-assistant S No 0.4h - Jun 01, 2026

Summary

Chore

Release 1.123.50

Bug fixes for core S3 retry and error details, improving reliability.

Health Assessment

Small
Low
Low
  • Fast release with minimal changes, quick review, no blockers.

AI Details

Tech Stack

:rocket: Release 2.22.6 n8n-assistant M No 0.4h - Jun 01, 2026

Summary

Chore

Release 2.22.6

Bug fixes and version bump for production stability.

Health Assessment

Small
Low
Low
  • Release merged quickly with minimal changes, indicating low risk and efficient process.

AI Details

Tech Stack

:rocket: Release 2.23.2 n8n-assistant S No 0.4h - Jun 01, 2026

Summary

Chore

Release 2.23.2

This release addresses several core bugs, improving stability and user experience.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating a routine release update.

AI Details

Confidence: 0.10

Tech Stack

feat(core): Add project-level custom telemetry tags to OTel spans garfik XL No 234.2h 89.8h Jun 01, 2026

Summary

Feature

Add custom telemetry tags to OTel spans

Enables users to attach custom metadata to workflow executions, improving observability and debugging.

Health Assessment

Medium
Medium
Medium
  • Long cycle time due to extensive backend changes, but minimal review iterations and AI‑assisted review helped identify issues early.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Wire IF/Switch branches off the workflow-builder cursor (no-changelog) aalises M AI 67.1h 0.1h Jun 01, 2026

Summary

Bug Fix

Fix workflow builder cursor branch wiring

Ensures SDK users can branch off the builder cursor without errors, improving reliability and developer experience.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward bug fix with clear test coverage.

AI Details

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

Tech Stack

Languages: Typescript
fix(editor): Clear pin data on workspace initialization of production execution (backport to release-candidate/2.22.x) n8n-assistant XS No 97.7h 0.0h Jun 01, 2026

Summary

Bug Fix

Clear pin data on workspace initialization of production execution

Fixes regression where pin data incorrectly displayed in production execution view, ensuring correct data is shown.

Health Assessment

Small
Low
Low
  • Backport was merged after a single commit with no review, but overall cycle time was long due to branch merging.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Display native web search results in agent session timeline (no-changelog) bjorger M No 39.3h 0.0h Jun 01, 2026

Summary

Bug Fix

Display native web search results in agent session timeline

Fixes missing results for provider‑executed native web search tools in agent session timeline, ensuring users see search results.

Health Assessment

Medium
Low
Low
  • Quick review with no rework; issue resolved in a single commit; minimal code changes.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(core): Add Knowledge Base to agents bjorger XL No 187.7h 2.5h Jun 01, 2026

Summary

Feature

Add Knowledge Base to Agents

Enables agents to upload, store, and search local knowledge files, improving automation and data retrieval for users.

Health Assessment

Large
High
High
  • The PR required extensive rework after the initial review, with ten commits and AI-assisted code generation, indicating a complex feature addition with significant iteration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
refactor(core): Remove lastMessages memory-window from agent config (no-changelog) bjorger L No 40.5h 0.5h Jun 01, 2026

Summary

Refactor

Remove legacy lastMessages memory window

Eliminates legacy message window, simplifying agent memory handling and reducing configuration complexity.

Health Assessment

Large
Low
Low
  • Quick review with a single commit, minimal friction, but a large refactor across multiple packages.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
ci: Stand up multi-package mutation health — nightly passes + mutant-* skills (no-changelog) shortstacked XL AI 71.5h 0.4h Jun 01, 2026

Summary

CI/CD

Set up multi-package mutation health nightly

Enables nightly mutation testing across multiple packages, adds mutant-* skill suite, and provides root pnpm mutate command, improving test coverage and developer workflow.

Health Assessment

Medium
Medium
Medium
  • The PR introduced a multi-package mutation testing pipeline, required several iterations after the initial review, and involved moderate code churn across CI and script files, indicating a moderate level of complexity but resolved within a normal cycle time.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(editor): Reduce length penalty so longer node names rank fairly CharlieKolb S No 91.9h 1.2h Jun 01, 2026

Summary

Bug Fix

Improve node search ranking by adjusting penalties

Adjust search ranking algorithm to better surface popular nodes with longer names, improving user experience in node selection.

Health Assessment

Small
Low
Low
  • Review was quick with a single AI review comment, but the overall cycle time was long due to scheduling delays.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Workflow export with credentials geemanjs XL No 107.5h 13.4h Jun 01, 2026

Summary

Feature

Add workflow export with credentials

Enables exporting workflows with credential data, improving backup and migration for users.

Health Assessment

Large
Medium
Low
  • The PR added over 1,000 lines across 20 files, but received a single review with no issues, indicating a smooth review process despite a long cycle time.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add telemetry events for private credentials (no-changelog) afitzek XL No 71.8h 4.5h Jun 01, 2026

Summary

Feature

Add telemetry events for private credentials

Adds backend telemetry events to track private credential lifecycle, enabling product to measure adoption, drop‑off, and failure modes.

Health Assessment

Medium
Low
Low
  • The PR received a single AI‑generated review with four issues, was quickly addressed, and merged within 72 hours, indicating low friction and efficient collaboration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(editor): Clear pin data on workspace initialization of production execution (backport to release-candidate/2.23.x) n8n-assistant XS No 96.9h 0.0h Jun 01, 2026

Summary

Bug Fix

Clear pin data on workspace initialization of production execution

Fixes a regression where pin data incorrectly displayed in production execution view, ensuring the correct execution data is shown to users.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal code changes, backported to a release candidate and merged after a brief review.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Rebuild isolated-vm in Docker image for musl libc despairblue S No 64.9h 30.8h Jun 01, 2026

Summary

Bug Fix

Rebuild isolated-vm for musl libc in Docker

Fixes segfaults in Alpine-based Docker images by rebuilding isolated-vm against musl libc, improving stability for n8n cloud pods.

Health Assessment

Small
Low
Medium
  • The PR addressed a runtime crash in Alpine images with a single review cycle and minimal changes, indicating efficient resolution.

AI Details

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

Tech Stack

Frameworks: Docker
refactor(ai-builder): Use shared URL validation in web-fetch tool burivuhster XL No 64.6h 0.7h Jun 01, 2026

Summary

Refactor

Refactor AI Builder URL validation

Replaces local URL validation in the web-fetch tool with n8n's shared URL-protection service, improving security and consistency across AI workflows.

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Validate private credentials only run under manual triggers afitzek XL No 115.0h 16.9h Jun 01, 2026

Summary

Feature

Validate private credentials for manual triggers

Prevents credential resolution failures in automated workflows, ensuring secure and reliable execution.

Health Assessment

Large
Medium
Low
  • The PR had a single review cycle with a brief comment, indicating smooth review. The feature adds a guard to prevent credential resolution errors in non-manual triggers, improving reliability.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(editor): Remove 'Build Agent' button from EmptyStateBuilderPrompt (no-changelog) (backport to release-candidate/2.22.x) n8n-assistant S No 304.4h 0.7h Jun 01, 2026

Summary

Refactor

Remove unused 'Build Agent' button from editor UI

Backports a UI cleanup that removes an unnecessary button from the EmptyStateBuilderPrompt, simplifying the editor experience.

Health Assessment

Small
Low
Low
  • The PR was reviewed quickly with no rework, and the change is minimal, indicating a low-risk, low-effort backport.

AI Details

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

Tech Stack

Languages: Vue
Frameworks: Vue
fix(core): Use timestamptz for data table date columns (backport to release-candidate/2.23.x) n8n-assistant S No 0.4h 0.0h Jun 01, 2026

Summary

Bug Fix

Fix timestamp type for data table columns

Corrects PostgreSQL timestamp handling to preserve timezone, ensuring accurate date values for users.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes and immediate merge, indicating low complexity and high confidence.

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(core): Use timestamptz for data table date columns (backport to release-candidate/2.22.x) n8n-assistant S No 0.4h 0.0h Jun 01, 2026

Summary

Bug Fix

Use timestamptz for data table date columns

Fixes incorrect timestamp handling for data table date columns in PostgreSQL, ensuring correct values are persisted and displayed.

Health Assessment

Small
Low
Low
  • Backport completed quickly with minimal changes, no review friction, low risk.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(core): Add endpoints and UI to manage agent version history (no-changelog) burivuhster XL No 238.5h 169.8h Jun 01, 2026

Summary

Feature

Add agent version history endpoints and UI

Enables users to view, revert, and manage agent versions, improving workflow control and auditability.

Health Assessment

X-Large
High
High
  • Long review cycle with many iterations and large code changes indicates high complexity and potential risk.

AI Details

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

Tech Stack

Languages: Javascript, Typescript, Vue
Frameworks: Vue
fix(core): Use timestamptz for data table date columns scdekov S No 91.1h 0.1h Jun 01, 2026

Summary

Bug Fix

Use timestamptz for data table date columns

Fixes incorrect timestamp handling for new date columns in data tables, ensuring correct values are persisted and displayed.

Health Assessment

Small
Low
Low
  • Minimal changes, quick review, low risk

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Insights page shows license paywall for licensed users (backport to release-candidate/2.23.x) n8n-assistant S No 0.5h 0.0h Jun 01, 2026

Summary

Bug Fix

Fix insights page license paywall for licensed users

Ensures licensed users can access the insights dashboard without seeing a paywall, improving user experience and preventing revenue loss.

Health Assessment

Small
Low
Low
  • Quick backport fix with minimal code changes and no review required, indicating a straightforward, low‑risk patch.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
fix(core): Insights page shows license paywall for licensed users (backport to release-candidate/2.22.x) n8n-assistant S No 0.4h 0.0h Jun 01, 2026

Summary

Bug Fix

Fix Insights page license paywall for licensed users

Prevents licensed users from seeing a paywall notice by ensuring Posthog initialization succeeds, restoring access to the insights dashboard.

Health Assessment

Small
Low
Low
  • Backport resolved quickly with minimal changes, no rework, and fast merge.

AI Details

Tech Stack

Languages: Javascript, Typescript
chore: Bump axios to 1.16.1 in root package.json Matsuuu M No 0.7h 0.0h Jun 01, 2026

Summary

Chore

Bump axios to 1.16.1 in root package.json

Updates the axios dependency to a newer patch version, ensuring compatibility and security fixes.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes, indicating low risk and high confidence in the bump.

AI Details

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

Tech Stack

fix(core): Insights page shows license paywall for licensed users konstantintieber S No 56.1h 0.0h Jun 01, 2026

Summary

Bug Fix

Fix insights page paywall for licensed users

Prevents licensed users from seeing a false paywall notice on the insights dashboard, ensuring accurate access to analytics features.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately by AI, no blockers, low risk.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
chore: Refresh E2E orchestration metrics from Currents shortstacked XL AI 33.0h 1.1h Jun 01, 2026

Summary

Chore

Refresh E2E orchestration metrics

Updates Playwright spec duration metrics to reflect current suite, improving CI shard distribution.

Health Assessment

X-Large
Low
Low
  • Data-only change with rapid review and single commit indicates low complexity and minimal risk.

AI Details

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

Tech Stack

:rocket: Release 2.22.5-exp.0 n8n-assistant S No 8.4h - Jun 01, 2026

Summary

Chore

Release 2.22.5-exp.0

New experimental release with updated dependencies and changelog, delivering latest features and fixes to users.

Health Assessment

Small
Low
Low
  • Fast release cycle with minimal changes, approved quickly with no review friction.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

chore: Update node popularity data n8n-assistant XL No 0.4h - Jun 01, 2026

Summary

Chore

Update node popularity data

Automated update of node popularity data used for sorting nodes in the node creator panel, reflecting current usage patterns.

Health Assessment

X-Large
Low
Low
  • Automated weekly update with zero review time, indicating efficient process.
  • Large data file change but minimal code impact.

AI Details

Confidence: 0.95

Tech Stack

« Page 4 of 23 »

Get this analytics stack for your team

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

Connect Repos