fffiloni commited on
Commit
a9a19e2
·
verified ·
1 Parent(s): 03c0757

Upload 4 files

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -133,7 +133,23 @@ See `CHANGELOG_V194.md` for the Model Pre-scan Decision Card UI pass.
133
  See `CHANGELOG_V195.md` for the Runtime CSS Cleanup with Legacy Safety Net pass.
134
 
135
 
136
- Current release: Agentic Space Factory v198.26.61.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  ## v198.26.61 — Pre-scan Panel Output Authority
139
 
 
133
  See `CHANGELOG_V195.md` for the Runtime CSS Cleanup with Legacy Safety Net pass.
134
 
135
 
136
+ Current release: Agentic Space Factory v198.26.63.
137
+
138
+ ## v198.26.63 — Factory Upload Retry Budget
139
+
140
+ - Adds a small factory-side packaging/upload retry budget, defaulting to one retry, separate from Pi repair attempts.
141
+ - Retries transient runtime payload or HF upload errors without relaunching Pi or consuming patch repair budget.
142
+ - Records `factory_upload_retry.json` and richer `factory_upload_error.json` metadata so upload failures are classified instead of ending opaquely.
143
+
144
+ See `CHANGELOG_V198_26_63.md`.
145
+
146
+ ## v198.26.62 — LongCat Runtime Import and Payload Repair
147
+
148
+ - Ensures deterministic gated-token injection puts `import os` before `HF_TOKEN = os.environ.get(...)`, even when Pi already placed `import os` later in `app.py`.
149
+ - Preserves valid `from __future__ import ...` ordering while still placing token setup before application code.
150
+ - Retries runtime payload copy once when a repair re-upload transiently loses a vendored package parent directory such as `longcat_video/audio_process`.
151
+
152
+ See `CHANGELOG_V198_26_62.md`.
153
 
154
  ## v198.26.61 — Pre-scan Panel Output Authority
155