v0.8.14
kyutai-labs/moshiv0.8.14Jun 10, 2024by littleredcorvette
AI Summary
Fixed issues with autocompletion for ARG names containing tilde and improved performance for the --ticktock flag. Renamed experimental commands and removed deprecated Earthly CI keywords.
Key Highlights
- Fixed autocompletion failing to expand ARG names when referencing targets with ~.
- Improved --ticktock performance for cache key computation and garbage collection.
- Renamed the `github` command to `gha` and added new `ls` and `remove` subcommands.
- Removed `PIPELINE` & `TRIGGER` keywords and associated code for Earthly CI.
Breaking Changes
- Renamed experimental `github` command to `gha`.
- Removed `PIPELINE` & `TRIGGER` keywords and associated code.
New Features
- New `ls` and `remove` subcommands for the `gha` command.
Full Release Notes
### Fixed - Autocompletion failed to expand ARG names when referencing a target containing a `~`. - Improved `--ticktock` performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands. ### Changed - Renamed experimental `github` command to `gha`, and introduced new `ls` and `remove` subcommands. ### Removed - Removed `PIPELINE` & `TRIGGER` keywords and associated code relating to formerly deprecated Earthly CI. ### Additional Info - This release includes changes to buildkit