mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
* update: bump Svelte ecosystem to latest Vite 7-compatible versions Bump svelte (5.39→5.53), @sveltejs/kit (2.49→2.53), vite-plugin-svelte (6.2.1→6.2.4), svelte-check (4.3→4.4), @sveltejs/package (2.5.4→2.5.7). Stays on vite-plugin-svelte 6.x to avoid requiring Vite 8. Fix DucklakeSettings.svelte missing lang="ts" on instance script tag (new compiler rejects import type syntax in plain JS blocks). Fix getCurrentModel race condition where changeMode was called reactively before copilot info loaded, causing "No model selected" error on init. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: move early return guard before mode assignment in changeMode Avoid inconsistent state where this.mode is set to SCRIPT but systemMessage/tools/helpers are stale from the previous mode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Windmill frontend
The Windmill frontend written in Svelte 5 + Tailwind CSS
The frontend is under AGPL, see the LICENSE file at the root of this repo