@23blocks/sdk 13.7.2 → 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.
- package/CHANGELOG.md +19 -0
- package/llms.txt +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
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
|
+
|
|
1
20
|
## 13.7.2 (2026-04-16)
|
|
2
21
|
|
|
3
22
|
### 🩹 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
|
|
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
|