chore(deps): update all non-major dependencies to >=0.14.5#274
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update all non-major dependencies to >=0.14.5#274renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
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.
This PR contains the following updates:
>=0.14.4→>=0.14.5Release Notes
cloudflare/agents (agents)
v0.14.5Compare Source
Patch Changes
#1613
124a47aThanks @threepointone! - Introduce the first Think framework layer for convention-driven agent apps.This release adds a manifest-driven Vite plugin that discovers agents from the
agents/directory, generates a Worker entrypoint and virtual frameworkmodules, derives stable Durable Object class names, and merges framework-owned
Worker config defaults with user Wrangler config. It also keeps the Think Vite
plugin usable directly in normal Vite plugin arrays.
The framework now supports optional app server entries, manifest-scoped friendly
agent and sub-agent routing, deterministic route surfaces, colocated skill
detection, Worker Loader requirement diagnostics, and explicit diagnostics for
unsupported nested sub-agent conventions. Think currently supports top-level
agents and one sub-agent layer; deeper nesting is rejected with guidance so that
the routing and lifecycle model can be designed deliberately.
This framework layer is experimental: both the Vite plugin (once, on build
start) and the
thinkCLI (on startup) emit a notice that the API may changeor be removed in any release. The core Think agent runtime is unchanged.
The Think CLI now includes
think init,think inspect, andthink types.think initscaffolds a minimal Workers/Vite Think app, safely handles promptedor named target directories, refuses unsafe migrations, and installs npm
dependencies by default.
think inspectexposes manifest/config diagnostics intext or JSON, while
think typesgenerates Think-owned declarations and canoptionally compose with Wrangler type generation.
This release also adds host-framework coverage for React Router and TanStack
Start, updates examples to use the convention-first framework shape, and hardens
Agents/worker-bundler virtual modules for bundled skill compatibility.
#1613
124a47aThanks @threepointone! - Compile skill scripts ahead of time and remove the in-Worker bundler (drops ~14MB ofesbuild-wasmfrom Worker bundles).Skill scripts are now always compiled to self-contained JavaScript before they run, and the runtime no longer ships an in-Worker bundler (
@cloudflare/worker-bundleris no longer a dependency ofagents):scripts/*.ts/.tsx/.js/.mjs) with esbuild at build time — resolving sibling imports and stripping TypeScript — and marks themprecompiled.compileSkillScripthelper is exported fromagents/skills/compilefor use in your publish/upload tooling.Breaking: if you ship raw TypeScript or multi-file skill scripts to R2 (or another dynamic source) and relied on the in-Worker bundler to compile them at runtime, bundle them ahead of time (e.g. with
compileSkillScript) before upload. Bundled skills handled by the Vite plugin require no changes. The previously-addedstubWorkerBundleroption has been removed (there is nothing left to stub).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.