@balchemyai/agent-sdk 0.3.4 → 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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ 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
|
+
|
|
10
24
|
## [0.3.4] — 2026-06-04
|
|
11
25
|
|
|
12
26
|
### Fixed
|