@balchemyai/agent-sdk 0.2.4 → 0.2.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 +26 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,32 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.2.5] — 2026-05-28
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Align the public SDK and CLI release line with the backend MCP catalog, resource, and prompt hardening shipped after `0.2.4`.
|
|
15
|
+
- Document the stricter observability and telemetry privacy boundary for agent-facing MCP responses.
|
|
16
|
+
- Keep autonomous agent runtime expectations explicit: SDK/CLI clients remain API clients and execution still flows through scoped MCP credentials and server-side safety checks.
|
|
17
|
+
|
|
18
|
+
### Notes
|
|
19
|
+
|
|
20
|
+
- No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
|
|
21
|
+
- Publish `@balchemyai/agent-sdk@0.2.5` before `balchemy@0.2.5` so the CLI dependency resolves from npm semver.
|
|
22
|
+
|
|
23
|
+
## [0.2.4] — 2026-05-24
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Align SDK public package version with the `balchemy` CLI release line.
|
|
28
|
+
- Refresh public package metadata so npm repository links point to `github.com/balchemy/balchemy-agent`.
|
|
29
|
+
- Keep the SDK release available as the npm-compatible dependency target for `balchemy@0.2.4`.
|
|
30
|
+
|
|
31
|
+
### Notes
|
|
32
|
+
|
|
33
|
+
- Public CLI and SDK releases should stay version-aligned unless a release note explicitly says otherwise.
|
|
34
|
+
- CLI packages must depend on the published SDK with npm semver, not `workspace:` ranges.
|
|
35
|
+
|
|
10
36
|
## [0.1.0] — 2026-03-15
|
|
11
37
|
|
|
12
38
|
### Added
|
package/package.json
CHANGED