Bump cli-compat skills to 0.2.5#5653
Open
simonfaltum wants to merge 1 commit into
Open
Conversation
Co-authored-by: Isaac Signed-off-by: simonfaltum <simon.faltum@databricks.com>
Contributor
Waiting for approvalBased on git history, these people are best suited to review:
Eligible reviewers: Suggestions based on git history. See OWNERS for ownership rules. |
Collaborator
Integration test reportCommit: 8069092
25 interesting tests: 13 SKIP, 7 KNOWN, 5 flaky
Top 21 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
databricks-agent-skillsv0.2.5 shipped (release). Untilcli-compat.jsonpoints at it,databricks aitools installkeeps resolving to 0.2.4, so users don't pick up what landed in 0.2.5 (new Codex + Copilot plugin targets, the Cursor rename, single-source manifest generation, and synced skills).Changes
Bump the highest CLI compat entry (
1.0.0) from skills0.2.4to0.2.5. Only theskillsvalue changes;appkit(0.38.1) is untouched.The older
0.299.2floor stays at skills0.1.5so pre-1.0.0 CLI binaries keep resolving to the last v1-format manifest they understand (norepo_dir), exactly as #5324 established. No new key is added (no breaking change), so all CLI versions >= 1.0.0 (including current 1.4.0) pick up skills 0.2.5 automatically.Test plan
go test ./libs/clicompat/...(valid JSON, semver keys/values, ascending order) plus the validate-generated checks.go test/./taskgates could not run in this environment: the internal Go module proxy returned 502 (upstream unavailable) fordatabricks-sdk-go@v0.147.0(not in the local cache) and the public proxy is blocked. The change is a value-only data edit that preserves every manifest invariant, so it cannot affect those checks.This pull request and its description were written by Isaac.