cli@0.2.0
Breaking Changes📦 remixView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release removes the deprecated `remix skills` command and improves CLI startup performance by lazy-loading command implementations. New projects now default to using `remix/node-serve`.
⚠️ Breaking Changes
- The `remix skills` command has been removed from the Remix CLI. Users relying on this command must find an alternative workflow.
✨ New Features
- New Remix apps created with `remix new` now default to using `remix/node-serve` as the server.
🐛 Bug Fixes
- Command implementations are now lazy-loaded after CLI command dispatch, preventing unrelated optional command dependencies from loading during startup.