In non-interactive mode remove the skills installation message#14162
Conversation
🦋 Changeset detectedLatest commit: b960f6c The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
|
No remaining references to the removed message. The change is clean and correct:
The only thing I'd note is a stale test name at line 325 ("logs info and sends skills_install_skipped when TTY is false"), which no longer reflects the behavior since nothing is logged anymore. But that's a documentation/naming nit, not a logic, security, or correctness issue, and my instructions are to be pragmatic and not nitpick. There are no actionable issues. LGTM |
|
✅ All changesets look good |
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
@cloudflare/wrangler-bundler
commit: |
|
Codeowners approval required for this PR:
Show detailed file reviewers |
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
Fixes #14144
When Wrangler run in non interactive mode and it detected agents that it could install skills for, it would print a message such as:
Cloudflare agent skills are available for: <DETECTED_AGENTS>. Run wrangler in an interactive terminal to install them, or use '--install-skills' to install without prompting.This message seems to be confusing and unhelpful so this PR removes it.
A picture of a cute animal (not mandatory, but encouraged)