Open
Conversation
Added comprehensive documentation for three new node types: - OutputGallery: thumbnail grid with lightbox viewer for image collections - ImageCompare: side-by-side comparison with draggable slider - PromptConstructor: template-based prompts with @variable interpolation Updated Prompt node documentation: - Variable naming feature for PromptConstructor integration - Expand modal with persistent font size preference Added changelog entries for PR #43: - New node types and their features - AI chat panel for workflow building/editing - Workflow snapshot and revert system - Connection sequence numbering - PromptConstructor expand modal with autocomplete - Bug fixes for PromptNode and PromptConstructor Updated core concepts with new node listings. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
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
This PR updates the documentation to reflect all user-facing changes from node-banana PR #43.
Changes Made
New Node Documentation (pages/nodes.mdx)
Added comprehensive documentation for three new node types:
OutputGallery Node
ImageCompare Node
PromptConstructor Node
Updated Existing Node Documentation
Prompt Node (pages/nodes.mdx):
Changelog Updates (pages/changelog.mdx)
Added new "Unreleased" section with entries for:
Core Concepts Updates (pages/core-concepts.mdx)
Updated the node listing table to include:
Documentation Completeness
I analyzed the actual code changes in PR #43 to ensure all user-facing features are documented:
✅ New Node Types: All three nodes fully documented with features, usage examples, and use cases
✅ Prompt Variable Naming: Integration with PromptConstructor explained
✅ PromptConstructor Features: Autocomplete, expand modal, variable resolution all covered
✅ AI Chat Panel: Mentioned in changelog (core feature for conversational workflow editing)
✅ Workflow Snapshots: Mentioned in changelog (undo system for AI changes)
✅ Connection Improvements: Sequence numbering and auto-connection documented in changelog
✅ Bug Fixes: PromptNode and PromptConstructor fixes included
Files Changed
pages/changelog.mdx- Added "Unreleased" section with 11 new entriespages/nodes.mdx- Added 3 new node sections (~150 lines), updated overview table and Prompt sectionpages/core-concepts.mdx- Updated node listing tableRelated