From 814fba98a9ab5e3d2d00dcc036c9173b08be58dd Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 20 Dec 2024 09:18:25 +0100 Subject: [PATCH 1/2] Include info about vs code --- articles/flow/configuration/feature-flags.adoc | 3 +++ articles/tools/copilot/index.adoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 ad992e869f..477533b9b7 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -330,4 +330,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. - While doing AI request your data is not used to train AI model. - +- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. <<{articles}/flow/configuration/feature-flags#,Learn more>> From 3133298521b74f16e9714036a85075ff6e22c89f Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 8 Aug 2025 10:31:24 +0200 Subject: [PATCH 2/2] 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