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} `;