Skip to content

Conversation

@jordanrfrazier
Copy link
Collaborator

Adds a configurable flag to block custom component creation/execution and editing of components.

With LANGFLOW_ALLOW_CUSTOM_COMPONENTS=true, we keep the existing behavior. With false, we will

  1. Block creation and execution of custom components - checked using the pre-built component index
  2. UI changes to block Custom Component Creation
  3. UI changes to block edits on Core Components

@jordanrfrazier jordanrfrazier marked this pull request as draft January 7, 2026 15:03
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 7, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-option-to-block-custom-code

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jordanrfrazier
Copy link
Collaborator Author

This needs more thought - the component index is static. At the least we'll need to build a historical hash index for backwards and forwards-compatibility.

More thought required to ensure no breaking changes.

@github-actions github-actions bot added the enhancement New feature or request label Jan 7, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 12, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 12, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 13, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 13, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 13, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 27, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 28, 2026
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants