Fixed
- Windows release build no longer fails the runtime
vite buildwith[postcss] Cannot read properties of undefined (reading 'blocklist'). The shared rootpostcss.config.jswas computing the absolute path totailwind.config.tsvianew URL('./tailwind.config.ts', import.meta.url).pathname. On Windows that returns a leading-slash path like/D:/a/nimbalyst/nimbalyst/tailwind.config.ts, which Node's filesystem APIs reject; tailwind silently fails to load its config, and the next reader trips onundefined.blocklistinsidesetupContextUtils.js. Switched tofileURLToPath(new URL(...))so the resolved path is platform-correct.
Commits
- Release v0.60.6
- fix(build): use fileURLToPath for tailwind config so Windows release build does not break
- chore: run typecheck in pre-push hook
- Release v0.60.5
- fix: broken ci
- fix: missed package-lock update
- fix: sdk, collab and math extension package locks
- feat: add lexical math editing and rendering
- fix: update package count and licenses in audit files
- fix: return transcript to virtua with safer selection handling
- fix: unblock mac local build and reduce build warnings
- fix(updater): stop stray git tags from 404ing alpha updates
- fix: stabilize Codex interactive prompt correlation
- fix: preserve Codex thread IDs across blocked turns
- fix: preserve unsaved edits across file renames
- fix(publish): coalesce duplicate runs for the same tag to prevent sdk publish failures
- fix(ai-sessions): render ScheduleWakeup resumes as system markers
- feat(mockuplm): Share to Team collab for mockups and projects
- fix(marketplace): clone-source no longer bricks existing GitHub install, monorepo subdirs match nested release assets
- fix(ai-sessions): stop queued prompts from re-sending on restart and cancel
Downloads
- macOS: Download the .dmg file
- Windows: Download the .exe file
- Linux: Download the .AppImage file