-
Notifications
You must be signed in to change notification settings - Fork 51.5k
feat(ai-builder): Design updates for workflow builder chat experience #22765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
BundleMonUnchanged files (2)
No change in files bundle size Groups updated (2)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 issues found across 17 files
Prompt for AI agents (all 2 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/frontend/@n8n/design-system/src/components/AskAssistantChat/AskAssistantChat.vue">
<violation number="1" location="packages/frontend/@n8n/design-system/src/components/AskAssistantChat/AskAssistantChat.vue:104">
P2: Rule violated: **Prefer Typeguards over Type casting**
Use the type guard properly for type narrowing instead of `as` cast. Restructure the loop to store the value and use the type guard for narrowing.</violation>
</file>
<file name="packages/@n8n/ai-workflow-builder.ee/src/tools/prompts/main-agent.prompt.ts">
<violation number="1" location="packages/@n8n/ai-workflow-builder.ee/src/tools/prompts/main-agent.prompt.ts:595">
P2: Incomplete emoji removal - the ⚙ character remains in this header while it was properly removed from the identical header on line 585 (`**How to Setup**`). This contradicts the new "NO emojis under any circumstances" rule added in this PR.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
packages/frontend/@n8n/design-system/src/components/AskAssistantChat/AskAssistantChat.vue
Outdated
Show resolved
Hide resolved
packages/@n8n/ai-workflow-builder.ee/src/tools/prompts/main-agent.prompt.ts
Outdated
Show resolved
Hide resolved
|
E2E Tests: n8n tests passed after 10m 9.7s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
…bt-chat-experience
Summary
This PR contains a general refresh of the design for the chat experience. It has a few main areas of update:
This handles the design debt update in ticket: https://linear.app/n8n/issue/AI-1715/design-debt-improve-visual-hierarchy-of-chat-panel
Screenshots
General new look and feel:

New execute and refine look:

New animations:

Show more user text bubble:

Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)