theazo@0.1.8
·
3 commits
to main
since this release
Patch Changes
- 732bb6a: Re-sync SDK source from the main monorepo (packages/sdk/src). Adds the
eventsnamespace (theazo.events.emit(), agent-definition.on()event triggers) andBilling*types, both previously missing entirely. Fixessession.tasks.get()/.wait()/.cancel()to call the correct globally-unique/v1/tasks/:idroutes (they were still calling the old, now-invalid session-scoped/v1/sessions/:id/tasks/:idpath);.submit()/.list()remain session-scoped, unchanged. Also widensguardrails.violations()filters to includetype/severity/limit(previouslyperiodonly).