Skip to content

release: 0.43.1 - First Impressions (live-usage batch #29-#40)#288

Merged
gizmax merged 4 commits into
mainfrom
release/0.43.1
Jul 22, 2026
Merged

release: 0.43.1 - First Impressions (live-usage batch #29-#40)#288
gizmax merged 4 commits into
mainfrom
release/0.43.1

Conversation

@gizmax

@gizmax gizmax commented Jul 22, 2026

Copy link
Copy Markdown
Owner

0.43.1 - "First Impressions"

Live-usage findings from the DGX Spark box, each developed AND verified on-device (the local checkout was TCC-locked, so this branch was assembled from the verified gx10 working tree). Includes #287 (wizard first-run fix).

Changed

  • Fresh installs start with an empty Workflows page - 17 bundled samples moved into the template hub (git mv to src/sandcastle/templates; hub 248 -> 265 on the test box); support dirs ship as example-workflows/
  • Header Spark badge shows the detected GPU name (NVIDIA GB10) via new /api/runtime spark_gpu
  • Workflow health badges judge the last run first (no permanent "Failing" from historical, since-fixed engine failures)

Fixed

  • Wizard first run (fix(onboarding): wizard's first run never ran and never saved #287): input field name, workflow saved to disk, queued run polled to terminal state
  • Docker sandbox chunk fragmentation: aiodocker's follow stream yields chunks, not lines - large outputs were silently dropped (verified: 33KB FAQ output now lands; was 0)
  • Sandbox health uses the configured backend (no permanent "Runtime is down" on docker boxes); insight card links to /system-health
  • Steps record the actually-executed model (nim/ornith in DB, verified live)
  • Czech diacritics in PDF exports (DejaVu in image + conditional latin-1 squash + renderer guards)

Verification

Every change verified live on GB10 (API probes, DB checks, bundle greps); CI carries the full python suite + dashboard suite + lint gate as the pre-merge verification for this batch.

Supersedes #287. Merging publishes 0.43.1 to PyPI.

Tomas Pflanzer added 4 commits July 22, 2026 09:34
Three defects in StepRun:
- the API's input field is 'input'; the wizard sent 'inputs', which was
  silently dropped - the run started with no input data and failed
  required-field validation, so the user's first workflow 'did not start'
- the template YAML ran inline and was never saved, so the first workflow
  also never appeared on the Workflows page; it is now saved via
  POST /workflows before running (best-effort - an existing name is fine)
- /workflows/run returns 202 queued; the wizard pretended the queued run
  had already completed. It now polls the run to a terminal state (3s
  interval, 180s budget) and shows the real output or error.
Batch of live-usage findings #30-#40 from the DGX Spark box, developed and
verified on-device while the local checkout was unavailable:

- fresh installs start with an empty Workflows page: 17 bundled samples
  moved into the template hub (git mv to src/sandcastle/templates), the
  image ships support dirs under example-workflows/
- docker sandbox: line-buffer aiodocker's chunked follow stream - large
  step outputs fragmented and were silently dropped
- steps record the actually-executed model (resolved), not the declared one
- sandbox health uses the configured backend - no more permanent 'Runtime
  is down' on docker boxes; insight links to /system-health
- workflow health badges judge the last run first, lifetime rate second
- Czech diacritics in PDF exports (DejaVu in image, conditional latin-1
  squash, renderer x-position/width guards)
- header Spark badge shows the detected GPU name (NVIDIA GB10) via
  /api/runtime spark_gpu
- version 0.43.1 + CHANGELOG
Three of the moved samples duplicated existing hub templates by declared
name (text-summarizer -> summarize.yaml, competitive-intelligence-radar,
AI_Brand_Sentinel -> ai_brand_sentinel.yaml). The hub validation caught
the last one via a checksum mismatch: extracting the moved copy on a
case-insensitive filesystem silently overwrote the existing lowercase
file. Duplicates removed, the original restored byte-exact.
@gizmax
gizmax merged commit 0366063 into main Jul 22, 2026
6 checks passed
@gizmax
gizmax deleted the release/0.43.1 branch July 22, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant