Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: enforce folder ACL on flow run-by-version routes (GHSA-8mv7-hmrg-96xv) | rubenfiszel | M | AI | 0.4h | 0.1h | May 17, 2026 |
SummaryBug FixFix folder ACL enforcement on flow run routes This security fix prevents unauthorized execution of folder‑scoped flows via version routes, ensuring RBAC compliance and protecting against privilege escalation. Health Assessment
Medium
High
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(mcp): validate oauth dynamic client registration redirect_uris | rubenfiszel | M | AI | 0.5h | 0.1h | May 17, 2026 |
SummaryBug FixValidate OAuth redirect URIs for MCP registration Prevents XSS that could allow attackers to mint API tokens by ensuring only safe redirect URIs are accepted during dynamic client registration. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| chore(main): release 1.703.2 | rubenfiszel | L | AI | 0.1h | 0.0h | May 17, 2026 |
SummaryChoreRelease 1.703.2 with security fix This release updates Rust crates, SDKs, and OpenAPI specs, adding a security fix that prevents cross‑tenant DNS poisoning by making /etc read‑only in nsjail. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript, Python, Yaml
|
||||||
| fix: prevent cross-tenant DNS poisoning via writable /etc in nsjail | rubenfiszel | L | AI | 1.1h | 1.0h | May 17, 2026 |
SummaryBug FixPrevent cross-tenant DNS poisoning via writable /etc in nsjail Fixes nsjail sandbox by adding read‑only binds for /etc/resolv.conf, /etc/hosts, and /etc/hostname, preventing DNS poisoning across tenants. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| fix: sidebar rendering expanded-but-empty at sub-pixel widths near 768px | rubenfiszel | XS | AI | 3.3h | 0.1h | May 16, 2026 |
SummaryBug FixFix sidebar rendering at sub-pixel widths Ensures the sidebar displays correctly near the 768px breakpoint, preventing UI glitches that could confuse users. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Frameworks:
Svelte
|
||||||
| chore(main): release 1.703.1 | rubenfiszel | L | No | 17.3h | 0.0h | May 16, 2026 |
SummaryChoreRelease version 1.703.1 This PR publishes a new release, updating dependencies and configuration files to ensure the latest features and bug fixes are available to users. 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, Yaml
|
||||||
| fix: actionable error when a custom_path is taken by an app in another workspace | rubenfiszel | L | AI | 0.4h | - | May 16, 2026 |
SummaryBug FixFix actionable error for custom path conflicts across workspaces Improves error messaging for custom path conflicts, enabling operators to identify the conflicting workspace and app while preserving uniqueness constraints. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix: reset parent_hash in auto_parent when all versions at path are archived | windmill-internal-app | M | AI | 39.9h | 39.9h | May 16, 2026 |
SummaryBug FixFix auto_parent parent_hash reset for archived scripts This change clears stale parent references when auto_parent is enabled but no active script exists, preventing lineage conflicts. It adds a regression test to guard against future regressions. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat: harden UI builder artifact bootstrap with verified pinned metadata | rubenfiszel | M | AI | 0.2h | 0.1h | May 16, 2026 |
SummaryFeatureHarden UI builder artifact bootstrap with verified metadata Adds checksum verification and path traversal protection to the UI builder download process, ensuring secure and reliable builds for all users. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Shell
|
||||||
| fix: don't show ALLOW_PRIVATE_AI_BASE_URLS hint for malformed AI base URLs | rubenfiszel | M | AI | 0.2h | 0.1h | May 16, 2026 |
SummaryBug FixFix misleading AI base URL error hint Stops misleading error hints for malformed AI URLs, ensuring users see accurate messages and reducing confusion over environment variable usage. This improves user experience and cuts support tickets. 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
|
||||||
| fix: atomic bundle cache writes to prevent parallel cold-load race | rubenfiszel | L | AI | 0.5h | 0.2h | May 15, 2026 |
SummaryBug FixFix atomic bundle cache writes to prevent race Ensures workers reliably load bundles without race conditions, preventing runtime errors and manual cleanup, improving reliability for parallel flows. 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
|
||||||
| fix: detect S3 assets passed as SDK object arg in ts parser | rubenfiszel | L | AI | 0.2h | 0.1h | May 15, 2026 |
SummaryBug FixFix S3 asset detection in TS parser Ensures S3 read/write operations are correctly identified in asset graphs, enabling accurate trigger cascades and preventing silent failures. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(cli): replace sync deprecation placeholder link | MackDing | XS | AI | 0.0h | 0.0h | May 15, 2026 |
SummaryBug FixReplace sync deprecation placeholder link Updated deprecation messages to point users to official sync docs, improving migration guidance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(main): release 1.703.0 | rubenfiszel | L | No | 23.7h | 0.0h | May 15, 2026 |
SummaryHealth AssessmentAI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript, Javascript, Python
|
||||||
| fix: apply pip_local_dependencies filtering to deployed scripts with populated lockfiles | windmill-internal-app | M | AI | 1.1h | 0.5h | May 15, 2026 |
SummaryBug FixFix pip_local_dependencies filtering for deployed scripts Prevents duplicate package installs and reduces job runtime by ~18 seconds per job, improving deployment efficiency. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| chore(frontend): update vite to 8.0.13 | rubenfiszel | L | AI | 0.1h | 0.0h | May 15, 2026 |
SummaryChoreUpdate Vite to 8.0.13 for frontend stability Bumps Vite to the latest patch, improving build stability and updating transitive dependencies. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| fix: aggregate wait time should target the true root job, not flow_innermost_root_job | windmill-internal-app | XS | AI | 2.7h | 2.6h | May 15, 2026 |
SummaryBug FixFix wait time aggregation to target true root job Corrects a bug where wait times were incorrectly attributed to inner flow jobs, ensuring accurate metrics for top-level flow executions. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(otel-tracing-proxy): configurable NO_PROXY hosts | rubenfiszel | M | AI | 0.5h | 0.1h | May 14, 2026 |
SummaryFeatureAdd configurable NO_PROXY hosts for OTEL proxy Admins can now specify hosts that bypass the OTEL tracing proxy, preventing certificate errors for pinned‑CA clients such as kubectl and terraform, improving job reliability. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
Frameworks:
Svelte
|
||||||
| fix: never mark failure/trigger/approval scripts as auto_kind=lib | rubenfiszel | M | AI | 0.2h | 0.1h | May 14, 2026 |
SummaryBug FixFix auto_kind for failure/trigger/approval scripts Ensures runnable failure, trigger, and approval scripts are not hidden by incorrect auto_kind, improving flow error handling and picker visibility. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Sql
|
||||||
| chore(main): release 1.702.1 | rubenfiszel | L | AI | 0.1h | 0.0h | May 14, 2026 |
SummaryChoreRelease 1.702.1 Bumps version to 1.702.1, updates dependencies and SDKs, and fixes OpenTelemetry tracing in nativets. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript, Python
|
||||||
| test(nativets): cover deno_telemetry init contract + http trace export E2E | rubenfiszel | L | No | 0.1h | - | May 14, 2026 |
SummaryTestAdd tests for deno_telemetry init and trace export Adds integration tests to catch telemetry initialization regressions, ensuring reliable tracing for customers. This protects against future crashes that could disrupt user fetch operations. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(nativets): pass tracing-enabled OtelConfig to deno_telemetry::init | windmill-internal-app | XS | AI | 0.3h | - | May 14, 2026 |
SummaryChoreUpdate EE repo reference to latest commit Keeps the EE repository reference in sync with the latest changes, ensuring consistency across environments and preventing potential mismatches. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| chore(main): release 1.702.0 | rubenfiszel | L | No | 2.5h | 0.0h | May 14, 2026 |
SummaryChoreRelease version 1.702.0 This release updates dependencies, adds new features, and fixes bugs, improving stability and performance. 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
|
||||||
| feat(git-sync): sync extra_perms for flows/scripts/apps | rubenfiszel | XL | AI | 1.2h | 0.1h | May 14, 2026 |
SummaryFeatureSync granular ACLs for flows, scripts, apps Enables end‑to‑end sync of granular permissions for flows, scripts, and apps, improving consistency between the UI and git‑sync and reducing permission drift. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript
|
||||||
| fix(mcp): sanitize and enrich nested resource schemas | rubenfiszel | XL | AI | 0.3h | 0.0h | May 14, 2026 |
SummaryBug FixSanitize and enrich nested resource schemas Ensures MCP tool registration succeeds by converting invalid resource schema types to valid JSON Schema and providing enriched descriptions, improving LLM integration and preventing registration errors. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat: include service accounts in instance settings users list | rubenfiszel | XL | AI | 0.9h | 0.1h | May 14, 2026 |
SummaryFeatureInclude service accounts in superadmin users list Adds service accounts to the superadmin instance users list with a Bot icon, workspace badge, and a manage link, improving visibility and management of workspace‑scoped accounts. 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, Yaml
Frameworks:
Svelte
|
||||||
| chore(main): release 1.701.0 | rubenfiszel | L | No | 25.7h | 0.0h | May 13, 2026 |
SummaryChoreRelease version 1.701.0 Publishes a new release, updating dependencies, documentation, and packaging to enable recent features and bug fixes. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript, Javascript, Python
|
||||||
| feat: read-only flag on API tokens | rubenfiszel | XL | AI | 5.2h | 0.3h | May 13, 2026 |
SummaryFeatureAdd read-only flag to API tokens Adds a read-only mode for API tokens, limiting them to read-only HTTP methods and preventing mutating actions, enhancing security and compliance. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust, Sql, Yaml
|
||||||
| Allow devops role to use all_workspaces runs filter in admins workspace | windmill-internal-app | S | AI | 0.1h | - | May 13, 2026 |
SummaryBug FixAllow devops role to use all_workspaces runs filter in admins workspace Enables devops users to view runs across all workspaces in the admins workspace, improving operational oversight without backend changes. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix: align script path existence check with deploy logic | rubenfiszel | M | AI | 0.1h | 0.1h | May 13, 2026 |
SummaryBug FixAlign script path check with deploy logic Ensures scripts can be created at paths with archived scripts and hides delete options for non‑admins, improving workflow accuracy and UI consistency. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
Frameworks:
Svelte
|
||||||
| perf(dynselect): only retrigger when helper args actually change | rubenfiszel | M | AI | 1.5h | 0.6h | May 13, 2026 |
SummaryFeatureOptimize dynselect retrigger logic Reduces unnecessary backend jobs by only retriggering when helper arguments change, improving performance and user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
Svelte
|
||||||
| fix(bun): pass --preserve-symlinks on unbundled execution | rubenfiszel | M | AI | 0.4h | 0.1h | May 13, 2026 |
SummaryBug FixFix Bun unbundled execution symlink issue This fix resolves module resolution failures in Bun scripts by enabling symlink preservation, preventing runtime errors for unbundled executions. It ensures reliable first-run behavior for scripts that rely on Bun's cache layout. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix: align global flow tool arguments | centdix | L | No | 0.2h | 0.1h | May 13, 2026 |
SummaryBug FixAlign global flow tool arguments Aligns global flow tool arguments with flow mode, preventing malformed tool calls and improving model reliability. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
|
||||||
| fix: send flow push-loop ping outside transaction so zombie monitor sees it | windmill-internal-app | XS | AI | 20.7h | - | May 13, 2026 |
SummaryBug FixFix flow ping visibility to avoid deadlocks Ensures zombie monitor sees flow pings immediately, preventing deadlocks during large parallel pushes. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix: scope promotion-mode debounce key per repo | hugocasa | M | AI | 1.1h | - | May 13, 2026 |
SummaryBug FixFix debounce key collision for multi-repo promotion Ensures deployments to multiple promotion-mode git-sync repositories are not dropped due to debounce key collisions, improving reliability of multi-repo workspaces. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| test: add global ai eval mode | centdix | XL | No | 18.0h | 0.5h | May 13, 2026 |
SummaryFeatureAdd global AI eval mode Enables comprehensive testing of the global AI chat mode, improving reliability and user experience. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| feat: publish CLI skills + AGENTS.md to windmill-cli-docs for context7 | rubenfiszel | XL | AI | 0.6h | 0.1h | May 13, 2026 |
SummaryFeaturePublish CLI docs snapshot to windmill-cli-docs Automates publishing of fully rendered Windmill CLI documentation—including AGENTS.md, CLI reference, and skills—to the windmill-cli-docs repository on each release tag, enabling context7 to index up-to-date CLI guidance. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Python, Yaml
Frameworks:
Github-Actions
|
||||||
| fix(cli): prevent !inline-corruption in flow push/pull | rubenfiszel | M | AI | 0.7h | 0.1h | May 13, 2026 |
SummaryBug FixPrevent inline script corruption during flow sync Stops sync operations from overwriting user scripts with literal '!inline' directives, ensuring data integrity and clear error reporting. This improves reliability for developers using the CLI. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(operator): refresh IAM RDS / Entra ID tokens in operator process | rubenfiszel | M | AI | 0.5h | 0.4h | May 13, 2026 |
SummaryBug FixRefresh IAM tokens in operator process Ensures the Kubernetes operator maintains valid IAM authentication, preventing connection failures and downtime for database-backed workloads. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| feat(frontend): unified EditorHeader with file picker for flow/script/app editors | Guilhem-lm | XL | AI | 163.8h | 136.1h | May 12, 2026 |
SummaryFeatureUnified EditorHeader with file picker Provides a consistent header across all editors, enabling easier navigation and inline editing, which boosts developer productivity and reduces context switching. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor: move ai providers to windmill-ai | centdix | M | No | 2.9h | 1.7h | May 12, 2026 |
SummaryRefactorRefactor AI provider module organization Reorganizes AI provider implementations into a dedicated crate, simplifying worker dependencies and improving modularity. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.85
Tech Stack
Languages:
Rust
|
||||||
| refactor: require ai evals proxy backend | centdix | XL | No | 2.6h | 1.8h | May 12, 2026 |
SummaryRefactorRefactor AI evals to use proxy backend Simplifies AI evaluation workflow by enforcing backend proxy usage, removing transport options, and adding preflight checks, improving reliability and consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore(main): release 1.700.2 | rubenfiszel | L | No | 5.5h | 0.0h | May 12, 2026 |
SummaryChoreRelease version 1.700.2 This release updates dependencies, API specs, and client libraries, ensuring compatibility and stability for users. 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
|
||||||
| fix: preserve explicit nulls for typed instance settings | rubenfiszel | M | AI | 0.1h | 0.1h | May 12, 2026 |
SummaryBug FixFix explicit null handling in instance settings Ensures that clearing typed configuration fields via the API correctly deletes the setting, preventing stale values and aligning UI behavior with backend logic. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| fix(frontend): route result and args downloads through downloadViaClient | rubenfiszel | M | AI | 0.1h | 0.0h | May 12, 2026 |
SummaryBug FixFix download routing for result and args Ensures downloads work in embedded SDKs by using client‑side blobs, preventing 401 errors when token/header auth is configured. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Frameworks:
Svelte
|
||||||
| fix(frontend): branch download UI on shouldDownloadViaClient instead of onclick interception | rubenfiszel | M | AI | 3.6h | 0.1h | May 12, 2026 |
SummaryBug FixFix download UI to use client-side routing Ensures file downloads work in embedded contexts, preventing authentication errors and improving user experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Claude, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat: add global ai chat mode with workspace-item draft tools | centdix | XL | No | 141.9h | 129.9h | May 12, 2026 |
SummaryFeatureAdd global AI chat mode with workspace-item draft tools Enables a dev-gated global AI chat mode that lets the assistant inspect workspace items and create AI-generated drafts for scripts, flows, schedules, triggers, resources, variables, and apps, improving developer productivity. Health Assessment
Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Svelte
|
||||||
| fix: preserve negative integers in Bedrock tool schema conversion | rubenfiszel | S | AI | 0.1h | 0.0h | May 12, 2026 |
SummaryBug FixFix negative integer handling in Bedrock schema conversion Ensures Bedrock tool schemas correctly handle negative integers, preventing conversion errors and improving tool reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| chore(main): release 1.700.1 | rubenfiszel | L | AI | 0.1h | 0.0h | May 11, 2026 |
SummaryChoreRelease 1.700.1 Bumps all component versions and removes the enterprise‑only compute_instance_hash, restoring Community Edition build stability. 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
|
||||||
| fix: CE build broken by enterprise-gated compute_instance_hash | rubenfiszel | XS | AI | 0.2h | 0.0h | May 11, 2026 |
SummaryDocsFix CE build broken by compute_instance_hash Updates EE reference to ungate compute_instance_hash, restoring CE builds. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||