Merged
Size
S
Change Breakdown
Feature80%
Config20%
#28383feat(core): Instance AI preview tags and command bar improvements (no-changelog)

Instance AI surfaces in command bar with expanded search

Instance AI surfaces in command bar with expanded search

The Instance AI feature gets preview tags and higher priority in the command bar, making it easier to find via search keywords like "assistant", "agent", and "chat".

The Instance AI feature is getting a clearer on-ramp. Two module descriptors — one for the chat hub and one for instance AI settings — now carry preview tags that signal the feature is still maturing. A beta badge appears on the Instance AI navigation item in project menus, letting users know what to expect.

The command bar, n8n's keyboard-driven navigation hub, now surfaces Instance AI commands first across multiple contexts. Previously buried among generic options, these commands now appear at the top of the results list when users invoke the command palette from workflows, executions, credentials, or data tables.

Search discoverability expanded too. The Instance AI command group now responds to a broader set of keywords — "assistant", "agent", "chat", and variations — so users who type natural language like "open a chat" or "new conversation with the agent" will find what they need. These keywords are wired into thread listings, conversation creation, and settings commands.

The changes target the frontend editor UI, specifically the shared command bar composables and feature module descriptors. They lay groundwork for broader AI feature visibility as n8n continues developing its assistant capabilities.

View Original GitHub Description

Summary

Mark the instance AI feature with preview tags on frontend and make it have higher priority on command bar. This was initially part of the feature rename PR, but as that is on hold I split this change out of it.

Related Linear tickets, Github issues, and Community forum posts

<!-- Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. https://linear.app/n8n/issue/[TICKET-ID] --> <!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. -->

Review / Merge checklist

  • I have seen this code, I have run this code, and I take responsibility for this code.
  • PR title and summary are descriptive. (conventions) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** -->
  • Docs updated or follow-up ticket created.
  • Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. -->
  • PR Labeled with Backport to Beta, Backport to Stable, or Backport to v1 (if the PR is an urgent fix that needs to be backported)
© 2026 · via Gitpulse