@balchemyai/agent-sdk 0.3.0 → 0.3.3
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 +40 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,46 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.3.3] — 2026-06-04
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Harden the CLI cockpit setup state machine so read-only runtime/market/risk prompts do not get consumed by onboarding.
|
|
15
|
+
- Block trade, wallet, approval, and runtime-control mutation prompts while setup is incomplete instead of routing them through setup or tool execution.
|
|
16
|
+
- Avoid repeated setup-scope-required notices after an MCP key lacks setup/manage scope.
|
|
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.3.3` before `balchemy@0.3.3` so the CLI dependency resolves from npm semver.
|
|
22
|
+
|
|
23
|
+
## [0.3.2] — 2026-06-03
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- Let read-only runtime, rules, context, portfolio, market, and risk prompts bypass the in-chat setup wizard when setup is incomplete.
|
|
28
|
+
- Stop setup prompts after setup/manage-scope failures instead of looping on the same wallet confirmation question.
|
|
29
|
+
|
|
30
|
+
### Notes
|
|
31
|
+
|
|
32
|
+
- No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
|
|
33
|
+
- Publish `@balchemyai/agent-sdk@0.3.2` before `balchemy@0.3.2` so the CLI dependency resolves from npm semver.
|
|
34
|
+
|
|
35
|
+
## [0.3.1] — 2026-06-03
|
|
36
|
+
|
|
37
|
+
### Changed
|
|
38
|
+
|
|
39
|
+
- Keep safe read wrapper tools visible for agents with stale MCP allowlists while raw/internal agent tools remain hidden.
|
|
40
|
+
- Improve CLI cockpit input handling for PageUp/PageDown, arrow navigation, long prompts, and visible cursor placement.
|
|
41
|
+
- Add a redacted plain-text activity transcript export from the cockpit.
|
|
42
|
+
- Prefer safe context, market brief, candidate, and risk tools in CLI chat prompts when the backend advertises them.
|
|
43
|
+
- Stop vague retry suggestions when market or risk data is unavailable, degraded, rate limited, or unsupported.
|
|
44
|
+
|
|
45
|
+
### Notes
|
|
46
|
+
|
|
47
|
+
- No wallet keys, trading internals, or backend policy logic are shipped in the public packages.
|
|
48
|
+
- Publish `@balchemyai/agent-sdk@0.3.1` before `balchemy@0.3.1` so the CLI dependency resolves from npm semver.
|
|
49
|
+
|
|
10
50
|
## [0.3.0] — 2026-06-03
|
|
11
51
|
|
|
12
52
|
### Changed
|