| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 6.1 kB | |
| v1.24.0 source code.tar.gz | 2026-07-30 | 70.2 MB | |
| v1.24.0 source code.zip | 2026-07-30 | 76.0 MB | |
| Totals: 3 Items | 146.2 MB | 2 | |
1.24.0 (2026-07-30)
⚠️ Contains database migrations — run
python manage.py migrateafter deploying this release.
futureagi/accounts/migrations/0024_sosloginproxy.pyfutureagi/model_hub/migrations/0121_queueitem_source_preview.pyfutureagi/model_hub/migrations/0122_backfill_queueitem_source_preview.py
Features
Bug Fixes
- agentcc: return 404 for cross-tenant actions (4bf9ae8)
- agentcc: return 404 for cross-tenant actions (4bf9ae8)
- annotations: address review on the source_preview backfill (5f9cab0)
- annotations: tie the dedup key to the live spans ORDER BY (ed31aa9)
- oss: gate Turing models and Error Localization (#1870) (525c07a)
- repair observe test suite drift and drop legacy CH-infra tests (2e46bf3)
- simulate: [TH-7080] green simulate test suite in OSS mode (with and without ee/) (a06de4a)
- simulate: guard scored choice rendering (494e033)
- simulate: match categorical KPI labels (0e72711)
- simulate: preserve configured KPI labels (9c6451f)
- simulate: render drawer choice lists (88f2fdd)
- simulate: render scored choice outputs (9cb1c80)
- simulate: restore categorical KPI labels (7845ad6)
- simulate: reuse scored choice readers (689e375)
- simulate: skip malformed score outputs (16857ca)
- simulate: surface scored-choices dict-output evals in the KPI eval metrics (6be9fc2)
- simulate: validate scored choice payloads (49cdfaf)
- storage: pass region for GCS MinIO client (86502c0)
- storage: pass region for GCS MinIO client (5e94f2e)
- tracer-tests: address observe-suite review feedback (46dc3ac)
- tracer: avoid shadowing django settings in filter_values (d9eb5ed)
- workspaces: dedupe /accounts/workspace/list/ behind one query key (#1867) (16a2f9d)
Performance Improvements
- annotations: annotate the review-thread lookup so the items grid stops querying per row (d7fcbc9)
- annotations: annotate the review-thread lookup so the items grid stops querying per row (5999f97)
- annotations: batch bulk-review's per-item validation and writes (71039af)
- annotations: batch bulk-review's per-item validation and writes (bf1e352)
- annotations: capture the item source preview so the grid stops reading ClickHouse (f320a11)
- annotations: dedup span reads with LIMIT 1 BY instead of FINAL (15790be)
- annotations: dedup span reads with LIMIT 1 BY instead of FINAL (d705864)
- annotations: make bulk-review flat — 11 queries at any batch size (c2fa866)
- tracer: filter_values — fixed 7-day window, never-400, indexed search (506a083)
- tracer: hook up filter-value search in the UI, drop redundant lookups (ad01db3)