Skip to content

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 02:26
· 69 commits to main since this release
632d49b

Minor Changes

  • d9210c3: Add Zed editor support

    The init command now configures Zed alongside VS Code/Cursor/Windsurf. Creates .zed/settings.json with oxlint and oxfmt LSP settings, enables format-on-save for JS/TS/JSON/CSS/HTML/Markdown/YAML, and prompts to install the oxc extension.

  • a49bd3f: Replace tsgo with standard TypeScript compiler (tsc) for type checking

    The typecheck command now uses tsc instead of the experimental @typescript/native-preview (tsgo). This provides better stability and compatibility since tsgo is still in development. Commands no longer require package manager detection to run - they execute tools directly.