Pull Request Explorer

Exploring 1135 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(core): Stabilize runtime skill snapshot hashes (no-changelog) aalises M No 3.1h 0.5h May 27, 2026

Summary

Bug Fix

Stabilize runtime skill snapshot hashes

Ensures consistent snapshot naming across environments by hashing skill content, improving reliability of Instance AI deployments.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward, low-risk change.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
ci: Fix coverage include/exclude to prevent RolldownErrors Matsuuu XS No 1.7h 0.1h May 27, 2026

Summary

CI/CD

Fix coverage config to avoid RolldownErrors

Adjusts test coverage settings to exclude non-source files, preventing runtime errors during CI runs. Ensures reliable unit test execution and accurate coverage metrics.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and immediate approval indicates low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
chore: Migrate n8n-core from Jest to Vitest Matsuuu XL No 29.5h 0.2h May 27, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Javascript, Typescript
ci: Scope frontend + nodes unit tests via janitor (DEVP-194) shortstacked XL AI 39.0h 16.7h May 27, 2026

Summary

CI/CD

Scope frontend + nodes unit tests via janitor

Adds janitor subcommands to scope unit tests per package, improving CI efficiency by running only affected tests.

Health Assessment

X-Large
High
Medium
  • The PR introduced extensive CI changes and new janitor tooling, requiring significant review and multiple comments, but was merged within 39 hours, indicating efficient resolution.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
ci: Add test:unit scripts so AI/Utils coverage is uploaded n8n-cat-bot XS No 15.9h 9.1h May 27, 2026

Summary

CI/CD

Add test:unit scripts for AI/Utils coverage

Adds missing test scripts to packages so AI/Utils coverage is correctly uploaded to Codecov, improving CI visibility.

Health Assessment

Small
Low
Low
  • Fast resolution with minimal changes; single review cycle and no major rework.

AI Details

Confidence: 0.95

Tech Stack

ci: Bump SQLite Pooled DB integration job to 4-vCPU runner n8n-cat-bot XS No 4.6h 2.1h May 27, 2026

Summary

CI/CD

Bump SQLite Pooled CI runner to 4-vCPU

Reduce CI job runtime by switching SQLite pooled job to a larger runner, cutting wall time from ~12 min to ~6 min and eliminating timeout risk.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate low friction and low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat(core): Stream tool calls and ship M3 fixtures from LLM eval wire server (no-changelog) DeveloperTheExplorer XL No 118.7h 69.0h May 27, 2026

Summary

Feature

Add SSE streaming and tool-call support to eval server

Enables streaming responses and tool-call envelopes for LLM evaluation, adding robust tests and regression checks.

Health Assessment

Large
High
High
  • The PR required extensive back‑and‑forth over SSE and tool‑call logic, with multiple review rounds and a large code change set, indicating high complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
refactor(core): Route $items() through typed-RPC dispatcher despairblue L No 23.4h 20.0h May 27, 2026

Summary

Refactor

Refactor $items() to typed-RPC dispatcher

Internal refactor moving the $items() accessor to a typed-RPC dispatcher, improving code maintainability and consistency across engines.

Health Assessment

Large
Low
Low
  • Fast cycle time (23h), single review, minimal rework, moderate scope refactor.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(Form Trigger Node): Add n8n user authentication option Joffcom XL No 287.2h 67.7h May 27, 2026

Summary

Feature

Add n8n User Auth to Form Trigger

Enables form submissions to be gated behind a logged‑in n8n session, emitting user data to workflows and improving security and user context.

Health Assessment

X-Large
High
High
  • The PR added a new authentication option for the Form Trigger node, introducing extensive backend logic and tests. The review was handled by an AI tool with no rework, but the long cycle time and large code changes suggest a high risk of integration impact.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Free port 5678 when quitting `n8n-node dev` (no-changelog) n8n-cat-bot M No 172.7h 0.4h May 27, 2026

Summary

Bug Fix

Fix orphaned n8n server on dev exit

Ensures the n8n server fully shuts down when quitting dev, freeing port 5678 and preventing manual kill.

Health Assessment

Small
Low
Low
  • Long cycle time due to merge queue, but low complexity and quick review.

AI Details

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

Tech Stack

Languages: Typescript
fix(Send Email Node): Allow non-inline file attachments michael-radency M No 49.0h 0.1h May 27, 2026

Summary

Bug Fix

Add non-inline file attachments to Send Email node

Users can now attach files that appear in recipients' attachment list, improving email deliverability and user experience.

Health Assessment

Medium
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
fix(editor): Suppress strict-mode 'delete' TypeScript error in Code node JS editor michael-radency XS No 50.2h 0.0h May 27, 2026

Summary

Bug Fix

Suppress TS delete error in Code node editor

This change removes a misleading TypeScript error that appeared when JavaScript users delete properties, preventing confusion and reducing support tickets. It ensures the Code node editor behaves as expected for JavaScript code.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; AI bot assisted review helped catch issues quickly.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add integration tool foundation (no-changelog) mike12345567 XL No 18.3h 13.6h May 27, 2026

Summary

Feature

Add integration tool foundation

Provides a foundational integration layer for agents, enabling generic tool registration and execution with persisted context and credential handling, improving agent flexibility and reducing model dependency.

Health Assessment

X-Large
High
Low
  • Large-scale integration foundation added quickly with minimal review iterations, indicating efficient collaboration and low friction.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
test(editor): Guard rAF polyfill callback against post-teardown firing (no-changelog) shortstacked S AI 4.7h 0.1h May 27, 2026

Summary

Test

Guard rAF polyfill callback against post-teardown firing

Fixes test failures caused by Vue transition callbacks after jsdom teardown, ensuring CI stability.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal changes, reviewed in 6 minutes, no blockers.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Provide basic import of n8n packages sandra0503 XL No 115.8h 68.0h May 27, 2026

Summary

Feature

Add basic import of n8n packages

Enables users to import n8n packages via a new public API, adding workflow import functionality and improving automation capabilities.

Health Assessment

X-Large
High
High
  • The PR required extensive review and multiple iterations, indicating high complexity and potential risk to stability.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Allow personal project owners to manage data redaction (backport to release-candidate/2.21.x) n8n-assistant M No 2.2h 2.2h May 27, 2026

Summary

Bug Fix

Fix data redaction for personal project owners

Personal project owners can now enable and reveal data redaction on their own workflows, restoring expected privacy controls and reducing reliance on global admins.

Health Assessment

Small
Low
Low
  • Backport completed in 2.2 hours with minimal changes and updated tests, indicating a straightforward fix with low risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript, Typescript
fix(Google Gemini Chat Model Node): Hide imagen models from model dropdown alexander-gekov XS No 19.6h 0.2h May 27, 2026

Summary

Bug Fix

Hide unsupported imagen models from Gemini node dropdown

Ensures only chat‑capable Gemini models appear in the node’s model selection, improving user experience and preventing invalid model usage.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix(Salesforce Trigger Node): Stop Created triggers refiring on record updates alexander-gekov S No 167.3h 1.5h May 27, 2026

Summary

Bug Fix

Stop Created triggers refiring on record updates

Fixes the Salesforce Trigger node to prevent duplicate trigger execution on record updates within the poll window, improving reliability and reducing unnecessary processing.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Drain webhook close functions to prevent MCP connection leaks (backport to 1.x) n8n-assistant M No 0.9h 0.6h May 27, 2026

Summary

Bug Fix

Drain webhook close functions to prevent MCP connection leaks

Fixes resource leaks in webhook processing, ensuring MCP client connections are properly closed and improving system stability.

Health Assessment

Medium
Low
Low
  • Q
  • u
  • i
  • c
  • k
  • b
  • a
  • c
  • k
  • p
  • o
  • r
  • t
  • w
  • i
  • t
  • h
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • c
  • h
  • a
  • n
  • g
  • e
  • s
  • ,
  • r
  • e
  • s
  • o
  • l
  • v
  • e
  • d
  • i
  • n
  • u
  • n
  • d
  • e
  • r
  • a
  • n
  • h
  • o
  • u
  • r
  • ,
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • i
  • n
  • g
  • l
  • o
  • w
  • c
  • o
  • m
  • p
  • l
  • e
  • x
  • i
  • t
  • y
  • a
  • n
  • d
  • h
  • i
  • g
  • h
  • c
  • o
  • n
  • f
  • i
  • d
  • e
  • n
  • c
  • e
  • i
  • n
  • t
  • h
  • e
  • f
  • i
  • x
  • .

AI Details

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

Tech Stack

Languages: Typescript
ci: Integrate n8n sandbox service into Instance AI evals (no-changelog) tomi M No 50.6h 23.4h May 27, 2026

Summary

CI/CD

Integrate n8n sandbox service into Instance AI evals

Adds CI workflow to run instance AI evaluations using a self-hosted sandbox service, enabling sidecar containers for API and runner, with dynamic provider selection and cleanup.

Health Assessment

Medium
Low
Low
  • The PR had a single review with no subsequent changes, indicating a smooth process.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
ci: Retry and cache Aikido SafeChain binary in setup-nodejs n8n-cat-bot S No 0.8h 0.0h May 27, 2026

Summary

CI/CD

Add retry and cache for SafeChain binary

Improves CI reliability by handling transient CDN failures and speeding up subsequent jobs through caching.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; low risk to production CI pipeline.

AI Details

Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
refactor(core): Route $input methods through typed-RPC dispatcher despairblue L No 115.2h 94.7h May 27, 2026

Summary

Refactor

Refactor $input RPC dispatching

This refactor streamlines how $input methods are dispatched, improving type safety and reducing code duplication. It does not change any user-facing functionality.

Health Assessment

Large
High
High
  • The review process took nearly five days, and the refactor spans 240 lines across ten files, indicating a substantial change that required careful review.
  • Despite the size, the PR was merged after a single review, suggesting the changes were well-documented and understood.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
ci: Add retry to PR status notification webhook (no-changelog) tomi XS No 1.0h 0.0h May 27, 2026

Summary

CI/CD

Add retry to PR status notification webhook

Adds retry logic to the PR status notification webhook to improve reliability when the webhook endpoint is temporarily unavailable.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, low risk to production.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore: Stryker mutation testing for packages/workflow (no-changelog) shortstacked XL AI 119.7h 96.5h May 27, 2026

Summary

CI/CD

Add Stryker mutation testing baseline

Introduces nightly mutation testing for the workflow package, providing mutation score observability and laying groundwork for AI‑assisted test generation.

Health Assessment

X-Large
High
High
  • Long review and merge cycle with many added lines indicates high complexity and potential integration risk.

AI Details

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

Tech Stack

Languages: Javascript, Typescript, Yaml
Frameworks: Stryker, Vitest
:rocket: Release 2.23.0 n8n-assistant M No 0.3h - May 27, 2026

Summary

Chore

Release 2.23.0 with bug fixes and features

This release includes numerous bug fixes, new features, and performance improvements across the platform, enhancing stability and user experience.

Health Assessment

Medium
Low
Low
  • Release merged quickly with minimal changes, indicating a straightforward release process.

AI Details

Confidence: 0.95

Tech Stack

fix(ai-builder): Default Switch to case-insensitive in builder hints JoseBra S AI 56.1h 33.3h May 27, 2026

Summary

Bug Fix

Set Switch default to case-insensitive in AI builder

Aligns AI builder hints to use case-insensitive string equality, reducing flakiness in notification routing and improving consistency.

Health Assessment

Small
Low
Low
  • PR resolved quickly with a single review and minimal changes, demonstrating efficient AI-assisted development.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Surface MCP access toggle on workflow cards RicardoE105 XL AI 200.2h 21.0h May 27, 2026

Summary

Feature

Add MCP toggle to workflow cards

Enables users to enable or disable MCP access directly on workflow cards, improving discoverability and reducing friction in managing workflow visibility.

Health Assessment

Large
High
High
  • The PR required multiple review rounds and AI-assisted reviews, with a long cycle time of over 200 hours, indicating significant complexity and potential friction in the development process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(core): Add AI Assistant pending-confirmation schema Cadiac L No 41.6h 0.2h May 27, 2026

Summary

Feature

Add AI Assistant pending-confirmation schema

Adds a persistence layer for Instance AI HITL confirmations to survive process restarts, enabling future features without changing current behavior.

Health Assessment

Large
Low
Low
  • Fast review and minimal comments indicate a straightforward schema change with low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(core): Add runtime skills to Instance AI builders (no-changelog) aalises XL No 158.4h 0.4h May 27, 2026

Summary

Feature

Add runtime skills to Instance AI builders

Adds runtime skill integration to Instance AI, enabling dynamic skill loading and improved data‑table handling, enhancing AI builder flexibility and performance.

Health Assessment

X-Large
High
Medium
  • The PR had a long cycle time but a quick initial review; multiple commits after review indicate iterative refinement; large code churn and many files suggest high risk, yet the final merge demonstrates successful integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(Salesforce Node): Quote numeric string filter values in SOQL conditions alexander-gekov L No 21.2h 3.6h May 27, 2026

Summary

Bug Fix

Quote numeric string filter values in SOQL conditions

Fixes Salesforce node to correctly quote numeric-looking string filter values, preventing query errors and ensuring backward compatibility via version gating.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; the fix preserves existing workflows through version gating and was approved after a single review.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add enum check helper to migration DSL tomi M No 138.3h 1.1h May 27, 2026

Summary

Feature

Add enum check helper to migration DSL

Adds a helper to create enum-style CHECK constraints in migrations, simplifying schema updates and ensuring consistency across databases.

Health Assessment

Medium
Low
Low
  • The PR was reviewed quickly by an AI tool and merged after a single commit, indicating a straightforward change with minimal friction.

AI Details

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

Tech Stack

Languages: Typescript
:rocket: Release 1.123.48 n8n-assistant S No 0.0h 0.0h May 27, 2026

Summary

Chore

Release version 1.123.48

Bumps package versions and updates changelog for release 1.123.48.

Health Assessment

Small
Low
Low
  • Release merged immediately with no review or changes.

AI Details

Tech Stack

:rocket: Release 2.22.4 n8n-assistant M No 0.0h 0.0h May 27, 2026

Summary

Bug Fix

Release 2.22.4

Bug fix removes aggressive temp directory cleanup during binary data rename, improving stability.

Health Assessment

Small
Low
Low
  • Fast, single-commit release with minimal changes and no review required.

AI Details

Confidence: 0.95

Tech Stack

Languages: Javascript
:rocket: Release 2.21.8 n8n-assistant M No 0.0h 0.0h May 27, 2026

Summary

Chore

Release 2.21.8

Version bump to 2.21.8, updating package versions across the monorepo.

Health Assessment

Small
Low
Low
  • Fast merge with no review, minimal changes typical of a release bump.

AI Details

Confidence: 0.95

Tech Stack

chore: Bundle/2.x (backport to release-candidate/2.22.x) n8n-assistant XL No 1.0h 0.4h May 27, 2026

Summary

Chore

Backport Bundle 2.x to release-candidate

Backport of changes to ensure compatibility with release-candidate/2.22.x, maintaining feature parity and stability.

Health Assessment

X-Large
Low
Low
  • Backport merged quickly with minimal review, indicating smooth integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Python
fix(core): Remove aggressive temp directory cleanup in binary data rename (backport to release-candidate/2.22.x) n8n-assistant XS No 10.1h 10.1h May 27, 2026

Summary

Bug Fix

Remove aggressive temp cleanup in binary rename

Fixes race condition that caused failures in workflow executions by preventing accidental deletion of temporary binary data, ensuring reliable data handling and preventing execution errors.

Health Assessment

Small
Low
Medium
  • Quick resolution with minimal changes, indicating a straightforward bug fix with low complexity.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
chore: Bundle/2.x (backport to release-candidate/2.21.x) n8n-assistant XL No 0.8h 0.3h May 27, 2026

Summary

Chore

Backport Bundle 2.x to release-candidate

Backports recent bundle changes to the 2.21.x release candidate, ensuring compatibility and stability for the upcoming patch release. This keeps the release track up-to-date with the latest features and fixes.

Health Assessment

X-Large
Medium
Low
  • The PR was merged quickly with minimal review, indicating a straightforward backport with no major conflicts.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Python
chore: Bundle/2.x n8n-assistant XL No 0.6h 0.0h May 27, 2026

Summary

Chore

Update n8n bundle to 2.x

This PR updates the n8n bundle to version 2.x, which includes various improvements and fixes.

Health Assessment

Large
Medium
Low
  • The PR was merged quickly, but it has a large scope and includes multiple commits and changes, which may indicate a higher risk of introducing bugs or issues.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: N8N-Assistant
Confidence: 0.90

Tech Stack

Languages: Javascript, Typescript, Python
Frameworks: React, Node
chore: Bundle/1.x n8n-assistant XL No 0.5h 0.0h May 27, 2026

Summary

Chore

Update bundle 1.x with node and Python improvements

Enhances compatibility and performance for legacy 1.x engine by adding new nodes, utilities, and improving the Python task runner.

Health Assessment

Large
Low
Low
  • Merged within 30 minutes with no review, indicating high confidence and minimal friction.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript, Javascript, Python
test: Wait for auto-opened template setup modal instead n8n-cat-bot XS No 1.0h 0.7h May 26, 2026

Summary

Test

Wait for auto-opened template setup modal

This change removes a race condition in the template setup test, ensuring consistent test results and improving CI reliability. It maintains the same user experience while preventing flaky failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no production code affected, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
ci: Raise DB Tests job timeout to 30 minutes n8n-cat-bot XS No 1.9h 1.6h May 26, 2026

Summary

CI/CD

Increase DB Tests job timeout to 30 minutes

Extends CI job timeout to prevent silent cancellations, ensuring failures surface properly.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
ci: Attempt-aware per-shard test filtering on retry n8n-cat-bot L No 4.7h 4.0h May 26, 2026

Summary

Feature

Add attempt-aware test filtering for CI retries

This PR improves CI reliability by filtering failed tests on retry, reducing unnecessary test runs and speeding up feedback.

Health Assessment

Large
Low
Low
  • Fast cycle time and single-commit workflow indicate smooth integration with minimal review friction.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
feat(editor): Per-user OAuth connection banner for resolvable credentials guillaumejacquart L No 95.4h 0.3h May 26, 2026

Summary

Feature

Add per-user OAuth connection banner

Users can see their own OAuth connection status in the credential editor, improving clarity and reducing confusion when shared credentials are used.

Health Assessment

Large
Medium
Low
  • T
  • h
  • e
  • P
  • R
  • h
  • a
  • d
  • a
  • l
  • o
  • n
  • g
  • c
  • y
  • c
  • l
  • e
  • t
  • i
  • m
  • e
  • b
  • u
  • t
  • q
  • u
  • i
  • c
  • k
  • i
  • n
  • i
  • t
  • i
  • a
  • l
  • r
  • e
  • v
  • i
  • e
  • w
  • ,
  • w
  • i
  • t
  • h
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • r
  • e
  • w
  • o
  • r
  • k
  • a
  • n
  • d
  • a
  • s
  • i
  • n
  • g
  • l
  • e
  • r
  • e
  • v
  • i
  • e
  • w
  • c
  • o
  • m
  • m
  • e
  • n
  • t
  • ,
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • i
  • n
  • g
  • a
  • s
  • t
  • r
  • a
  • i
  • g
  • h
  • t
  • f
  • o
  • r
  • w
  • a
  • r
  • d
  • f
  • e
  • a
  • t
  • u
  • r
  • e
  • a
  • d
  • d
  • i
  • t
  • i
  • o
  • n
  • w
  • i
  • t
  • h
  • m
  • o
  • d
  • e
  • r
  • a
  • t
  • e
  • s
  • c
  • o
  • p
  • e
  • .

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
fix(core): Remove aggressive temp directory cleanup in binary data rename tomi XS No 32.4h 1.4h May 26, 2026

Summary

Bug Fix

Remove aggressive temp directory cleanup in binary data rename

Fixes a race condition that caused data loss during concurrent workflow executions by preventing deletion of the shared temp directory.

Health Assessment

Small
Medium
Low
  • Quick fix with minimal changes, reviewed and approved within hours, 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): Allow personal project owners to manage data redaction afitzek M No 3.6h 0.2h May 26, 2026

Summary

Bug Fix

Enable personal project owners to manage data redaction

Personal project owners can now control data redaction and reveal, improving data privacy and autonomy.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, low risk

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add Observational Memory plumbing for instance AI (no-changelog) riqwan XL No 12.0h 2.7h May 26, 2026

Summary

Feature

Add Observational Memory plumbing for instance AI

Enables instance AI to use observational memory, replacing legacy compaction and semantic recall, adding cursor‑based history and repository methods for memory integration, improving AI memory management.

Health Assessment

X-Large
Medium
Low
  • Fast review and merge with minimal friction, but large code changes suggest careful monitoring of downstream impact.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Stop idle-killing Instance AI active runs awaiting HITL aalises S No 2.0h 0.1h May 26, 2026

Summary

Bug Fix

Stop idle-killing Instance AI active runs

Prevents premature cancellation of active AI runs during HITL, ensuring reliable workflow execution.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes indicates low complexity and high confidence in the fix.

AI Details

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

Tech Stack

Languages: Typescript
refactor(core): Remove web researcher sub-agent (no-changelog) aalises XL No 6.0h 0.1h May 26, 2026

Summary

Refactor

Remove web researcher sub-agent

Eliminates the web researcher sub-agent from Instance AI, simplifying the agent architecture and reducing complexity.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review comments indicate smooth integration.
  • Large scope but quick review suggests high confidence in changes.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Track first builder message telemetry correctly (no-changelog) (backport to release-candidate/2.21.x) n8n-assistant S No 2.6h 0.0h May 26, 2026

Summary

Bug Fix

Fix Instance AI builder message telemetry

Corrects telemetry logic so the first builder message is accurately flagged before optimistic UI updates, improving analytics accuracy for users.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and no review delays, indicating a straightforward bug fix with low impact risk.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Vue
fix(core): Count agent background generation tokens bjorger XL No 24.0h 0.2h May 26, 2026

Summary

Bug Fix

Count agent background generation tokens

Adds token counting for agent background generation, improving telemetry accuracy and adding comprehensive tests.

Health Assessment

X-Large
Medium
Low
  • PR was merged within 24 h with only one review round, indicating quick acceptance, but the large number of commits and merges suggests iterative refinement of telemetry logic.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
« Page 7 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