@walkeros/cli 4.4.0 → 4.5.1-next-1788726985928

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,56 @@
1
1
  # @walkeros/cli
2
2
 
3
+ ## 4.5.1-next-1788726985928
4
+
5
+ ### Patch Changes
6
+
7
+ - 8802281: The BigQuery destination no longer applies `config.timeout` as a
8
+ deadline on the Storage Write API append stream, which killed healthy
9
+ connections roughly every ten seconds and caused reconnect churn, latency
10
+ spikes, and intermittent 5xx responses. Error logs now show the error's
11
+ message, name and status code in CLI output, and no longer include event
12
+ payloads.
13
+ - 403ff6c: The MCP server carries `hub_manage`, which reads a flow's release
14
+ history, its rationale and the threads on it, and a read-only `frame_manage`,
15
+ which reads the frames of a measurement plan. The CLI gains the matching
16
+ programmatic calls. `ToolClient` gains eleven required methods, so a custom
17
+ implementation of that interface must add them.
18
+ - Updated dependencies [8802281]
19
+ - @walkeros/collector@4.5.1-next-1788726985928
20
+ - @walkeros/server-core@4.5.1-next-1788726985928
21
+ - @walkeros/core@4.5.1-next-1788726985928
22
+ - @walkeros/server-destination-api@4.5.1-next-1788726985928
23
+ - @walkeros/transformer-validate@4.5.1-next-1788726985928
24
+
25
+ ## 4.5.0
26
+
27
+ ### Minor Changes
28
+
29
+ - 5977896: `walkeros setup` now resolves a component's package the same way
30
+ `walkeros bundle` does: the flow's pinned version is downloaded from the
31
+ registry (sharing the bundle cache) and imported from there. Setup works via
32
+ npx without a local install; `path:` packages are supported for local
33
+ development.
34
+
35
+ ### Patch Changes
36
+
37
+ - 3571ca1: Add package READMEs and npm keywords. The MCP packages now ship
38
+ install instructions for Claude Code, Cursor, and VS Code plus MCP registry
39
+ metadata (mcpName).
40
+ - f7536a6: A `path` entry in `config.bundle.packages` now counts as the package
41
+ pin, so bundling and setup use the local package instead of failing when steps
42
+ still declare conflicting inline versions of it.
43
+ - Updated dependencies [3571ca1]
44
+ - Updated dependencies [63845bb]
45
+ - Updated dependencies [4de76ed]
46
+ - Updated dependencies [79cdcb0]
47
+ - Updated dependencies [756b571]
48
+ - @walkeros/transformer-validate@4.5.0
49
+ - @walkeros/core@4.5.0
50
+ - @walkeros/server-destination-api@4.5.0
51
+ - @walkeros/collector@4.5.0
52
+ - @walkeros/server-core@4.5.0
53
+
3
54
  ## 4.4.0
4
55
 
5
56
  ### Patch Changes