Skip to content

Promote aitools from experimental to top-level command#4917

Open
jamesbroadhead wants to merge 2 commits intomainfrom
jbroadhead/aitools-public
Open

Promote aitools from experimental to top-level command#4917
jamesbroadhead wants to merge 2 commits intomainfrom
jbroadhead/aitools-public

Conversation

@jamesbroadhead
Copy link
Copy Markdown

Summary

  • Registers aitools as a top-level databricks aitools command so it's discoverable without the experimental prefix
  • Removes Hidden: true from the aitools cobra command
  • Preserves databricks experimental aitools as a hidden deprecated alias for backward compatibility

The aitools command is feature-complete after the 5-PR series (#4810#4814) that added state tracking, lifecycle commands (install/update/uninstall/list/version), and project scope support. It's ready to graduate from experimental.

Test plan

  • databricks aitools --help shows the command and subcommands
  • databricks experimental aitools --help still works but prints a deprecation warning
  • databricks --help lists aitools in the output
  • Existing aitools tests pass

This pull request was AI-assisted by Isaac.

The aitools command is feature-complete after the 5-PR series (#4810-#4814)
that added state tracking, install/update/uninstall/list/version commands,
and project scope support. Move it to a top-level `databricks aitools`
command so it is discoverable without knowing the `experimental` prefix.

The old `databricks experimental aitools` path is preserved as a hidden
deprecated alias for backward compatibility.

Co-authored-by: Isaac
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Suggested reviewers

Based on git history of the changed files, these people are best suited to review:

  • @fjakobs -- recent work in cmd/experimental/, experimental/aitools/cmd/
  • @simonfaltum -- recent work in experimental/aitools/cmd/, cmd/
  • @arsenyinfo -- recent work in experimental/aitools/cmd/, cmd/experimental/

Confidence: low

Eligible reviewers

Based on OWNERS, these people or teams could also review:

@andrewnester, @anton-107, @databricks/eng-apps-devex, @denik, @lennartkats-db, @pietern, @shreyas-goenka

Suggestions based on git history of 3 changed files (3 scored). See OWNERS for path-specific ownership rules.

@jamesbroadhead jamesbroadhead requested a review from fjakobs April 8, 2026 14:38
Add the new top-level aitools entry to the expected help output.

Co-authored-by: Isaac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant