@amodalai/amodal 0.3.64 → 0.3.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @amodalai/amodal
2
2
 
3
+ ## 0.3.66
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [be95b4a]
8
+ - @amodalai/studio@0.3.66
9
+ - @amodalai/runtime@0.3.66
10
+ - @amodalai/types@0.3.66
11
+ - @amodalai/core@0.3.66
12
+ - @amodalai/runtime-app@0.3.66
13
+ - @amodalai/db@0.3.66
14
+
15
+ ## 0.3.65
16
+
17
+ ### Patch Changes
18
+
19
+ - 5523532: Add `HttpAuditSink` and `HttpUsageSink` — built-in HTTP-batching sinks that
20
+ hosting layers can wire to `StreamHooks.onAuditLog` and
21
+ `StreamHooks.onUsageReport` instead of writing their own batching/POST/timeout
22
+ plumbing. Both accept a URL template (with `{agentId}` placeholder) and a
23
+ bearer-token resolver, batch entries with auto-flush, and log delivery
24
+ failures via the `Logger` rather than blocking chat handling.
25
+
26
+ Also extend `UsageReport` with `scopeId` (end-user identity from the auth
27
+ JWT's scope claims) so consumers can attribute tokens per end-user — the one
28
+ attribution dimension LiteLLM-style proxies can't see, since they only know
29
+ the deploy's virtual key.
30
+
31
+ - Updated dependencies [5523532]
32
+ - @amodalai/runtime@0.3.65
33
+ - @amodalai/core@0.3.65
34
+ - @amodalai/studio@0.3.65
35
+ - @amodalai/runtime-app@0.3.65
36
+ - @amodalai/types@0.3.65
37
+ - @amodalai/db@0.3.65
38
+
3
39
  ## 0.3.64
4
40
 
5
41
  ### Patch Changes