create-astro@5.2.3

withastro/astrocreate-astro@5.2.3Jul 27, 2026by astrobot-houston

AI Summary

This patch addresses a critical CLI bug where the scaffolding tool incorrectly writes template files to the wrong directory on Linux systems when project paths contain non-ASCII characters.

Key Highlights

  • Fixes silent file writing errors on Linux for paths with non-ASCII characters.
  • Ensures project templates are generated in the correct directory structure.

Full Release Notes

### Patch Changes

-   [#17423](https://github.com/withastro/astro/pull/17423) [`08e8adb`](https://github.com/withastro/astro/commit/08e8adb697a54c728735ae8c89acc4b87ee0b7f0) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `create-astro` silently writing template files to the wrong directory on Linux when the path contains non-ASCII characters.