Skip to content

Bump cli-compat skills to 0.2.0#5324

Open
jamesbroadhead wants to merge 1 commit into
mainfrom
jb/bump-cli-compat-skills-0.2.0
Open

Bump cli-compat skills to 0.2.0#5324
jamesbroadhead wants to merge 1 commit into
mainfrom
jb/bump-cli-compat-skills-0.2.0

Conversation

@jamesbroadhead
Copy link
Copy Markdown
Contributor

Summary

  • Update cli-compat.json to point CLI version 1.0.0 at Agent Skills 0.2.0 (from 0.1.5).
  • The 0.300.0 entry stays at skills 0.1.5 so older CLI binaries keep resolving to a tag whose manifest format they understand (no repo_dir).

Why

databricks-agent-skills v0.2.0 introduces the new manifest layout with repo_dir: "skills" vs repo_dir: "experimental" per skill (replacing the dropped experimental boolean) and ships 18 experimental skills under experimental/. Until this bump lands, databricks aitools install --experimental resolves to v0.1.5 and finds nothing experimental — users have to set DATABRICKS_SKILLS_REF=main as a workaround.

The CLI installer already understands repo_dir (SkillMeta.IsExperimental() in libs/aitools/installer/installer.go), so no code change is needed — only the version pin.

Test plan

  • CI passes (go test ./libs/clicompat/...)

This pull request and its description were written by Isaac.

Pulls in the new experimental skills (18 skills under repo_dir=experimental)
released in databricks-agent-skills v0.2.0, so `databricks aitools install
--experimental` resolves them without DATABRICKS_SKILLS_REF=main.

The 0.300.0 entry stays at skills 0.1.5 for older CLI binaries.

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

Waiting for approval

Based on git history, these people are best suited to review:

  • @pkosiec -- recent work in internal/build/

Eligible reviewers: @Divyansh-db, @MarioCadenas, @Shridhad, @arsenyinfo, @atilafassina, @calvarjorge, @chrisst, @ditadi, @fjakobs, @hectorcast-db, @igrekun, @keugenek, @mihaimitrea-db, @parthban-db, @pffigueiredo, @rauchy, @renaudhartert-db, @simonfaltum, @tanmay-db, @tejaskochar-db

Suggestions based on git history. See OWNERS for ownership rules.

@jamesbroadhead jamesbroadhead deployed to test-trigger-is May 24, 2026 21:13 — with GitHub Actions Active
@eng-dev-ecosystem-bot
Copy link
Copy Markdown
Collaborator

Commit: fc47140

Run: 26372918714

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