@walkeros/cli 4.3.0-next-1783710078012 → 4.3.0-next-1784120651691

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,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 4.3.0-next-1783710078012
3
+ ## 4.3.0-next-1784120651691
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,12 +13,28 @@
13
13
  the originating source id and a monotonic sequence that makes dropped
14
14
  telemetry visible. At trace level, destinations can opt in to recording their
15
15
  outgoing vendor calls.
16
+ - 1559e17: The `preview_regrant` action now works over the CLI-backed MCP
17
+ client: mint a fresh, origin-bound activation grant for an existing preview,
18
+ optionally bound to an Observe session via `sessionId`. `preview_create` with
19
+ a `siteUrl` now mints a real activation grant instead of returning no
20
+ activation URL.
16
21
  - 98801c9: Flow observation records now assemble into per-event journeys
17
22
  spanning web and server flows, each hop showing input, output, and status,
18
23
  with loss flagged; the `observe_journeys` MCP tool exposes the same journeys
19
24
  to agents. Batching destinations now emit per-event records, and live-web
20
25
  vendor calls are captured when a destination reaches its callable through
21
26
  `getEnv`, though batched sends stay uncaptured.
27
+ - f8408fd: Preview links are now app-signed and bound to your site's origin,
28
+ verified locally in the bundle with no server round trip. Bundles that support
29
+ preview activation import a new `browserSwapActivator` from `@walkeros/core`.
30
+ The CLI wrap step's `preview` option replaces `previewOrigin`/`previewScope`,
31
+ and a new `previewGrantTargets` option lets a preview forward its grant to
32
+ server-bound destinations too.
33
+ - 907eed0: Observe-session activation URLs now carry a companion
34
+ session-forwarding grant (`elbPreviewSession`). The browser activator stores
35
+ it alongside the activation grant, and seamed preview bundles use it to
36
+ forward events to the session container — so one preview link shows web and
37
+ server journeys together.
22
38
  - 9506e3e: Events now carry per-flow config provenance on
23
39
  `event.source.release`, a flow-name to release map that accumulates as an
24
40
  event crosses flows (web capture to server processing), so a delivered event
@@ -43,12 +59,14 @@
43
59
  - Updated dependencies [e01036e]
44
60
  - Updated dependencies [e01036e]
45
61
  - Updated dependencies [98801c9]
62
+ - Updated dependencies [f8408fd]
63
+ - Updated dependencies [907eed0]
46
64
  - Updated dependencies [9506e3e]
47
- - @walkeros/collector@4.3.0-next-1783710078012
48
- - @walkeros/core@4.3.0-next-1783710078012
49
- - @walkeros/server-core@4.3.0-next-1783710078012
50
- - @walkeros/server-destination-api@4.3.0-next-1783710078012
51
- - @walkeros/transformer-validate@4.3.0-next-1783710078012
65
+ - @walkeros/collector@4.3.0-next-1784120651691
66
+ - @walkeros/core@4.3.0-next-1784120651691
67
+ - @walkeros/server-core@4.3.0-next-1784120651691
68
+ - @walkeros/server-destination-api@4.3.0-next-1784120651691
69
+ - @walkeros/transformer-validate@4.3.0-next-1784120651691
52
70
 
53
71
  ## 4.2.1
54
72