From 4ca1f4333a66ef66474410f46b1fcbc7923a5843 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 29 Apr 2026 15:43:51 +0000 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20track=20aitools=20rename=20?= =?UTF-8?q?=E2=80=94=20'experimental=20aitools=20install'=20=E2=86=92=20'a?= =?UTF-8?q?itools=20install'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirrors the CLI change in databricks/cli#4917 which promotes the aitools skills-management surface (install/update/uninstall/list/ version/skills) from `databricks experimental aitools` to top-level `databricks aitools`. The old `experimental aitools install` path still works in the CLI (prints a deprecation warning) but new docs should use the top-level form. Note: the `databricks experimental aitools tools …` subtree (query, discover-schema, get-default-warehouse, statement) intentionally stays under experimental — appkit doesn't reference any of those, so nothing else to update here. Co-authored-by: Isaac --- docs/docs/index.md | 2 +- packages/shared/src/cli/commands/setup.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index ef7a657cc..3145990a3 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -38,7 +38,7 @@ Databricks AppKit is designed to work with AI coding assistants through Agent Sk Install Agent Skills and configure it for use with your preferred AI assistant: ```bash -databricks experimental aitools install +databricks aitools install ``` Once configured for your development environment, you can use your AI assistant to create and deploy new Databricks applications, as well as to iteratively evolve your app's codebase. diff --git a/packages/shared/src/cli/commands/setup.ts b/packages/shared/src/cli/commands/setup.ts index 339c2c3a8..c72e661eb 100644 --- a/packages/shared/src/cli/commands/setup.ts +++ b/packages/shared/src/cli/commands/setup.ts @@ -58,7 +58,7 @@ ${links} For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: \`\`\`bash -databricks experimental aitools install +databricks aitools install \`\`\` ${SECTION_END}`; } @@ -88,7 +88,7 @@ ${links} For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills: \`\`\`bash -databricks experimental aitools install +databricks aitools install \`\`\` ${SECTION_END} `; From a70e2d8f04447af7566db0b22cfb485a7050aca8 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 21 May 2026 11:04:29 +0200 Subject: [PATCH 2/3] docs: update missed 'experimental aitools install' reference Signed-off-by: Pawel Kosiec --- docs/docs/development/ai-assisted-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/ai-assisted-development.mdx b/docs/docs/development/ai-assisted-development.mdx index d04e6edb1..5e7ff90ed 100644 --- a/docs/docs/development/ai-assisted-development.mdx +++ b/docs/docs/development/ai-assisted-development.mdx @@ -15,7 +15,7 @@ AppKit integrates with AI coding assistants through the Agent Skills. To install the Databricks Agent Skills for your preferred AI assistant, run: ```bash -databricks experimental aitools install +databricks aitools install ``` ## Skills capabilities From f5f7633daf26fb50c24bb41b1428aa89cb078933 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 21 May 2026 11:11:17 +0200 Subject: [PATCH 3/3] docs: bump minimum Databricks CLI version to v1.0.0 Signed-off-by: Pawel Kosiec --- docs/docs/_prerequisites.mdx | 2 +- docs/docs/development/_prerequisites_app.mdx | 2 +- docs/docs/plugins/lakebase.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/_prerequisites.mdx b/docs/docs/_prerequisites.mdx index 5844c1d96..1b5d4a3d0 100644 --- a/docs/docs/_prerequisites.mdx +++ b/docs/docs/_prerequisites.mdx @@ -1,4 +1,4 @@ ## Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). diff --git a/docs/docs/development/_prerequisites_app.mdx b/docs/docs/development/_prerequisites_app.mdx index 7a74f13dc..9b2dfae83 100644 --- a/docs/docs/development/_prerequisites_app.mdx +++ b/docs/docs/development/_prerequisites_app.mdx @@ -1,5 +1,5 @@ ## Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). - A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details. diff --git a/docs/docs/plugins/lakebase.md b/docs/docs/plugins/lakebase.md index e6d728f9b..d3f77e78d 100644 --- a/docs/docs/plugins/lakebase.md +++ b/docs/docs/plugins/lakebase.md @@ -20,7 +20,7 @@ The easiest way to get started with the Lakebase plugin is to use the Databricks ### Prerequisites - [Node.js](https://nodejs.org) v22+ environment with `npm` -- Databricks CLI (v0.295.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). +- Databricks CLI (v1.0.0 or higher): install and configure it according to the [official tutorial](https://docs.databricks.com/aws/en/dev-tools/cli/tutorial). - A new Databricks app with AppKit installed. See [Bootstrap a new Databricks app](../index.md#quick-start-options) for more details. ### Steps