mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
The conversations list took a boolean `include_test`; it now takes `kind` — test, deployed or all — defaulting to deployed, and the flow editor asks for its own test chats. The sidebar's filter is a three-way toggle behind an icon-only button. Chat mode's two contracts are visible and held rather than hidden: the flow's `user_message` input shows in the Inputs tab through a new `lockedArgs`, which renders a field without a rename or delete affordance and with its type fixed, and an AI agent's memory selector is disabled while chat mode is on, with the reason above it — chat mode keys the history on the conversation, so an agent left on `off` would forget every turn. Enabling chat mode now moves an existing agent off `off`, and a step already sitting there keeps its selector so it can be moved back. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QN7VboDEm9HAB1t4sMxMdE
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.