Skip to content

[AI-BUILDER-17] refactor: create pipe opens to chat only#1436

Merged
kevinkim-ogp merged 1 commit intotrunk/aifrom
ai-builder/refactor-create-chat-only
Mar 10, 2026
Merged

[AI-BUILDER-17] refactor: create pipe opens to chat only#1436
kevinkim-ogp merged 1 commit intotrunk/aifrom
ai-builder/refactor-create-chat-only

Conversation

@kevinkim-ogp
Copy link
Copy Markdown
Contributor

@kevinkim-ogp kevinkim-ogp commented Mar 4, 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

Copy link
Copy Markdown
Contributor Author

kevinkim-ogp commented Mar 4, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kevinkim-ogp kevinkim-ogp changed the base branch from ai-builder/refactor-chat-api to graphite-base/1436 March 10, 2026 09:15
Copy link
Copy Markdown
Contributor Author

kevinkim-ogp commented Mar 10, 2026

Merge activity

  • Mar 10, 9:17 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Mar 10, 9:19 AM UTC: Graphite rebased this pull request as part of a merge.
  • Mar 10, 9:19 AM UTC: @kevinkim-ogp merged this pull request with Graphite.

@kevinkim-ogp kevinkim-ogp changed the base branch from graphite-base/1436 to trunk/ai March 10, 2026 09:17
@kevinkim-ogp kevinkim-ogp force-pushed the ai-builder/refactor-create-chat-only branch from b357dba to cf2f49d Compare March 10, 2026 09:18
@kevinkim-ogp kevinkim-ogp merged commit 6a49220 into trunk/ai Mar 10, 2026
2 checks passed
@kevinkim-ogp kevinkim-ogp deleted the ai-builder/refactor-create-chat-only branch March 10, 2026 09:19
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants