@23blocks/sdk 13.6.0 → 13.7.1

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 +11 -4
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ ## 13.7.1 (2026-03-14)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **@23blocks/sdk:** rebuild with JSON:API codec fixes for jarvis and sales blocks ([876ca0c](https://github.com/23blocks-OS/frontend-sdk/commit/876ca0c))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-jarvis to 5.3.1
10
+ - Updated @23blocks/block-sales to 8.0.2
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Claude Opus 4.6 (1M context)
15
+ - Juan Pelaez
16
+
17
+ ## 13.7.0 (2026-03-14)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **@23blocks/sdk:** rebuild with jarvis prompt tests, agent tests, templates, company keys, LLM providers ([017b6da](https://github.com/23blocks-OS/frontend-sdk/commit/017b6da))
22
+
23
+ ### 📖 Documentation
24
+
25
+ - add jarvis prompt tests, agent tests, templates, company keys, LLM providers to llms.txt ([c5d6d23](https://github.com/23blocks-OS/frontend-sdk/commit/c5d6d23))
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated @23blocks/block-jarvis to 5.3.0
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - Claude Opus 4.6
34
+ - Juan Pelaez
35
+
1
36
  ## 13.6.0 (2026-03-14)
2
37
 
3
38
  ### 🚀 Features
package/llms.txt CHANGED
@@ -535,14 +535,21 @@ const [authHealth, crmHealth] = await Promise.all([
535
535
  - `webhooks` - Wallet webhooks
536
536
 
537
537
  ### jarvis (block-jarvis)
538
- - `agents`, `agentRuntime` - AI agent management and execution
539
- - `prompts`, `promptComments` - Prompt management
538
+ - `agents`, `agentRuntime` - AI agent management and execution (run status polling)
539
+ - `prompts`, `promptComments` - Prompt management (publish versions, execute with streaming)
540
540
  - `workflows`, `workflowSteps`, `workflowParticipants`, `workflowInstances` - AI workflows
541
- - `executions`, `executionComments` - Execution tracking
541
+ - `executions`, `executionComments` - Execution tracking (filter by runUniqueId, list by prompt version, get by prompt)
542
542
  - `conversations` - AI conversations
543
- - `aiModels` - Model configuration
543
+ - `aiModels` - Model configuration (OpenAI available models)
544
544
  - `entities`, `clusters` - Knowledge management
545
545
  - `users` - Jarvis user management
546
+ - `tools`, `agentTools`, `agentToolAssignments` - Tool management and agent-tool assignments
547
+ - `conditions`, `stepTransitions` - Workflow BPMN conditions and step transitions
548
+ - `promptTests`, `promptTestEvaluations` - Prompt test cases, execution, evaluation, version comparison
549
+ - `agentTests` - Agent test cases, execution, results
550
+ - `promptTemplates` - Read-only prompt template gallery
551
+ - `companyKeys` - Company API key management (list, create, delete)
552
+ - `llmProviders` - LLM provider listing, validation, and model discovery
546
553
  - `mailTemplates` - AI email templates
547
554
  - `marvinChat` - Chat interface
548
555
  - `analytics` - Dashboard analytics and reporting (overview, usage, costs, feedback, conversations, RAG, agents, trace)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "13.6.0",
3
+ "version": "13.7.1",
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>",