From 7f4c124592f385a5e2939d41396a35bb7555ed53 Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 20 Dec 2024 09:18:25 +0100 Subject: [PATCH 1/4] Include info about vs code --- articles/flow/configuration/feature-flags.adoc | 3 +++ articles/tools/copilot/index.adoc | 1 + 2 files changed, 4 insertions(+) diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index 771268bb3c..81d640d2da 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -28,6 +28,9 @@ dl code { `masterDetailLayoutComponent`:: A component for building UIs with a horizontally or vertically split pair consisting of a master area and a detail area that can responsively switch to an overlay. <> +`copilotExperimentalFeatures`:: +Experimental, not stable new features of Vaadin Copilot. + == Managing Feature Flags diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index e211e44756..18a5f3e5c3 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -302,3 +302,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. +- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. <<{articles}/flow/configuration/feature-flags#,Learn more>> From 3d6823bfe91177bab7c9ae86e5500fcbcb4da675 Mon Sep 17 00:00:00 2001 From: Russell JT Dyer Date: Mon, 6 Jan 2025 09:28:56 +0100 Subject: [PATCH 2/4] Minor edits. --- articles/tools/copilot/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index 18a5f3e5c3..3b63944ab6 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -302,4 +302,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. -- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. <<{articles}/flow/configuration/feature-flags#,Learn more>> +- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. See the <<{articles}/flow/configuration/feature-flags#,Feature Flags>> page to learn more. From cac6368ded20a5ebf517a4506d63414310ebe548 Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 8 Aug 2025 10:31:24 +0200 Subject: [PATCH 3/4] Apply suggestion from @jouni Co-authored-by: Jouni Koivuviita --- articles/flow/configuration/feature-flags.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index 81d640d2da..da07fb2325 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -29,7 +29,7 @@ dl code { A component for building UIs with a horizontally or vertically split pair consisting of a master area and a detail area that can responsively switch to an overlay. <> `copilotExperimentalFeatures`:: -Experimental, not stable new features of Vaadin Copilot. +Experimental Vaadin Copilot features. == Managing Feature Flags From a23bb4241d01aa2511f74d6c5ad39d517d1f7f7e Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 8 Aug 2025 10:31:35 +0200 Subject: [PATCH 4/4] Apply suggestion from @jouni Co-authored-by: Jouni Koivuviita --- articles/tools/copilot/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index 3b63944ab6..8a204529f7 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -302,4 +302,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. -- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. See the <<{articles}/flow/configuration/feature-flags#,Feature Flags>> page to learn more. +- Experimental Copilot features are available behind the `copilotExperimentalFeatures` feature flag. See <> to learn more.