From 444df394c41142687e0a9ab6d127f96f2fc52f38 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:22:47 -0400 Subject: [PATCH] feat(nx-dev): add Explain with AI to Enterprise and Pro Plans This commit integrates the "Explain with AI" feature into the Enterprise and Pro plans for providing detailed explanations and insights for failed task outputs. It also remove the Nx Workflows mention of the pricing page. It also updates various links within the Hobby plan and modifies plan table descriptions to reflect the accurate feature names. --- .../src/lib/plans/enterprise-plan.tsx | 19 ++++++++++++++++ .../ui-pricing/src/lib/plans/hobby-plan.tsx | 22 ++----------------- .../ui-pricing/src/lib/plans/plan-table.tsx | 19 +++++++--------- nx-dev/ui-pricing/src/lib/plans/pro-plan.tsx | 19 ++++++++++++++++ 4 files changed, 48 insertions(+), 31 deletions(-) diff --git a/nx-dev/ui-pricing/src/lib/plans/enterprise-plan.tsx b/nx-dev/ui-pricing/src/lib/plans/enterprise-plan.tsx index 9a8d93c569327..54ed3686d0d05 100644 --- a/nx-dev/ui-pricing/src/lib/plans/enterprise-plan.tsx +++ b/nx-dev/ui-pricing/src/lib/plans/enterprise-plan.tsx @@ -1,5 +1,6 @@ import { CheckIcon } from '@heroicons/react/24/outline'; import { ButtonLink } from '@nx/nx-dev/ui-common'; +import Link from 'next/link'; const features = [ 'White glove onboarding', @@ -64,6 +65,24 @@ export function EnterprisePlan({ {feature} ))} +
+ + Explain with AI + + : provide detailed explanations and insights for failed task + outputs. +
+
-
- - Nx Workflows - - : full CI replacement{' '} - (Coming Soon) -
-+ + Explain with AI + + : provide detailed explanations and insights for failed task + outputs. +
+