Description
Following the introduction of the ai platform feature flag in the main application (link to PR), the docker-compose default configuration should explicitly include this option.
The flag defaults to true when not present in configuration, so existing deployments are unaffected. However, it should be surfaced explicitly in the default config so that customers are aware of the option and can easily opt out by setting it to false.
Expected addition to config:
This flag acts as a global gate for all AI functionality on the platform. When set to false, all AI features are disabled regardless of individual feature configuration (assistant, expert, inline completions, snapshot descriptions).
Epic/Story
No response
Description
Following the introduction of the
aiplatform feature flag in the main application (link to PR), the docker-compose default configuration should explicitly include this option.The flag defaults to
truewhen not present in configuration, so existing deployments are unaffected. However, it should be surfaced explicitly in the default config so that customers are aware of the option and can easily opt out by setting it tofalse.Expected addition to config:
This flag acts as a global gate for all AI functionality on the platform. When set to false, all AI features are disabled regardless of individual feature configuration (assistant, expert, inline completions, snapshot descriptions).
Epic/Story
No response