@almadar/std 8.3.0 → 8.4.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
"AgentSearch",
|
|
175
175
|
{
|
|
176
176
|
"emit": {
|
|
177
|
-
"
|
|
178
|
-
"
|
|
177
|
+
"success": "AgentSearchLoaded",
|
|
178
|
+
"failure": "AgentSearchLoadFailed"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -183,22 +183,22 @@
|
|
|
183
183
|
"render-ui",
|
|
184
184
|
"main",
|
|
185
185
|
{
|
|
186
|
-
"type": "stack",
|
|
187
186
|
"children": [
|
|
188
187
|
{
|
|
189
188
|
"type": "spinner"
|
|
190
189
|
},
|
|
191
190
|
{
|
|
192
191
|
"type": "typography",
|
|
193
|
-
"content": "Loading searches…",
|
|
194
192
|
"variant": "caption",
|
|
195
|
-
"color": "muted"
|
|
193
|
+
"color": "muted",
|
|
194
|
+
"content": "Loading searches…"
|
|
196
195
|
}
|
|
197
196
|
],
|
|
198
197
|
"gap": "md",
|
|
199
198
|
"direction": "vertical",
|
|
200
|
-
"
|
|
201
|
-
"align": "center"
|
|
199
|
+
"type": "stack",
|
|
200
|
+
"align": "center",
|
|
201
|
+
"className": "py-12"
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
]
|
|
@@ -212,102 +212,102 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
216
|
-
"direction": "vertical",
|
|
217
215
|
"gap": "lg",
|
|
218
216
|
"type": "stack",
|
|
217
|
+
"direction": "vertical",
|
|
218
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
219
219
|
"children": [
|
|
220
220
|
{
|
|
221
|
+
"gap": "md",
|
|
221
222
|
"children": [
|
|
222
223
|
{
|
|
224
|
+
"direction": "horizontal",
|
|
225
|
+
"align": "center",
|
|
226
|
+
"gap": "sm",
|
|
223
227
|
"type": "stack",
|
|
224
228
|
"children": [
|
|
225
229
|
{
|
|
226
|
-
"
|
|
227
|
-
"
|
|
230
|
+
"name": "search",
|
|
231
|
+
"type": "icon"
|
|
228
232
|
},
|
|
229
233
|
{
|
|
230
234
|
"type": "typography",
|
|
231
235
|
"content": "AgentSearch",
|
|
232
236
|
"variant": "h2"
|
|
233
237
|
}
|
|
234
|
-
]
|
|
235
|
-
"direction": "horizontal",
|
|
236
|
-
"align": "center",
|
|
237
|
-
"gap": "sm"
|
|
238
|
+
]
|
|
238
239
|
},
|
|
239
240
|
{
|
|
240
241
|
"children": [
|
|
241
242
|
{
|
|
243
|
+
"icon": "search",
|
|
242
244
|
"label": "Search",
|
|
243
|
-
"type": "button",
|
|
244
245
|
"action": "SEARCH",
|
|
245
246
|
"variant": "primary",
|
|
246
|
-
"
|
|
247
|
+
"type": "button"
|
|
247
248
|
},
|
|
248
249
|
{
|
|
249
|
-
"icon": "x",
|
|
250
|
-
"action": "CLEAR",
|
|
251
250
|
"label": "Clear",
|
|
251
|
+
"action": "CLEAR",
|
|
252
252
|
"type": "button",
|
|
253
|
+
"icon": "x",
|
|
253
254
|
"variant": "ghost"
|
|
254
255
|
}
|
|
255
256
|
],
|
|
256
|
-
"gap": "sm",
|
|
257
257
|
"direction": "horizontal",
|
|
258
|
+
"gap": "sm",
|
|
258
259
|
"type": "stack"
|
|
259
260
|
}
|
|
260
261
|
],
|
|
261
|
-
"gap": "md",
|
|
262
|
-
"type": "stack",
|
|
263
|
-
"direction": "horizontal",
|
|
264
262
|
"justify": "between",
|
|
265
|
-
"
|
|
263
|
+
"type": "stack",
|
|
264
|
+
"align": "center",
|
|
265
|
+
"direction": "horizontal"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"type": "divider"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
"entity": "@payload.data",
|
|
272
|
-
"itemActions": [
|
|
273
|
-
{
|
|
274
|
-
"event": "VIEW",
|
|
275
|
-
"variant": "ghost",
|
|
276
|
-
"label": "View"
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
271
|
"fields": [
|
|
280
272
|
{
|
|
281
|
-
"icon": "search",
|
|
282
|
-
"variant": "h4",
|
|
283
273
|
"name": "query",
|
|
284
|
-
"label": "Query"
|
|
274
|
+
"label": "Query",
|
|
275
|
+
"icon": "search",
|
|
276
|
+
"variant": "h4"
|
|
285
277
|
},
|
|
286
278
|
{
|
|
287
|
-
"variant": "badge",
|
|
288
|
-
"label": "Language",
|
|
289
279
|
"colorMap": {
|
|
290
280
|
"completed": "success",
|
|
291
|
-
"done": "success",
|
|
292
|
-
"inactive": "neutral",
|
|
293
281
|
"disabled": "neutral",
|
|
294
|
-
"
|
|
282
|
+
"inactive": "neutral",
|
|
283
|
+
"draft": "warning",
|
|
295
284
|
"scheduled": "warning",
|
|
296
|
-
"
|
|
285
|
+
"archived": "neutral",
|
|
297
286
|
"cancelled": "destructive",
|
|
298
|
-
"
|
|
299
|
-
"
|
|
287
|
+
"active": "success",
|
|
288
|
+
"done": "success",
|
|
289
|
+
"error": "destructive",
|
|
300
290
|
"pending": "warning",
|
|
301
|
-
"
|
|
291
|
+
"failed": "destructive"
|
|
302
292
|
},
|
|
293
|
+
"label": "Language",
|
|
294
|
+
"variant": "badge",
|
|
303
295
|
"name": "language"
|
|
304
296
|
},
|
|
305
297
|
{
|
|
306
|
-
"name": "resultCount",
|
|
307
298
|
"label": "Result Count",
|
|
299
|
+
"name": "resultCount",
|
|
308
300
|
"variant": "caption"
|
|
309
301
|
}
|
|
310
302
|
],
|
|
303
|
+
"entity": "@payload.data",
|
|
304
|
+
"itemActions": [
|
|
305
|
+
{
|
|
306
|
+
"variant": "ghost",
|
|
307
|
+
"event": "VIEW",
|
|
308
|
+
"label": "View"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
311
|
"type": "data-grid"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
@@ -324,36 +324,36 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
+
"className": "py-12",
|
|
327
328
|
"type": "stack",
|
|
328
329
|
"direction": "vertical",
|
|
329
|
-
"gap": "md",
|
|
330
330
|
"align": "center",
|
|
331
331
|
"children": [
|
|
332
332
|
{
|
|
333
333
|
"color": "destructive",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
334
|
+
"name": "alert-triangle",
|
|
335
|
+
"type": "icon"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
|
-
"variant": "h3",
|
|
339
338
|
"type": "typography",
|
|
340
|
-
"content": "Failed to load searches"
|
|
339
|
+
"content": "Failed to load searches",
|
|
340
|
+
"variant": "h3"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
"
|
|
344
|
-
"content": "@payload.error",
|
|
343
|
+
"type": "typography",
|
|
345
344
|
"color": "muted",
|
|
346
|
-
"
|
|
345
|
+
"variant": "body",
|
|
346
|
+
"content": "@payload.error"
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
|
-
"type": "button",
|
|
350
|
-
"icon": "rotate-ccw",
|
|
351
349
|
"variant": "primary",
|
|
352
350
|
"label": "Retry",
|
|
351
|
+
"icon": "rotate-ccw",
|
|
352
|
+
"type": "button",
|
|
353
353
|
"action": "INIT"
|
|
354
354
|
}
|
|
355
355
|
],
|
|
356
|
-
"
|
|
356
|
+
"gap": "md"
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -543,10 +543,10 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"description": "Code Search is ready",
|
|
547
546
|
"title": "Code Search",
|
|
548
|
-
"
|
|
549
|
-
"type": "empty-state"
|
|
547
|
+
"description": "Code Search is ready",
|
|
548
|
+
"type": "empty-state",
|
|
549
|
+
"icon": "search"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"AgentSearch",
|
|
574
574
|
{
|
|
575
575
|
"emit": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"failure": "AgentSearchLoadFailed",
|
|
577
|
+
"success": "AgentSearchLoaded"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
],
|