Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

4 posts tagged with "Windmill AI"

View All Tags

AI Flow Chat

AI ChatWindmill AIFlow editorv1.495.0

The flow builder includes an integrated AI chat panel that lets you create and modify flows using natural language. Just describe what you want to achieve, and the AI will build the flow for you, step by step.

New features

  • Uses scripts from your workspace and the Windmill Hub or generates new ones when needed
  • Updates flow inputs and connects steps automatically using context from the flow
  • Sets up loops and branches with suitable iterator expressions and conditions based on the flow data

AI chat assistant

AI ChatWindmill AICustom AI modelv1.480.0

The script editor now includes an integrated AI Chat Panel designed to assist with coding tasks. The assistant can generate code, fix issues, suggest improvements, add documentation, and more — all in a conversational interface.

New features

  • AI chat panel embedded in the script editor
  • Granular apply/reject controls to accept or discard individual parts of AI-generated code
  • Include context elements like database schemas, deployed script diffs, and runtime errors
  • Quick actions for common tasks such as bug fixing, refactoring, and documentation
  • AI code suggestions that completes code snippets based on neighboring context, not just at the cursor
  • Support for any AI model including self-hosted/custom base URL (now part of the community edition!)

Windmill AI has been upgrading from GPT 4 and GPT-3.5-turbo to GPT-4o

New features

  • Faster execution.
  • You do not need to change your existing OpenAI resource.

Flow & metadata copilot

Windmill AIFlow editorScript editorv1.270.0

The Flow & metadata copilot is an assistant powered by an OpenAI resource that simplifies your script & flows building experience by population fields (summaries, descriptions, step input expressions) automatically based on context and prompts.

New features

  • Fills summary of script & flow steps.
  • Links flow step inputs to previous steps results.
  • Fills flow loops iterator expressions from context.
  • Completes branches predicate expressions from prompts.
  • Defines CRON schedules from prompts.