Upload 6 files
Browse files- CHANGELOG.md +15 -0
- README.md +9 -1
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# v190.1 — Space Test Validation UI/State Model
|
| 2 |
|
| 3 |
- Adds a dedicated canonical Space Test timeline: Start, Runtime, API, Endpoint, Payload, Smoke test, Result, Report. Validation views no longer reuse build/recovery phases such as repair upload, manual hardware, or upload files.
|
|
|
|
| 1 |
+
# v190.3 — Space Test explicit prefill mode
|
| 2 |
+
|
| 3 |
+
- Fixed Active Run → Space Test prefill so it prepares a new validation draft instead of re-opening the previous validation run.
|
| 4 |
+
- Clearing a prefilled Space Test now clears `selectedValidationId`/validation polling state and disables delete until a new validation is launched.
|
| 5 |
+
- Existing validation cards in Runs Explorer still open in view-existing-validation mode.
|
| 6 |
+
- Added regression tests for explicit validation prefill vs existing validation selection.
|
| 7 |
+
|
| 8 |
+
# v190.3 — Active Run timeline hotfix
|
| 9 |
+
|
| 10 |
+
- Restores the Active Run canonical timeline as a horizontal row on desktop/tablet after the fit-to-width consolidation.
|
| 11 |
+
- Lowers the horizontal breakpoint to avoid accidental vertical stacking in narrow center columns while keeping a true mobile fallback.
|
| 12 |
+
- Restores the running-step pulse/ring animation on the active canonical timeline node.
|
| 13 |
+
- Keeps `pi_run` started/running as Agent `running` instead of marking Agent complete because earlier setup events succeeded.
|
| 14 |
+
- Leaves Space Test and worker/runtime behavior unchanged.
|
| 15 |
+
|
| 16 |
# v190.1 — Space Test Validation UI/State Model
|
| 17 |
|
| 18 |
- Adds a dedicated canonical Space Test timeline: Start, Runtime, API, Endpoint, Payload, Smoke test, Result, Report. Validation views no longer reuse build/recovery phases such as repair upload, manual hardware, or upload files.
|
README.md
CHANGED
|
@@ -13,7 +13,15 @@ hf_oauth_scopes:
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
| 16 |
-
## v190.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
- v190.0 is a UI-only consolidation pass: it reduces Active Run redundancy, fits the canonical timeline into the center column, keeps Recovery details compact when Agent recovery is present, and improves recovery text wrapping.
|
| 19 |
|
|
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
| 16 |
+
## v190.3 — Active Run timeline hotfix
|
| 17 |
+
|
| 18 |
+
- v190.3 fixes the Active Run canonical timeline after the v190.0 fit-to-width pass: desktop/tablet rendering is horizontal again, active steps pulse correctly, and `pi_run` started/running keeps Agent in progress instead of complete.
|
| 19 |
+
|
| 20 |
+
## v190.1 — Space Test validation UI
|
| 21 |
+
|
| 22 |
+
- v190.1 gives Space Test its own validation timeline, fixes validation runs stuck as Running in Run Explorer, and humanizes Gradio endpoint schema rendering so `[object Object]` never appears.
|
| 23 |
+
|
| 24 |
+
## v190.0 — Active Run layout consolidation
|
| 25 |
|
| 26 |
- v190.0 is a UI-only consolidation pass: it reduces Active Run redundancy, fits the canonical timeline into the center column, keeps Recovery details compact when Agent recovery is present, and improves recovery text wrapping.
|
| 27 |
|