Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| ci: Handle empty ledger body in mutation-health picker | n8n-cat-bot | XS | No | 0.5h | 0.1h | Jun 02, 2026 |
SummaryBug FixHandle empty ledger body in mutation-health picker The nightly mutation health workflow crashed due to empty webhook responses. This change treats empty bodies as zero-row ledger, preventing failures and ensuring new packages are processed correctly. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| test: Stabilize AI unit tests against cold heavy-load timeouts | n8n-cat-bot | S | AI | 3.9h | 1.9h | Jun 02, 2026 |
SummaryBug FixStabilize AI unit tests against timeouts Fixes flaky unit tests by warming up heavy loads and increasing test timeouts. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.90
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Vitest
|
||||||
| refactor(core): Route $evaluateExpression through typed-RPC dispatcher (backport to 1.x) | n8n-assistant | L | No | 0.7h | 0.3h | Jun 02, 2026 |
SummaryRefactorRefactor $evaluateExpression routing via typed-RPC Enables typed-RPC dispatch for $evaluateExpression, ensuring consistent evaluation across engines and maintaining backward compatibility. Health Assessment
Large
Low
Low
AI Details
Usage:
Brainstorming
Confidence:
0.85
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| refactor(core): Route $('Foo').pairedItem / .itemMatching / .item through typed-RPC dispatcher (backport to 1.x) | n8n-assistant | L | No | 1.7h | 1.3h | Jun 02, 2026 |
SummaryRefactorRefactor core to use typed-RPC dispatcher Improves the routing of synthetic proxy items through a typed-RPC dispatcher, enhancing the overall performance and maintainability of the system. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
N8N-Assistant
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| chore: Add human-like code review skill | DawidMyslak | M | No | 11.5h | 0.6h | Jun 02, 2026 |
SummaryDocsAdd human-like code review skill Enables developers to run a human‑style PR review locally, improving code quality and reviewer efficiency by providing concise, actionable feedback. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack |
||||||
| feat(core): Monitor and recover Postgres connection pool | looorent | XL | No | 245.5h | 0.3h | Jun 02, 2026 |
SummaryFeatureAdd Postgres connection pool monitoring and recovery Enables automatic recovery from database connection poisoning, reducing downtime for self‑hosted deployments and improving reliability without requiring orchestrator liveness probes. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(core): External agent channels correctly utilise the user ID for episodic memory (backport to release-candidate/2.25.x) | n8n-assistant | M | No | 0.4h | 0.0h | Jun 02, 2026 |
SummaryBug FixFix episodic memory scoping for agent channels Ensures user-specific memory across chat integrations, improving continuity across threads while preserving thread context. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| fix(core): Fix dropdown menu safety triangle | mike12345567 | XS | No | 1.3h | 0.0h | Jun 02, 2026 |
SummaryBug FixFix dropdown menu safety triangle Restores the dropdown safety triangle that was unintentionally disabled, fixing a UI regression for users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Vue
Frameworks:
Vue
|
||||||
| fix(core): External agent channels correctly utilise the user ID for episodic memory | mike12345567 | M | No | 0.9h | 0.1h | Jun 02, 2026 |
SummaryBug FixFix external agent channel user ID scoping Ensures episodic memory is partitioned by platform user rather than thread, improving recall across separate conversation threads while preserving thread-specific history. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(API): Expose mfaEnabled field in Public API user endpoints | kisst | M | No | - | - | Jun 02, 2026 |
SummaryFeatureExpose mfaEnabled field in Public API Adds a boolean field to public API user responses, enabling programmatic access to MFA status for security auditing and compliance. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
|
||||||
| fix(core): Strip legacy unsupported config before agent JSON validation | bjorger | XL | No | 2.2h | 0.2h | Jun 02, 2026 |
SummaryBug FixStrip legacy unsupported config before validation Ensures older agent configurations are sanitized to prevent validation failures, improving reliability of agent configuration persistence. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Cursor, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(core): Move instance AI builds to a skill | aalises | XL | No | 81.0h | 0.1h | Jun 02, 2026 |
SummaryFeatureMove instance AI builds to skill Routes Instance AI workflow builds through a workflow‑builder skill, gating approvals and preserving artifacts, improving workflow safety and auditability. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(core): Add sub-agent executions | bjorger | XL | No | 7.0h | 2.3h | Jun 02, 2026 |
SummaryFeatureAdd sub-agent execution capability Enables parent agents to delegate bounded subtasks to child agents, improving modularity and allowing linked execution tracking. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(core): Add support for per-user connections to MCP servers from the registry in instance AI | RomanDavydchuk | XL | No | 114.8h | 0.5h | Jun 02, 2026 |
SummaryFeatureAdd per-user MCP server connections to instance AI Users can now link MCP servers to instance AI per user, enabling AI to access tools from those servers with secure authentication, improving workflow automation. Health AssessmentAI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(core): Rename N8N_OTEL_TRACES_PUBLISHED_ONLY env var to N8N_OTEL_TRACES_PRODUCTION_ONLY (backport to release-candidate/2.25.x) | n8n-assistant | S | No | 0.4h | 0.0h | Jun 02, 2026 |
SummaryRefactorRename OTEL env var to clarify intent Renames the OpenTelemetry environment variable to a clearer name, ensuring no behavior change but requiring updates to existing configurations. Health Assessment
Small
Low
Low
AI Details
Usage:
Brainstorming
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.60
Tech Stack
Languages:
Typescript
|
||||||
| refactor(core): Rename N8N_OTEL_TRACES_PUBLISHED_ONLY env var to N8N_OTEL_TRACES_PRODUCTION_ONLY | garfik | S | No | 1.0h | 0.0h | Jun 02, 2026 |
SummaryRefactorRename OTEL env var for clearer intent Clarifies environment variable naming to ensure production‑only tracing, with no functional change. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(core): Route $fromAI() through typed-RPC dispatcher (backport to 1.x) | n8n-assistant | L | No | 0.3h | 0.0h | Jun 02, 2026 |
SummaryRefactorRefactor $fromAI routing via typed-RPC dispatcher Internal refactor to route $fromAI calls through typed-RPC dispatcher, improving maintainability and ensuring backward compatibility for AI-related expressions. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(core): Grant execution owners access to their own redacted data | guillaumejacquart | L | No | 171.4h | 28.0h | Jun 02, 2026 |
SummaryFeatureGrant execution owners access to their own redacted data Enables users who run workflows with private credentials to view their own execution data while keeping it hidden from others, enhancing data visibility and security. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| refactor(core): Route $items() through typed-RPC dispatcher (backport to 1.x) | n8n-assistant | L | No | 0.3h | 0.0h | Jun 02, 2026 |
SummaryRefactorRefactor $items() routing via typed-RPC dispatcher Internal refactor to improve typed-RPC handling of $items() across engines, ensuring consistent behavior and test parity. No user-facing changes, but enhances reliability of expression engine. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| refactor(core): Route $input methods through typed-RPC dispatcher (backport to 1.x) | n8n-assistant | L | No | 0.3h | 0.0h | Jun 02, 2026 |
SummaryRefactorRefactor $input methods via typed-RPC dispatcher Enhances input handling by routing $input methods through a typed-RPC dispatcher, improving type safety and reducing runtime errors for users. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| ci: Restore default build in grind-changed-tests workflow | shortstacked | XS | AI | 0.4h | 0.0h | Jun 02, 2026 |
SummaryCI/CDRestore default build in grind-changed-tests workflow Fixes CI workflow by reverting to default pnpm build to avoid tsc errors caused by custom build command, ensuring reliable CI runs. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| feat(core): Add knowledge base to snapshot image | riqwan | XL | No | 2.8h | 2.6h | Jun 02, 2026 |
SummaryFeatureAdd knowledge base to snapshot image Adds a knowledge base to the Instance AI sandbox image, providing best‑practice templates and unifying skills for improved workflow creation. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(ai-builder): Add `datasets` field for PR-tier suite (no-changelog) | JoseBra | M | AI | 60.0h | 34.2h | Jun 02, 2026 |
SummaryFeatureAdd datasets field for PR-tier test suite Enables selective test execution for PR runs, reducing cost while maintaining full nightly coverage. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(core): The n8n import:workflow --activeState=fromJson cli can fail for subworkflow dependencies (backport to release-candidate/2.25.x) | n8n-assistant | XL | No | 0.4h | 0.0h | Jun 02, 2026 |
SummaryBug FixFix import workflow subworkflow activation order Ensures subworkflows are activated before parent workflows during CLI import, preventing failures when using --activeState=fromJson. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(core): Lock execution row during data-only condition re-check | ivov | M | No | 3.4h | 0.1h | Jun 02, 2026 |
SummaryBug FixLock execution row during data-only re-check Ensures data consistency by locking execution rows during re-checks, preventing race conditions and improving reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(core): Show eval-mock executions in canvas list (no-changelog) | JoseBra | XL | AI | 134.0h | 0.1h | Jun 02, 2026 |
SummaryFeatureShow eval-mock executions in canvas list Adds visibility of evaluation mock executions to the n8n canvas, enabling developers to see real execution rows and debug scenarios directly in the UI. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(core): Evaluations wizard backend (no-changelog) | schrothbn | XL | No | 99.7h | 76.9h | Jun 02, 2026 |
SummaryFeatureAdd backend for in‑canvas evaluations wizard Provides the server logic, DTOs, and validation needed for the new evaluations wizard, enabling users to configure and run evaluation metrics directly from the UI. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(editor): Migrate `getNewWorkflowData` to the workflows API | alexgrozav | L | No | 1.8h | 0.3h | Jun 02, 2026 |
SummaryRefactorRefactor getNewWorkflowData to workflows API The getNewWorkflowData helper is moved to the workflows API module, centralizing workflow logic. This refactor improves maintainability and testability while preserving existing functionality. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(core): Re-register expression metrics after Prometheus registry reset (backport to 1.x) | n8n-assistant | M | No | 0.5h | 0.0h | Jun 02, 2026 |
SummaryBug FixFix expression metrics re-registration Re-register expression metrics after Prometheus registry reset to ensure accurate metrics tracking. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
N8N-Assistant
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(core): Quiet VM expression engine logs on the happy path (backport to 1.x) | n8n-assistant | S | No | 0.3h | 0.0h | Jun 02, 2026 |
SummaryHealth AssessmentAI Details
Usage:
Authored by AI
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| fix(core): The n8n import:workflow --activeState=fromJson cli can fail for subworkflow dependencies | konstantintieber | XL | No | 95.9h | 1.0h | Jun 02, 2026 |
SummaryBug FixFix workflow import order for subworkflow dependencies Ensures subworkflows are activated before parent workflows during import, preventing failures when using --activeState=fromJson. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix: Declare @smithy/node-http-handler and @aws-sdk | n8n-cat-bot | M | No | 0.7h | 0.1h | Jun 02, 2026 |
SummaryBug FixDeclare missing AWS SDK dependencies Ensures Bedrock nodes have deterministic dependency resolution, preventing runtime failures. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| feat(core): Replace get_suggested_nodes MCP tool with get_workflow_best_practices | RicardoE105 | L | AI | 203.9h | 70.2h | Jun 02, 2026 |
SummaryFeatureReplace MCP get_suggested_nodes with best practices tool Adds richer workflow guidance tool, improving MCP recommendations and user experience. Health Assessment
Medium
Medium
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| test: Migrate @n8n/ai-utilities from Jest to Vitest | Matsuuu | XL | No | 24.3h | 0.1h | Jun 02, 2026 |
SummaryRefactorMigrate ai-utilities tests from Jest to Vitest Migrates the ai-utilities test suite to Vitest, enabling faster, more efficient testing and aligning with n8n's Jest→Vitest migration strategy. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Vitest
|
||||||
| refactor(core): Split planner run into briefing + coordinator modules | Cadiac | XL | No | 28.5h | 0.1h | Jun 02, 2026 |
SummaryRefactorRefactor planner run into briefing and coordinator modules Reduces technical debt and improves maintainability of the AI orchestration tool, enabling faster feature development and easier debugging. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(editor): Show actions on published version in agent history (no-changelog) | burivuhster | L | No | 2.3h | 0.6h | Jun 02, 2026 |
SummaryBug FixShow actions on published version in agent history Adds action menu to published agent version, enabling revert and unpublish, improving workflow editing. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
Vue
|
||||||
| feat(core): Add sub-agent session linkage migration | bjorger | M | No | 3.7h | 0.2h | Jun 02, 2026 |
SummaryFeatureAdd sub-agent session linkage migration Adds migration-only schema support for sub-agent execution lineage, enhancing agent thread management. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
N8N
|
||||||
| fix: Improve Instance AI workflow-builder eval reliability and node diagnostics | aalises | XL | No | 20.0h | 0.2h | Jun 02, 2026 |
SummaryBug FixImprove Instance AI eval reliability and diagnostics Enhances the stability of AI-generated workflows, reducing failures and providing clearer diagnostics for users. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| ci: Move to useblacksmith/checkout to reduce git checkout flakes (backport to release-candidate/2.23.x) | n8n-assistant | S | No | 0.0h | 0.0h | Jun 02, 2026 |
SummaryCI/CDMove CI checkout to useblacksmith/checkout Updates CI workflows to use a more reliable checkout action, reducing flakiness in Git operations for the release candidate branch. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| ci: Build tsc deps and surface vitest stderr in grind workflow | n8n-cat-bot | S | No | 0.7h | 0.3h | Jun 02, 2026 |
SummaryBug FixFix grind workflow to surface vitest errors Ensures CI accurately reports test failures and provides diagnostics, improving reliability and reducing false positives. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Yaml
Frameworks:
Github-Actions
|
||||||
| :rocket: Release 2.25.1 | n8n-assistant | M | No | 0.1h | - | Jun 02, 2026 |
SummaryFeatureRelease 2.25.1 Minor release with bug fixes and new features for workflow validation and error handling. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
Frameworks:
Node
|
||||||
| Revert "feat(core): Add knowledge base to snapshot image" | riqwan | XL | No | 0.6h | 0.3h | Jun 02, 2026 |
SummaryBug FixRevert knowledge base snapshot image feature Rolls back recent feature to maintain stability and prevent regressions. Health Assessment
X-Large
High
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| refactor: Migrate type-validation throws to UserError | n8n-cat-bot | S | No | 1.3h | 0.9h | Jun 02, 2026 |
SummaryRefactorMigrate type-validation throws to UserError Reclassifies validation failures as user errors, improving error reporting and user experience without changing functionality. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| chore(core): Dispatch Expression.evaluate to VM evaluator (no-changelog) | Flexicon | XL | AI | 91.7h | 70.2h | Jun 02, 2026 |
SummaryFeatureDispatch Expression.evaluate to VM evaluator Adds VM-based expression evaluation to n8n, enabling isolated execution for improved security and performance, while keeping legacy behavior unchanged. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat(core): Add validate_node_config MCP tool for per-node validation | RicardoE105 | L | No | 200.9h | 70.1h | Jun 02, 2026 |
SummaryFeatureAdd per-node validation MCP tool Enables clients to validate individual node configurations quickly, improving workflow reliability and reducing debugging time. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| :rocket: Release 2.24.0 | n8n-assistant | L | No | 0.4h | - | Jun 02, 2026 |
SummaryChoreRelease 2.24.0 This release includes various bug fixes, new features, and improvements to the n8n workflow automation platform. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
React
|
||||||
| fix(core): Error workflows show up as separate span in otel traces | konstantintieber | S | No | 123.9h | 0.1h | Jun 02, 2026 |
SummaryBug FixFix error workflow trace separation Ensures error workflows are traced within the same span as the original workflow, improving observability and debugging. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(core): Migrate @n8n/agents from Jest to Vitest (no-changelog) | Matsuuu | XL | No | 3.1h | 0.6h | Jun 02, 2026 |
SummaryChoreMigrate @n8n/agents tests from Jest to Vitest Switches unit test framework to Vitest, improving test performance and consistency across packages. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Vitest
|
||||||
| fix(core): Rebuild isolated-vm in Docker image for musl libc (no-changelog) | Flexicon | XL | AI | 22.0h | 1.1h | Jun 02, 2026 |
SummaryBug FixRebuild isolated-vm for musl libc in Docker Fixes runtime crash in musl-based Docker images by rebuilding the isolated-vm module, ensuring compatibility and preventing segfaults. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(core): Init VM expression engine in cli base command (no-changelog) | Flexicon | XL | AI | 91.0h | 70.2h | Jun 02, 2026 |
SummaryChoreInit VM expression engine in CLI base command Adds a VM-based expression evaluator to the CLI, improving performance and paving the way for future observability features. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||