@23blocks/sdk 13.7.1 → 13.8.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 +35 -0
  2. package/llms.txt +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ ## 13.8.0 (2026-04-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/sdk:** rebuild with Mistral vendor support and generic vendorModels API ([57241f1](https://github.com/23blocks-OS/frontend-sdk/commit/57241f1))
6
+
7
+ ### 📖 Documentation
8
+
9
+ - update llms.txt with vendorModels and Mistral support for aiModels sub-service ([494caa4](https://github.com/23blocks-OS/frontend-sdk/commit/494caa4))
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated @23blocks/block-jarvis to 5.4.0
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Claude Opus 4.6 (1M context)
18
+ - Juan Pelaez
19
+
20
+ ## 13.7.2 (2026-04-16)
21
+
22
+ ### 🩹 Fixes
23
+
24
+ - **@23blocks/sdk:** rebuild with CRM billing reports and onboarding journey codec fixes ([cc8a130](https://github.com/23blocks-OS/frontend-sdk/commit/cc8a130))
25
+
26
+ ### 🧱 Updated Dependencies
27
+
28
+ - Updated @23blocks/block-onboarding to 5.0.2
29
+ - Updated @23blocks/block-crm to 5.0.2
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - Claude Opus 4.6 (1M context)
34
+ - Juan Pelaez
35
+
1
36
  ## 13.7.1 (2026-03-14)
2
37
 
3
38
  ### 🩹 Fixes
package/llms.txt CHANGED
@@ -540,7 +540,7 @@ const [authHealth, crmHealth] = await Promise.all([
540
540
  - `workflows`, `workflowSteps`, `workflowParticipants`, `workflowInstances` - AI workflows
541
541
  - `executions`, `executionComments` - Execution tracking (filter by runUniqueId, list by prompt version, get by prompt)
542
542
  - `conversations` - AI conversations
543
- - `aiModels` - Model configuration (OpenAI available models)
543
+ - `aiModels` - Model configuration, vendor model discovery (OpenAI, Mistral, etc. via vendorModels)
544
544
  - `entities`, `clusters` - Knowledge management
545
545
  - `users` - Jarvis user management
546
546
  - `tools`, `agentTools`, `agentToolAssignments` - Tool management and agent-tool assignments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "13.7.1",
3
+ "version": "13.8.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>",