docs(user-guide): document assistant panel and per-workflow integration scope - #363
Merged
alezander86 merged 2 commits intoSep 3, 2026
Conversation
Owner
|
[AUTO_CLOSE_WARNING] ⏰ This pull request is older than 7 days and will be automatically closed in 1 more days (when it reaches 14 days old)! To maintain this PR, either convert it to Draft or complete your changes and merge. |
…on scope Add the assistant panel opened from a workflow: what it shows, which nodes open it, and how a personal integration is selected from it. Document the per-workflow scope for personal integration settings, the "Apply to the whole assistant, not just this workflow" checkbox and its defaults, the runtime resolution order, and how cloning and other users are affected. Rework Automatic Credentials Lookup into the three author decisions per integration slot, including "lookup off with nothing pinned" meaning No integration, and note that unpinned slots do not block workflow saving. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
…tings State on the Integrations page that a personal selection saved from the assistant panel of a workflow applies to that workflow only unless the scope checkbox is selected, and that it wins over the assistant-scoped selection when the workflow runs. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
alezander86
force-pushed
the
docs/assistant-panel-in-executions
branch
from
September 3, 2026 08:11
e3c35f6 to
eea6f5a
Compare
alezander86
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the assistant panel opened from a workflow, the per-workflow scope for personal integration settings, and the integration slot model that scope depends on.
Changes
user-guide/workflows/assistant-panel-in-executions.md: opening the panel, which nodes open it, what it shows, selecting a personal integration, and where that selection applies (workflow scope vs assistant scope, checkbox defaults, resolution order, other users, cloning)Testing
npm startQuality Checks
npm run checkpasses (typecheck + lint + commitlint)<text>must be`<text>`)static/img/)Additional Notes
Verified via
npm run build(which fails on broken internal links and invalid sidebar IDs) rather than anpm startsession, so the unchecked boxes above are visual checks that were not performed in a browser.