Windmill enables CLI users to test flows with local scripts during preview, streamlining development workflows. A practical improvement for builders iterating on automation logic.

Test flow orchestration logic locally without deployment delays, accelerating iteration for multi-step automation development.
Signal analysis
Here at Lead AI Dot Dev, we tracked Windmill's v1.660.0 release, which addresses a friction point in local development cycles. The update (#8365) enables the CLI to reference and execute local scripts when previewing flows - meaning you can test automation logic against actual code running on your machine before deploying.
Previously, flow preview required either deployed scripts or workarounds to test with local code. Now the CLI bridges that gap. This is a direct response to how builders actually work: iterating rapidly on local machines, then promoting to production environments.
The friction point being solved is real: testing flow logic in Windmill previously required either committing changes or deploying preview versions. For builders running tight iteration loops, this adds latency to feedback cycles.
With local script execution in preview, your workflow becomes: write code locally - test it in flow context immediately - refine - commit when confident. This reduces cycle time significantly for debugging complex automation logic where the flow orchestration matters as much as individual script logic.
The scope is intentionally narrow. This isn't a full local runtime environment - it's specifically about using local scripts when previewing flows. That's actually the right design decision. It solves the immediate problem without building unnecessary infrastructure.
This feature benefits specific workflows. If you're building flows with multiple custom scripts that need orchestration testing, local preview becomes essential. It's particularly valuable when scripts interact with each other or when the flow's conditional logic depends on script outputs.
Consider using local script preview when: you're in active development of a new flow, you're debugging why a flow behaves differently than expected scripts run in a certain order, or you need to test error handling in orchestration logic. It's less critical for simple single-script flows or when you have a robust staging environment.
One caveat: local preview still has limitations. External dependencies, data connections, and environment variables need to be handled carefully. This isn't a replacement for full integration testing - it's an acceleration tool for the most common iteration pattern.
Windmill continues positioning itself in the workflow automation space with pragmatic developer-first improvements. This release shows they're listening to actual usage patterns - not building feature theater, but solving real iteration friction.
The smaller scope of this update (focused CLI improvement vs. major new feature) suggests Windmill is in stabilization mode. They're addressing the gaps between 'works in isolation' and 'works in production workflows.' That's healthy product maturity.
For builders evaluating workflow automation tools, this signals Windmill's commitment to the development experience, not just the final runtime. They understand that better local tooling reduces overall deployment friction. This compounds over time - small workflow improvements add up to significantly faster iteration.Thank you for listening, Lead AI Dot Dev
Best use cases
Open the scenarios below to see where this shift creates the clearest practical advantage.
One concise email with the releases, workflow changes, and AI dev moves worth paying attention to.
More updates in the same lane.
Mistral Forge allows organizations to convert proprietary knowledge into custom AI models, enhancing enterprise capabilities.
Version 8.1 of the MongoDB Entity Framework Core Provider brings essential updates. This article analyzes the implications for builders.
The latest @composio/core update enhances Toolrouter with custom tool integration, expanding flexibility for developers.