Skip to content

Strata 1.10.2

Choose a tag to compare

@oren198 oren198 released this 26 Aug 21:00
· 311 commits to main since this release

First-run experience release, shaped by two rounds of operator QA.

  • Zero-friction fresh install: with the seeded single-scope fleet, a session binds automatically — no environment exports. Fleets with several scopes still require an explicit choice (the error lists them). The turn-end memory loop works on this zero-export path too: the Stop hook and the server now share a deterministic session identity.
  • Provider-generic judge: JUDGE_API_KEY, JUDGE_BASE_URL, JUDGE_MODEL — point the judge at any Messages-API-compatible endpoint; the old Anthropic variable names keep working.
  • Register: a fresh empty directory gets a git init hint. (The interactive "Register here anyway? [y/N]" prompt announced earlier missed this build — it ships in 1.10.3.)
  • README rewritten for newcomers: what Strata is, five core concepts, install → register → work; links work from PyPI; harness-agnostic throughout.