fix: enrich cleanup from active queue context

This commit is contained in:
CoolBoy
2026-08-12 09:00:51 +08:00
parent d8ed7fa1c2
commit 86088ce577
4 changed files with 297 additions and 33 deletions

View File

@@ -307,12 +307,16 @@ Version `2026.08.12.4` bootstraps architecture feedback before the first cleanup
it prefers recent public failure details when available, otherwise scans the
complete history of every configured account, recovers missing task/framework
metadata from task levels and target images, then continues incremental learning.
Version `2026.08.12.5` enriches every cleanup from the live active queue's task
level metadata. If a legacy waiting task has no recoverable framework, cleanup
queries the current ModelHub framework catalog and cancels it only when its
architecture is explicitly blocked on every listed framework.
## Deploy
Create a tag and submit the repository URL plus tag in "我的适配智能体".
```bash
git tag agent-v22
git push origin agent-v22
git tag agent-v23
git push origin agent-v23
```