v0.18.0

Wan-Video/Wan2.2v0.18.0Jan 29, 2026by github-actions[bot]

AI Summary

The SDK gains a new lightweight command-line interface (CLI) tool designed for TypeScript-first workflows. This release focuses on adding developer tooling capabilities without disrupting existing functionality.

Key Highlights

  • Launched the new Flowglad CLI package for global installation.
  • Built using the `cac` framework for lightweight, TypeScript-first command handling.
  • Supports Node.js 18.0.0+ with dual ESM/CJS output.
  • Includes documentation available at flowglad.com/docs/cli.

New Features

  • New Flowglad CLI package
  • Global installation support
  • ESM/CJS dual output
  • TypeScript-first command handling

Full Release Notes


### Minor Changes

- eed1758: ### New Flowglad CLI Package

  - [be039709](https://github.com/flowglad/flowglad/commit/be039709): Initial release of the Flowglad CLI package

    - Install globally with `npm install -g flowglad` or run directly with `npx flowglad`
    - Built with `cac` CLI framework for lightweight, TypeScript-first command handling
    - Requires Node.js 18.0.0 or higher
    - Dual ESM/CJS output with TypeScript declarations

  - [95d77db4](https://github.com/flowglad/flowglad/commit/95d77db4): CLI framework and help command implementation
    - `flowglad help` command displays available commands and roadmap
    - Extensible command registration pattern for future commands
    - Foundation for pricing-as-code workflow (login, link, pull, push, deploy coming soon)

  ### Documentation

  Full CLI documentation available at [flowglad.com/docs/cli](https://flowglad.com/docs/cli)

  ## Breaking Changes

  ⚠️ **None** - This is an additive release introducing the new CLI package.

### Patch Changes

- Updated dependencies [eed1758]
  - @flowglad/shared@0.18.0