ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Jun 8, 2026seen 2d

cloudflare/agents @cloudflare/think@0.8.7

cloudflare/agents

Open original ↗

Captured source

source ↗
published Jun 8, 2026seen 2dcaptured 13hhttp 200method plain

@cloudflare/think@0.8.7

Repository: cloudflare/agents

Tag: @cloudflare/think@0.8.7

Published: 2026-06-08T11:00:58Z

Prerelease: no

Release notes:

Patch Changes

create-think is now fully standalone — it owns the starter-template scaffolding logic and depends only on tiged + yargs, so npm create think no longer installs the entire framework just to copy a template.

think init now has two modes:

  • New project — when --template is given, or when run outside an existing npm project, it delegates to create-think to fetch a complete starter template.
  • Augment in place — when run inside an existing npm project with no --template, it adds Think framework files (agent, Vite/Wrangler config, generated types) and merges dependencies into the current project.

The internal @cloudflare/think/cli export has been removed (its scaffolding logic now lives in create-think).

  • Updated dependencies \[`b1b8268`]:
  • create-think@0.0.3