mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 16:03:27 +00:00
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>
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