Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Releases: composablehorizons/composables-cli

0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 05:15

Added

  • Added install --client android-studio to install the Composables MCP server in Android Studio.
  • Introduced a new docs command for quick access to Composables UI docs. The responses come straight from https://composables.com/ui/docs

Changed

  • add module now infers host project conventions when wiring new modules into an existing project.
  • Newly generated apps now set the desktop window title from the app name.
  • Newly generated apps now preload Wasm assets in production for faster browser startup.
  • Newly generated apps now include the URI painter dependency by default.
  • Generated Android apps now use the newer AGP application DSL.

Fixed

  • add module now sets the generated web app title correctly.
  • add module now reports a clearer Kotlin version requirement error for unsupported projects.

0.8.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:40

Added

  • Added composables add module to scaffold a new app module group inside an existing Gradle project, including nested
    shared, desktopApp, webApp, androidApp, and iosApp modules based on the selected targets.

Changed

  • Renamed the create-app command to init.

Fixed

  • Release publishing now builds the npm package and CLI jar before publishing release artifacts.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:13

Added

  • Newly generated projects now include a README.md with run instructions for each selected target.

Changed

  • create-app now generates projects using separate shared, androidApp, desktopApp, and webApp modules.
  • Generated Android apps now use the newer Android KMP project structure and AGP 9.2.1.
  • Web apps generated by create-app now target Wasm with the updated wasmJs source set layout.

Fixed

  • target now correctly detects the shared Compose module in generated multi-module projects.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 06:13

Added

  • Introduced the new create-app command to build apps. It is optimized for LLMs used as it exposes various params, the
    LLMs can query and create apps in one go.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 08:07

Added

  • The CLI is now distributed via NPM and you can install it on Mac, Windows and Linux using npm install -g composables-cli.
  • Added support for Windows and Linux.

Removed

  • Removed the update command. We are no longer handling CLI updates and instead that is done via NPM.

Fixed

  • init now correctly works with absolute output paths.
  • Generated projects now specify the correct root project name in settings.gradle.kts.

0.4.6

Choose a tag to compare

@github-actions github-actions released this 18 Jun 04:55

Added

  • The default component library in created apps is now Composables UI.
  • WASM and JS apps are now preloaded for faster browser loading speed.
  • Testing infrastructure.

Changed

0.4.5

Choose a tag to compare

@github-actions github-actions released this 10 Dec 17:09

Fixed

  • Fixed a bug where the JVM and Web targets would have no sourceset generated.
  • Fixed a crash after using the update command.
  • Fixed an issue where entering a prompt would be slower than normal.
  • Fixed the displayed output directory when creating apps or modules.
  • Fixed some blank new lines in the CLI output.

0.4.4

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:54
Release 0.4.4

0.4.3

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:17
Release 0.4.3

0.4.2

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:01
Release 0.4.2