v0.28.0
Minor Changes
-
d9210c3: Add Zed editor support
The
initcommand now configures Zed alongside VS Code/Cursor/Windsurf. Creates.zed/settings.jsonwith oxlint and oxfmt LSP settings, enables format-on-save for JS/TS/JSON/CSS/HTML/Markdown/YAML, and prompts to install theoxcextension. -
a49bd3f: Replace tsgo with standard TypeScript compiler (tsc) for type checking
The
typecheckcommand now usestscinstead 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.