create-think@0.0.4

YassKhazzan/openperplex_backend_oscreate-think@0.0.4Jun 12, 2026by github-actions[bot]

AI Summary

Updates `create-think` to bundle all runtime dependencies into the published output, making the package self-contained and removing the need for transitive dependency resolution.

Key Highlights

  • Bundles `tiged`, `yargs`, and transitive dependencies
  • `npm create think` is now a single download that runs without resolving dependencies
  • Fully self-contained package output

New Features

  • Self-contained installation
  • No dependency resolution required at runtime

Full Release Notes

### Patch Changes

-   [`7bcd1b1`](https://github.com/cloudflare/agents/commit/7bcd1b1a471ec887b781662747a44bf105593efc) Thanks [@threepointone](https://github.com/threepointone)! - Bundle runtime dependencies (`tiged`, `yargs`, and their transitive deps) into the published output. `create-think` now ships as a fully self-contained package, so `npm create think` is a single download that runs without resolving or installing any transitive dependencies.