@balchemyai/agent-sdk 0.3.3 → 0.3.4

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.3.4] — 2026-06-04
11
+
12
+ ### Fixed
13
+
14
+ - 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.
15
+ - Use terminal alternate-screen mode for the live cockpit so shell prompt artifacts do not appear as a second input area under the TUI.
16
+
17
+ ### Notes
18
+
19
+ - No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
20
+ - Publish `@balchemyai/agent-sdk@0.3.4` before `balchemy@0.3.4` so the CLI dependency resolves from npm semver.
21
+
10
22
  ## [0.3.3] — 2026-06-04
11
23
 
12
24
  ### 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.4",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "description": "Balchemy external AI agent onboarding and MCP client SDK",