Pull Request Explorer

Exploring 1135 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(instance-ai): enable hub actions romeobalta XL No 0.0h - May 13, 2026

Summary

Feature

Enable hub actions for instance AI

Adds hub actions support to instance AI, expanding automation capabilities for users.

Health Assessment

Large
Medium
Low
  • PR merged immediately after creation with AI assistance, minimal review, large code addition.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
feat(MCP): Add execute_ephemeral_node tool guillaumejacquart L No 0.8h 0.1h May 13, 2026

Summary

Feature

Add execute_ephemeral_node MCP tool

Enables external LLM clients to run a single n8n node against real credentials without persisting a workflow, improving testing and integration.

Health Assessment

Large
Low
Low
  • Quick review and merge with minimal changes, indicating straightforward implementation.

AI Details

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

Tech Stack

Languages: Typescript
Hackmation kanban board UI - CRUD alielkhateeb XL No 0.0h 0.0h May 13, 2026

Summary

Feature

Add Kanban board UI with CRUD

Introduces a Kanban board interface for Hackmation, enabling users to create, read, update, and delete tasks directly in the UI, streamlining project management.

Health Assessment

X-Large
High
Low
  • Merged within minutes with no review, indicating confidence but the large scope of 1,200+ lines raises potential risk for regressions.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: Vue
feat(db): add project_pool_settings table mfsiega M AI 0.5h 0.3h May 13, 2026

Summary

Feature

Add project_pool_settings table

Adds a per-project worker pool configuration table, enabling future workflow-level overrides and more granular resource allocation.

Health Assessment

Small
Low
Low
  • Rapid review and merge (0.5h cycle time) with no comments or issues, indicating a straightforward, low-risk change.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add per-workflow worker pool override settings (no-changelog) tomi L No 1.3h 0.7h May 13, 2026

Summary

Feature

Add per-workflow worker pool override settings

Users can now configure which worker pool handles production, manual, and evaluation executions for each individual workflow, overriding the global pool assignment.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal comments; feature adds significant lines but remains low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Yaml
Frameworks: Vue
fix(editor): Do not save workflow on execute when autosave is disabled muzahmood M No 17.6h 0.2h May 13, 2026

Summary

Bug Fix

Prevent auto-save on execute when autosave disabled

Stops workflows from being automatically saved when autosave is disabled, giving users explicit control and preventing unintended saves.

Health Assessment

Medium
Low
Low
  • Quick review and minimal changes led to fast merge.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Periodically refresh worker pools on settings page (no-changelog) Flexicon S No 0.3h 0.1h May 13, 2026

Summary

Feature

Periodically refresh worker pools on settings page

Adds reactive polling of worker pools so changes appear without page reload, improving user experience.

Health Assessment

Small
Low
Low
  • The PR was merged within 18 minutes, with a single review and no rework, indicating a straightforward change. AI assistance likely contributed to rapid development.

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
fix(core): Preserve nested arrays in VM expression engine output (backport to release-candidate/2.20.x) n8n-assistant XL No 20.1h 0.1h May 13, 2026

Summary

Bug Fix

Preserve nested arrays in VM expression engine output

Fixes a bug where nested arrays were incorrectly serialized in the VM expression engine, ensuring accurate data handling for workflow executions.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 20 hours, with minimal back‑and‑forth and no major blockers. AI assistance was used to author the changes, and the fix was a straightforward backport with moderate code churn.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Verify Telegram webhook secret token (no-changelog) burivuhster M No 1.1h 0.4h May 13, 2026

Summary

Bug Fix

Verify Telegram webhook secret token

Adds secure verification of Telegram webhook secret token to prevent unauthorized updates, enhancing security for multi‑main deployments.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; AI assistance streamlined implementation and testing.

AI Details

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

Tech Stack

Languages: Typescript
feat(editor): Add Surface MCP onboarding experiment (no-changelog) romeobalta XL AI 132.8h 108.1h May 13, 2026

Summary

Feature

Add Surface MCP onboarding experiment

Introduces a new onboarding flow for MCP in the editor, enabling trial users to connect MCP and set up Claude, ChatGPT, and other LLMs, while adding telemetry and experiment scaffolding.

Health Assessment

Large
High
High
  • The PR required a lengthy review cycle (over 4 days) and involved a large code change across 20 files, indicating significant complexity and potential risk. The single AI-generated review comment suggests limited human review depth.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
chore: fix formatting in ephemeral nodes execute test yuliia-pominchuk XS No - - May 13, 2026

Summary

Chore

chore: fix formatting in ephemeral nodes execute test

This PR cleans up test formatting for the execution of temporary nodes, ensuring code quality and maintainability.

Health Assessment

Small
Low
Low
  • Quick formatting fix merged immediately with no review or rework.

AI Details

Tech Stack

Languages: Typescript
feat(editor): Show worker pool and queue name in Workers view tomi S No 0.7h 0.1h May 13, 2026

Summary

Feature

Show worker pool and queue name in Workers view

Adds pool and queue names to worker cards, improving visibility of worker assignments.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates a straightforward enhancement with low risk and fast cycle time.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
fix(core): Preserve nested arrays in VM expression engine output (backport to release-candidate/2.21.x) n8n-assistant XL No 19.8h 0.1h May 13, 2026

Summary

Bug Fix

Fix nested array handling in VM expression engine

Corrects serialization of nested arrays in the VM expression engine, ensuring accurate data output for workflows.

Health Assessment

Large
Low
Low
  • Quick review and single commit indicate a straightforward bug fix with minimal friction.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Resolve empty expressions to empty string in VM evaluator (backport to release-candidate/2.21.x) n8n-assistant S No 21.0h 0.1h May 13, 2026

Summary

Bug Fix

Fix VM evaluator empty expression crash

Prevents crashes when evaluating empty expressions in the VM engine, ensuring consistent behavior across engines.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes; AI-assisted code generation; low review friction and small scope indicate low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(API): Add ephemeral node execution endpoint yuliia-pominchuk L No 0.1h 0.1h May 13, 2026

Summary

Feature

Add API endpoint for executing single nodes

Enables users to run a node inline without a workflow, returning output or errors.

Health Assessment

Large
Low
Low
  • Fast cycle time and single review round indicate smooth integration; large code addition but well-tested.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Add worker pool defaults UI and instance settings (no-changelog) Flexicon XL No 1.2h 0.1h May 13, 2026

Summary

Feature

Add worker pool defaults UI and settings

Admins can configure default worker pools per execution type, improving resource allocation and operational control.

Health Assessment

X-Large
High
Medium
  • The PR was merged quickly with AI assistance, but the large number of commits after the first review and the extensive code changes indicate moderate complexity and potential risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
feat(core): Add migration-timestamp code-health rule (no-changelog) shortstacked L AI 0.5h 0.0h May 13, 2026

Summary

Feature

Add migration-timestamp rule to code-health

Adds a rule that flags migration filenames with future timestamps, preventing AI-generated migrations from bypassing CI checks.

Health Assessment

Large
Low
Low
  • PR merged within 30 minutes with minimal review, indicating high confidence in rule implementation.

AI Details

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

Tech Stack

Languages: Typescript
feat(API): Add list endpoint for ephemeral nodes gthanasis L No 0.4h 0.1h May 13, 2026

Summary

Feature

Add list endpoint for ephemeral nodes

Adds a new GET /ephemeral-nodes endpoint to the public API, returning an empty list contract for future population, enabling clients to discover available nodes.

Health Assessment

Large
Low
Low
  • Fast cycle time of 0.4 hours and a single AI review comment indicate low friction. The addition of 348 lines across 7 files is a large scope change but with no reported issues, suggesting low risk.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
feat: Add ephemeralNode:read and ephemeralNode:execute scopes (no-changelog) BGZStephen S No 0.3h 0.3h May 13, 2026

Summary

Feature

Add new RBAC scopes for Ephemeral Node API

Introduces read and execute scopes for the upcoming public API, enabling fine‑grained access control for external AI systems.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes; AI review flagged a single issue, resolved quickly.

AI Details

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

Tech Stack

Languages: Typescript
feat(core): Route executions to dedicated worker pool queues (no-changelog) tomi L No 0.5h 0.1h May 13, 2026

Summary

Feature

Route executions to dedicated worker pool queues

Adds dynamic queue routing based on execution category and DB‑backed pool settings, improving scalability and resource isolation for workflow executions.

Health Assessment

Large
Low
Low
  • Merged within 30 minutes of opening, with only a single AI‑generated comment and no further rework, indicating a smooth review process and high confidence in the changes.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Add Instance AI first-turn guidance and trace metadata aalises L No 21.4h 0.1h May 13, 2026

Summary

Bug Fix

Add Instance AI first-turn guidance and trace metadata

Improves Instance AI reliability by guiding first user turns and adding trace metadata, enabling better monitoring and faster issue resolution.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review friction indicate efficient implementation; the PR addresses a critical reliability issue with moderate scope.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Hackmation kanban board UI alielkhateeb XL No 0.4h 0.2h May 13, 2026

Summary

Feature

Add Kanban board UI

Introduces a Kanban board interface for data tables, enhancing user workflow and collaboration within the platform.

Health Assessment

Large
Low
Low
  • Rapid AI-assisted review led to a single round of comments and a quick merge, indicating a smooth integration of the new UI components.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
Hackmation/worker pools labels mfsiega L No 0.4h 0.1h May 13, 2026

Summary

Feature

Add worker pool labeling for scaling

Enables workers to be routed to labeled queues based on pool configuration, improving resource isolation and scaling.

Health Assessment

Large
High
Medium
  • Rapid AI review helped identify issues early, but multiple commits after the first review indicate significant rework was required. The short cycle time shows efficient resolution, yet the large scope and review iterations raise the overall risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat(editor): Improve Instance AI side panels (no-changelog) Tuukkaa XL No 119.2h 69.2h May 13, 2026

Summary

Feature

Improve Instance AI side panels

Enhances the Instance AI right‑side panel by adding a compact artifacts/list panel, pin/unpin behavior, smoother animations, and refined visual styling, improving usability and workflow efficiency for users.

Health Assessment

X-Large
High
High
  • The PR required extensive iteration and a lengthy review cycle, indicating complex UI changes and significant refactoring of the Instance AI side panels. The large scope and slow cycle time suggest a high risk of integration issues.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
feat(core): Add eval collection entity + repository (TRUST-72) DeveloperTheExplorer XL No 44.0h 1.8h May 13, 2026

Summary

Feature

Add eval collection entity and repository

Introduces a new evaluation collection entity, repository, and migrations to support AI insights and future feature rollouts, enhancing data tracking and analytics capabilities.

Health Assessment

Large
Low
Low
  • The PR was reviewed quickly and merged after a single commit, indicating a smooth integration despite the large code addition.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
test: Clean up dead code and selector-purity violations (no-changelog) shortstacked M No 19.7h 0.1h May 13, 2026

Summary

Refactor

Clean up dead code and selector-purity violations

This PR removes unused test code and resolves selector-purity violations, enhancing test stability and reducing maintenance effort. Resulting in a cleaner test suite and fewer false positives.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, indicating straightforward cleanup.

AI Details

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

Tech Stack

Languages: Typescript
test: Mark instance-ai timeouts test as fixme (no-changelog) shortstacked S No 16.0h 0.1h May 13, 2026

Summary

Bug Fix

Mark instance-ai timeouts test as fixme

Unblocks CI by marking a flaky test as fixme, preventing failures on sqlite:e2e and allowing community PRs to merge.

Health Assessment

Small
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: Typescript
feat(core): Curate workflow examples for the builder sandbox mutdmour XL No 136.5h 88.9h May 13, 2026

Summary

Feature

Curate workflow examples for builder sandbox

Adds curated workflow templates to the builder sandbox, enabling the AI agent to reference real-world examples for pattern learning and improving builder prompts.

Health Assessment

Large
High
High
  • The PR involved extensive changes to add curated workflow templates, required multiple iterations after review, and had a long review cycle, indicating significant effort and potential complexity.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
ci: Add workflow pull_request_target safety rule to code-health (no-changelog) shortstacked XL AI 16.1h 14.2h May 13, 2026

Summary

Chore

Add pull_request_target safety rule to code-health

Adds static lint rule to prevent unsafe use of pull_request_target, hardening CI workflows against potential security exploits.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and single review round indicate efficient process; large code addition but no rework suggests well‑scoped change.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
fix(editor): Auto-derive data table name from CSV filename CharlieKolb M No 119.2h 0.1h May 13, 2026

Summary

Feature

Auto-derive data table name from CSV filename

When creating a data table by importing a CSV, the name field is auto-populated from the uploaded filename, improving user experience and reducing manual input.

Health Assessment

AI Details

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

Tech Stack

Languages: Vue, Typescript
Frameworks: Vue
:rocket: Release 2.20.7 n8n-assistant S No 0.0h - May 13, 2026

Summary

Bug Fix

Release 2.20.7

Patch release 2.20.7 includes a bug fix for core AxiosHeaders handling with OpenAI vendor defaults, improving API stability.

Health Assessment

Small
Low
Low
  • Release merged immediately with no review, indicating an automated release workflow.

AI Details

Confidence: 0.95

Tech Stack

:rocket: Release 1.123.43 n8n-assistant S No 0.0h - May 13, 2026

Summary

Chore

Release 1.123.43

Patch release addressing 16 security vulnerabilities across dependencies.

Health Assessment

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

AI Details

Confidence: 0.95

Tech Stack

:rocket: Release 2.21.1 n8n-assistant S No 0.0h - May 13, 2026

Summary

Bug Fix

Release 2.21.1

Bug fix to preserve AxiosHeaders instance when applying OpenAI vendor defaults, improving API stability.

Health Assessment

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

AI Details

Tech Stack

chore: Bundle/2.x (backport to release-candidate/2.21.x) n8n-assistant XL No 0.5h 0.1h May 13, 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.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge indicate high confidence in backport changes.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
chore: Bundle/2.x (backport to release-candidate/2.20.x) n8n-assistant XL No 0.5h 0.1h May 13, 2026

Summary

Chore

Backport Bundle 2.x to release-candidate 2.20.x

Ensures the 2.x bundle remains compatible with the 2.20.x release by updating API types, OAuth services, and related utilities, maintaining stability across the platform.

Health Assessment

X-Large
Medium
Low
  • Rapid review and merge with minimal rework indicate a stable backport; large code changes suggest moderate risk but low friction in the review process.

AI Details

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

Tech Stack

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

Summary

Bug Fix

Bundle 2.x for n8n

Adds bundle updates and fixes for OAuth, task runners, and nodes, improving stability and test coverage.

Health Assessment

X-Large
High
Low
  • Fast cycle time and minimal review rounds indicate an efficient process, but the large number of lines and files changed suggest a high-impact update that warrants careful monitoring.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
chore: Bundle/1.x n8n-assistant L No 0.4h 0.0h May 13, 2026

Summary

Chore

Update bundle 1.x with pagination fixes and tests

Enhances OAuth pagination validation and adds comprehensive tests, ensuring stable behavior for bundle 1.x users. This reduces errors in OAuth flows and improves reliability.

Health Assessment

Large
Low
Low
  • Fast cycle time and single review indicate smooth integration.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix: Allow service-specific MCP OAuth credentials to be used with MCP endpoint domains RomanDavydchuk M No 2.2h 0.1h May 12, 2026

Summary

Health Assessment

AI Details

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

Tech Stack

Languages: Typescript
chore: Upgrade @n8n/typeorm to 0.3.20-17, pin nodes-langchain to 0.3.20-16 tomi M No 31.7h 21.0h May 12, 2026

Summary

Chore

Upgrade typeorm and pin nodes-langchain

Reduces package size and maintains MySQL support for SqlAgent, improving performance and compatibility.

Health Assessment

Small
Low
Low
  • Single commit, quick review, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Yaml
feat(core): Add storage and cache layer for instance redaction enforcement setting (no-changelog) afitzek L No 8.4h 0.9h May 12, 2026

Summary

Feature

Add storage and cache layer for redaction enforcement

Adds persistence and caching for instance‑level redaction enforcement, enabling efficient runtime checks and multi‑instance consistency.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review comments indicate smooth integration.

AI Details

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

Tech Stack

Languages: Javascript
fix: Include .gitignore in node-cli generated projects garritfra S AI 105.1h 0.1h May 12, 2026

Summary

Bug Fix

Include .gitignore in node-cli generated projects

Adds a .gitignore file to projects scaffolded by the node-cli, preventing node_modules and dist directories from being published.

Health Assessment

Small
Low
Low
  • Fast review and minimal changes indicate low complexity; the PR resolved a packaging issue quickly.

AI Details

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

Tech Stack

Languages: Typescript
ci: Scope prepare-test-image docker build context to temp dir shortstacked S No 1.5h 0.1h May 12, 2026

Summary

CI/CD

Fix test image build context for CI

Ensures Docker build for test images uses a temporary directory, preventing empty context errors and improving CI reliability.

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: Javascript
refactor(editor): Add presets to Schedule cron in Agents heymynameisrob L No 29.1h 0.1h May 12, 2026

Summary

Feature

Add schedule presets to agent cron editor

Enables users to quickly set common scheduling patterns for agent triggers, improving usability and reducing configuration errors.

Health Assessment

Large
Low
Low
  • Quick review and merge within 29 hours, minimal rework, indicating a well-scoped UI enhancement.

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
fix(core): Preserve nested arrays in VM expression engine output despairblue XL No 25.4h 20.8h May 12, 2026

Summary

Bug Fix

Fix nested array handling in VM expression engine

Ensures nested arrays are correctly preserved when using the VM expression engine, preventing data loss and maintaining accurate workflow outputs.

Health Assessment

Medium
Low
Low
  • Resolved with a single review and no rework, merging within 25 hours of opening. The change is moderate in size but focused on a critical data integrity bug.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
refactor(editor): Add multi-thread Instance AI runtime (no-changelog) r00gm XL No 27.8h 20.1h May 12, 2026

Summary

Refactor

Add multi-thread Instance AI runtime

Enables concurrent AI instance threads in the editor, improving responsiveness and isolation.

Health Assessment

Medium
Medium
Medium
  • The PR required several rework commits after a single review, indicating moderate complexity. The cycle time was under a day, showing efficient resolution.

AI Details

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

Tech Stack

Languages: Typescript, Vue
Frameworks: Vue
feat(core): Enforce instance-level redaction policy on workflow update BGZStephen L No 25.9h 0.5h May 12, 2026

Summary

Feature

Enforce instance-level redaction policy on workflow updates

Adds a guard that blocks changing the workflow redaction policy via API or UI when the enforcement flag is enabled, ensuring consistent data protection across instances.

Health Assessment

Large
Low
Low
  • The PR was reviewed and approved in under a day with minimal comments, indicating a smooth and efficient review process.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
test: Add discovery eval guardrails for browser/computer-use dispatch (no-changelog) BerniWittmann XL No 25.8h 20.7h May 12, 2026

Summary

Feature

Add discovery eval guardrails for browser/computer-use dispatch

Adds a discovery evaluation suite that ensures the Instance AI orchestrator correctly uses browser and computer-use tools only when appropriate, improving reliability and preventing unintended tool calls.

Health Assessment

Large
Medium
Low
  • The PR introduced a comprehensive evaluation suite with extensive tests and CI integration, requiring a single review cycle and moderate effort, indicating a well‑managed change with low friction.

AI Details

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

Tech Stack

Languages: Typescript, Yaml
Frameworks: Github-Actions
fix(core): Resolve empty expressions to empty string in VM evaluator despairblue S No 2.7h 0.1h May 12, 2026

Summary

Bug Fix

Resolve empty expressions to empty string in VM evaluator

Fixes crash when evaluating empty expression in VM engine, restoring parity with legacy engine.

Health Assessment

Small
Low
Low
  • Merged within 3 hours, indicating efficient review and low friction.
  • Minimal code changes and AI-assisted development reduce risk of regressions.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
fix(core): Stop workflow builder after terminal remediation aalises XL No 6.0h 0.4h May 12, 2026

Summary

Bug Fix

Stop workflow builder after terminal remediation

Prevents infinite loops by halting the builder after terminal remediation, ensuring safe workflow editing and filesystem integrity.

Health Assessment

X-Large
Medium
Low
  • Fast merge with minimal review friction, but large code changes imply moderate risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(core): Abort orchestrator run after repeated plan-guard rejections (no-changelog) Cadiac L No 14.2h 8.0h May 12, 2026

Summary

Bug Fix

Fix orchestrator abort on repeated plan-guard rejections

Prevents orchestrator loops that waste budget and cause silent failures, improving reliability and reducing timeout errors.

Health Assessment

Small
Low
Low
  • Quick fix with single commit and minimal review, indicating straightforward bug resolution.

AI Details

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

Tech Stack

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