Pull Request Explorer
| 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 |
SummaryBug FixFix repeated migration prompts in CLI Stops re‑prompting on wmill refresh, improving user experience. Health Assessment
Small
Low
Low
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 |
SummaryBug FixFix 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 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 |
SummaryBug FixClose 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
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 |
SummaryFeatureDeploy 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
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 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| test: add global chat eval coverage | centdix | XL | AI | 35.6h | 25.8h | May 27, 2026 |
SummaryFeatureAdd 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
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 |
SummaryBug FixRedact encryption key diff in stdout Prevents accidental leakage of encryption keys by redacting diffs in CLI output. Health Assessment
Small
Low
Low
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 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| docs: remove stale planning notes | centdix | XL | No | 4.8h | 0.3h | May 27, 2026 |
SummaryDocsRemove 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
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 |
SummaryBug FixCleanup 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
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 |
SummaryChoreRelease 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixImprove 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
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 |
SummaryRefactorRefactor 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
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 |
SummaryFeatureAdd 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
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 |
SummaryTestIgnore 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
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 |
SummaryCI/CDPrevent 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
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 |
SummaryChoreRelease 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
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 |
SummaryChoreRelease 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
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 |
SummaryBug FixAdd proxy support for WebSocket triggers Enables WebSocket connections to honor proxy environment variables, fixing timeouts in proxy‑restricted deployments. Health Assessment
Large
Low
Low
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 |
SummaryRefactorUnify 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
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 |
SummaryFeatureAdd 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
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 |
SummaryChoreAdd 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
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 |
SummaryChoreRelease 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
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 |
SummaryFeatureSurface 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixSkip 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
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 |
SummaryChoreBump 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
AI DetailsTech Stack |
||||||
| feat(raw_apps): tab-based editor surface with split-with-preview | Guilhem-lm | XL | No | 103.2h | 101.5h | May 25, 2026 |
SummaryFeatureAdd 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
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 |
SummaryFeatureAlign 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
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 |
SummaryFeatureExpand 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
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
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 |
SummaryRefactorMove 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
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 |
SummaryFeatureIntegrate 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
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 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Frameworks:
Svelte
|
||||||
| chore(main): release 1.708.0 | rubenfiszel | L | AI | 0.1h | 0.0h | May 24, 2026 |
SummaryFeatureRelease 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
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 |
SummaryFeatureAdd 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
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 |
SummaryChoreRelease 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
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 |
SummaryFeatureHide 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
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug Fixtighten 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
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 |
SummaryBug FixRestore 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
AI DetailsTech 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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryChoreUpdate plugin skills sync path Adjusts plugin directory reference to match renamed folder, ensuring correct skill sync. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||