Skip to content

n8n-as-code v2.3.0

Choose a tag to compare

@github-actions github-actions released this 21 May 20:54
· 71 commits to main since this release

n8n-as-code 2.3.0

Product Surface

  • Editor integrations published via Microsoft Marketplace and Open VSX
  • Shared n8nac CLI for workspace bootstrap, sync, and automation
  • AI Skills and Claude-ready agent context generation
  • MCP server for Model Context Protocol clients
  • OpenClaw plugin support
  • TypeScript transformer for n8n workflow code

Included in this release

  • Manager Adapter: 2.0.4 -> 2.0.4
  • AI Skills and Claude Integration: 2.2.0 -> 2.2.0
  • CLI: 2.3.0 -> 2.3.0
  • MCP Server: 2.0.9 -> 2.0.9
  • Editor Integrations: 2.12.0 -> 2.12.0

Manager Adapter

Package: @n8n-as-code/manager-adapter@2.0.4

Facade adapter from n8n-as-code surfaces to the independent n8n-manager runtime engine.

Bug Fixes

  • update core and credentials manager dependencies (84cefbe)

AI Skills and Claude Integration

Package: @n8n-as-code/skills@2.2.0

Embedded n8n ontology, AGENTS.md generation, and Claude-oriented workflow tooling.

Features

  • vscode-extension: improve workflow context management and asset resolution (07a289f)

Bug Fixes

  • skills: update knowledge base for n8n@2.21.5 (3144f02)
  • skills: update knowledge base for n8n@2.21.4 (3274412)
  • skills: update knowledge base for n8n@2.20.9 (e86c39f)

CLI

Package: n8nac@2.3.0

Shared command-line backbone for workspace bootstrap, GitOps sync, search, and automation.

Features

  • vscode-extension: improve workflow context management and asset resolution (07a289f)
  • cli: add native environment promotion (b5aaa3e)

Bug Fixes

  • update core and credentials manager dependencies (84cefbe)
  • cli: refresh promotion discovery planning (a2cf402)
  • cli: discover target ids for staged promotion (2b909be)
  • config: preserve legacy credential migration (d07fd61)
  • config: ignore ambiguous target name credentials (0872291)
  • config: tolerate duplicate instance target names (912adcc)

Documentation

  • document promotion workflow (c71ac78)

Dependencies

  • The following workspace dependencies were updated
    • @n8n-as-code/manager-adapter bumped from 2.0.3 to 2.0.4
    • @n8n-as-code/skills bumped from 2.1.3 to 2.2.0

MCP Server

Package: @n8n-as-code/mcp@2.0.9

Dedicated Model Context Protocol server exposing n8n-as-code tools to MCP clients.

Dependencies

  • The following workspace dependencies were updated
    • n8nac bumped from 2.2.1 to 2.3.0

Editor Integrations

Package: n8n-as-code@2.12.0

Marketplace and Open VSX editor integration for browsing, searching, syncing, and validating n8n workflows.