@vultisig/cli 0.22.4 → 0.22.7

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/index.js +1065 -1891
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @vultisig/cli
2
2
 
3
+ ## 0.22.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#457](https://github.com/vultisig/vultisig-sdk/pull/457) [`680119e`](https://github.com/vultisig/vultisig-sdk/commit/680119e7392921b8aeaf859c85e811fb40a25054) Thanks [@rcoderdev](https://github.com/rcoderdev)! - Add regression tests and drift guards for Bitcoin PSBT compilation, ChainKind signing-input alignment, generated protobuf headers, and CLI agent action names aligned with AGENTS.md.
8
+
9
+ - Updated dependencies [[`680119e`](https://github.com/vultisig/vultisig-sdk/commit/680119e7392921b8aeaf859c85e811fb40a25054), [`5102976`](https://github.com/vultisig/vultisig-sdk/commit/5102976d7c13fa9578bbbc6e5122526cefc1ec66), [`b36eb62`](https://github.com/vultisig/vultisig-sdk/commit/b36eb62842051b8b2bae06f1e123a5ebcf6cad88)]:
10
+ - @vultisig/sdk@0.22.7
11
+ - @vultisig/core-chain@1.7.1
12
+
13
+ ## 0.22.5
14
+
15
+ ### Patch Changes
16
+
17
+ - [#409](https://github.com/vultisig/vultisig-sdk/pull/409) [`64a8c44`](https://github.com/vultisig/vultisig-sdk/commit/64a8c445d97b7588d6650fdeadb3b4d38e1bfddd) Thanks [@neavra](https://github.com/neavra)! - Migrate fully to the client-side tool path. The legacy `actions` SSE channel
18
+ consumption was dropped in the previous release; this release also deletes
19
+ the `executor.dispatch()` chokepoint and the per-tool methods that only the
20
+ chokepoint reached. The wire shape (`recent_actions`, `tx_ready`,
21
+ `tool-input-available`) is unchanged for users.
22
+
23
+ Internal: `Action`, `ActionResult`, `SSEActions` types removed;
24
+ `SendMessageResponse.actions` and the `actions` SSE event variant removed
25
+ from public types. CLI now consumes only `tool-input-available` for
26
+ client-side tool calls and `tx_ready` for transaction signing.
27
+
28
+ - Updated dependencies [[`1132ae5`](https://github.com/vultisig/vultisig-sdk/commit/1132ae51f8e4d5b8ca8a1855af9ea51031b574e9)]:
29
+ - @vultisig/core-chain@1.6.1
30
+ - @vultisig/sdk@0.22.5
31
+
3
32
  ## 0.22.4
4
33
 
5
34
  ### Patch Changes