Upload 6 files
Browse files- CHANGELOG.md +6 -0
- README.md +5 -0
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Agentic Space Factory v190.5
|
| 2 |
|
| 3 |
## Active Run timeline + Space Test prefill hotfix
|
|
|
|
| 1 |
+
# Agentic Space Factory v190.6
|
| 2 |
+
|
| 3 |
+
- Locks terminal Space Test validation states so stale running/pending data cannot override failed/success/partial/manual outcomes.
|
| 4 |
+
- Keeps validation panels stable during slow refreshes using stale-while-revalidate semantics.
|
| 5 |
+
- Preserves terminal validation status in Runs Explorer while backend summaries refresh.
|
| 6 |
+
|
| 7 |
# Agentic Space Factory v190.5
|
| 8 |
|
| 9 |
## Active Run timeline + Space Test prefill hotfix
|
README.md
CHANGED
|
@@ -13,6 +13,11 @@ hf_oauth_scopes:
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## v190.5 — Active Run timeline hotfix
|
| 17 |
|
| 18 |
- v190.5 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.
|
|
|
|
| 13 |
- read-billing
|
| 14 |
---
|
| 15 |
|
| 16 |
+
## v190.6 — Space Test terminal-state lock
|
| 17 |
+
|
| 18 |
+
- v190.6 prevents terminal Space Test validations from oscillating back to Running/Pending when slower index or poll responses arrive later.
|
| 19 |
+
- The Space Test panel now keeps the terminal detail visible while refreshing, and the Runs Explorer uses the locked terminal status for the same validation id.
|
| 20 |
+
|
| 21 |
## v190.5 — Active Run timeline hotfix
|
| 22 |
|
| 23 |
- v190.5 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.
|