@balchemyai/agent-sdk 0.3.0 → 0.3.1
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.3.1] — 2026-06-03
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Keep safe read wrapper tools visible for agents with stale MCP allowlists while raw/internal agent tools remain hidden.
|
|
15
|
+
- Improve CLI cockpit input handling for PageUp/PageDown, arrow navigation, long prompts, and visible cursor placement.
|
|
16
|
+
- Add a redacted plain-text activity transcript export from the cockpit.
|
|
17
|
+
- Prefer safe context, market brief, candidate, and risk tools in CLI chat prompts when the backend advertises them.
|
|
18
|
+
- Stop vague retry suggestions when market or risk data is unavailable, degraded, rate limited, or unsupported.
|
|
19
|
+
|
|
20
|
+
### Notes
|
|
21
|
+
|
|
22
|
+
- No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
|
|
23
|
+
- Publish `@balchemyai/agent-sdk@0.3.1` before `balchemy@0.3.1` so the CLI dependency resolves from npm semver.
|
|
24
|
+
|
|
10
25
|
## [0.3.0] — 2026-06-03
|
|
11
26
|
|
|
12
27
|
### Changed
|