chore: Update display names and categories for text nodes (CORE-155)#13712
chore: Update display names and categories for text nodes (CORE-155)#13712alexisrolland merged 4 commits intomasterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis pull request updates schema metadata for string-related nodes in two files. In comfy_extras/nodes_primitive.py, 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@comfy_extras/nodes_string.py`:
- Line 347: The search_aliases list contains a duplicate entry "regex replace";
open the definition of search_aliases in comfy_extras/nodes_string.py (the
search_aliases array) and remove the duplicated "regex replace" entry so each
alias appears only once, preserving the other aliases like "regex", "pattern
replace", and "substitution".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2ff46ce7-72bf-43a8-822e-5fee7e46e780
📒 Files selected for processing (2)
comfy_extras/nodes_primitive.pycomfy_extras/nodes_string.py
rattus128
left a comment
There was a problem hiding this comment.
Just the one small correction that rabbit found for me.
Thanks fixed! |
Second pass of clean-up on native nodes display names and categories (first pass here: #13693).
Loosely following the dominant pattern
textcategoryutils/textcategory to roottextcategory