n8n/packages/@n8n/chat-hub
n8n-assistant[bot] 0b2e5d9cf0
🚀 Release 2.8.0 (#25565)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-02-10 12:00:11 +01:00
..
src fix(core): Fix markdown rendering issue at streamed Chat hub responses (#25466) 2026-02-07 17:24:28 +00:00
eslint.config.mjs feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
jest.config.js feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
package.json 🚀 Release 2.8.0 (#25565) 2026-02-10 12:00:11 +01:00
README.md feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
tsconfig.build.json feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00
tsconfig.json feat(core): Editing document in ChatHub (#25211) 2026-02-04 16:00:16 +00:00

@n8n/chat-hub

Common utility functions for n8n Chat Hub.

Purpose

This package provides shared utility functions and types for the Chat Hub feature across both frontend and backend implementations.

Usage

import { parseArtifactCreateCommands, collectChatArtifacts } from '@n8n/chat-hub';

Development

# Build
pnpm build

# Watch mode
pnpm dev

# Run tests
pnpm test

# Type checking
pnpm typecheck

# Linting
pnpm lint