This repository was archived by the owner on Jul 5, 2026. It is now read-only.
Releases: composablehorizons/composables-cli
Releases · composablehorizons/composables-cli
Release list
0.9.0
Added
- Added
install --client android-studioto install the Composables MCP server in Android Studio. - Introduced a new
docscommand for quick access to Composables UI docs. The responses come straight from https://composables.com/ui/docs
Changed
add modulenow 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 modulenow sets the generated web app title correctly.add modulenow reports a clearer Kotlin version requirement error for unsupported projects.
0.8.1
Added
- Added
composables add moduleto scaffold a new app module group inside an existing Gradle project, including nested
shared,desktopApp,webApp,androidApp, andiosAppmodules based on the selected targets.
Changed
- Renamed the
create-appcommand toinit.
Fixed
- Release publishing now builds the npm package and CLI jar before publishing release artifacts.
v0.7.0
Added
- Newly generated projects now include a
README.mdwith run instructions for each selected target.
Changed
create-appnow generates projects using separateshared,androidApp,desktopApp, andwebAppmodules.- Generated Android apps now use the newer Android KMP project structure and AGP
9.2.1. - Web apps generated by
create-appnow target Wasm with the updatedwasmJssource set layout.
Fixed
targetnow correctly detects the shared Compose module in generated multi-module projects.
v0.6.0
Added
- Introduced the new
create-appcommand 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
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
updatecommand. We are no longer handling CLI updates and instead that is done via NPM.
Fixed
initnow correctly works with absolute output paths.- Generated projects now specify the correct root project name in
settings.gradle.kts.
0.4.6
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
Fixed
- Fixed a bug where the JVM and Web targets would have no sourceset generated.
- Fixed a crash after using the
updatecommand. - 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.