From fc47140b3d0187327a686c127701d22dbefe559f Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Sun, 24 May 2026 21:12:09 +0000 Subject: [PATCH 1/2] Bump cli-compat skills to 0.2.0 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 --- internal/build/cli-compat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/build/cli-compat.json b/internal/build/cli-compat.json index 8458180432..af7635aaa4 100644 --- a/internal/build/cli-compat.json +++ b/internal/build/cli-compat.json @@ -1,4 +1,4 @@ { - "1.0.0": { "appkit": "0.38.0", "skills": "0.1.5" }, + "1.0.0": { "appkit": "0.38.0", "skills": "0.2.0" }, "0.300.0": { "appkit": "0.24.0", "skills": "0.1.5" } } From c7ab31e7f47fbb4f810614579e87372e47df462f Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Tue, 26 May 2026 09:00:31 +0000 Subject: [PATCH 2/2] Re-trigger CI: integration test flakes unrelated to the diff Previous Integration Tests run failed on TestAccept/bundle/resources/* and TestFsCp* on aws-prod-ucws-is/dbr and gcp-prod-is runners. The diff only changes the skills version in cli-compat.json, which is read by `aitools install` and unrelated to those tests. The same cli-isolated-pr workflow has been flaking on main independently. Co-authored-by: Isaac