Skip to content

Promote aitools from experimental to top-level command#4917

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

Promote aitools from experimental to top-level command#4917
jamesbroadhead wants to merge 3 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
jamesbroadhead and others added 2 commits April 8, 2026 14:40
Add the new top-level aitools entry to the expected help output.

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

github-actions bot commented Apr 9, 2026

Approval status: pending

/experimental/aitools/ - needs approval

Files: experimental/aitools/cmd/aitools.go
Teams: @databricks/eng-apps-devex
Suggested: @lennartkats-db

General files (require maintainer)

Files: acceptance/help/output.txt, cmd/cmd.go, cmd/experimental/experimental.go
Based on git history:

  • @simonfaltum -- recent work in experimental/aitools/cmd/, cmd/, acceptance/help/

Any maintainer (@andrewnester, @anton-107, @denik, @pietern, @shreyas-goenka, @simonfaltum) can approve all areas.
See OWNERS for ownership rules.

@simonfaltum
Copy link
Copy Markdown
Member

I think we should move the code itself (the files) out of experimental as part of this as well.

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.

2 participants