Pull Request Explorer

Exploring 299 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(cli): stop re-prompting on wmill refresh prompts hugocasa S AI 1.0h 0.3h May 28, 2026

Summary

Bug Fix

Fix repeated migration prompts in CLI

Stops re‑prompting on wmill refresh, improving user experience.

Health Assessment

Small
Low
Low
  • Resolved quickly with minimal changes and a single review, indicating low complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix: infer script arg schema when deploying via AI chat Guilhem-lm S AI 0.3h 0.3h May 27, 2026

Summary

Bug Fix

Fix script argument schema inference in AI chat deploy

Ensures scripts deployed via AI chat have accurate argument schemas, preventing UI mismatches and deployment failures. This improves reliability of AI-driven deployments and reduces user confusion.

Health Assessment

Small
Low
Low
  • AI-assisted fix was reviewed quickly with no issues, minimal code changes, and merged within 18 minutes.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(frontend): close other sidebar menus when hovering Help rubenfiszel L AI 0.2h - May 27, 2026

Summary

Bug Fix

Close other sidebar menus on Help hover

Fixes a UI bug where multiple sidebar menus stack, improving user experience and preventing confusion.

Health Assessment

Large
Low
Low
  • Quick fix merged within minutes with minimal code churn and no review required.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Frameworks: Svelte
feat: deploy raw apps from global chat centdix L No 5.4h 4.9h May 27, 2026

Summary

Feature

Deploy raw apps from global chat

Adds the ability to deploy raw app drafts directly from the AI chat by bundling them through a hidden UI‑builder iframe, streamlining the deployment workflow.

Health Assessment

Large
Low
Low
  • Fast cycle time of 5.4h with a single AI review and minimal rework; the feature adds ~350 lines across four TypeScript files.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix (frontend): schedule "View runs" url diegoimbert XS No 0.1h - May 27, 2026

Summary

Health Assessment

AI Details

Tech Stack

test: add global chat eval coverage centdix XL AI 35.6h 25.8h May 27, 2026

Summary

Feature

Add global chat eval coverage

Improves global chat eval parity and adds human-style global chat prompts for better production-like behavior.

Health Assessment

Medium
Low
Low
  • The PR had a relatively fast cycle time and received a review within a day. The test plan was thorough, covering various scenarios and models.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vitest
fix(cli): redact encryption_key diff in stdout by default rubenfiszel S AI 0.1h 0.0h May 27, 2026

Summary

Bug Fix

Redact encryption key diff in stdout

Prevents accidental leakage of encryption keys by redacting diffs in CLI output.

Health Assessment

Small
Low
Low
  • Fast cycle, single review, minimal changes, no blockers.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix (frontend): prevent path component from wrapping diegoimbert XS No 0.7h 0.0h May 27, 2026

Summary

Health Assessment

AI Details

Tech Stack

docs: remove stale planning notes centdix XL No 4.8h 0.3h May 27, 2026

Summary

Docs

Remove stale planning notes from docs

Cleaned up documentation to reflect current state, improving clarity for developers and reducing confusion.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge within 5 hours, minimal back-and-forth, indicating straightforward documentation cleanup.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

fix(monitor): cleanup stale server_heartbeat background_task_state rows rubenfiszel M AI 1.9h 1.8h May 26, 2026

Summary

Bug Fix

Cleanup stale server heartbeat rows

Prevents unbounded growth of the background_task_state table by deleting old server heartbeat entries, improving database health and performance.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal review comments indicate a straightforward, low-risk fix. AI-assisted code generation contributed to rapid implementation.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
chore(main): release 1.711.0 rubenfiszel L AI 0.1h 0.0h May 26, 2026

Summary

Chore

Release 1.711.0 with new CLI features

This release adds CLI object‑storage commands, a flow test‑step, improves queue fairness, and updates dependencies and OpenAPI specs, enhancing user workflow and system stability.

Health Assessment

Large
Low
Low
  • Release PR executed quickly with minimal review, indicating a streamlined release process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Rust
fix(cli): handle __flow suffix in flow preview path derivation hugocasa S AI 4.5h 0.9h May 26, 2026

Summary

Bug Fix

Fix CLI flow preview path derivation for __flow

Ensures relative imports in inline scripts resolve to local files, preventing stale code execution and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review, no blockers.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(queue): duration-weighted workspace fairness signal rubenfiszel M AI 0.8h - May 26, 2026

Summary

Bug Fix

Improve workspace fairness with duration-weighted algorithm

Replaces count‑based fairness metric with worker‑seconds calculation, eliminating false positives and improving load balancing accuracy.

Health Assessment

Small
Low
Low
  • Fast cycle time of 0.8h, minimal changes, no review friction, quick resolution of fairness issue.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
refactor(cli): fold flow test-step into flow preview --step hugocasa L AI 0.3h 0.2h May 26, 2026

Summary

Refactor

Refactor CLI: Merge test-step into preview --step

Simplifies flow preview by consolidating test-step into preview, improving relative import handling and reducing surface area. This change streamlines the CLI, ensuring single-step previews use local scripts and match full-flow behavior.

Health Assessment

Large
Medium
Low
  • The PR was reviewed quickly with minimal comments, indicating a straightforward refactor. The change consolidates commands and improves import handling, with no new features introduced.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Javascript
feat(cli): add object-storage commands and flow test-step hugocasa XL AI 1.8h 1.6h May 26, 2026

Summary

Feature

Add CLI object-storage and flow test-step

Adds direct CLI support for workspace object storage and a step-level flow runner, reducing API calls and speeding up development workflows.

Health Assessment

X-Large
Low
Low
  • The PR was merged within 1.8 hours with minimal review friction, indicating a well‑structured change. The large code addition was fully tested and documented, mitigating risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Python
test(queue): ignore flaky fairness regression tests in CI rubenfiszel XS AI 0.1h - May 26, 2026

Summary

Test

Ignore flaky fairness tests in CI

Mark flaky fairness regression tests as ignored to stabilize CI runs, preventing intermittent panics on Linux and Windows.

Health Assessment

Small
Low
Low
  • Quick fix to stabilize CI, minimal changes, low risk.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
fix(ci): prevent windows backend tests from running out of disk space rubenfiszel S AI 2.0h - May 26, 2026

Summary

CI/CD

Prevent Windows backend tests from disk space exhaustion

This fix stabilizes Windows CI builds by reclaiming disk space and reducing link-time pressure, ensuring reliable test execution and preventing build failures.

Health Assessment

Small
Low
Low
  • Merged within 2 hours with a single commit, indicating a straightforward, low-risk change.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(main): release 1.710.1 rubenfiszel L AI 0.2h 0.0h May 26, 2026

Summary

Chore

Release version 1.710.1

This release updates backend crates, CLI, SDKs, and OpenAPI specs, improving workspace fairness and reducing starvation.

Health Assessment

Large
Low
Low
  • Release PR merged quickly with minimal review, indicating a smooth and low-risk process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript, Python
chore(main): release 1.710.0 rubenfiszel L No 1.7h 0.0h May 26, 2026

Summary

Chore

Release version 1.710.0

This PR publishes a new release, bumping version and updating dependencies, enabling users to access the latest features and bug fixes.

Health Assessment

Large
Low
Low
  • Release was auto-generated and reviewed quickly with no issues, indicating a smooth release process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript, Python, +1 more
feat(websocket-trigger): honor HTTPS_PROXY/HTTP_PROXY/NO_PROXY (WIN-1988) rubenfiszel L AI 1.2h 1.0h May 26, 2026

Summary

Bug Fix

Add proxy support for WebSocket triggers

Enables WebSocket connections to honor proxy environment variables, fixing timeouts in proxy‑restricted deployments.

Health Assessment

Large
Low
Low
  • Rapid 1‑hour cycle with AI‑generated code and minimal review comments led to a smooth, low‑risk merge.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
refactor: unify AI provider credentials centdix XL No 12.7h 7.4h May 26, 2026

Summary

Refactor

Unify AI provider credentials across worker and API

This refactor consolidates credential handling for AI services, improving consistency and reducing configuration errors across worker and API layers, leading to more reliable AI integrations.

Health Assessment

X-Large
Low
Low
  • Fast cycle time with a single AI review indicates an efficient process; the large code churn reflects a substantial refactor but no significant blockers were encountered.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
feat(queue): stochastic admission + EE de-gating for workspace fairness rubenfiszel XL AI 0.7h 0.5h May 26, 2026

Summary

Feature

Add stochastic admission and EE de-gating for workspace fairness

Improve workspace fairness by replacing binary cap/uncap with stochastic admission and moving fairness from cloud-only to Enterprise.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with 14 files changed, but the review process was relatively fast with a cycle time of 0.7 hours.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Svelte
Frameworks: Sqlx, React
feat(fixtures): add cli-sync workspace snapshot/load scripts rubenfiszel L AI 0.2h 0.1h May 26, 2026

Summary

Chore

Add CLI sync workspace snapshot/load scripts

Enables developers to capture and replay test workspaces, ensuring clean merges and preventing accidental snapshot commits.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal review comments; scripts added and merged within 15 minutes, indicating a smooth, low-friction process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Shell
chore(main): release 1.709.0 rubenfiszel L No 4.1h 0.0h May 25, 2026

Summary

Chore

Release version 1.709.0

This PR publishes a new release, updating dependencies and documentation to keep the platform current and stable.

Health Assessment

Large
Low
Low
  • Quick release with minimal review, indicating stable changes and a streamlined release process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript
feat(raw_apps): surface UI Builder build errors over the preview pane Guilhem-lm S AI 1.4h 1.2h May 25, 2026

Summary

Feature

Surface UI Builder build errors in preview pane

Adds UI to display build errors directly in the preview pane, speeding up debugging and reducing support tickets.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating straightforward implementation and clear communication.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix(jobs): authorization bypass in only_result job updates (WIN-1980) rubenfiszel S AI 32.1h 0.1h May 25, 2026

Summary

Bug Fix

Fix authorization bypass in job updates

Prevents unauthenticated users from accessing private job results via the only_result flag, enhancing data security.

Health Assessment

Small
Low
Low
  • Fast review and minimal changes indicate low risk and efficient resolution.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
feat(service-accounts): allow choosing role at creation time rubenfiszel XL AI 8.2h 6.9h May 25, 2026

Summary

Feature

Add role selection for service accounts

Allows administrators to assign roles to service accounts at creation, improving flexibility and seat accounting.

Health Assessment

X-Large
High
Low
  • Fast 8‑hour cycle with a single review and no rework indicates an efficient process, but the large code changes raise a high risk level.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
fix(settings): skip workspaced-route duplicate checks on cloud rubenfiszel M AI 8.8h 7.4h May 25, 2026

Summary

Bug Fix

Skip duplicate route checks for cloud settings

Prevents cloud super‑admins from being blocked by duplicate route validation, improving configuration workflow and reducing error noise.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; AI‑generated code resolved a critical validation bug without introducing new issues.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
chore(raw_apps): bump bundled ui_builder to b4f6219 Guilhem-lm XS No 0.3h - May 25, 2026

Summary

Chore

Bump bundled ui_builder artifact

Updates the UI builder artifact reference to the latest commit, ensuring raw apps use the newest UI builder version.

Health Assessment

Small
Low
Low
  • Fast merge with no review needed, minimal risk.

AI Details

Tech Stack

feat(raw_apps): tab-based editor surface with split-with-preview Guilhem-lm XL No 103.2h 101.5h May 25, 2026

Summary

Feature

Add tab-based editor surface with split-with-preview

Restructures the raw-app editor around a custom tab system, allowing users to navigate between open files, selected runnables, and live previews.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with multiple commits and changes to several files, but the review process was relatively smooth with only one commented review.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript, Svelte
Frameworks: Svelte
feat(ai-chat): align footer bar + DropdownV2 mode/autonomy selectors Guilhem-lm L AI 6.9h 5.0h May 25, 2026

Summary

Feature

Align AI chat footer and selectors

Unifies the AI chat footer UI, improving consistency and user experience by standardizing button and dropdown components.

Health Assessment

Small
Low
Low
  • Fast AI‑assisted implementation with minimal review, indicating high confidence in design and low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
feat: expand chat question answers centdix M No 3.7h 0.1h May 25, 2026

Summary

Feature

Expand chat question answers

Adds ten proposed answers to the chat askUserQuestion tool and lets users submit a custom answer when none fit, improving user flexibility.

Health Assessment

Small
Low
Low
  • Fast review cycle with AI assistance; minimal changes and single review round indicate low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(queue): audit-log workspace-fairness cap transitions rubenfiszel L AI 7.4h 0.1h May 25, 2026

Summary

Feature

Add audit logs for workspace fairness transitions

Provides admins visibility into workspace fairness cap/uncap events, enabling better monitoring and compliance.

Health Assessment

Large
Low
Low
  • Rapid review and merge with minimal back‑and‑forth, indicating straightforward implementation.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Yaml
Frameworks: Svelte
fix(auth): filter resource/variable listings by token scope (WIN-1981) rubenfiszel M AI 30.3h 14.3h May 25, 2026

Summary

Bug Fix

Fix token scope filtering for resource listings

Prevents unauthorized resource and variable listings by enforcing token path scope, protecting sensitive data.

Health Assessment

Medium
Low
Low
  • Single review with minor issues, quick resolution, moderate code changes, low risk

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
refactor: move bedrock proxy handling to windmill-ai centdix XL No 4.4h 0.8h May 25, 2026

Summary

Refactor

Move Bedrock Proxy Handling to Windmill-AI

Centralizes Bedrock proxy logic into the dedicated AI crate, improving maintainability and aligning with the AI refactor plan. Routing, credential resolution, audit logging, caching, and body conversion remain in the API layer to preserve security and performance.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review indicate smooth integration; the large code movement reflects a significant refactor but no major blockers were reported.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
Frameworks: Axum
feat: plug global chat drafts into userdraft centdix XL No 73.8h 70.5h May 25, 2026

Summary

Feature

Integrate global chat drafts with UserDraft

Integrates global AI chat drafts into the UserDraft system, enabling seamless draft creation and editing across scripts, flows, and raw apps. This unifies draft handling, reduces duplication, and improves editor workflow.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time and slow review, with many commits after the first review, indicating significant rework and complexity.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Svelte
feat: add copy button to Path component diegoimbert S No 1.6h - May 25, 2026

Summary

Feature

Add copy button to Path component

Adds a copy button to the Path component, enabling users to quickly copy full resource paths to clipboard. This improves workflow efficiency by reducing manual copy effort.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no review friction.

AI Details

Tech Stack

Frameworks: Svelte
chore(main): release 1.708.0 rubenfiszel L AI 0.1h 0.0h May 24, 2026

Summary

Feature

Release 1.708.0 with per‑workspace fairness cap

This release introduces a per‑workspace fairness cap on the shared cloud worker pool, improving resource allocation and predictability for tenants.

Health Assessment

Medium
Low
Low
  • Release was auto‑generated and reviewed immediately with no issues, indicating a smooth and low‑risk process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript, Python
feat(queue): per-workspace fairness cap on the shared cloud worker pool rubenfiszel XL AI 14.3h 13.2h May 24, 2026

Summary

Feature

Add per-workspace fairness cap to worker pool

Prevents a single workspace from monopolizing the shared worker pool, ensuring fair resource distribution and improved quality of service for all users.

Health Assessment

X-Large
Medium
Medium
  • PR was merged quickly (14h) after a single review round, but involved a large code change; AI assistance helped streamline the review and documentation.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
chore(main): release 1.707.0 rubenfiszel L No 13.0h 0.0h May 22, 2026

Summary

Chore

Release version 1.707.0 with updated dependencies

This PR bumps the release to 1.707.0, updating Rust, TypeScript, and Python client libraries, API specs, and dependency lock files to ensure consistency across the platform.

Health Assessment

Medium
Low
Low
  • Fast review and minimal changes indicate a smooth release process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript, Python
feat(github-app): hide cloud-only UI on self-managed + admin assignment UI alpetric XL AI 1.4h 0.3h May 22, 2026

Summary

Feature

Hide cloud-only UI on self-managed GitHub App integration

This PR removes cloud‑specific UI elements for self‑managed GitHub Enterprise Server instances and adds an admin assignment panel, improving user experience and simplifying workspace configuration.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal back‑and‑forth indicates a straightforward UX change with clear scope.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Svelte
feat(typescript-client): add deleteS3File + optional workspace arg on S3 helpers alpetric L AI 0.9h 0.4h May 22, 2026

Summary

Feature

Add deleteS3File and workspace arg to TS SDK

Adds a deleteS3File wrapper and optional workspace parameter to the TypeScript SDK, improving ergonomics for S3 operations and aligning helper functions with existing workspace conventions. This change reduces client-side complexity and ensures consistent workspace handling across S3 helpers.

Health Assessment

Large
Low
Low
  • Quick review and merge within an hour, indicating smooth process and minimal friction.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(ResourceEditor): make `selected` resilient + snapshot args for React rubenfiszel S AI 0.2h 0.1h May 22, 2026

Summary

Bug Fix

Fix ResourceEditor: resilient selected + snapshot args

This fix prevents focus loss and ensures accurate data updates when using the React SDK, improving user experience and reliability.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal code changes and no review back‑and‑forth, indicating a low‑risk, high‑confidence patch.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

fix(secret-backend): pass DB to Vault migrations + show failure details rubenfiszel M AI 3.8h 1.0h May 22, 2026

Summary

Bug Fix

Fix secret backend migration with DB and failure details

Passes DB to Vault migrations and shows failure details, fixing issues with JWT/OIDC auth

Health Assessment

Small
Low
Low
  • Fast cycle time and review, low number of commits and files changed

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Javascript, Svelte
Frameworks: Svelte
fix(ResourceEditor): don't reset state when `selected` reverts to undefined rubenfiszel XS AI 0.0h - May 22, 2026

Summary

Bug Fix

Fix ResourceEditor state reset on undefined selected

This fix stops the ResourceEditor from clearing form data when the selected resource temporarily becomes undefined during React re-renders. It ensures a smoother editing experience and prevents accidental data loss.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved immediately after review, indicating low complexity and high confidence.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

fix(auth): tighten token-owner fallback for unscoped tokens (WIN-1978) rubenfiszel M AI 1.9h 1.2h May 22, 2026

Summary

Bug Fix

tighten token-owner fallback for unscoped tokens

Fixes authentication logic that incorrectly treated unknown users as operators, ensuring only recognized owners are accepted and improving security.

Health Assessment

Medium
Low
Low
  • Quick, single-file fix with AI assistance; minimal review and iteration; low risk to production

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
fix(flows): restore Variables and Resources in flow editor prop picker rubenfiszel XS No 2.1h - May 22, 2026

Summary

Bug Fix

Restore Variables and Resources in flow editor prop picker

Reverts a design system overhaul change that hid Variables and Resources sections by default, restoring their visibility in the flow editor's prop picker.

Health Assessment

Small
Low
Low
  • Quick fix with a clear test plan, low risk due to small scope and focused change.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix: flow recording teardown crash + rename package to @windmill-labs/components hugocasa M AI 3.9h 0.0h May 22, 2026

Summary

Bug Fix

Fix flow recording teardown crash and rename package

This PR prevents crashes when navigating away from flow recordings by guarding against null recordings during teardown, and renames the components package to @windmill-labs/components for clearer naming.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, AI-assisted description, fast review and merge.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
fix(cli): wmill sync pull updates wmill-lock.yaml for raw apps hugocasa XS AI 2.1h 0.0h May 22, 2026

Summary

Bug Fix

Fix sync pull lock updates for raw apps

Ensures raw app lock metadata is refreshed after pulling changes, preventing stale hashes and ensuring subsequent pushes succeed.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no rework, low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
chore(system_prompts): point plugin skills sync at plugins/windmill/ centdix XS AI 0.3h 0.1h May 22, 2026

Summary

Chore

Update plugin skills sync path

Adjusts plugin directory reference to match renamed folder, ensuring correct skill sync.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
« Page 2 of 6 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos