Conversation
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.
Deploying the starter on Wrangler 4.113 or newer fails with
The "legacy_env" field is no longer supported. The pinned@cloudflare/vite-plugin@1.42.3writes"legacy_env": trueinto the generateddist/*/wrangler.json, a field Wrangler has since removed.Upgrading
agents,@cloudflare/ai-chat,@cloudflare/vite-pluginandwranglerto their current releases fixes this, since the newer plugin no longer emits the field.The upgrade also drops the direct
@cloudflare/workers-typesdependency in favor of types generated bywrangler types, avoiding a peer conflict between Wrangler (wants version 5) andpartyserver(wants version 4); the generatedenv.d.tsis committed so a fresh clone type-checks without a build.The same change realigns the template with the reference chat example in
cloudflare/agents:kimi-k2.7-codemodel, waits for tool servers to reconnect after hibernation, prunes old reasoning, and allows more steps per turn.data-theme="workers"attribute is removed, and the README documents thatnpm run devneeds a Cloudflare login because Workers AI has no local simulator.