@23blocks/block-jarvis 5.0.0 → 5.0.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.
- package/CHANGELOG.md +298 -0
- package/package.json +3 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
## 5.0.1 (2026-03-03)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @23blocks/jsonapi-codec to 3.3.2
|
|
6
|
+
- Updated @23blocks/contracts to 2.3.2
|
|
7
|
+
|
|
8
|
+
# 5.0.0 (2026-02-20)
|
|
9
|
+
|
|
10
|
+
### 🚀 Features
|
|
11
|
+
|
|
12
|
+
- ⚠️ **@23blocks/block-jarvis:** add SSE streaming support with dedicated domain routing ([748482b](https://github.com/23blocks-OS/frontend-sdk/commit/748482b))
|
|
13
|
+
|
|
14
|
+
### 🩹 Fixes
|
|
15
|
+
|
|
16
|
+
- ⚠️ replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
17
|
+
- resolve typecheck errors across all block packages ([6089324](https://github.com/23blocks-OS/frontend-sdk/commit/6089324))
|
|
18
|
+
|
|
19
|
+
### ⚠️ Breaking Changes
|
|
20
|
+
|
|
21
|
+
- replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
22
|
+
Block config no longer accepts appId. Use apiKey instead.
|
|
23
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
24
|
+
- **@23blocks/block-jarvis:** add SSE streaming support with dedicated domain routing ([748482b](https://github.com/23blocks-OS/frontend-sdk/commit/748482b))
|
|
25
|
+
entities.sendMessageStream() now returns
|
|
26
|
+
Promise<ReadableStream<string>> instead of Promise<unknown>
|
|
27
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
28
|
+
|
|
29
|
+
### 🧱 Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated @23blocks/jsonapi-codec to 3.3.1
|
|
32
|
+
- Updated @23blocks/contracts to 2.3.1
|
|
33
|
+
|
|
34
|
+
### ❤️ Thank You
|
|
35
|
+
|
|
36
|
+
- Claude Opus 4.6
|
|
37
|
+
- Juan Pelaez
|
|
38
|
+
|
|
39
|
+
# 4.0.0 (2026-02-18)
|
|
40
|
+
|
|
41
|
+
### 🚀 Features
|
|
42
|
+
|
|
43
|
+
- ⚠️ **@23blocks/block-jarvis:** rewrite all types, services, and mappers to match API strong params 1:1 ([de37ab1](https://github.com/23blocks-OS/frontend-sdk/commit/de37ab1))
|
|
44
|
+
|
|
45
|
+
### ⚠️ Breaking Changes
|
|
46
|
+
|
|
47
|
+
- **@23blocks/block-jarvis:** rewrite all types, services, and mappers to match API strong params 1:1 ([de37ab1](https://github.com/23blocks-OS/frontend-sdk/commit/de37ab1))
|
|
48
|
+
Every type, mapper, and service in block-jarvis has been
|
|
49
|
+
rewritten to match the Rails API strong params exactly. This removes
|
|
50
|
+
fabricated fields (payload, IdentityCore, EntityStatus), adds missing
|
|
51
|
+
fields, fixes request body shapes, and adds 5 new services (tools,
|
|
52
|
+
agent-tools, agent-tool-assignments, conditions, step-transitions).
|
|
53
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
54
|
+
|
|
55
|
+
### ❤️ Thank You
|
|
56
|
+
|
|
57
|
+
- Claude Opus 4.6
|
|
58
|
+
- Juan Pelaez
|
|
59
|
+
|
|
60
|
+
## 3.3.0 (2026-02-17)
|
|
61
|
+
|
|
62
|
+
### 🚀 Features
|
|
63
|
+
|
|
64
|
+
- add health() method to all 18 blocks for service connectivity checks ([73514a3](https://github.com/23blocks-OS/frontend-sdk/commit/73514a3))
|
|
65
|
+
|
|
66
|
+
### 🧱 Updated Dependencies
|
|
67
|
+
|
|
68
|
+
- Updated @23blocks/jsonapi-codec to 3.3.0
|
|
69
|
+
- Updated @23blocks/contracts to 2.3.0
|
|
70
|
+
|
|
71
|
+
### ❤️ Thank You
|
|
72
|
+
|
|
73
|
+
- Claude Opus 4.6
|
|
74
|
+
- Juan Pelaez
|
|
75
|
+
|
|
76
|
+
## 3.2.0 (2026-02-08)
|
|
77
|
+
|
|
78
|
+
### 🚀 Features
|
|
79
|
+
|
|
80
|
+
- add comprehensive JSDoc documentation and llms.txt for AI agent consumption ([fd97df2](https://github.com/23blocks-OS/frontend-sdk/commit/fd97df2))
|
|
81
|
+
|
|
82
|
+
### 🧱 Updated Dependencies
|
|
83
|
+
|
|
84
|
+
- Updated @23blocks/jsonapi-codec to 3.2.0
|
|
85
|
+
- Updated @23blocks/contracts to 2.2.0
|
|
86
|
+
|
|
87
|
+
### ❤️ Thank You
|
|
88
|
+
|
|
89
|
+
- Claude Opus 4.6
|
|
90
|
+
- Juan Pelaez
|
|
91
|
+
|
|
92
|
+
## 3.1.7 (2026-02-07)
|
|
93
|
+
|
|
94
|
+
### 🧱 Updated Dependencies
|
|
95
|
+
|
|
96
|
+
- Updated @23blocks/jsonapi-codec to 3.1.3
|
|
97
|
+
- Updated @23blocks/contracts to 2.1.3
|
|
98
|
+
|
|
99
|
+
## 3.1.6 (2026-02-06)
|
|
100
|
+
|
|
101
|
+
### 🧱 Updated Dependencies
|
|
102
|
+
|
|
103
|
+
- Updated @23blocks/jsonapi-codec to 3.1.2
|
|
104
|
+
- Updated @23blocks/contracts to 2.1.2
|
|
105
|
+
|
|
106
|
+
## 3.1.5 (2026-01-20)
|
|
107
|
+
|
|
108
|
+
### 🩹 Fixes
|
|
109
|
+
|
|
110
|
+
- resolve TypeScript errors and add PostTemplate validation support ([250d284](https://github.com/23blocks-OS/frontend-sdk/commit/250d284))
|
|
111
|
+
|
|
112
|
+
### 🧱 Updated Dependencies
|
|
113
|
+
|
|
114
|
+
- Updated @23blocks/jsonapi-codec to 3.1.1
|
|
115
|
+
- Updated @23blocks/contracts to 2.1.1
|
|
116
|
+
|
|
117
|
+
### ❤️ Thank You
|
|
118
|
+
|
|
119
|
+
- Claude Opus 4.5
|
|
120
|
+
- Juan Pelaez
|
|
121
|
+
|
|
122
|
+
## 3.1.4 (2026-01-18)
|
|
123
|
+
|
|
124
|
+
### 🚀 Features
|
|
125
|
+
|
|
126
|
+
- **jarvis:** add nested placeholder support and pipe transforms for prompt rendering ([e1b1999](https://github.com/23blocks-OS/frontend-sdk/commit/e1b1999))
|
|
127
|
+
|
|
128
|
+
### ❤️ Thank You
|
|
129
|
+
|
|
130
|
+
- Claude Opus 4.5
|
|
131
|
+
- Juan Pelaez
|
|
132
|
+
|
|
133
|
+
## 3.1.3 (2026-01-16)
|
|
134
|
+
|
|
135
|
+
### 🚀 Features
|
|
136
|
+
|
|
137
|
+
- **jarvis:** add prompt template system and render endpoint ([22fa1a4](https://github.com/23blocks-OS/frontend-sdk/commit/22fa1a4))
|
|
138
|
+
|
|
139
|
+
### ❤️ Thank You
|
|
140
|
+
|
|
141
|
+
- Claude Opus 4.5
|
|
142
|
+
- Juan Pelaez
|
|
143
|
+
|
|
144
|
+
## 3.1.2 (2026-01-16)
|
|
145
|
+
|
|
146
|
+
### 🚀 Features
|
|
147
|
+
|
|
148
|
+
- **jarvis:** expand Prompt type with all API fields ([da90f89](https://github.com/23blocks-OS/frontend-sdk/commit/da90f89))
|
|
149
|
+
|
|
150
|
+
### ❤️ Thank You
|
|
151
|
+
|
|
152
|
+
- Claude Opus 4.5
|
|
153
|
+
- Juan Pelaez
|
|
154
|
+
|
|
155
|
+
## 3.1.1 (2026-01-16)
|
|
156
|
+
|
|
157
|
+
### 🩹 Fixes
|
|
158
|
+
|
|
159
|
+
- **mappers:** remove dangerous uniqueId fallback to resource.id ([e96c555](https://github.com/23blocks-OS/frontend-sdk/commit/e96c555))
|
|
160
|
+
|
|
161
|
+
### ❤️ Thank You
|
|
162
|
+
|
|
163
|
+
- Claude Opus 4.5
|
|
164
|
+
- Juan Pelaez
|
|
165
|
+
|
|
166
|
+
## 3.1.0 (2026-01-01)
|
|
167
|
+
|
|
168
|
+
### 🧱 Updated Dependencies
|
|
169
|
+
|
|
170
|
+
- Updated @23blocks/jsonapi-codec to 3.1.0
|
|
171
|
+
- Updated @23blocks/contracts to 2.1.0
|
|
172
|
+
|
|
173
|
+
## 3.0.1 (2025-12-17)
|
|
174
|
+
|
|
175
|
+
### 🧱 Updated Dependencies
|
|
176
|
+
|
|
177
|
+
- Updated @23blocks/jsonapi-codec to 3.0.1
|
|
178
|
+
- Updated @23blocks/contracts to 2.0.1
|
|
179
|
+
|
|
180
|
+
# 3.0.0 (2025-12-17)
|
|
181
|
+
|
|
182
|
+
### 🧱 Updated Dependencies
|
|
183
|
+
|
|
184
|
+
- Updated @23blocks/jsonapi-codec to 3.0.0
|
|
185
|
+
- Updated @23blocks/contracts to 2.0.0
|
|
186
|
+
|
|
187
|
+
## 2.1.0 (2025-12-15)
|
|
188
|
+
|
|
189
|
+
### 🚀 Features
|
|
190
|
+
|
|
191
|
+
- add missing API services across 6 blocks ([cae5b8c](https://github.com/23blocks-OS/frontend-sdk/commit/cae5b8c))
|
|
192
|
+
|
|
193
|
+
### ❤️ Thank You
|
|
194
|
+
|
|
195
|
+
- Claude Opus 4.5
|
|
196
|
+
- Juan Pelaez
|
|
197
|
+
|
|
198
|
+
# 2.0.0 (2025-12-15)
|
|
199
|
+
|
|
200
|
+
### 🩹 Fixes
|
|
201
|
+
|
|
202
|
+
- ⚠️ wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
203
|
+
|
|
204
|
+
### ⚠️ Breaking Changes
|
|
205
|
+
|
|
206
|
+
- wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
207
|
+
All service methods now correctly wrap request bodies
|
|
208
|
+
with Rails-expected parameter keys (e.g., `user:`, `contact:`, `order:`).
|
|
209
|
+
This fixes the critical issue where API requests were failing validation
|
|
210
|
+
because parameters were sent flat instead of wrapped.
|
|
211
|
+
Affected blocks:
|
|
212
|
+
- block-authentication: auth, users, guests, apps, subscriptions, api-keys, roles
|
|
213
|
+
- block-crm: contacts, accounts, leads, opportunities, meetings, quotes
|
|
214
|
+
- block-company: companies, departments, teams, team-members, quarters
|
|
215
|
+
- block-content: posts, comments, categories, tags
|
|
216
|
+
- block-products: products, cart, catalog
|
|
217
|
+
- block-sales: orders, order-details, payments, subscriptions
|
|
218
|
+
- block-conversations: messages, groups, draft-messages, notifications
|
|
219
|
+
- block-wallet: wallets, authorization-codes
|
|
220
|
+
- block-files: storage-files, entity-files, file-schemas
|
|
221
|
+
- block-forms: forms, form-schemas, form-sets, form-instances
|
|
222
|
+
- block-assets: assets, asset-events, asset-audits
|
|
223
|
+
- block-campaigns: campaigns, campaign-media, audiences, landing-pages
|
|
224
|
+
- block-geolocation: locations, addresses, areas, regions, routes, bookings, premises
|
|
225
|
+
- block-rewards: rewards, coupons, loyalty, badges
|
|
226
|
+
- block-onboarding: onboardings, flows, user-journeys, user-identities
|
|
227
|
+
- block-university: courses, lessons, enrollments, assignments, submissions
|
|
228
|
+
- block-jarvis: agents, prompts, workflows, conversations
|
|
229
|
+
Consumer API remains unchanged - this is an internal fix.
|
|
230
|
+
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
231
|
+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
232
|
+
|
|
233
|
+
### 🧱 Updated Dependencies
|
|
234
|
+
|
|
235
|
+
- Updated @23blocks/jsonapi-codec to 2.0.0
|
|
236
|
+
|
|
237
|
+
### ❤️ Thank You
|
|
238
|
+
|
|
239
|
+
- Claude Opus 4.5
|
|
240
|
+
- Juan Pelaez
|
|
241
|
+
|
|
242
|
+
## 1.0.4 (2025-12-14)
|
|
243
|
+
|
|
244
|
+
### 🧱 Updated Dependencies
|
|
245
|
+
|
|
246
|
+
- Updated @23blocks/jsonapi-codec to 1.0.4
|
|
247
|
+
- Updated @23blocks/contracts to 1.0.4
|
|
248
|
+
|
|
249
|
+
## 1.0.3 (2025-12-14)
|
|
250
|
+
|
|
251
|
+
### 🧱 Updated Dependencies
|
|
252
|
+
|
|
253
|
+
- Updated @23blocks/jsonapi-codec to 1.0.3
|
|
254
|
+
- Updated @23blocks/contracts to 1.0.3
|
|
255
|
+
|
|
256
|
+
## 1.0.2 (2025-12-14)
|
|
257
|
+
|
|
258
|
+
### 🧱 Updated Dependencies
|
|
259
|
+
|
|
260
|
+
- Updated @23blocks/jsonapi-codec to 1.0.2
|
|
261
|
+
- Updated @23blocks/contracts to 1.0.2
|
|
262
|
+
|
|
263
|
+
## 1.0.1 (2025-12-14)
|
|
264
|
+
|
|
265
|
+
### 🧱 Updated Dependencies
|
|
266
|
+
|
|
267
|
+
- Updated @23blocks/jsonapi-codec to 1.0.1
|
|
268
|
+
- Updated @23blocks/contracts to 1.0.1
|
|
269
|
+
|
|
270
|
+
# 1.0.0 (2025-12-13)
|
|
271
|
+
|
|
272
|
+
### 🧱 Updated Dependencies
|
|
273
|
+
|
|
274
|
+
- Updated @23blocks/jsonapi-codec to 1.0.0
|
|
275
|
+
- Updated @23blocks/contracts to 1.0.0
|
|
276
|
+
|
|
277
|
+
## 0.2.1 (2025-12-13)
|
|
278
|
+
|
|
279
|
+
### 🧱 Updated Dependencies
|
|
280
|
+
|
|
281
|
+
- Updated @23blocks/jsonapi-codec to 0.1.2
|
|
282
|
+
- Updated @23blocks/contracts to 0.1.2
|
|
283
|
+
|
|
284
|
+
## 0.2.0 (2025-12-13)
|
|
285
|
+
|
|
286
|
+
### 🚀 Features
|
|
287
|
+
|
|
288
|
+
- add all block packages with React and Angular bindings ([bbeecf7](https://github.com/23blocks-OS/frontend-sdk/commit/bbeecf7))
|
|
289
|
+
|
|
290
|
+
### 🧱 Updated Dependencies
|
|
291
|
+
|
|
292
|
+
- Updated @23blocks/jsonapi-codec to 0.1.1
|
|
293
|
+
- Updated @23blocks/contracts to 0.1.1
|
|
294
|
+
|
|
295
|
+
### ❤️ Thank You
|
|
296
|
+
|
|
297
|
+
- Claude Opus 4.5
|
|
298
|
+
- Juan Pelaez
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@23blocks/block-jarvis",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Jarvis AI block for 23blocks SDK - agents, prompts, workflows, executions, conversations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "23blocks <hello@23blocks.com>",
|
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"dist",
|
|
41
|
+
"CHANGELOG.md",
|
|
42
|
+
"README.md",
|
|
41
43
|
"!**/*.tsbuildinfo"
|
|
42
44
|
],
|
|
43
45
|
"nx": {
|