@23blocks/sdk 13.2.0 → 13.4.0

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 (3) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/llms.txt +6 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 13.4.0 (2026-03-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/sdk:** rebuild with rag evaluation service ([5e9a2f0](https://github.com/23blocks-OS/frontend-sdk/commit/5e9a2f0))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-rag to 2.1.0
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.6
14
+ - Juan Pelaez
15
+
16
+ ## 13.3.0 (2026-03-08)
17
+
18
+ ### 🚀 Features
19
+
20
+ - **@23blocks/sdk:** rebuild with conversations message actions ([68ccec2](https://github.com/23blocks-OS/frontend-sdk/commit/68ccec2))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated @23blocks/block-conversations to 4.1.0
25
+
26
+ ### ❤️ Thank You
27
+
28
+ - Claude Opus 4.6
29
+ - Juan Pelaez
30
+
1
31
  ## 13.2.0 (2026-03-05)
2
32
 
3
33
  ### 🚀 Features
package/llms.txt CHANGED
@@ -403,6 +403,7 @@ const [authHealth, crmHealth] = await Promise.all([
403
403
  - `contexts`, `sources` - Conversation context
404
404
  - `availabilities` - User availability
405
405
  - `messageFiles` - File attachments
406
+ - `messageActions` - Message action management (inline creation via messages.create)
406
407
  - `users` - Conversation participants
407
408
  - `meetings` - Meeting scheduling
408
409
 
@@ -474,6 +475,11 @@ const [authHealth, crmHealth] = await Promise.all([
474
475
  - `jobs` - Async job status tracking (progress, pages, chunks, embeddings, timing)
475
476
  - `images` - Image upload for vector indexing and unified search (text, image URL, base64, filters, similarity threshold)
476
477
  - `products` - Product identification from images and unified product search
478
+ - `evaluations.datasets` - CRUD evaluation datasets
479
+ - `evaluations.questions` - Batch create and list questions per dataset
480
+ - `evaluations.runs` - Create (async), get, list, cancel evaluation runs with polling helper
481
+ - `evaluations.results` - List per-question results per run
482
+ - `evaluations.comparison` - Compare metrics across two completed runs
477
483
 
478
484
  ### rewards (block-rewards)
479
485
  - `rewards` - Reward definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "13.2.0",
3
+ "version": "13.4.0",
4
4
  "description": "23blocks SDK - unified meta-package re-exporting all blocks and utilities",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",