You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch release covering the build-resume lifecycle fix + SKIPPED status
UI polish merged in #141. No breaking changes — pip install -U stardag
is sufficient.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
| New SDK + new API (≥ 0.7.2 on both) | Resumed build flips to `running (resumed)` and rises to top of Home list. |
40
+
| New SDK + old API | SDK fires `build_resume[_aio]` → 404 → swallowed with a warning. Build runs to completion; UI shows the old terminal status until the API is upgraded. |
41
+
| Old SDK + new API | Unchanged behaviour. The new API additions (`/resume`, `last_active_at`, `is_resumed`) are additive. |
42
+
43
+
### Drive-by UI polish
44
+
45
+
The same release also fixes `TaskStatus = "skipped"` rendering across
46
+
the UI — previously near-invisible (black-on-dark-blue) on the
47
+
build-view task table and missing from the build-view status filter
48
+
dropdown. These are UI-only changes and don't affect the SDK; see
49
+
[CHANGELOG.md](CHANGELOG.md#072--2026-05-08) for the full list.
50
+
51
+
---
52
+
9
53
## v0.7.1 — Multi-root builds and `build_kwargs` on `StardagApp`
10
54
11
55
Two additive changes to `stardag.integration.modal`, plus one renamed
0 commit comments