v0.1.1

ace-step/ACE-Step-1.5v0.1.1Feb 19, 2026by ChuxiJ

AI Summary

A significant update focusing on refactoring the handler logic into mixins, introducing a new Studio UI, and adding cross-platform support.

Key Highlights

  • Implemented new Studio UI
  • Refactored handler logic into focused mixins
  • Added cross-platform interactive manual launch scripts
  • Fixed stale UI state on mode switch

New Features

  • New Studio UI
  • Cross-platform interactive manual launch scripts

Full Release Notes

## What's Changed
* Refactor(handler part 14): split initialize_service into focused init-service mixins and expand unit coverage by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/617
* Refactor(handler part 15): extract training preset switching into dedicated mixin by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/620
* Refactor(handler part 16): extract service_generate into dedicated mixin + normalize legacy encoding messages by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/621
* Refactor(handler part 17): extract MLX helper mixins by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/625
* Implemented new Studio UI by @goedzo in https://github.com/ace-step/ACE-Step-1.5/pull/627
* Refactor(handler): decompose generate_music orchestration (part 18) by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/626
* Refactor(handler part 19): final facade cleanup post 17/18 by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/628
* fix: pass project_root instead of checkpoint dir to initialize_service by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/637
* Add cross-platform interactive manual launch scripts by @orlagno in https://github.com/ace-step/ACE-Step-1.5/pull/636
* fix: clear stale UI state on mode switch to prevent remix noise bug by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/638

## New Contributors
* @orlagno made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/636

**Full Changelog**: https://github.com/ace-step/ACE-Step-1.5/compare/v0.1.0...v0.1.1