Skip to content

Commit f06367a

Browse files
authored
docs: highlight agent UI deprecation and code-first rollout date (cube-js#10794)
Move the code-first agent configuration callout to the top of the AI overview page and reframe it as a deprecation notice for UI configuration. Call out that deployments created after April 30, 2026 have it enabled by default, while existing deployments must set CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true manually. Made-with: Cursor
1 parent 60d7306 commit f06367a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs-mintlify/admin/ai/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: Overview
55

66
Every Cube deployment ships with an agent that powers AI features such as [Analytics Chat](/docs/explore-analyze/analytics-chat). You can customize the agent's behavior with rules, certified queries, accessible views, model selection, and memory configuration.
77

8+
<Warning>
9+
Configuring the agent in the UI is **deprecated** in favor of code-first configuration. Cube version 1.6.5 or above is required.
10+
11+
Deployments created after **April 30, 2026** have code-first agent configuration enabled by default. Existing deployments need to opt in by setting `CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true`. The directory path defaults to `agents` and can be overridden with `CUBE_CLOUD_AGENTS_CONFIG_PATH`.
12+
</Warning>
13+
814
## Agent configuration
915

1016
Agent configuration lives in your **Cube data model repository**, alongside your cubes and views. Configuration is defined as YAML and Markdown files under an `agents/` directory in your project:
@@ -25,10 +31,6 @@ your-cube-project/
2531

2632
Storing configuration as code in your repository enables version control, code review, and consistent behavior across environments.
2733

28-
<Info>
29-
Cube version 1.6.5 or above is required. Agent configuration is enabled by setting `CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true`. The directory path defaults to `agents` and can be overridden with `CUBE_CLOUD_AGENTS_CONFIG_PATH`.
30-
</Info>
31-
3234
## Configure the agent
3335

3436
Place agent properties at the root of `agents/config.yml`:

0 commit comments

Comments
 (0)