Skip to content

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:56

Highlights

  • Tags system overhaul: Added per-entity tag verbs, tag filters, and skew guards with improved skills prose for better tag organization and validation.
  • Async CLI writes: Introduced non-blocking outbox operations via a durable journal, improving CLI responsiveness during write-heavy workflows.
  • Harbor sandbox improvements: Added labeled state artifacts, begin-bytes (shared per-task before-content), and an SDK-owned capture facade with attach()/finalize() methods for Harbor bridges.
  • Documentation refresh: Expanded SDK write-surface documentation to cover both CLI and programmatic agent usage patterns.

What's Changed

Other changes

  • feat(harbor): SDK-owned capture facade — attach()/finalize() for Harbor bridges by @mahitoburrito in #99
  • docs: teach agents the SDK write surface, not just the CLI by @richardwei6 in #100
  • feat(harbor): label sandbox state artifacts by @mahitoburrito in #101
  • docs: tighten the SDK write-surface prose by @richardwei6 in #102
  • fix(harbor): preserve sample reward identities by @mahitoburrito in #103
  • feat(sandbox-state): begin-bytes — shared per-task before-content by @mahitoburrito in #104
  • feat: async outbox — non-blocking CLI writes via a durable operation journal by @richardwei6 in #107
  • feat(tags): per-entity tag verbs, tags filters, skew guards, skills prose by @richardwei6 in #106

Full Changelog: v0.22.0...v0.24.0