Skip to content

theazo@0.1.8

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:57
· 3 commits to main since this release
9404565

Patch Changes

  • 732bb6a: Re-sync SDK source from the main monorepo (packages/sdk/src). Adds the events namespace (theazo.events.emit(), agent-definition .on() event triggers) and Billing* types, both previously missing entirely. Fixes session.tasks.get()/.wait()/.cancel() to call the correct globally-unique /v1/tasks/:id routes (they were still calling the old, now-invalid session-scoped /v1/sessions/:id/tasks/:id path); .submit()/.list() remain session-scoped, unchanged. Also widens guardrails.violations() filters to include type/severity/limit (previously period only).