-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: copilot feature flags info update #4037
base: latest
Are you sure you want to change the base?
Conversation
@@ -281,3 +281,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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. 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. | |
- Experimental Copilot features are available behind the `copilotExperimentalFeatures` feature flag. See <</flow/configuration/feature-flags#,Feature Flags>> to learn more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we list what those experimental features are? Now the reader is left guessing, without any incentive to enable this flag except pure curiosity.
Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more.] | ||
`copilotExperimentalFeatures`:: | ||
Experimental, not stable new features of Vaadin Copilot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more.] | |
`copilotExperimentalFeatures`:: | |
Experimental, not stable new features of Vaadin Copilot. | |
Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more] | |
`copilotExperimentalFeatures`:: | |
Experimental Vaadin Copilot features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we provide a "Learn more" link for experimental Copilot features?
As in title
side note: don't care about commit message ;-)