[AIGTWY-4690] Make Databricks AI Tools install opt-in, not default - #664
Merged
Merged
Conversation
david-siqi-liu
force-pushed
the
david/remove-dbx-ai-tools
branch
from
September 16, 2026 00:22
146ad37 to
4891a7b
Compare
david-siqi-liu
force-pushed
the
david/remove-dbx-ai-tools
branch
3 times, most recently
from
September 16, 2026 02:55
1924f0a to
446a9fa
Compare
rohita5l
reviewed
Sep 16, 2026
rohita5l
approved these changes
Sep 16, 2026
david-siqi-liu
force-pushed
the
david/remove-dbx-ai-tools
branch
from
September 16, 2026 14:41
446a9fa to
07b616d
Compare
Managed and scripted `ug configure` runs installed Databricks AI Tools for the configured agents by default (opt-out). That slowed launches and could fail outright (AIGTWY-4690), even though the managed config never asked for it. Change the install to two rules: - If the workspace has an admin-managed config, skip the install entirely (even when explicitly enabled). The admin's config governs the workspace; a managed-config option for AI Tools can come later. - Otherwise it is opt-in: install only when explicitly enabled via `--enable-databricks-ai-tools`. The flag pair is kept, not deprecated. Details: - The install chokepoint checks the opt-in flag, then skips under a managed config (with a note to the user). - `configure_shared_state` defaults `databricks_ai_tools_enabled` to off. A True persisted by an opt-out-era configure is a stale default, not a standing opt-in, so it is not carried forward; upgraded users stop auto-installing. - The interactive "Configure MCP servers, skills, and plugins?" prompt is unchanged and remains the explicit opt-in for interactive runs. Co-authored-by: Isaac <no-reply@databricks.com>
david-siqi-liu
force-pushed
the
david/remove-dbx-ai-tools
branch
from
September 16, 2026 14:47
07b616d to
569a203
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ug configureauto-installed Databricks AI Tools for the configured agents (opt-out), which slowed managed launches and could fail (AIGTWY-4690). This makes the install off by default, with two rules:--enable.--enable-databricks-ai-tools(the flag pair is kept, not deprecated).The launch path never installs, and the interactive "Configure MCP servers, skills, and plugins?" prompt is unchanged.
This pull request and its description were written by Isaac.