[AI-BUILDER-17] refactor: create pipe opens to chat only#1436
Merged
kevinkim-ogp merged 1 commit intotrunk/aifrom Mar 10, 2026
Merged
[AI-BUILDER-17] refactor: create pipe opens to chat only#1436kevinkim-ogp merged 1 commit intotrunk/aifrom
kevinkim-ogp merged 1 commit intotrunk/aifrom
Conversation
This was referenced Mar 4, 2026
Contributor
Author
This was referenced Mar 4, 2026
This was referenced Mar 4, 2026
This was referenced Mar 6, 2026
pregnantboy
approved these changes
Mar 9, 2026
3 tasks
3 tasks
Contributor
Author
Merge activity
|
b357dba to
cf2f49d
Compare
kevinkim-ogp
added a commit
that referenced
this pull request
Mar 10, 2026
### TL;DR Removed testing logic for AI builder types and consolidated AI builder modes into a single "ai" mode. ### What changed? - Removed `aiBuilderType` from `AiBuilderContext` and related LaunchDarkly feature flag logic - Consolidated `ai-form` and `ai-chat` modes into a single `ai` mode in the flow creation modal - Updated `FLOW_CREATE_MODE` type to use `'ai'` instead of separate `'ai-chat'` and `'ai-form'` options - AI builder navigation always route to the AI editor page - Removed conditional logic that handled different AI builder variants ### Test Navigate to the flows page and click "Create Pipe" - [ ] Verify the "Build with AI" option works and routes to the AI builder Test creating flows in an Empty Flows page - [ ] Verify the "Build with AI" option works and routes to the AI builder
This was referenced Mar 11, 2026
This was referenced Mar 18, 2026
kevinkim-ogp
added a commit
that referenced
this pull request
Mar 26, 2026
### TL;DR Removed testing logic for AI builder types and consolidated AI builder modes into a single "ai" mode. ### What changed? - Removed `aiBuilderType` from `AiBuilderContext` and related LaunchDarkly feature flag logic - Consolidated `ai-form` and `ai-chat` modes into a single `ai` mode in the flow creation modal - Updated `FLOW_CREATE_MODE` type to use `'ai'` instead of separate `'ai-chat'` and `'ai-form'` options - AI builder navigation always route to the AI editor page - Removed conditional logic that handled different AI builder variants ### Test Navigate to the flows page and click "Create Pipe" - [ ] Verify the "Build with AI" option works and routes to the AI builder Test creating flows in an Empty Flows page - [ ] Verify the "Build with AI" option works and routes to the AI builder
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.

TL;DR
Removed testing logic for AI builder types and consolidated AI builder modes into a single "ai" mode.
What changed?
aiBuilderTypefromAiBuilderContextand related LaunchDarkly feature flag logicai-formandai-chatmodes into a singleaimode in the flow creation modalFLOW_CREATE_MODEtype to use'ai'instead of separate'ai-chat'and'ai-form'optionsTest
Navigate to the flows page and click "Create Pipe"
Test creating flows in an Empty Flows page