Skip to content

n8n-as-code v2.2.0

Choose a tag to compare

@github-actions github-actions released this 12 May 19:31
· 210 commits to main since this release

n8n-as-code 2.2.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

  • AI Skills and Claude Integration: 2.1.2 -> 2.1.2
  • CLI: 2.2.0 -> 2.2.0
  • MCP Server: 2.0.7 -> 2.0.7
  • Editor Integrations: 2.6.0 -> 2.6.0
  • OpenClaw Plugin: 2.1.1 -> 2.1.1

AI Skills and Claude Integration

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

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

Bug Fixes

  • skills: rebuild knowledge base for n8n@2.19.5 (6986d30)

Documentation

  • skills: clarify opaque workflow dirs (3f7b679)

CLI

Package: n8nac@2.2.0

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

Features

  • sync: derive opaque environment workflow dirs (d5c2c6c)
  • vscode: improve settings webview state management and workspace migration (2aaffb3)

Bug Fixes

  • address PR review feedback (4b05b06)
  • cli: improve n8n api client reliability and config type safety (08d9566)
  • cli: keep env status read-only (5f4767f)
  • vscode: enhance workspace validation and webview UI state tracking (0787ac2)

Dependencies

  • The following workspace dependencies were updated
    • @n8n-as-code/skills bumped from 2.1.1 to 2.1.2

MCP Server

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

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

Dependencies

  • The following workspace dependencies were updated
    • n8nac bumped from 2.1.2 to 2.2.0

Editor Integrations

Package: n8n-as-code@2.6.0

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

Features

  • sync: derive opaque environment workflow dirs (d5c2c6c)
  • vscode: improve settings webview state management and workspace migration (2aaffb3)
  • vscode: choose context for new agent chats (b97f11d)
  • vscode: migrate settings webview to React (5a95511)

Bug Fixes

  • address PR review feedback (4b05b06)
  • vscode: remove Claude Account provider (a084ed7)
  • vscode: normalize root-relative proxy redirects (5b051fb)
  • vscode: harden proxy URL matching (6024fff)
  • vscode: expose workflow proxy for remote webviews (d2b9342)
  • vscode: keep distinct personal projects selectable (992fa17)
  • vscode: tighten agent settings interactions (a5dab23)
  • vscode: enhance workspace validation and webview UI state tracking (0787ac2)
  • vscode: improve environment card active state (93a596f)
  • vscode: align environment card heights (cf94444)
  • vscode: handle file-only workflow contexts (fcdbb78)
  • vscode: preserve workflow context for new agent chats (8b28fdc)
  • vscode: address settings webview review feedback (4e11af4)

Dependencies

  • The following workspace dependencies were updated
    • @n8n-as-code/skills bumped from 2.1.1 to 2.1.2
    • n8nac bumped from 2.1.2 to 2.2.0

OpenClaw Plugin

Package: @n8n-as-code/n8nac@2.1.1

Native OpenClaw setup and workflow operations powered by the same n8nac stack.

Documentation

  • skills: clarify opaque workflow dirs (3f7b679)