Devdatta Talele
Devdatta Talele
## Summary Resolves drag-and-drop functionality failures when the application is served via Cloudflare Tunnel by implementing a robust MIME type fallback system. ## Problem Statement Users reported that dragging blocks...
## Summary Resolves account creation failures caused by `crypto.randomUUID()` in insecure HTTP contexts and optimizes Docker resource usage. ## Problem Statement Users reported multiple issues with account creation: - "Failed...
- Add detection for request_human_help alongside other tools in generateAction - Remove other tool calls when request_human_help is present to prevent model provider errors - Update routeGeneratedAction to handle multiple...
## Summary Fixes issue #299 where the Ollama client fails with `'generator' object has no attribute 'raw_response'` error when using `stream=True`. ### Correct Implementation - **OllamaClient consistently returns `GeneratorOutput`** for...
## Summary This PR resolves the "Too many open files" error that occurs during parallel operations in training pipeline, specifically addressing issue #388. The solution implements a robust, configurable file...
## Summary Adds Pydantic BaseModel and Python dataclass support to the Python parser, enabling automatic UI generation for complex data structures. Closes #4700 ## Changes Modified `backend/parsers/windmill-parser-py/src/lib.rs` to detect Pydantic...
## Problem When defining Python scripts with `list[dict]` or untyped array parameters, user-defined JSON schema properties are lost upon saving as draft or deploying. This prevents users from creating proper...
This pull request adds support for PocketID as an OAuth provider in Windmill's SSO configuration. PocketID is a lightweight, self-hosted authentication solution that uses passkeys (WebAuthn/FIDO2) for passwordless authentication with...