@meshagent/meshagent-react 0.39.5 → 0.39.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.39.7]
2
+ - Updated Meshagent JS/TS package manifests so inter-package dependencies are aligned to the new Meshagent version (`@meshagent/*` packages now depend on the updated `^0.39.6` versions).
3
+
4
+ ## [0.39.6]
5
+ - Chat thread message sending now supports an “agent messages” mode: it selects participants that advertise agent-message support and sends `agent-message` payloads using `meshagent.agent.turn.start` / `meshagent.agent.turn.steer` types (including turn/thread scoping), with Promise-based sending and cancellation when recipients never materialize.
6
+ - Chat UI/logic now determines the correct outbound message type (chat vs steer) and turn context from thread status, and passes that into message sending.
7
+ - DatasetsClient now adds strongly typed `importFromStorage` and `exportToStorage` APIs with dataset storage format + import mode options, optional `namespace`/`branch` scoping, and `batch_size` support that is omitted when unset.
8
+ - Unit tests were updated to verify the new import/export request payload shapes and defaults.
9
+
1
10
  ## [0.39.5]
2
11
  - Stability
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-react",
3
- "version": "0.39.5",
3
+ "version": "0.39.7",
4
4
  "description": "Meshagent React Client",
5
5
  "homepage": "https://github.com/meshagent/meshagent-react",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "base-64": "^1.0.0",
37
37
  "livekit-client": "^2.15.5",
38
38
  "react": "^19.1.0",
39
- "@meshagent/meshagent": "^0.39.5",
39
+ "@meshagent/meshagent": "^0.39.7",
40
40
  "react-dom": "^19.1.0",
41
41
  "typescript": "^5.8.3",
42
42
  "uuid": "^14.0.0",