Upload 6 files
Browse files- CHANGELOG.md +10 -0
- README.md +2 -2
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
|
|
|
| 1 |
+
# Agentic Space Factory v190.4
|
| 2 |
+
|
| 3 |
+
## Active Run timeline + Space Test prefill hotfix
|
| 4 |
+
|
| 5 |
+
- Restores the canonical Active Run timeline as a horizontal fit-to-width row across narrow central columns.
|
| 6 |
+
- Keeps the active timeline phase pulsing while a phase is running.
|
| 7 |
+
- Ensures the Agent phase remains `running` while `pi_run` is `started` or `running`, instead of prematurely showing complete.
|
| 8 |
+
- Improves Space Test prefill from partial/failed builds by reading nested `inference_gate.generation_smoke` payloads and endpoint parameters when available.
|
| 9 |
+
- Keeps the validation prefill in new-validation draft mode rather than reusing a previous validation selection.
|
| 10 |
+
|
| 11 |
# v190.3 — Space Test explicit prefill mode
|
| 12 |
|
| 13 |
- Fixed Active Run → Space Test prefill so it prepares a new validation draft instead of re-opening the previous validation run.
|
README.md
CHANGED
|
@@ -13,9 +13,9 @@ hf_oauth_scopes:
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
| 16 |
-
## v190.
|
| 17 |
|
| 18 |
-
- v190.
|
| 19 |
|
| 20 |
## v190.1 — Space Test validation UI
|
| 21 |
|
|
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
| 16 |
+
## v190.4 — Active Run timeline hotfix
|
| 17 |
|
| 18 |
+
- v190.4 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 |
|