Skip to content

Commit 929ebe7

Browse files
Bump cli-compat to skills 0.2.10 (#5932)
## Changes Point the aitools skills version at thedatabricks-agent-skills v0.2.10 release, which graduates databricks-data-discovery from experimental/ to stable skills/. --------- Signed-off-by: Lennart Kats <lennart.kats@databricks.com>
1 parent c8c397f commit 929ebe7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/build/cli-compat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"1.0.0": { "appkit": "0.38.1", "skills": "0.2.9" },
2+
"1.0.0": { "appkit": "0.38.1", "skills": "0.2.10" },
33
"0.299.2": { "appkit": "0.24.0", "skills": "0.1.5" }
44
}

libs/aitools/installer/installer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ func TestGetSkillsRefLatestReleaseFallsBackToEmbeddedPin(t *testing.T) {
10731073

10741074
ref, explicit, err := GetSkillsRef(t.Context())
10751075
require.NoError(t, err)
1076-
assert.Equal(t, "v0.2.9", ref)
1076+
assert.Equal(t, "v0.2.10", ref)
10771077
assert.False(t, explicit, "an embedded fallback is not a user pin")
10781078
}
10791079

0 commit comments

Comments
 (0)