From 306f36c284b6f5ff757739da51dd3dc74b140f97 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 29 Apr 2026 15:43:51 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20track=20aitools=20rename=20=E2=80=94=20?= =?UTF-8?q?'experimental=20aitools=20install'=20=E2=86=92=20'aitools=20ins?= =?UTF-8?q?tall'?= 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} `;