@balchemyai/agent-sdk 0.2.5 → 0.2.6
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 +12 -0
- 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.2.6] — 2026-05-29
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Align the public SDK and CLI release line after backend readiness healthcheck hardening.
|
|
15
|
+
- Keep the CLI dependency on the published SDK semver range for npm install compatibility.
|
|
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.2.6` before `balchemy@0.2.6` so the CLI dependency resolves from npm semver.
|
|
21
|
+
|
|
10
22
|
## [0.2.5] — 2026-05-28
|
|
11
23
|
|
|
12
24
|
### Changed
|
package/package.json
CHANGED