@balchemyai/agent-sdk 0.2.8 → 0.2.9
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.9] — 2026-06-03
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Correct CLI README provider documentation to match supported LLM providers.
|
|
15
|
+
- Clarify that saved agent credentials are encrypted locally while generated `.env` files remain plaintext local secret files.
|
|
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.9` before `balchemy@0.2.9` so the CLI dependency resolves from npm semver.
|
|
21
|
+
|
|
10
22
|
## [0.2.8] — 2026-06-03
|
|
11
23
|
|
|
12
24
|
### Changed
|
package/package.json
CHANGED