@stackbone/sdk 0.1.0-alpha.4 → 0.1.0-alpha.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 CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.0-alpha.6] - 2026-06-17
11
+
12
+ ### Added
13
+
14
+ - **`client.connections` surface (gated by the new `connections.actions`
15
+ capability, contract v13).** Agents can list the connectors wired to their
16
+ installation and invoke a connector action through a control-plane proxy —
17
+ credentials never enter the agent container. `client.connections.list()`
18
+ returns the available connectors and their connections;
19
+ `client.connections.invoke(connector, action, args)` runs an action,
20
+ optionally pinned to a specific connection id.
21
+
10
22
  ### Removed
11
23
 
12
24
  - **Breaking:** removed the `client.observability` surface (`spanProcessor`,