release: Code UX 0.9.10 - #3140
Merged
Merged
Conversation
chore: update models.dev catalogue
chore: sync main 0.9.9 fixes into dev
fix: harden orchestration performance and recovery
fix: harden orchestration performance and recovery
# Conflicts: # docs-web/content/docs/developer-building-from-source.mdx # docs-web/developer/building-from-source.md # docs/deployment/electron-desktop.md # tests/backend/electron-builder-config.test.ts
chore: sync dev into release v0.9.10
numnx
marked this pull request as ready for review
July 16, 2026 13:30
…wnership fix: canonicalize host worktree ownership
chore: sync final dev fix into v0.9.10
fix: terminate Electron startup smoke reliably
…9.10 chore: sync Electron smoke fix into v0.9.10
…d-smoke fix: harden restart recovery and release smoke
chore: sync final release fixes into v0.9.10
…hash fix: strengthen network helper name hashing
chore: sync CodeQL fix into v0.9.10
…very fix: harden Windows installer smoke recovery
…9.10 chore: sync Windows RC recovery into v0.9.10
…crash fix: stabilize silent Windows installer smoke
…taller-v0.9.10 chore: sync Windows silent installer fix into v0.9.10
…crash fix: harden Windows installer and dependency toolchain
chore: update models.dev catalogue
…in-v0.9.10 chore: sync dependency toolchain into v0.9.10
…9.10 chore: sync models catalogue into v0.9.10
fix: sync restart QA DAG assertion into v0.9.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code UX 0.9.10
Code UX 0.9.10 is a performance and reliability release for sustained high-concurrency orchestration, durable restart recovery, faster Git and Docker operations, bounded runtime memory, clearer workflow status, and installable cross-platform desktop candidates. It is promoted through release PR #3140.
Release Snapshot
0.9.1098a59291154e3bcd6abcffdeccbaae637fe2c907What’s New
High-Concurrency Orchestration
Wide DAGs now keep scheduling, persistence, provider activity, realtime delivery, and logging resource-bounded instead of retaining high-cardinality state until the Node.js heap is exhausted.
Durable Restart Recovery
Planning and task execution can continue their persisted provider-native sessions after a runtime restart rather than silently starting unrelated fresh work.
awaiting_provider, reconciles remote truth after restart, and refunds restart-interrupted guardrail attempts idempotently.Faster Git and Docker Operations
Active projects now reuse project-scoped Git helpers and bounded workspace sidecars instead of repeatedly creating short-lived containers for individual commands.
Provider Runtime and Security
Provider dispatch and prompt transport are more capacity-aware and safer under large workloads.
Dashboard and Live Experience
Sprint and task workflow evidence is now presented consistently across the dashboard, DAG, and live views.
Cross-Platform Release Validation
Release candidates now prove that the actual desktop packages install and start on their native operating systems.
main-target release validation.Fixes
OOM and QA Context Growth
Reached heap limitduring sustained provider invocation updates.CI Repair and Human Handoffs
Electron Installation and Startup
zodcould not be imported.nsDialogsinitializes, explicitly select current-user mode, preserve NSIS’s required final unquoted/D=destination, and retry only the exact transient0xC0000005status with bounded backoff.Git, Docker, and Realtime Reliability
/varalias ownership, and invalid ancestor.gitmount widening.Validation
Additional validated integration evidence:
node_modules/.bin/tsc --noEmit --pretty false node_modules/.bin/vitest run tests/backend node scripts/build.mjsRisk and Rollback
This release touches scheduling, persistence, provider recovery, Git helpers, Docker lifecycle, desktop packaging, CI repair, and dashboard runtime behavior. If a post-merge publication blocker appears, revert the release merge commit before publishing the GitHub Release. The persistence additions are backward-compatible and do not require destructive rollback work.
Known Follow-Up
actions/upload-artifact@v4targets Node.js 20 and is being forced onto Node.js 24; update to the next supported action major when available.