@balchemyai/agent-sdk 0.3.1 → 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.
- package/CHANGELOG.md +37 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,43 @@ 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
|
+
|
|
22
|
+
## [0.3.3] — 2026-06-04
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- Harden the CLI cockpit setup state machine so read-only runtime/market/risk prompts do not get consumed by onboarding.
|
|
27
|
+
- Block trade, wallet, approval, and runtime-control mutation prompts while setup is incomplete instead of routing them through setup or tool execution.
|
|
28
|
+
- Avoid repeated setup-scope-required notices after an MCP key lacks setup/manage scope.
|
|
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.3` before `balchemy@0.3.3` so the CLI dependency resolves from npm semver.
|
|
34
|
+
|
|
35
|
+
## [0.3.2] — 2026-06-03
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- Let read-only runtime, rules, context, portfolio, market, and risk prompts bypass the in-chat setup wizard when setup is incomplete.
|
|
40
|
+
- Stop setup prompts after setup/manage-scope failures instead of looping on the same wallet confirmation question.
|
|
41
|
+
|
|
42
|
+
### Notes
|
|
43
|
+
|
|
44
|
+
- No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
|
|
45
|
+
- Publish `@balchemyai/agent-sdk@0.3.2` before `balchemy@0.3.2` so the CLI dependency resolves from npm semver.
|
|
46
|
+
|
|
10
47
|
## [0.3.1] — 2026-06-03
|
|
11
48
|
|
|
12
49
|
### Changed
|