Files
windmill/frontend
Ruben FiszelandClaude Opus 4.8 b402b15432 refactor: drop claude template preflight, rely on SDK's own missing-binary error
The runtime existsSync guard + multi-line throw was bloat in a user-facing
template. The claude-agent-sdk already preflights pathToClaudeCodeExecutable
and throws a clear "Claude Code executable not found at /usr/bin/claude.
Please ensure Claude Code is installed..." when it's absent, so the guard was
redundant. A stub binary would be worse: it makes the path exist, so the SDK
spawns it, and since the SDK sets child stderr to "ignore" by default the
stub's message is discarded, leaving only an opaque "exited with code 127".

Keep only a two-line header comment documenting the worker-init-script install
step (the SDK error says "native installer", not Windmill's init scripts).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 10:46:36 +00:00
..
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2026-03-18 11:38:22 +00:00

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