@23blocks/sdk 13.7.2 → 13.9.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 +34 -0
  2. package/llms.txt +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 13.9.0 (2026-04-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/sdk:** rebuild with provider field for prompts and agents ([c8c3da2](https://github.com/23blocks-OS/frontend-sdk/commit/c8c3da2))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-jarvis to 5.5.0
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.6 (1M context)
14
+ - Juan Pelaez
15
+
16
+ ## 13.8.0 (2026-04-17)
17
+
18
+ ### 🚀 Features
19
+
20
+ - **@23blocks/sdk:** rebuild with Mistral vendor support and generic vendorModels API ([57241f1](https://github.com/23blocks-OS/frontend-sdk/commit/57241f1))
21
+
22
+ ### 📖 Documentation
23
+
24
+ - update llms.txt with vendorModels and Mistral support for aiModels sub-service ([494caa4](https://github.com/23blocks-OS/frontend-sdk/commit/494caa4))
25
+
26
+ ### 🧱 Updated Dependencies
27
+
28
+ - Updated @23blocks/block-jarvis to 5.4.0
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - Claude Opus 4.6 (1M context)
33
+ - Juan Pelaez
34
+
1
35
  ## 13.7.2 (2026-04-16)
2
36
 
3
37
  ### 🩹 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.2",
3
+ "version": "13.9.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>",