Add automatic update prompts for out-of-date Cloudflare agent skills - #14872
Add automatic update prompts for out-of-date Cloudflare agent skills#14872dario-piotrowicz wants to merge 1 commit into
Conversation
🦋 Changeset detectedLatest commit: 2278197 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
✅ All changesets look good |
|
Review posted successfully to PR #14872. I reviewed the PR and found one actionable logic bug in The config/env-var opt-out plumbing, validation, changeset, and metrics event additions all look correct and consistent with existing patterns. |
@cloudflare/autoconfig
@cloudflare/config
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
9f8061e to
05e4b46
Compare
|
Codeowners approval required for this PR:
Show detailed file reviewers
|
05e4b46 to
8f3af41
Compare
8f3af41 to
96fa94c
Compare
96fa94c to
bea8684
Compare
bea8684 to
362ad6a
Compare
b0e230a to
debfecc
Compare
debfecc to
b3f4ea4
Compare
b3f4ea4 to
3354b4f
Compare
3354b4f to
130049a
Compare
130049a to
2278197
Compare
Fixes https://jira.cfdata.org/browse/DEVX-2596
We've somewhat recently implemented some logic in Wrangler to, after running some commands from a specific subset, it checks whether the user has Cloudflare Skills installed and if not it asks users wether they'd want Wrangler to install those skills for them.
This PR takes it a small step further. If the user had Wrangler install the Cloudflare Skills for them, then after running one of those commands, it will now check the local Cloudflare Skills against the ones in the Cloudflare repository. If in the repository there are some changes then it will offer the user to update those for them.
A picture of a cute animal (not mandatory, but encouraged)