Skip to content

Commit ff5b0ca

Browse files
arsenyinfoclaude
andauthored
Bump agent skills to v0.1.2 (#4687)
## Summary - Bump `defaultSkillsRepoRef` from `v0.1.1` to `v0.1.2` in the agent skills installer. ## Test plan - [ ] Verify skills installation pulls from the correct tag. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d9a76d3 commit ff5b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/aitools/lib/installer/installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
skillsRepoOwner = "databricks"
2222
skillsRepoName = "databricks-agent-skills"
2323
skillsRepoPath = "skills"
24-
defaultSkillsRepoRef = "v0.1.1"
24+
defaultSkillsRepoRef = "v0.1.2"
2525
)
2626

2727
func getSkillsRef() string {

0 commit comments

Comments
 (0)