@balchemyai/agent-sdk 0.3.3 → 0.3.5

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,32 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.3.5] — 2026-06-04
11
+
12
+ ### Fixed
13
+
14
+ - Fail closed in the CLI cockpit before `trade_command` when action, chain, token, or amount is missing, random, or unknown.
15
+ - Require an exact trade confirmation phrase instead of a bare `TRADE` confirmation.
16
+ - Label side-less confirmed trade messages as `TRADE` instead of defaulting to `SELL`.
17
+ - Clarify runtime pause/resume/arm/disarm routing so chat does not answer mutation requests with read-only snapshots.
18
+
19
+ ### Notes
20
+
21
+ - No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
22
+ - Publish `@balchemyai/agent-sdk@0.3.5` before `balchemy@0.3.5` so the CLI dependency resolves from npm semver.
23
+
24
+ ## [0.3.4] — 2026-06-04
25
+
26
+ ### Fixed
27
+
28
+ - Replace fragile prompt editing state with a tested editor reducer so Backspace, Delete, arrow navigation, Ctrl+A, and Ctrl+E work before raw terminal control-byte filtering.
29
+ - Use terminal alternate-screen mode for the live cockpit so shell prompt artifacts do not appear as a second input area under the TUI.
30
+
31
+ ### Notes
32
+
33
+ - No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
34
+ - Publish `@balchemyai/agent-sdk@0.3.4` before `balchemy@0.3.4` so the CLI dependency resolves from npm semver.
35
+
10
36
  ## [0.3.3] — 2026-06-04
11
37
 
12
38
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balchemyai/agent-sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "description": "Balchemy external AI agent onboarding and MCP client SDK",