@balchemyai/agent-sdk 0.3.1 → 0.3.3

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 (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.3.3] — 2026-06-04
11
+
12
+ ### Fixed
13
+
14
+ - Harden the CLI cockpit setup state machine so read-only runtime/market/risk prompts do not get consumed by onboarding.
15
+ - Block trade, wallet, approval, and runtime-control mutation prompts while setup is incomplete instead of routing them through setup or tool execution.
16
+ - Avoid repeated setup-scope-required notices after an MCP key lacks setup/manage scope.
17
+
18
+ ### Notes
19
+
20
+ - No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
21
+ - Publish `@balchemyai/agent-sdk@0.3.3` before `balchemy@0.3.3` so the CLI dependency resolves from npm semver.
22
+
23
+ ## [0.3.2] — 2026-06-03
24
+
25
+ ### Fixed
26
+
27
+ - Let read-only runtime, rules, context, portfolio, market, and risk prompts bypass the in-chat setup wizard when setup is incomplete.
28
+ - Stop setup prompts after setup/manage-scope failures instead of looping on the same wallet confirmation question.
29
+
30
+ ### Notes
31
+
32
+ - No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
33
+ - Publish `@balchemyai/agent-sdk@0.3.2` before `balchemy@0.3.2` so the CLI dependency resolves from npm semver.
34
+
10
35
  ## [0.3.1] — 2026-06-03
11
36
 
12
37
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balchemyai/agent-sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "description": "Balchemy external AI agent onboarding and MCP client SDK",