@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -241,78 +241,78 @@
|
|
|
241
241
|
"render-ui",
|
|
242
242
|
"main",
|
|
243
243
|
{
|
|
244
|
-
"appName": "Code Reviewer",
|
|
245
|
-
"navItems": [
|
|
246
|
-
{
|
|
247
|
-
"href": "/review",
|
|
248
|
-
"icon": "file-search",
|
|
249
|
-
"label": "Review"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"href": "/analysis",
|
|
253
|
-
"icon": "tag",
|
|
254
|
-
"label": "Analysis"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"href": "/issues",
|
|
258
|
-
"icon": "alert-triangle",
|
|
259
|
-
"label": "Issues"
|
|
260
|
-
}
|
|
261
|
-
],
|
|
262
244
|
"type": "dashboard-layout",
|
|
263
245
|
"children": [
|
|
264
246
|
{
|
|
247
|
+
"gap": "lg",
|
|
248
|
+
"type": "stack",
|
|
249
|
+
"direction": "vertical",
|
|
265
250
|
"children": [
|
|
266
251
|
{
|
|
252
|
+
"direction": "horizontal",
|
|
253
|
+
"gap": "sm",
|
|
254
|
+
"align": "center",
|
|
267
255
|
"children": [
|
|
268
256
|
{
|
|
269
|
-
"
|
|
270
|
-
"
|
|
257
|
+
"name": "file-search",
|
|
258
|
+
"type": "icon"
|
|
271
259
|
},
|
|
272
260
|
{
|
|
261
|
+
"variant": "h2",
|
|
273
262
|
"type": "typography",
|
|
274
|
-
"content": "Code Review"
|
|
275
|
-
"variant": "h2"
|
|
263
|
+
"content": "Code Review"
|
|
276
264
|
}
|
|
277
265
|
],
|
|
278
|
-
"gap": "sm",
|
|
279
|
-
"align": "center",
|
|
280
|
-
"direction": "horizontal",
|
|
281
266
|
"type": "stack"
|
|
282
267
|
},
|
|
283
268
|
{
|
|
284
269
|
"type": "divider"
|
|
285
270
|
},
|
|
286
271
|
{
|
|
272
|
+
"type": "card",
|
|
287
273
|
"children": [
|
|
288
274
|
{
|
|
289
|
-
"gap": "md",
|
|
290
275
|
"direction": "vertical",
|
|
276
|
+
"gap": "md",
|
|
291
277
|
"children": [
|
|
292
278
|
{
|
|
293
279
|
"variant": "body",
|
|
294
|
-
"
|
|
295
|
-
"
|
|
280
|
+
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
281
|
+
"type": "typography"
|
|
296
282
|
},
|
|
297
283
|
{
|
|
284
|
+
"mode": "edit",
|
|
298
285
|
"entity": "Review",
|
|
299
|
-
"type": "form-section",
|
|
300
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
301
286
|
"fields": [
|
|
302
287
|
"target"
|
|
303
288
|
],
|
|
304
|
-
"
|
|
289
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
290
|
+
"type": "form-section"
|
|
305
291
|
}
|
|
306
292
|
],
|
|
307
293
|
"type": "stack"
|
|
308
294
|
}
|
|
309
|
-
]
|
|
310
|
-
"type": "card"
|
|
295
|
+
]
|
|
311
296
|
}
|
|
312
|
-
]
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
297
|
+
]
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"appName": "Code Reviewer",
|
|
301
|
+
"navItems": [
|
|
302
|
+
{
|
|
303
|
+
"label": "Review",
|
|
304
|
+
"href": "/review",
|
|
305
|
+
"icon": "file-search"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"icon": "tag",
|
|
309
|
+
"label": "Analysis",
|
|
310
|
+
"href": "/analysis"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"icon": "alert-triangle",
|
|
314
|
+
"label": "Issues",
|
|
315
|
+
"href": "/issues"
|
|
316
316
|
}
|
|
317
317
|
]
|
|
318
318
|
}
|
|
@@ -348,18 +348,18 @@
|
|
|
348
348
|
{
|
|
349
349
|
"children": [
|
|
350
350
|
{
|
|
351
|
-
"type": "stack",
|
|
352
351
|
"direction": "vertical",
|
|
352
|
+
"type": "stack",
|
|
353
353
|
"align": "center",
|
|
354
354
|
"children": [
|
|
355
355
|
{
|
|
356
|
-
"
|
|
357
|
-
"
|
|
356
|
+
"name": "search",
|
|
357
|
+
"type": "icon"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"type": "typography",
|
|
361
360
|
"content": "Analyzing input...",
|
|
362
|
-
"variant": "h3"
|
|
361
|
+
"variant": "h3",
|
|
362
|
+
"type": "typography"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"type": "spinner"
|
|
@@ -373,25 +373,25 @@
|
|
|
373
373
|
"gap": "lg"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
376
|
-
"type": "dashboard-layout",
|
|
377
|
-
"appName": "Code Reviewer",
|
|
378
376
|
"navItems": [
|
|
379
377
|
{
|
|
380
|
-
"
|
|
378
|
+
"label": "Review",
|
|
381
379
|
"href": "/review",
|
|
382
|
-
"
|
|
380
|
+
"icon": "file-search"
|
|
383
381
|
},
|
|
384
382
|
{
|
|
385
|
-
"
|
|
383
|
+
"icon": "tag",
|
|
386
384
|
"href": "/analysis",
|
|
387
|
-
"
|
|
385
|
+
"label": "Analysis"
|
|
388
386
|
},
|
|
389
387
|
{
|
|
390
|
-
"icon": "alert-triangle",
|
|
391
388
|
"href": "/issues",
|
|
392
|
-
"label": "Issues"
|
|
389
|
+
"label": "Issues",
|
|
390
|
+
"icon": "alert-triangle"
|
|
393
391
|
}
|
|
394
|
-
]
|
|
392
|
+
],
|
|
393
|
+
"type": "dashboard-layout",
|
|
394
|
+
"appName": "Code Reviewer"
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -414,6 +414,8 @@
|
|
|
414
414
|
"render-ui",
|
|
415
415
|
"main",
|
|
416
416
|
{
|
|
417
|
+
"type": "dashboard-layout",
|
|
418
|
+
"appName": "Code Reviewer",
|
|
417
419
|
"navItems": [
|
|
418
420
|
{
|
|
419
421
|
"label": "Review",
|
|
@@ -426,40 +428,38 @@
|
|
|
426
428
|
"icon": "tag"
|
|
427
429
|
},
|
|
428
430
|
{
|
|
431
|
+
"label": "Issues",
|
|
429
432
|
"href": "/issues",
|
|
430
|
-
"icon": "alert-triangle"
|
|
431
|
-
"label": "Issues"
|
|
433
|
+
"icon": "alert-triangle"
|
|
432
434
|
}
|
|
433
435
|
],
|
|
434
436
|
"children": [
|
|
435
437
|
{
|
|
438
|
+
"type": "stack",
|
|
439
|
+
"direction": "vertical",
|
|
440
|
+
"gap": "lg",
|
|
436
441
|
"children": [
|
|
437
442
|
{
|
|
438
|
-
"
|
|
439
|
-
"
|
|
443
|
+
"type": "icon",
|
|
444
|
+
"name": "cpu"
|
|
440
445
|
},
|
|
441
446
|
{
|
|
442
|
-
"type": "typography",
|
|
443
447
|
"content": "Generating review...",
|
|
444
|
-
"variant": "h3"
|
|
448
|
+
"variant": "h3",
|
|
449
|
+
"type": "typography"
|
|
445
450
|
},
|
|
446
451
|
{
|
|
447
452
|
"type": "spinner"
|
|
448
453
|
},
|
|
449
454
|
{
|
|
450
|
-
"
|
|
455
|
+
"content": "Category: @entity.category",
|
|
451
456
|
"variant": "caption",
|
|
452
|
-
"
|
|
457
|
+
"type": "typography"
|
|
453
458
|
}
|
|
454
459
|
],
|
|
455
|
-
"
|
|
456
|
-
"align": "center",
|
|
457
|
-
"direction": "vertical",
|
|
458
|
-
"type": "stack"
|
|
460
|
+
"align": "center"
|
|
459
461
|
}
|
|
460
|
-
]
|
|
461
|
-
"appName": "Code Reviewer",
|
|
462
|
-
"type": "dashboard-layout"
|
|
462
|
+
]
|
|
463
463
|
}
|
|
464
464
|
]
|
|
465
465
|
]
|
|
@@ -483,62 +483,64 @@
|
|
|
483
483
|
"render-ui",
|
|
484
484
|
"main",
|
|
485
485
|
{
|
|
486
|
-
"type": "dashboard-layout",
|
|
487
486
|
"children": [
|
|
488
487
|
{
|
|
489
|
-
"direction": "vertical",
|
|
490
488
|
"children": [
|
|
491
489
|
{
|
|
492
|
-
"
|
|
490
|
+
"direction": "horizontal",
|
|
491
|
+
"gap": "sm",
|
|
492
|
+
"align": "center",
|
|
493
493
|
"children": [
|
|
494
494
|
{
|
|
495
|
-
"gap": "sm",
|
|
496
|
-
"direction": "horizontal",
|
|
497
|
-
"type": "stack",
|
|
498
|
-
"align": "center",
|
|
499
495
|
"children": [
|
|
500
496
|
{
|
|
501
497
|
"name": "check-circle",
|
|
502
498
|
"type": "icon"
|
|
503
499
|
},
|
|
504
500
|
{
|
|
505
|
-
"variant": "h2",
|
|
506
501
|
"content": "Review Complete",
|
|
507
|
-
"type": "typography"
|
|
502
|
+
"type": "typography",
|
|
503
|
+
"variant": "h2"
|
|
508
504
|
}
|
|
509
|
-
]
|
|
505
|
+
],
|
|
506
|
+
"type": "stack",
|
|
507
|
+
"gap": "sm",
|
|
508
|
+
"align": "center",
|
|
509
|
+
"direction": "horizontal"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
|
-
"
|
|
513
|
-
"
|
|
512
|
+
"type": "badge",
|
|
513
|
+
"label": "@entity.score"
|
|
514
514
|
}
|
|
515
515
|
],
|
|
516
|
-
"
|
|
517
|
-
"gap": "sm",
|
|
518
|
-
"direction": "horizontal",
|
|
516
|
+
"type": "stack",
|
|
519
517
|
"justify": "between"
|
|
520
518
|
},
|
|
521
519
|
{
|
|
522
520
|
"type": "divider"
|
|
523
521
|
},
|
|
524
522
|
{
|
|
523
|
+
"type": "card",
|
|
525
524
|
"children": [
|
|
526
525
|
{
|
|
526
|
+
"type": "stack",
|
|
527
|
+
"direction": "vertical",
|
|
528
|
+
"gap": "md",
|
|
527
529
|
"children": [
|
|
528
530
|
{
|
|
529
|
-
"direction": "horizontal",
|
|
530
|
-
"type": "stack",
|
|
531
531
|
"gap": "sm",
|
|
532
532
|
"children": [
|
|
533
533
|
{
|
|
534
|
-
"
|
|
535
|
-
"
|
|
534
|
+
"label": "@entity.category",
|
|
535
|
+
"type": "badge"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
"type": "badge",
|
|
539
539
|
"label": "@entity.reviewStatus"
|
|
540
540
|
}
|
|
541
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"type": "stack",
|
|
543
|
+
"direction": "horizontal"
|
|
542
544
|
},
|
|
543
545
|
{
|
|
544
546
|
"type": "typography",
|
|
@@ -546,61 +548,59 @@
|
|
|
546
548
|
"variant": "h4"
|
|
547
549
|
},
|
|
548
550
|
{
|
|
549
|
-
"type": "typography",
|
|
550
551
|
"content": "@entity.issues",
|
|
551
|
-
"variant": "body"
|
|
552
|
+
"variant": "body",
|
|
553
|
+
"type": "typography"
|
|
552
554
|
},
|
|
553
555
|
{
|
|
554
556
|
"type": "divider"
|
|
555
557
|
},
|
|
556
558
|
{
|
|
557
|
-
"
|
|
559
|
+
"variant": "h4",
|
|
558
560
|
"type": "typography",
|
|
559
|
-
"
|
|
561
|
+
"content": "Suggestions"
|
|
560
562
|
},
|
|
561
563
|
{
|
|
562
564
|
"content": "@entity.suggestions",
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
+
"variant": "body",
|
|
566
|
+
"type": "typography"
|
|
565
567
|
}
|
|
566
|
-
]
|
|
567
|
-
"direction": "vertical",
|
|
568
|
-
"type": "stack",
|
|
569
|
-
"gap": "md"
|
|
568
|
+
]
|
|
570
569
|
}
|
|
571
|
-
]
|
|
572
|
-
"type": "card"
|
|
570
|
+
]
|
|
573
571
|
},
|
|
574
572
|
{
|
|
575
|
-
"label": "New Review",
|
|
576
573
|
"action": "RESET",
|
|
574
|
+
"icon": "rotate-ccw",
|
|
577
575
|
"type": "button",
|
|
578
|
-
"
|
|
579
|
-
"
|
|
576
|
+
"label": "New Review",
|
|
577
|
+
"variant": "ghost"
|
|
580
578
|
}
|
|
581
579
|
],
|
|
580
|
+
"gap": "lg",
|
|
582
581
|
"type": "stack",
|
|
583
|
-
"
|
|
582
|
+
"direction": "vertical"
|
|
584
583
|
}
|
|
585
584
|
],
|
|
586
585
|
"navItems": [
|
|
587
586
|
{
|
|
587
|
+
"icon": "file-search",
|
|
588
588
|
"label": "Review",
|
|
589
|
-
"href": "/review"
|
|
590
|
-
"icon": "file-search"
|
|
589
|
+
"href": "/review"
|
|
591
590
|
},
|
|
592
591
|
{
|
|
593
592
|
"icon": "tag",
|
|
594
|
-
"
|
|
595
|
-
"
|
|
593
|
+
"label": "Analysis",
|
|
594
|
+
"href": "/analysis"
|
|
596
595
|
},
|
|
597
596
|
{
|
|
598
|
-
"label": "Issues",
|
|
599
597
|
"href": "/issues",
|
|
600
|
-
"icon": "alert-triangle"
|
|
598
|
+
"icon": "alert-triangle",
|
|
599
|
+
"label": "Issues"
|
|
601
600
|
}
|
|
602
601
|
],
|
|
603
|
-
"appName": "Code Reviewer"
|
|
602
|
+
"appName": "Code Reviewer",
|
|
603
|
+
"type": "dashboard-layout"
|
|
604
604
|
}
|
|
605
605
|
]
|
|
606
606
|
]
|
|
@@ -639,28 +639,46 @@
|
|
|
639
639
|
"render-ui",
|
|
640
640
|
"main",
|
|
641
641
|
{
|
|
642
|
-
"
|
|
642
|
+
"appName": "Code Reviewer",
|
|
643
|
+
"navItems": [
|
|
644
|
+
{
|
|
645
|
+
"href": "/review",
|
|
646
|
+
"icon": "file-search",
|
|
647
|
+
"label": "Review"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"href": "/analysis",
|
|
651
|
+
"icon": "tag",
|
|
652
|
+
"label": "Analysis"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"label": "Issues",
|
|
656
|
+
"href": "/issues",
|
|
657
|
+
"icon": "alert-triangle"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
643
660
|
"children": [
|
|
644
661
|
{
|
|
662
|
+
"direction": "vertical",
|
|
645
663
|
"type": "stack",
|
|
646
664
|
"gap": "lg",
|
|
647
665
|
"children": [
|
|
648
666
|
{
|
|
649
|
-
"direction": "horizontal",
|
|
650
|
-
"type": "stack",
|
|
651
|
-
"align": "center",
|
|
652
667
|
"gap": "sm",
|
|
668
|
+
"align": "center",
|
|
653
669
|
"children": [
|
|
654
670
|
{
|
|
655
671
|
"type": "icon",
|
|
656
672
|
"name": "file-search"
|
|
657
673
|
},
|
|
658
674
|
{
|
|
659
|
-
"
|
|
675
|
+
"variant": "h2",
|
|
660
676
|
"type": "typography",
|
|
661
|
-
"
|
|
677
|
+
"content": "Code Review"
|
|
662
678
|
}
|
|
663
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"direction": "horizontal",
|
|
681
|
+
"type": "stack"
|
|
664
682
|
},
|
|
665
683
|
{
|
|
666
684
|
"type": "divider"
|
|
@@ -674,45 +692,27 @@
|
|
|
674
692
|
"gap": "md",
|
|
675
693
|
"children": [
|
|
676
694
|
{
|
|
677
|
-
"type": "typography",
|
|
678
695
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
696
|
+
"type": "typography",
|
|
679
697
|
"variant": "body"
|
|
680
698
|
},
|
|
681
699
|
{
|
|
700
|
+
"type": "form-section",
|
|
701
|
+
"entity": "Review",
|
|
682
702
|
"fields": [
|
|
683
703
|
"target"
|
|
684
704
|
],
|
|
685
|
-
"type": "form-section",
|
|
686
|
-
"mode": "edit",
|
|
687
705
|
"submitEvent": "SUBMIT_REVIEW",
|
|
688
|
-
"
|
|
706
|
+
"mode": "edit"
|
|
689
707
|
}
|
|
690
708
|
]
|
|
691
709
|
}
|
|
692
710
|
]
|
|
693
711
|
}
|
|
694
|
-
]
|
|
695
|
-
"direction": "vertical"
|
|
696
|
-
}
|
|
697
|
-
],
|
|
698
|
-
"navItems": [
|
|
699
|
-
{
|
|
700
|
-
"href": "/review",
|
|
701
|
-
"icon": "file-search",
|
|
702
|
-
"label": "Review"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"label": "Analysis",
|
|
706
|
-
"href": "/analysis",
|
|
707
|
-
"icon": "tag"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"label": "Issues",
|
|
711
|
-
"href": "/issues",
|
|
712
|
-
"icon": "alert-triangle"
|
|
712
|
+
]
|
|
713
713
|
}
|
|
714
714
|
],
|
|
715
|
-
"
|
|
715
|
+
"type": "dashboard-layout"
|
|
716
716
|
}
|
|
717
717
|
]
|
|
718
718
|
]
|
|
@@ -904,24 +904,25 @@
|
|
|
904
904
|
"render-ui",
|
|
905
905
|
"main",
|
|
906
906
|
{
|
|
907
|
-
"
|
|
907
|
+
"appName": "Code Reviewer",
|
|
908
908
|
"children": [
|
|
909
909
|
{
|
|
910
|
+
"type": "stack",
|
|
910
911
|
"children": [
|
|
911
912
|
{
|
|
912
|
-
"direction": "horizontal",
|
|
913
|
-
"type": "stack",
|
|
914
913
|
"gap": "sm",
|
|
915
914
|
"align": "center",
|
|
915
|
+
"direction": "horizontal",
|
|
916
|
+
"type": "stack",
|
|
916
917
|
"children": [
|
|
917
918
|
{
|
|
918
|
-
"
|
|
919
|
-
"
|
|
919
|
+
"name": "brain",
|
|
920
|
+
"type": "icon"
|
|
920
921
|
},
|
|
921
922
|
{
|
|
923
|
+
"type": "typography",
|
|
922
924
|
"content": "RAG Pipeline",
|
|
923
|
-
"variant": "h2"
|
|
924
|
-
"type": "typography"
|
|
925
|
+
"variant": "h2"
|
|
925
926
|
}
|
|
926
927
|
]
|
|
927
928
|
},
|
|
@@ -929,37 +930,37 @@
|
|
|
929
930
|
"type": "divider"
|
|
930
931
|
},
|
|
931
932
|
{
|
|
933
|
+
"type": "card",
|
|
932
934
|
"children": [
|
|
933
935
|
{
|
|
934
|
-
"type": "stack",
|
|
935
936
|
"direction": "vertical",
|
|
936
|
-
"
|
|
937
|
+
"type": "stack",
|
|
937
938
|
"children": [
|
|
938
939
|
{
|
|
939
|
-
"content": "Enter a query to retrieve context and generate a response",
|
|
940
940
|
"type": "typography",
|
|
941
|
+
"content": "Enter a query to retrieve context and generate a response",
|
|
941
942
|
"variant": "body"
|
|
942
943
|
},
|
|
943
944
|
{
|
|
944
945
|
"entity": "ReviewRag",
|
|
945
946
|
"type": "form-section",
|
|
946
947
|
"submitEvent": "GENERATE",
|
|
948
|
+
"mode": "edit",
|
|
947
949
|
"fields": [
|
|
948
950
|
"query"
|
|
949
|
-
]
|
|
950
|
-
"mode": "edit"
|
|
951
|
+
]
|
|
951
952
|
}
|
|
952
|
-
]
|
|
953
|
+
],
|
|
954
|
+
"gap": "md"
|
|
953
955
|
}
|
|
954
|
-
]
|
|
955
|
-
"type": "card"
|
|
956
|
+
]
|
|
956
957
|
}
|
|
957
958
|
],
|
|
958
|
-
"
|
|
959
|
-
"gap": "lg"
|
|
960
|
-
"direction": "vertical"
|
|
959
|
+
"direction": "vertical",
|
|
960
|
+
"gap": "lg"
|
|
961
961
|
}
|
|
962
962
|
],
|
|
963
|
+
"type": "dashboard-layout",
|
|
963
964
|
"navItems": [
|
|
964
965
|
{
|
|
965
966
|
"icon": "file-search",
|
|
@@ -967,17 +968,16 @@
|
|
|
967
968
|
"href": "/review"
|
|
968
969
|
},
|
|
969
970
|
{
|
|
970
|
-
"label": "Analysis",
|
|
971
971
|
"href": "/analysis",
|
|
972
|
-
"icon": "tag"
|
|
972
|
+
"icon": "tag",
|
|
973
|
+
"label": "Analysis"
|
|
973
974
|
},
|
|
974
975
|
{
|
|
975
976
|
"href": "/issues",
|
|
976
977
|
"label": "Issues",
|
|
977
978
|
"icon": "alert-triangle"
|
|
978
979
|
}
|
|
979
|
-
]
|
|
980
|
-
"appName": "Code Reviewer"
|
|
980
|
+
]
|
|
981
981
|
}
|
|
982
982
|
]
|
|
983
983
|
]
|
|
@@ -1005,47 +1005,44 @@
|
|
|
1005
1005
|
"render-ui",
|
|
1006
1006
|
"main",
|
|
1007
1007
|
{
|
|
1008
|
-
"
|
|
1008
|
+
"type": "dashboard-layout",
|
|
1009
1009
|
"navItems": [
|
|
1010
1010
|
{
|
|
1011
1011
|
"label": "Review",
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1012
|
+
"icon": "file-search",
|
|
1013
|
+
"href": "/review"
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
+
"href": "/analysis",
|
|
1016
1017
|
"icon": "tag",
|
|
1017
|
-
"label": "Analysis"
|
|
1018
|
-
"href": "/analysis"
|
|
1018
|
+
"label": "Analysis"
|
|
1019
1019
|
},
|
|
1020
1020
|
{
|
|
1021
1021
|
"href": "/issues",
|
|
1022
|
-
"
|
|
1023
|
-
"
|
|
1022
|
+
"label": "Issues",
|
|
1023
|
+
"icon": "alert-triangle"
|
|
1024
1024
|
}
|
|
1025
1025
|
],
|
|
1026
|
+
"appName": "Code Reviewer",
|
|
1026
1027
|
"children": [
|
|
1027
1028
|
{
|
|
1028
|
-
"gap": "lg",
|
|
1029
|
-
"align": "center",
|
|
1030
|
-
"type": "stack",
|
|
1031
|
-
"direction": "vertical",
|
|
1032
1029
|
"children": [
|
|
1033
1030
|
{
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1031
|
+
"type": "icon",
|
|
1032
|
+
"name": "search"
|
|
1036
1033
|
},
|
|
1037
1034
|
{
|
|
1035
|
+
"type": "typography",
|
|
1038
1036
|
"variant": "h3",
|
|
1039
|
-
"content": "Retrieving context..."
|
|
1040
|
-
"type": "typography"
|
|
1037
|
+
"content": "Retrieving context..."
|
|
1041
1038
|
},
|
|
1042
1039
|
{
|
|
1043
1040
|
"type": "spinner"
|
|
1044
1041
|
},
|
|
1045
1042
|
{
|
|
1046
|
-
"direction": "horizontal",
|
|
1047
|
-
"justify": "center",
|
|
1048
1043
|
"type": "stack",
|
|
1044
|
+
"justify": "center",
|
|
1045
|
+
"direction": "horizontal",
|
|
1049
1046
|
"children": [
|
|
1050
1047
|
{
|
|
1051
1048
|
"type": "badge",
|
|
@@ -1058,10 +1055,13 @@
|
|
|
1058
1055
|
],
|
|
1059
1056
|
"gap": "md"
|
|
1060
1057
|
}
|
|
1061
|
-
]
|
|
1058
|
+
],
|
|
1059
|
+
"direction": "vertical",
|
|
1060
|
+
"align": "center",
|
|
1061
|
+
"type": "stack",
|
|
1062
|
+
"gap": "lg"
|
|
1062
1063
|
}
|
|
1063
|
-
]
|
|
1064
|
-
"type": "dashboard-layout"
|
|
1064
|
+
]
|
|
1065
1065
|
}
|
|
1066
1066
|
]
|
|
1067
1067
|
]
|
|
@@ -1106,10 +1106,30 @@
|
|
|
1106
1106
|
"render-ui",
|
|
1107
1107
|
"main",
|
|
1108
1108
|
{
|
|
1109
|
+
"type": "dashboard-layout",
|
|
1110
|
+
"navItems": [
|
|
1111
|
+
{
|
|
1112
|
+
"icon": "file-search",
|
|
1113
|
+
"href": "/review",
|
|
1114
|
+
"label": "Review"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"href": "/analysis",
|
|
1118
|
+
"label": "Analysis",
|
|
1119
|
+
"icon": "tag"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"label": "Issues",
|
|
1123
|
+
"href": "/issues",
|
|
1124
|
+
"icon": "alert-triangle"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1109
1127
|
"children": [
|
|
1110
1128
|
{
|
|
1111
|
-
"direction": "vertical",
|
|
1112
1129
|
"type": "stack",
|
|
1130
|
+
"gap": "lg",
|
|
1131
|
+
"direction": "vertical",
|
|
1132
|
+
"align": "center",
|
|
1113
1133
|
"children": [
|
|
1114
1134
|
{
|
|
1115
1135
|
"name": "cpu",
|
|
@@ -1117,16 +1137,20 @@
|
|
|
1117
1137
|
},
|
|
1118
1138
|
{
|
|
1119
1139
|
"type": "typography",
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1140
|
+
"variant": "h3",
|
|
1141
|
+
"content": "Generating response..."
|
|
1122
1142
|
},
|
|
1123
1143
|
{
|
|
1124
1144
|
"type": "spinner"
|
|
1125
1145
|
},
|
|
1126
1146
|
{
|
|
1147
|
+
"gap": "md",
|
|
1148
|
+
"justify": "center",
|
|
1127
1149
|
"type": "stack",
|
|
1150
|
+
"direction": "horizontal",
|
|
1128
1151
|
"children": [
|
|
1129
1152
|
{
|
|
1153
|
+
"type": "badge",
|
|
1130
1154
|
"label": [
|
|
1131
1155
|
"str/concat",
|
|
1132
1156
|
[
|
|
@@ -1134,8 +1158,7 @@
|
|
|
1134
1158
|
"@entity.memoryHits"
|
|
1135
1159
|
],
|
|
1136
1160
|
" memories"
|
|
1137
|
-
]
|
|
1138
|
-
"type": "badge"
|
|
1161
|
+
]
|
|
1139
1162
|
},
|
|
1140
1163
|
{
|
|
1141
1164
|
"type": "badge",
|
|
@@ -1148,34 +1171,11 @@
|
|
|
1148
1171
|
" code hits"
|
|
1149
1172
|
]
|
|
1150
1173
|
}
|
|
1151
|
-
]
|
|
1152
|
-
"direction": "horizontal",
|
|
1153
|
-
"justify": "center",
|
|
1154
|
-
"gap": "md"
|
|
1174
|
+
]
|
|
1155
1175
|
}
|
|
1156
|
-
]
|
|
1157
|
-
"align": "center",
|
|
1158
|
-
"gap": "lg"
|
|
1159
|
-
}
|
|
1160
|
-
],
|
|
1161
|
-
"navItems": [
|
|
1162
|
-
{
|
|
1163
|
-
"label": "Review",
|
|
1164
|
-
"href": "/review",
|
|
1165
|
-
"icon": "file-search"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"label": "Analysis",
|
|
1169
|
-
"href": "/analysis",
|
|
1170
|
-
"icon": "tag"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"label": "Issues",
|
|
1174
|
-
"href": "/issues",
|
|
1175
|
-
"icon": "alert-triangle"
|
|
1176
|
+
]
|
|
1176
1177
|
}
|
|
1177
1178
|
],
|
|
1178
|
-
"type": "dashboard-layout",
|
|
1179
1179
|
"appName": "Code Reviewer"
|
|
1180
1180
|
}
|
|
1181
1181
|
]
|
|
@@ -1200,16 +1200,33 @@
|
|
|
1200
1200
|
"render-ui",
|
|
1201
1201
|
"main",
|
|
1202
1202
|
{
|
|
1203
|
+
"type": "dashboard-layout",
|
|
1204
|
+
"appName": "Code Reviewer",
|
|
1205
|
+
"navItems": [
|
|
1206
|
+
{
|
|
1207
|
+
"label": "Review",
|
|
1208
|
+
"href": "/review",
|
|
1209
|
+
"icon": "file-search"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"label": "Analysis",
|
|
1213
|
+
"icon": "tag",
|
|
1214
|
+
"href": "/analysis"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"href": "/issues",
|
|
1218
|
+
"label": "Issues",
|
|
1219
|
+
"icon": "alert-triangle"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1203
1222
|
"children": [
|
|
1204
1223
|
{
|
|
1205
|
-
"type": "stack",
|
|
1206
|
-
"gap": "lg",
|
|
1207
|
-
"align": "center",
|
|
1208
1224
|
"direction": "vertical",
|
|
1225
|
+
"gap": "lg",
|
|
1209
1226
|
"children": [
|
|
1210
1227
|
{
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1228
|
+
"name": "alert-triangle",
|
|
1229
|
+
"type": "icon"
|
|
1213
1230
|
},
|
|
1214
1231
|
{
|
|
1215
1232
|
"content": "RAG Pipeline Error",
|
|
@@ -1217,37 +1234,20 @@
|
|
|
1217
1234
|
"type": "typography"
|
|
1218
1235
|
},
|
|
1219
1236
|
{
|
|
1220
|
-
"variant": "error",
|
|
1221
1237
|
"message": "@entity.error",
|
|
1222
|
-
"type": "alert"
|
|
1238
|
+
"type": "alert",
|
|
1239
|
+
"variant": "error"
|
|
1223
1240
|
},
|
|
1224
1241
|
{
|
|
1225
|
-
"action": "RESET",
|
|
1226
|
-
"type": "button",
|
|
1227
|
-
"variant": "primary",
|
|
1228
1242
|
"icon": "rotate-ccw",
|
|
1229
|
-
"label": "Try Again"
|
|
1243
|
+
"label": "Try Again",
|
|
1244
|
+
"variant": "primary",
|
|
1245
|
+
"action": "RESET",
|
|
1246
|
+
"type": "button"
|
|
1230
1247
|
}
|
|
1231
|
-
]
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
"type": "dashboard-layout",
|
|
1235
|
-
"appName": "Code Reviewer",
|
|
1236
|
-
"navItems": [
|
|
1237
|
-
{
|
|
1238
|
-
"label": "Review",
|
|
1239
|
-
"icon": "file-search",
|
|
1240
|
-
"href": "/review"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"label": "Analysis",
|
|
1244
|
-
"href": "/analysis",
|
|
1245
|
-
"icon": "tag"
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"href": "/issues",
|
|
1249
|
-
"icon": "alert-triangle",
|
|
1250
|
-
"label": "Issues"
|
|
1248
|
+
],
|
|
1249
|
+
"align": "center",
|
|
1250
|
+
"type": "stack"
|
|
1251
1251
|
}
|
|
1252
1252
|
]
|
|
1253
1253
|
}
|
|
@@ -1283,87 +1283,75 @@
|
|
|
1283
1283
|
"main",
|
|
1284
1284
|
{
|
|
1285
1285
|
"type": "dashboard-layout",
|
|
1286
|
-
"
|
|
1287
|
-
{
|
|
1288
|
-
"label": "Review",
|
|
1289
|
-
"href": "/review",
|
|
1290
|
-
"icon": "file-search"
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"label": "Analysis",
|
|
1294
|
-
"href": "/analysis",
|
|
1295
|
-
"icon": "tag"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"label": "Issues",
|
|
1299
|
-
"icon": "alert-triangle",
|
|
1300
|
-
"href": "/issues"
|
|
1301
|
-
}
|
|
1302
|
-
],
|
|
1286
|
+
"appName": "Code Reviewer",
|
|
1303
1287
|
"children": [
|
|
1304
1288
|
{
|
|
1289
|
+
"direction": "vertical",
|
|
1290
|
+
"type": "stack",
|
|
1291
|
+
"gap": "lg",
|
|
1305
1292
|
"children": [
|
|
1306
1293
|
{
|
|
1307
|
-
"type": "stack",
|
|
1308
|
-
"gap": "sm",
|
|
1309
1294
|
"direction": "horizontal",
|
|
1295
|
+
"align": "center",
|
|
1310
1296
|
"justify": "between",
|
|
1297
|
+
"type": "stack",
|
|
1311
1298
|
"children": [
|
|
1312
1299
|
{
|
|
1313
|
-
"direction": "horizontal",
|
|
1314
|
-
"gap": "sm",
|
|
1315
1300
|
"type": "stack",
|
|
1301
|
+
"gap": "sm",
|
|
1302
|
+
"direction": "horizontal",
|
|
1316
1303
|
"children": [
|
|
1317
1304
|
{
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1305
|
+
"type": "icon",
|
|
1306
|
+
"name": "check-circle"
|
|
1320
1307
|
},
|
|
1321
1308
|
{
|
|
1322
1309
|
"type": "typography",
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1310
|
+
"variant": "h2",
|
|
1311
|
+
"content": "RAG Complete"
|
|
1325
1312
|
}
|
|
1326
1313
|
],
|
|
1327
1314
|
"align": "center"
|
|
1328
1315
|
},
|
|
1329
1316
|
{
|
|
1330
|
-
"type": "button",
|
|
1331
1317
|
"label": "New Query",
|
|
1332
1318
|
"action": "RESET",
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1319
|
+
"variant": "ghost",
|
|
1320
|
+
"type": "button",
|
|
1321
|
+
"icon": "rotate-ccw"
|
|
1335
1322
|
}
|
|
1336
1323
|
],
|
|
1337
|
-
"
|
|
1324
|
+
"gap": "sm"
|
|
1338
1325
|
},
|
|
1339
1326
|
{
|
|
1340
1327
|
"type": "divider"
|
|
1341
1328
|
},
|
|
1342
1329
|
{
|
|
1343
|
-
"cols": 2.0,
|
|
1344
1330
|
"children": [
|
|
1345
1331
|
{
|
|
1346
1332
|
"type": "stat-display",
|
|
1333
|
+
"label": "Memory Hits",
|
|
1347
1334
|
"value": "@entity.memoryHits",
|
|
1348
|
-
"icon": "brain"
|
|
1349
|
-
"label": "Memory Hits"
|
|
1335
|
+
"icon": "brain"
|
|
1350
1336
|
},
|
|
1351
1337
|
{
|
|
1352
|
-
"label": "Code Hits",
|
|
1353
1338
|
"icon": "code",
|
|
1354
1339
|
"value": "@entity.searchHits",
|
|
1355
|
-
"type": "stat-display"
|
|
1340
|
+
"type": "stat-display",
|
|
1341
|
+
"label": "Code Hits"
|
|
1356
1342
|
}
|
|
1357
1343
|
],
|
|
1358
|
-
"type": "simple-grid"
|
|
1344
|
+
"type": "simple-grid",
|
|
1345
|
+
"cols": 2.0
|
|
1359
1346
|
},
|
|
1360
1347
|
{
|
|
1361
1348
|
"type": "divider"
|
|
1362
1349
|
},
|
|
1363
1350
|
{
|
|
1364
|
-
"type": "card",
|
|
1365
1351
|
"children": [
|
|
1366
1352
|
{
|
|
1353
|
+
"gap": "md",
|
|
1354
|
+
"type": "stack",
|
|
1367
1355
|
"children": [
|
|
1368
1356
|
{
|
|
1369
1357
|
"variant": "caption",
|
|
@@ -1371,59 +1359,71 @@
|
|
|
1371
1359
|
"type": "typography"
|
|
1372
1360
|
},
|
|
1373
1361
|
{
|
|
1362
|
+
"variant": "body",
|
|
1374
1363
|
"type": "typography",
|
|
1375
|
-
"content": "@entity.query"
|
|
1376
|
-
"variant": "body"
|
|
1364
|
+
"content": "@entity.query"
|
|
1377
1365
|
},
|
|
1378
1366
|
{
|
|
1379
1367
|
"type": "divider"
|
|
1380
1368
|
},
|
|
1381
1369
|
{
|
|
1382
|
-
"type": "typography",
|
|
1383
1370
|
"content": "Response",
|
|
1371
|
+
"type": "typography",
|
|
1384
1372
|
"variant": "caption"
|
|
1385
1373
|
},
|
|
1386
1374
|
{
|
|
1387
|
-
"variant": "body",
|
|
1388
1375
|
"type": "typography",
|
|
1376
|
+
"variant": "body",
|
|
1389
1377
|
"content": "@entity.response"
|
|
1390
1378
|
}
|
|
1391
1379
|
],
|
|
1392
|
-
"
|
|
1393
|
-
"direction": "vertical",
|
|
1394
|
-
"gap": "md"
|
|
1380
|
+
"direction": "vertical"
|
|
1395
1381
|
}
|
|
1396
|
-
]
|
|
1382
|
+
],
|
|
1383
|
+
"type": "card"
|
|
1397
1384
|
},
|
|
1398
1385
|
{
|
|
1399
1386
|
"type": "card",
|
|
1400
1387
|
"children": [
|
|
1401
1388
|
{
|
|
1402
|
-
"
|
|
1389
|
+
"gap": "sm",
|
|
1403
1390
|
"children": [
|
|
1404
1391
|
{
|
|
1405
|
-
"variant": "caption",
|
|
1406
1392
|
"content": "Retrieved Context",
|
|
1393
|
+
"variant": "caption",
|
|
1407
1394
|
"type": "typography"
|
|
1408
1395
|
},
|
|
1409
1396
|
{
|
|
1410
|
-
"
|
|
1397
|
+
"content": "@entity.context",
|
|
1411
1398
|
"variant": "body",
|
|
1412
|
-
"
|
|
1399
|
+
"type": "typography"
|
|
1413
1400
|
}
|
|
1414
1401
|
],
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1402
|
+
"type": "stack",
|
|
1403
|
+
"direction": "vertical"
|
|
1417
1404
|
}
|
|
1418
1405
|
]
|
|
1419
1406
|
}
|
|
1420
|
-
]
|
|
1421
|
-
"direction": "vertical",
|
|
1422
|
-
"type": "stack",
|
|
1423
|
-
"gap": "lg"
|
|
1407
|
+
]
|
|
1424
1408
|
}
|
|
1425
1409
|
],
|
|
1426
|
-
"
|
|
1410
|
+
"navItems": [
|
|
1411
|
+
{
|
|
1412
|
+
"icon": "file-search",
|
|
1413
|
+
"href": "/review",
|
|
1414
|
+
"label": "Review"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"label": "Analysis",
|
|
1418
|
+
"href": "/analysis",
|
|
1419
|
+
"icon": "tag"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"href": "/issues",
|
|
1423
|
+
"icon": "alert-triangle",
|
|
1424
|
+
"label": "Issues"
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1427
1427
|
}
|
|
1428
1428
|
]
|
|
1429
1429
|
]
|
|
@@ -1447,56 +1447,56 @@
|
|
|
1447
1447
|
"render-ui",
|
|
1448
1448
|
"main",
|
|
1449
1449
|
{
|
|
1450
|
+
"navItems": [
|
|
1451
|
+
{
|
|
1452
|
+
"href": "/review",
|
|
1453
|
+
"label": "Review",
|
|
1454
|
+
"icon": "file-search"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"href": "/analysis",
|
|
1458
|
+
"label": "Analysis",
|
|
1459
|
+
"icon": "tag"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"label": "Issues",
|
|
1463
|
+
"icon": "alert-triangle",
|
|
1464
|
+
"href": "/issues"
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1450
1467
|
"appName": "Code Reviewer",
|
|
1468
|
+
"type": "dashboard-layout",
|
|
1451
1469
|
"children": [
|
|
1452
1470
|
{
|
|
1453
|
-
"type": "stack",
|
|
1454
|
-
"direction": "vertical",
|
|
1455
|
-
"align": "center",
|
|
1456
|
-
"gap": "lg",
|
|
1457
1471
|
"children": [
|
|
1458
1472
|
{
|
|
1459
1473
|
"name": "alert-triangle",
|
|
1460
1474
|
"type": "icon"
|
|
1461
1475
|
},
|
|
1462
1476
|
{
|
|
1463
|
-
"variant": "h2",
|
|
1464
1477
|
"type": "typography",
|
|
1465
|
-
"content": "RAG Pipeline Error"
|
|
1478
|
+
"content": "RAG Pipeline Error",
|
|
1479
|
+
"variant": "h2"
|
|
1466
1480
|
},
|
|
1467
1481
|
{
|
|
1468
|
-
"variant": "error",
|
|
1469
1482
|
"message": "@entity.error",
|
|
1470
|
-
"type": "alert"
|
|
1483
|
+
"type": "alert",
|
|
1484
|
+
"variant": "error"
|
|
1471
1485
|
},
|
|
1472
1486
|
{
|
|
1473
|
-
"icon": "rotate-ccw",
|
|
1474
|
-
"type": "button",
|
|
1475
1487
|
"variant": "primary",
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1488
|
+
"label": "Try Again",
|
|
1489
|
+
"type": "button",
|
|
1490
|
+
"icon": "rotate-ccw",
|
|
1491
|
+
"action": "RESET"
|
|
1478
1492
|
}
|
|
1479
|
-
]
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
"href": "/review",
|
|
1485
|
-
"icon": "file-search",
|
|
1486
|
-
"label": "Review"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"label": "Analysis",
|
|
1490
|
-
"icon": "tag",
|
|
1491
|
-
"href": "/analysis"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"href": "/issues",
|
|
1495
|
-
"icon": "alert-triangle",
|
|
1496
|
-
"label": "Issues"
|
|
1493
|
+
],
|
|
1494
|
+
"type": "stack",
|
|
1495
|
+
"align": "center",
|
|
1496
|
+
"direction": "vertical",
|
|
1497
|
+
"gap": "lg"
|
|
1497
1498
|
}
|
|
1498
|
-
]
|
|
1499
|
-
"type": "dashboard-layout"
|
|
1499
|
+
]
|
|
1500
1500
|
}
|
|
1501
1501
|
]
|
|
1502
1502
|
]
|
|
@@ -1540,16 +1540,33 @@
|
|
|
1540
1540
|
"render-ui",
|
|
1541
1541
|
"main",
|
|
1542
1542
|
{
|
|
1543
|
+
"navItems": [
|
|
1544
|
+
{
|
|
1545
|
+
"href": "/review",
|
|
1546
|
+
"icon": "file-search",
|
|
1547
|
+
"label": "Review"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"label": "Analysis",
|
|
1551
|
+
"icon": "tag",
|
|
1552
|
+
"href": "/analysis"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"icon": "alert-triangle",
|
|
1556
|
+
"label": "Issues",
|
|
1557
|
+
"href": "/issues"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1543
1560
|
"type": "dashboard-layout",
|
|
1561
|
+
"appName": "Code Reviewer",
|
|
1544
1562
|
"children": [
|
|
1545
1563
|
{
|
|
1546
|
-
"direction": "vertical",
|
|
1547
1564
|
"children": [
|
|
1548
1565
|
{
|
|
1549
|
-
"type": "stack",
|
|
1550
1566
|
"direction": "horizontal",
|
|
1551
1567
|
"gap": "sm",
|
|
1552
1568
|
"align": "center",
|
|
1569
|
+
"type": "stack",
|
|
1553
1570
|
"children": [
|
|
1554
1571
|
{
|
|
1555
1572
|
"type": "icon",
|
|
@@ -1557,8 +1574,8 @@
|
|
|
1557
1574
|
},
|
|
1558
1575
|
{
|
|
1559
1576
|
"type": "typography",
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1577
|
+
"variant": "h2",
|
|
1578
|
+
"content": "RAG Pipeline"
|
|
1562
1579
|
}
|
|
1563
1580
|
]
|
|
1564
1581
|
},
|
|
@@ -1570,49 +1587,32 @@
|
|
|
1570
1587
|
"children": [
|
|
1571
1588
|
{
|
|
1572
1589
|
"direction": "vertical",
|
|
1590
|
+
"type": "stack",
|
|
1573
1591
|
"gap": "md",
|
|
1574
1592
|
"children": [
|
|
1575
1593
|
{
|
|
1576
1594
|
"content": "Enter a query to retrieve context and generate a response",
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1595
|
+
"variant": "body",
|
|
1596
|
+
"type": "typography"
|
|
1579
1597
|
},
|
|
1580
1598
|
{
|
|
1581
1599
|
"type": "form-section",
|
|
1582
|
-
"mode": "edit",
|
|
1583
1600
|
"entity": "ReviewRag",
|
|
1601
|
+
"mode": "edit",
|
|
1602
|
+
"submitEvent": "GENERATE",
|
|
1584
1603
|
"fields": [
|
|
1585
1604
|
"query"
|
|
1586
|
-
]
|
|
1587
|
-
"submitEvent": "GENERATE"
|
|
1605
|
+
]
|
|
1588
1606
|
}
|
|
1589
|
-
]
|
|
1590
|
-
"type": "stack"
|
|
1607
|
+
]
|
|
1591
1608
|
}
|
|
1592
1609
|
]
|
|
1593
1610
|
}
|
|
1594
1611
|
],
|
|
1612
|
+
"direction": "vertical",
|
|
1595
1613
|
"type": "stack",
|
|
1596
1614
|
"gap": "lg"
|
|
1597
1615
|
}
|
|
1598
|
-
],
|
|
1599
|
-
"appName": "Code Reviewer",
|
|
1600
|
-
"navItems": [
|
|
1601
|
-
{
|
|
1602
|
-
"label": "Review",
|
|
1603
|
-
"href": "/review",
|
|
1604
|
-
"icon": "file-search"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"icon": "tag",
|
|
1608
|
-
"href": "/analysis",
|
|
1609
|
-
"label": "Analysis"
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"href": "/issues",
|
|
1613
|
-
"icon": "alert-triangle",
|
|
1614
|
-
"label": "Issues"
|
|
1615
|
-
}
|
|
1616
1616
|
]
|
|
1617
1617
|
}
|
|
1618
1618
|
]
|
|
@@ -1859,39 +1859,38 @@
|
|
|
1859
1859
|
"render-ui",
|
|
1860
1860
|
"main",
|
|
1861
1861
|
{
|
|
1862
|
-
"appName": "Code Reviewer",
|
|
1863
1862
|
"type": "dashboard-layout",
|
|
1863
|
+
"appName": "Code Reviewer",
|
|
1864
1864
|
"children": [
|
|
1865
1865
|
{
|
|
1866
|
-
"type": "stack",
|
|
1867
|
-
"gap": "lg",
|
|
1868
|
-
"direction": "vertical",
|
|
1869
1866
|
"children": [
|
|
1870
1867
|
{
|
|
1871
1868
|
"type": "stack",
|
|
1869
|
+
"gap": "sm",
|
|
1870
|
+
"direction": "horizontal",
|
|
1871
|
+
"align": "center",
|
|
1872
1872
|
"children": [
|
|
1873
1873
|
{
|
|
1874
|
-
"
|
|
1875
|
-
"
|
|
1874
|
+
"type": "icon",
|
|
1875
|
+
"name": "brain"
|
|
1876
1876
|
},
|
|
1877
1877
|
{
|
|
1878
1878
|
"variant": "h2",
|
|
1879
1879
|
"type": "typography",
|
|
1880
1880
|
"content": "RAG Pipeline"
|
|
1881
1881
|
}
|
|
1882
|
-
]
|
|
1883
|
-
"direction": "horizontal",
|
|
1884
|
-
"gap": "sm",
|
|
1885
|
-
"align": "center"
|
|
1882
|
+
]
|
|
1886
1883
|
},
|
|
1887
1884
|
{
|
|
1888
1885
|
"type": "divider"
|
|
1889
1886
|
},
|
|
1890
1887
|
{
|
|
1888
|
+
"type": "tabs",
|
|
1889
|
+
"defaultActiveTab": "query",
|
|
1891
1890
|
"tabs": [
|
|
1892
1891
|
{
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1892
|
+
"value": "query",
|
|
1893
|
+
"label": "Query"
|
|
1895
1894
|
},
|
|
1896
1895
|
{
|
|
1897
1896
|
"value": "sources",
|
|
@@ -1902,14 +1901,13 @@
|
|
|
1902
1901
|
"value": "response"
|
|
1903
1902
|
}
|
|
1904
1903
|
],
|
|
1905
|
-
"onTabChange": "SELECT_TAB"
|
|
1906
|
-
"type": "tabs",
|
|
1907
|
-
"defaultActiveTab": "query"
|
|
1904
|
+
"onTabChange": "SELECT_TAB"
|
|
1908
1905
|
},
|
|
1909
1906
|
{
|
|
1910
1907
|
"type": "divider"
|
|
1911
1908
|
},
|
|
1912
1909
|
{
|
|
1910
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1913
1911
|
"renderItem": [
|
|
1914
1912
|
"fn",
|
|
1915
1913
|
"item",
|
|
@@ -1917,27 +1915,29 @@
|
|
|
1917
1915
|
"direction": "vertical",
|
|
1918
1916
|
"children": [
|
|
1919
1917
|
{
|
|
1920
|
-
"
|
|
1918
|
+
"variant": "h4",
|
|
1921
1919
|
"type": "typography",
|
|
1922
|
-
"
|
|
1920
|
+
"content": "@item.query"
|
|
1923
1921
|
},
|
|
1924
1922
|
{
|
|
1925
|
-
"variant": "caption",
|
|
1926
|
-
"type": "typography",
|
|
1927
1923
|
"content": "@item.query",
|
|
1928
|
-
"
|
|
1924
|
+
"type": "typography",
|
|
1925
|
+
"color": "muted",
|
|
1926
|
+
"variant": "caption"
|
|
1929
1927
|
}
|
|
1930
1928
|
],
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1929
|
+
"type": "stack",
|
|
1930
|
+
"gap": "sm"
|
|
1933
1931
|
}
|
|
1934
1932
|
],
|
|
1935
|
-
"entity": "ReviewRag",
|
|
1936
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1937
1933
|
"type": "data-grid",
|
|
1938
|
-
"fields": []
|
|
1934
|
+
"fields": [],
|
|
1935
|
+
"entity": "ReviewRag"
|
|
1939
1936
|
}
|
|
1940
|
-
]
|
|
1937
|
+
],
|
|
1938
|
+
"gap": "lg",
|
|
1939
|
+
"type": "stack",
|
|
1940
|
+
"direction": "vertical"
|
|
1941
1941
|
}
|
|
1942
1942
|
],
|
|
1943
1943
|
"navItems": [
|
|
@@ -1947,14 +1947,14 @@
|
|
|
1947
1947
|
"href": "/review"
|
|
1948
1948
|
},
|
|
1949
1949
|
{
|
|
1950
|
-
"href": "/analysis",
|
|
1951
1950
|
"icon": "tag",
|
|
1952
|
-
"label": "Analysis"
|
|
1951
|
+
"label": "Analysis",
|
|
1952
|
+
"href": "/analysis"
|
|
1953
1953
|
},
|
|
1954
1954
|
{
|
|
1955
|
-
"label": "Issues",
|
|
1956
1955
|
"href": "/issues",
|
|
1957
|
-
"icon": "alert-triangle"
|
|
1956
|
+
"icon": "alert-triangle",
|
|
1957
|
+
"label": "Issues"
|
|
1958
1958
|
}
|
|
1959
1959
|
]
|
|
1960
1960
|
}
|
|
@@ -1971,8 +1971,8 @@
|
|
|
1971
1971
|
"ReviewRag",
|
|
1972
1972
|
{
|
|
1973
1973
|
"emit": {
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1974
|
+
"success": "ReviewRagLoaded",
|
|
1975
|
+
"failure": "ReviewRagLoadFailed"
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
1978
|
],
|
|
@@ -1980,15 +1980,17 @@
|
|
|
1980
1980
|
"render-ui",
|
|
1981
1981
|
"main",
|
|
1982
1982
|
{
|
|
1983
|
+
"type": "dashboard-layout",
|
|
1984
|
+
"appName": "Code Reviewer",
|
|
1983
1985
|
"navItems": [
|
|
1984
1986
|
{
|
|
1985
|
-
"
|
|
1987
|
+
"label": "Review",
|
|
1986
1988
|
"href": "/review",
|
|
1987
|
-
"
|
|
1989
|
+
"icon": "file-search"
|
|
1988
1990
|
},
|
|
1989
1991
|
{
|
|
1990
|
-
"icon": "tag",
|
|
1991
1992
|
"label": "Analysis",
|
|
1993
|
+
"icon": "tag",
|
|
1992
1994
|
"href": "/analysis"
|
|
1993
1995
|
},
|
|
1994
1996
|
{
|
|
@@ -1997,14 +1999,15 @@
|
|
|
1997
1999
|
"icon": "alert-triangle"
|
|
1998
2000
|
}
|
|
1999
2001
|
],
|
|
2000
|
-
"type": "dashboard-layout",
|
|
2001
2002
|
"children": [
|
|
2002
2003
|
{
|
|
2003
2004
|
"type": "stack",
|
|
2004
2005
|
"gap": "lg",
|
|
2005
|
-
"direction": "vertical",
|
|
2006
2006
|
"children": [
|
|
2007
2007
|
{
|
|
2008
|
+
"type": "stack",
|
|
2009
|
+
"align": "center",
|
|
2010
|
+
"gap": "sm",
|
|
2008
2011
|
"children": [
|
|
2009
2012
|
{
|
|
2010
2013
|
"name": "brain",
|
|
@@ -2016,17 +2019,12 @@
|
|
|
2016
2019
|
"content": "RAG Pipeline"
|
|
2017
2020
|
}
|
|
2018
2021
|
],
|
|
2019
|
-
"
|
|
2020
|
-
"direction": "horizontal",
|
|
2021
|
-
"align": "center",
|
|
2022
|
-
"gap": "sm"
|
|
2022
|
+
"direction": "horizontal"
|
|
2023
2023
|
},
|
|
2024
2024
|
{
|
|
2025
2025
|
"type": "divider"
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
|
-
"type": "tabs",
|
|
2029
|
-
"defaultActiveTab": "query",
|
|
2030
2028
|
"tabs": [
|
|
2031
2029
|
{
|
|
2032
2030
|
"label": "Query",
|
|
@@ -2042,43 +2040,45 @@
|
|
|
2042
2040
|
}
|
|
2043
2041
|
],
|
|
2044
2042
|
"activeTab": "@payload.tab",
|
|
2043
|
+
"defaultActiveTab": "query",
|
|
2044
|
+
"type": "tabs",
|
|
2045
2045
|
"onTabChange": "SELECT_TAB"
|
|
2046
2046
|
},
|
|
2047
2047
|
{
|
|
2048
2048
|
"type": "divider"
|
|
2049
2049
|
},
|
|
2050
2050
|
{
|
|
2051
|
+
"fields": [],
|
|
2051
2052
|
"entity": "ReviewRag",
|
|
2052
2053
|
"type": "data-grid",
|
|
2053
|
-
"fields": [],
|
|
2054
2054
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
2055
2055
|
"renderItem": [
|
|
2056
2056
|
"fn",
|
|
2057
2057
|
"item",
|
|
2058
2058
|
{
|
|
2059
|
+
"type": "stack",
|
|
2059
2060
|
"children": [
|
|
2060
2061
|
{
|
|
2061
|
-
"content": "@item.query",
|
|
2062
2062
|
"type": "typography",
|
|
2063
|
-
"variant": "h4"
|
|
2063
|
+
"variant": "h4",
|
|
2064
|
+
"content": "@item.query"
|
|
2064
2065
|
},
|
|
2065
2066
|
{
|
|
2066
|
-
"variant": "caption",
|
|
2067
|
-
"content": "@item.query",
|
|
2068
2067
|
"type": "typography",
|
|
2069
|
-
"color": "muted"
|
|
2068
|
+
"color": "muted",
|
|
2069
|
+
"variant": "caption",
|
|
2070
|
+
"content": "@item.query"
|
|
2070
2071
|
}
|
|
2071
2072
|
],
|
|
2072
|
-
"direction": "vertical",
|
|
2073
2073
|
"gap": "sm",
|
|
2074
|
-
"
|
|
2074
|
+
"direction": "vertical"
|
|
2075
2075
|
}
|
|
2076
2076
|
]
|
|
2077
2077
|
}
|
|
2078
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"direction": "vertical"
|
|
2079
2080
|
}
|
|
2080
|
-
]
|
|
2081
|
-
"appName": "Code Reviewer"
|
|
2081
|
+
]
|
|
2082
2082
|
}
|
|
2083
2083
|
]
|
|
2084
2084
|
]
|
|
@@ -2308,23 +2308,34 @@
|
|
|
2308
2308
|
"render-ui",
|
|
2309
2309
|
"main",
|
|
2310
2310
|
{
|
|
2311
|
-
"
|
|
2311
|
+
"type": "dashboard-layout",
|
|
2312
|
+
"navItems": [
|
|
2313
|
+
{
|
|
2314
|
+
"href": "/review",
|
|
2315
|
+
"icon": "file-search",
|
|
2316
|
+
"label": "Review"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"label": "Analysis",
|
|
2320
|
+
"icon": "tag",
|
|
2321
|
+
"href": "/analysis"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"label": "Issues",
|
|
2325
|
+
"href": "/issues",
|
|
2326
|
+
"icon": "alert-triangle"
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2312
2329
|
"children": [
|
|
2313
2330
|
{
|
|
2314
|
-
"direction": "vertical",
|
|
2315
|
-
"type": "stack",
|
|
2316
|
-
"gap": "lg",
|
|
2317
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2318
2331
|
"children": [
|
|
2319
2332
|
{
|
|
2320
|
-
"justify": "between",
|
|
2321
|
-
"gap": "md",
|
|
2322
|
-
"direction": "horizontal",
|
|
2323
2333
|
"type": "stack",
|
|
2324
2334
|
"align": "center",
|
|
2335
|
+
"gap": "md",
|
|
2325
2336
|
"children": [
|
|
2326
2337
|
{
|
|
2327
|
-
"
|
|
2338
|
+
"gap": "sm",
|
|
2328
2339
|
"align": "center",
|
|
2329
2340
|
"children": [
|
|
2330
2341
|
{
|
|
@@ -2332,88 +2343,90 @@
|
|
|
2332
2343
|
"type": "icon"
|
|
2333
2344
|
},
|
|
2334
2345
|
{
|
|
2335
|
-
"
|
|
2346
|
+
"content": "ReviewRag Manager",
|
|
2336
2347
|
"variant": "h2",
|
|
2337
|
-
"
|
|
2348
|
+
"type": "typography"
|
|
2338
2349
|
}
|
|
2339
2350
|
],
|
|
2340
|
-
"
|
|
2341
|
-
"
|
|
2351
|
+
"type": "stack",
|
|
2352
|
+
"direction": "horizontal"
|
|
2342
2353
|
},
|
|
2343
2354
|
{
|
|
2344
2355
|
"children": [
|
|
2345
2356
|
{
|
|
2346
|
-
"variant": "primary",
|
|
2347
2357
|
"label": "Memorize",
|
|
2348
|
-
"
|
|
2358
|
+
"variant": "primary",
|
|
2349
2359
|
"action": "MEMORIZE",
|
|
2350
|
-
"icon": "plus"
|
|
2360
|
+
"icon": "plus",
|
|
2361
|
+
"type": "button"
|
|
2351
2362
|
},
|
|
2352
2363
|
{
|
|
2364
|
+
"variant": "secondary",
|
|
2365
|
+
"label": "Recall",
|
|
2353
2366
|
"icon": "search",
|
|
2354
2367
|
"action": "RECALL",
|
|
2355
|
-
"label": "Recall",
|
|
2356
|
-
"variant": "secondary",
|
|
2357
2368
|
"type": "button"
|
|
2358
2369
|
},
|
|
2359
2370
|
{
|
|
2360
|
-
"label": "Decay All",
|
|
2361
2371
|
"type": "button",
|
|
2362
2372
|
"action": "DECAY",
|
|
2363
2373
|
"variant": "ghost",
|
|
2364
|
-
"icon": "clock"
|
|
2374
|
+
"icon": "clock",
|
|
2375
|
+
"label": "Decay All"
|
|
2365
2376
|
}
|
|
2366
2377
|
],
|
|
2367
|
-
"gap": "sm",
|
|
2368
2378
|
"type": "stack",
|
|
2379
|
+
"gap": "sm",
|
|
2369
2380
|
"direction": "horizontal"
|
|
2370
2381
|
}
|
|
2371
|
-
]
|
|
2382
|
+
],
|
|
2383
|
+
"direction": "horizontal",
|
|
2384
|
+
"justify": "between"
|
|
2372
2385
|
},
|
|
2373
2386
|
{
|
|
2374
2387
|
"type": "divider"
|
|
2375
2388
|
},
|
|
2376
2389
|
{
|
|
2377
|
-
"type": "data-grid",
|
|
2378
|
-
"fields": [],
|
|
2379
2390
|
"itemActions": [
|
|
2380
2391
|
{
|
|
2381
2392
|
"event": "PIN",
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2393
|
+
"label": "Pin",
|
|
2394
|
+
"variant": "ghost"
|
|
2384
2395
|
},
|
|
2385
2396
|
{
|
|
2386
|
-
"label": "Reinforce",
|
|
2387
2397
|
"event": "REINFORCE",
|
|
2398
|
+
"label": "Reinforce",
|
|
2388
2399
|
"variant": "ghost"
|
|
2389
2400
|
},
|
|
2390
2401
|
{
|
|
2391
|
-
"label": "Forget",
|
|
2392
2402
|
"event": "FORGET",
|
|
2393
|
-
"variant": "danger"
|
|
2403
|
+
"variant": "danger",
|
|
2404
|
+
"label": "Forget"
|
|
2394
2405
|
}
|
|
2395
2406
|
],
|
|
2407
|
+
"entity": "ReviewRag",
|
|
2408
|
+
"fields": [],
|
|
2396
2409
|
"columns": [
|
|
2397
2410
|
{
|
|
2398
2411
|
"name": "content",
|
|
2399
2412
|
"label": "Content",
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
2413
|
+
"icon": "brain",
|
|
2414
|
+
"variant": "h4"
|
|
2402
2415
|
},
|
|
2403
2416
|
{
|
|
2404
2417
|
"colorMap": {
|
|
2405
|
-
"archived": "neutral",
|
|
2406
|
-
"disabled": "neutral",
|
|
2407
|
-
"inactive": "neutral",
|
|
2408
2418
|
"scheduled": "warning",
|
|
2409
|
-
"active": "success",
|
|
2410
|
-
"done": "success",
|
|
2411
2419
|
"error": "destructive",
|
|
2412
|
-
"draft": "warning",
|
|
2413
|
-
"failed": "destructive",
|
|
2414
2420
|
"pending": "warning",
|
|
2421
|
+
"done": "success",
|
|
2415
2422
|
"completed": "success",
|
|
2416
|
-
"
|
|
2423
|
+
"draft": "warning",
|
|
2424
|
+
"active": "success",
|
|
2425
|
+
"inactive": "neutral",
|
|
2426
|
+
"archived": "neutral",
|
|
2427
|
+
"disabled": "neutral",
|
|
2428
|
+
"cancelled": "destructive",
|
|
2429
|
+
"failed": "destructive"
|
|
2417
2430
|
},
|
|
2418
2431
|
"label": "Category",
|
|
2419
2432
|
"variant": "badge",
|
|
@@ -2425,29 +2438,16 @@
|
|
|
2425
2438
|
"label": "Strength"
|
|
2426
2439
|
}
|
|
2427
2440
|
],
|
|
2428
|
-
"
|
|
2441
|
+
"type": "data-grid"
|
|
2429
2442
|
}
|
|
2430
|
-
]
|
|
2443
|
+
],
|
|
2444
|
+
"type": "stack",
|
|
2445
|
+
"gap": "lg",
|
|
2446
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2447
|
+
"direction": "vertical"
|
|
2431
2448
|
}
|
|
2432
2449
|
],
|
|
2433
|
-
"
|
|
2434
|
-
"navItems": [
|
|
2435
|
-
{
|
|
2436
|
-
"label": "Review",
|
|
2437
|
-
"href": "/review",
|
|
2438
|
-
"icon": "file-search"
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"href": "/analysis",
|
|
2442
|
-
"icon": "tag",
|
|
2443
|
-
"label": "Analysis"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"label": "Issues",
|
|
2447
|
-
"href": "/issues",
|
|
2448
|
-
"icon": "alert-triangle"
|
|
2449
|
-
}
|
|
2450
|
-
]
|
|
2450
|
+
"appName": "Code Reviewer"
|
|
2451
2451
|
}
|
|
2452
2452
|
]
|
|
2453
2453
|
]
|
|
@@ -2678,126 +2678,126 @@
|
|
|
2678
2678
|
"main",
|
|
2679
2679
|
{
|
|
2680
2680
|
"appName": "Code Reviewer",
|
|
2681
|
+
"navItems": [
|
|
2682
|
+
{
|
|
2683
|
+
"href": "/review",
|
|
2684
|
+
"icon": "file-search",
|
|
2685
|
+
"label": "Review"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"icon": "tag",
|
|
2689
|
+
"href": "/analysis",
|
|
2690
|
+
"label": "Analysis"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"icon": "alert-triangle",
|
|
2694
|
+
"href": "/issues",
|
|
2695
|
+
"label": "Issues"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"type": "dashboard-layout",
|
|
2681
2699
|
"children": [
|
|
2682
2700
|
{
|
|
2683
|
-
"
|
|
2684
|
-
"gap": "lg",
|
|
2701
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2685
2702
|
"type": "stack",
|
|
2703
|
+
"gap": "lg",
|
|
2704
|
+
"direction": "vertical",
|
|
2686
2705
|
"children": [
|
|
2687
2706
|
{
|
|
2688
|
-
"
|
|
2707
|
+
"gap": "md",
|
|
2689
2708
|
"align": "center",
|
|
2690
2709
|
"direction": "horizontal",
|
|
2710
|
+
"justify": "between",
|
|
2691
2711
|
"children": [
|
|
2692
2712
|
{
|
|
2693
|
-
"gap": "sm",
|
|
2694
|
-
"align": "center",
|
|
2695
2713
|
"children": [
|
|
2696
2714
|
{
|
|
2697
2715
|
"type": "icon",
|
|
2698
2716
|
"name": "search"
|
|
2699
2717
|
},
|
|
2700
2718
|
{
|
|
2701
|
-
"content": "ReviewRag",
|
|
2702
2719
|
"variant": "h2",
|
|
2720
|
+
"content": "ReviewRag",
|
|
2703
2721
|
"type": "typography"
|
|
2704
2722
|
}
|
|
2705
2723
|
],
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2724
|
+
"gap": "sm",
|
|
2725
|
+
"align": "center",
|
|
2726
|
+
"direction": "horizontal",
|
|
2727
|
+
"type": "stack"
|
|
2708
2728
|
},
|
|
2709
2729
|
{
|
|
2710
2730
|
"children": [
|
|
2711
2731
|
{
|
|
2712
|
-
"action": "SEARCH",
|
|
2713
|
-
"type": "button",
|
|
2714
2732
|
"label": "Search",
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2733
|
+
"variant": "primary",
|
|
2734
|
+
"type": "button",
|
|
2735
|
+
"action": "SEARCH",
|
|
2736
|
+
"icon": "search"
|
|
2717
2737
|
},
|
|
2718
2738
|
{
|
|
2719
|
-
"action": "CLEAR",
|
|
2720
2739
|
"type": "button",
|
|
2721
|
-
"variant": "ghost",
|
|
2722
2740
|
"label": "Clear",
|
|
2723
|
-
"
|
|
2741
|
+
"action": "CLEAR",
|
|
2742
|
+
"icon": "x",
|
|
2743
|
+
"variant": "ghost"
|
|
2724
2744
|
}
|
|
2725
2745
|
],
|
|
2726
|
-
"type": "stack",
|
|
2727
2746
|
"direction": "horizontal",
|
|
2728
|
-
"gap": "sm"
|
|
2747
|
+
"gap": "sm",
|
|
2748
|
+
"type": "stack"
|
|
2729
2749
|
}
|
|
2730
2750
|
],
|
|
2731
|
-
"gap": "md",
|
|
2732
2751
|
"type": "stack"
|
|
2733
2752
|
},
|
|
2734
2753
|
{
|
|
2735
2754
|
"type": "divider"
|
|
2736
2755
|
},
|
|
2737
2756
|
{
|
|
2738
|
-
"type": "data-grid",
|
|
2739
|
-
"fields": [],
|
|
2740
2757
|
"entity": "ReviewRag",
|
|
2741
2758
|
"itemActions": [
|
|
2742
2759
|
{
|
|
2743
2760
|
"variant": "ghost",
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2761
|
+
"label": "View",
|
|
2762
|
+
"event": "VIEW"
|
|
2746
2763
|
}
|
|
2747
2764
|
],
|
|
2748
2765
|
"columns": [
|
|
2749
2766
|
{
|
|
2750
|
-
"name": "query",
|
|
2751
2767
|
"icon": "search",
|
|
2752
2768
|
"variant": "h4",
|
|
2753
|
-
"label": "Query"
|
|
2769
|
+
"label": "Query",
|
|
2770
|
+
"name": "query"
|
|
2754
2771
|
},
|
|
2755
2772
|
{
|
|
2756
|
-
"variant": "badge",
|
|
2757
2773
|
"name": "language",
|
|
2758
2774
|
"colorMap": {
|
|
2759
|
-
"inactive": "neutral",
|
|
2760
|
-
"done": "success",
|
|
2761
|
-
"failed": "destructive",
|
|
2762
|
-
"cancelled": "destructive",
|
|
2763
|
-
"pending": "warning",
|
|
2764
2775
|
"active": "success",
|
|
2765
|
-
"
|
|
2776
|
+
"done": "success",
|
|
2777
|
+
"draft": "warning",
|
|
2766
2778
|
"scheduled": "warning",
|
|
2767
2779
|
"disabled": "neutral",
|
|
2768
|
-
"error": "destructive",
|
|
2769
2780
|
"completed": "success",
|
|
2770
|
-
"
|
|
2781
|
+
"failed": "destructive",
|
|
2782
|
+
"archived": "neutral",
|
|
2783
|
+
"pending": "warning",
|
|
2784
|
+
"inactive": "neutral",
|
|
2785
|
+
"cancelled": "destructive",
|
|
2786
|
+
"error": "destructive"
|
|
2771
2787
|
},
|
|
2788
|
+
"variant": "badge",
|
|
2772
2789
|
"label": "Language"
|
|
2773
2790
|
},
|
|
2774
2791
|
{
|
|
2775
|
-
"name": "resultCount",
|
|
2776
2792
|
"label": "Result Count",
|
|
2793
|
+
"name": "resultCount",
|
|
2777
2794
|
"variant": "caption"
|
|
2778
2795
|
}
|
|
2779
|
-
]
|
|
2796
|
+
],
|
|
2797
|
+
"type": "data-grid",
|
|
2798
|
+
"fields": []
|
|
2780
2799
|
}
|
|
2781
|
-
]
|
|
2782
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
2783
|
-
}
|
|
2784
|
-
],
|
|
2785
|
-
"type": "dashboard-layout",
|
|
2786
|
-
"navItems": [
|
|
2787
|
-
{
|
|
2788
|
-
"label": "Review",
|
|
2789
|
-
"href": "/review",
|
|
2790
|
-
"icon": "file-search"
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"label": "Analysis",
|
|
2794
|
-
"href": "/analysis",
|
|
2795
|
-
"icon": "tag"
|
|
2796
|
-
},
|
|
2797
|
-
{
|
|
2798
|
-
"href": "/issues",
|
|
2799
|
-
"icon": "alert-triangle",
|
|
2800
|
-
"label": "Issues"
|
|
2800
|
+
]
|
|
2801
2801
|
}
|
|
2802
2802
|
]
|
|
2803
2803
|
}
|
|
@@ -3062,13 +3062,12 @@
|
|
|
3062
3062
|
"render-ui",
|
|
3063
3063
|
"main",
|
|
3064
3064
|
{
|
|
3065
|
-
"type": "dashboard-layout",
|
|
3066
3065
|
"appName": "Code Reviewer",
|
|
3067
3066
|
"navItems": [
|
|
3068
3067
|
{
|
|
3068
|
+
"icon": "file-search",
|
|
3069
3069
|
"label": "Review",
|
|
3070
|
-
"href": "/review"
|
|
3071
|
-
"icon": "file-search"
|
|
3070
|
+
"href": "/review"
|
|
3072
3071
|
},
|
|
3073
3072
|
{
|
|
3074
3073
|
"label": "Analysis",
|
|
@@ -3076,60 +3075,61 @@
|
|
|
3076
3075
|
"icon": "tag"
|
|
3077
3076
|
},
|
|
3078
3077
|
{
|
|
3079
|
-
"icon": "alert-triangle",
|
|
3080
3078
|
"href": "/issues",
|
|
3081
|
-
"label": "Issues"
|
|
3079
|
+
"label": "Issues",
|
|
3080
|
+
"icon": "alert-triangle"
|
|
3082
3081
|
}
|
|
3083
3082
|
],
|
|
3084
3083
|
"children": [
|
|
3085
3084
|
{
|
|
3086
3085
|
"type": "stack",
|
|
3087
|
-
"
|
|
3086
|
+
"gap": "lg",
|
|
3088
3087
|
"children": [
|
|
3089
3088
|
{
|
|
3090
|
-
"
|
|
3089
|
+
"direction": "horizontal",
|
|
3090
|
+
"type": "stack",
|
|
3091
3091
|
"children": [
|
|
3092
3092
|
{
|
|
3093
3093
|
"direction": "horizontal",
|
|
3094
|
-
"type": "stack",
|
|
3095
|
-
"gap": "md",
|
|
3096
3094
|
"children": [
|
|
3097
3095
|
{
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
3096
|
+
"name": "sparkles",
|
|
3097
|
+
"type": "icon"
|
|
3100
3098
|
},
|
|
3101
3099
|
{
|
|
3102
|
-
"content": "ReviewRag",
|
|
3103
3100
|
"type": "typography",
|
|
3101
|
+
"content": "ReviewRag",
|
|
3104
3102
|
"variant": "h2"
|
|
3105
3103
|
}
|
|
3106
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"gap": "md",
|
|
3106
|
+
"type": "stack"
|
|
3107
3107
|
},
|
|
3108
3108
|
{
|
|
3109
|
-
"label": "Open",
|
|
3110
3109
|
"type": "button",
|
|
3111
|
-
"icon": "sparkles",
|
|
3112
3110
|
"action": "GENERATE",
|
|
3113
|
-
"variant": "primary"
|
|
3111
|
+
"variant": "primary",
|
|
3112
|
+
"label": "Open",
|
|
3113
|
+
"icon": "sparkles"
|
|
3114
3114
|
}
|
|
3115
3115
|
],
|
|
3116
3116
|
"gap": "md",
|
|
3117
|
-
"
|
|
3118
|
-
"direction": "horizontal"
|
|
3117
|
+
"justify": "between"
|
|
3119
3118
|
},
|
|
3120
3119
|
{
|
|
3121
3120
|
"type": "divider"
|
|
3122
3121
|
},
|
|
3123
3122
|
{
|
|
3124
|
-
"title": "Nothing open",
|
|
3125
|
-
"icon": "sparkles",
|
|
3126
3123
|
"type": "empty-state",
|
|
3127
|
-
"
|
|
3124
|
+
"title": "Nothing open",
|
|
3125
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3126
|
+
"icon": "sparkles"
|
|
3128
3127
|
}
|
|
3129
3128
|
],
|
|
3130
|
-
"
|
|
3129
|
+
"direction": "vertical"
|
|
3131
3130
|
}
|
|
3132
|
-
]
|
|
3131
|
+
],
|
|
3132
|
+
"type": "dashboard-layout"
|
|
3133
3133
|
}
|
|
3134
3134
|
]
|
|
3135
3135
|
]
|
|
@@ -3143,24 +3143,25 @@
|
|
|
3143
3143
|
"render-ui",
|
|
3144
3144
|
"modal",
|
|
3145
3145
|
{
|
|
3146
|
-
"
|
|
3146
|
+
"type": "stack",
|
|
3147
3147
|
"gap": "md",
|
|
3148
|
+
"direction": "vertical",
|
|
3148
3149
|
"children": [
|
|
3149
3150
|
{
|
|
3150
3151
|
"direction": "horizontal",
|
|
3152
|
+
"gap": "sm",
|
|
3153
|
+
"type": "stack",
|
|
3151
3154
|
"children": [
|
|
3152
3155
|
{
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
3156
|
+
"name": "sparkles",
|
|
3157
|
+
"type": "icon"
|
|
3155
3158
|
},
|
|
3156
3159
|
{
|
|
3157
|
-
"
|
|
3160
|
+
"variant": "h3",
|
|
3158
3161
|
"content": "ReviewRag",
|
|
3159
|
-
"
|
|
3162
|
+
"type": "typography"
|
|
3160
3163
|
}
|
|
3161
|
-
]
|
|
3162
|
-
"gap": "sm",
|
|
3163
|
-
"type": "stack"
|
|
3164
|
+
]
|
|
3164
3165
|
},
|
|
3165
3166
|
{
|
|
3166
3167
|
"type": "divider"
|
|
@@ -3170,28 +3171,27 @@
|
|
|
3170
3171
|
"gap": "sm",
|
|
3171
3172
|
"children": [
|
|
3172
3173
|
{
|
|
3173
|
-
"
|
|
3174
|
-
"
|
|
3174
|
+
"type": "badge",
|
|
3175
|
+
"label": "@entity.provider"
|
|
3175
3176
|
},
|
|
3176
3177
|
{
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3178
|
+
"type": "badge",
|
|
3179
|
+
"label": "@entity.model"
|
|
3179
3180
|
}
|
|
3180
3181
|
],
|
|
3181
3182
|
"direction": "horizontal"
|
|
3182
3183
|
},
|
|
3183
3184
|
{
|
|
3185
|
+
"mode": "create",
|
|
3186
|
+
"cancelEvent": "CLOSE",
|
|
3184
3187
|
"entity": "ReviewRag",
|
|
3188
|
+
"type": "form-section",
|
|
3185
3189
|
"submitEvent": "SAVE",
|
|
3186
3190
|
"fields": [
|
|
3187
3191
|
"prompt"
|
|
3188
|
-
]
|
|
3189
|
-
"type": "form-section",
|
|
3190
|
-
"mode": "create",
|
|
3191
|
-
"cancelEvent": "CLOSE"
|
|
3192
|
+
]
|
|
3192
3193
|
}
|
|
3193
|
-
]
|
|
3194
|
-
"type": "stack"
|
|
3194
|
+
]
|
|
3195
3195
|
}
|
|
3196
3196
|
]
|
|
3197
3197
|
]
|
|
@@ -3219,74 +3219,74 @@
|
|
|
3219
3219
|
"render-ui",
|
|
3220
3220
|
"main",
|
|
3221
3221
|
{
|
|
3222
|
+
"navItems": [
|
|
3223
|
+
{
|
|
3224
|
+
"href": "/review",
|
|
3225
|
+
"label": "Review",
|
|
3226
|
+
"icon": "file-search"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"label": "Analysis",
|
|
3230
|
+
"href": "/analysis",
|
|
3231
|
+
"icon": "tag"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"icon": "alert-triangle",
|
|
3235
|
+
"href": "/issues",
|
|
3236
|
+
"label": "Issues"
|
|
3237
|
+
}
|
|
3238
|
+
],
|
|
3239
|
+
"appName": "Code Reviewer",
|
|
3222
3240
|
"children": [
|
|
3223
3241
|
{
|
|
3242
|
+
"type": "stack",
|
|
3224
3243
|
"children": [
|
|
3225
3244
|
{
|
|
3226
|
-
"
|
|
3245
|
+
"type": "stack",
|
|
3227
3246
|
"children": [
|
|
3228
3247
|
{
|
|
3229
|
-
"type": "stack",
|
|
3230
|
-
"direction": "horizontal",
|
|
3231
|
-
"gap": "md",
|
|
3232
3248
|
"children": [
|
|
3233
3249
|
{
|
|
3234
3250
|
"type": "icon",
|
|
3235
3251
|
"name": "sparkles"
|
|
3236
3252
|
},
|
|
3237
3253
|
{
|
|
3254
|
+
"content": "ReviewRag",
|
|
3238
3255
|
"variant": "h2",
|
|
3239
|
-
"type": "typography"
|
|
3240
|
-
"content": "ReviewRag"
|
|
3256
|
+
"type": "typography"
|
|
3241
3257
|
}
|
|
3242
|
-
]
|
|
3258
|
+
],
|
|
3259
|
+
"direction": "horizontal",
|
|
3260
|
+
"type": "stack",
|
|
3261
|
+
"gap": "md"
|
|
3243
3262
|
},
|
|
3244
3263
|
{
|
|
3245
|
-
"
|
|
3264
|
+
"type": "button",
|
|
3246
3265
|
"variant": "primary",
|
|
3247
3266
|
"label": "Open",
|
|
3248
|
-
"
|
|
3249
|
-
"
|
|
3267
|
+
"icon": "sparkles",
|
|
3268
|
+
"action": "GENERATE"
|
|
3250
3269
|
}
|
|
3251
3270
|
],
|
|
3252
3271
|
"gap": "md",
|
|
3253
|
-
"
|
|
3254
|
-
"
|
|
3272
|
+
"direction": "horizontal",
|
|
3273
|
+
"justify": "between"
|
|
3255
3274
|
},
|
|
3256
3275
|
{
|
|
3257
3276
|
"type": "divider"
|
|
3258
3277
|
},
|
|
3259
3278
|
{
|
|
3260
|
-
"
|
|
3261
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
3279
|
+
"title": "Nothing open",
|
|
3262
3280
|
"type": "empty-state",
|
|
3263
|
-
"
|
|
3281
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3282
|
+
"icon": "sparkles"
|
|
3264
3283
|
}
|
|
3265
3284
|
],
|
|
3266
|
-
"gap": "lg",
|
|
3267
3285
|
"direction": "vertical",
|
|
3268
|
-
"
|
|
3286
|
+
"gap": "lg"
|
|
3269
3287
|
}
|
|
3270
3288
|
],
|
|
3271
|
-
"type": "dashboard-layout"
|
|
3272
|
-
"appName": "Code Reviewer",
|
|
3273
|
-
"navItems": [
|
|
3274
|
-
{
|
|
3275
|
-
"label": "Review",
|
|
3276
|
-
"icon": "file-search",
|
|
3277
|
-
"href": "/review"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"href": "/analysis",
|
|
3281
|
-
"icon": "tag",
|
|
3282
|
-
"label": "Analysis"
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"icon": "alert-triangle",
|
|
3286
|
-
"href": "/issues",
|
|
3287
|
-
"label": "Issues"
|
|
3288
|
-
}
|
|
3289
|
-
]
|
|
3289
|
+
"type": "dashboard-layout"
|
|
3290
3290
|
}
|
|
3291
3291
|
]
|
|
3292
3292
|
]
|
|
@@ -3321,71 +3321,71 @@
|
|
|
3321
3321
|
{
|
|
3322
3322
|
"appName": "Code Reviewer",
|
|
3323
3323
|
"type": "dashboard-layout",
|
|
3324
|
+
"navItems": [
|
|
3325
|
+
{
|
|
3326
|
+
"icon": "file-search",
|
|
3327
|
+
"href": "/review",
|
|
3328
|
+
"label": "Review"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"href": "/analysis",
|
|
3332
|
+
"label": "Analysis",
|
|
3333
|
+
"icon": "tag"
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"href": "/issues",
|
|
3337
|
+
"icon": "alert-triangle",
|
|
3338
|
+
"label": "Issues"
|
|
3339
|
+
}
|
|
3340
|
+
],
|
|
3324
3341
|
"children": [
|
|
3325
3342
|
{
|
|
3343
|
+
"type": "stack",
|
|
3344
|
+
"direction": "vertical",
|
|
3326
3345
|
"children": [
|
|
3327
3346
|
{
|
|
3328
|
-
"justify": "between",
|
|
3329
3347
|
"gap": "md",
|
|
3348
|
+
"direction": "horizontal",
|
|
3349
|
+
"justify": "between",
|
|
3330
3350
|
"type": "stack",
|
|
3331
3351
|
"children": [
|
|
3332
3352
|
{
|
|
3333
3353
|
"type": "stack",
|
|
3334
|
-
"gap": "md",
|
|
3335
|
-
"direction": "horizontal",
|
|
3336
3354
|
"children": [
|
|
3337
3355
|
{
|
|
3338
|
-
"
|
|
3339
|
-
"
|
|
3356
|
+
"type": "icon",
|
|
3357
|
+
"name": "sparkles"
|
|
3340
3358
|
},
|
|
3341
3359
|
{
|
|
3360
|
+
"type": "typography",
|
|
3342
3361
|
"content": "ReviewRag",
|
|
3343
|
-
"variant": "h2"
|
|
3344
|
-
"type": "typography"
|
|
3362
|
+
"variant": "h2"
|
|
3345
3363
|
}
|
|
3346
|
-
]
|
|
3364
|
+
],
|
|
3365
|
+
"gap": "md",
|
|
3366
|
+
"direction": "horizontal"
|
|
3347
3367
|
},
|
|
3348
3368
|
{
|
|
3349
|
-
"label": "Open",
|
|
3350
|
-
"action": "GENERATE",
|
|
3351
|
-
"variant": "primary",
|
|
3352
3369
|
"type": "button",
|
|
3353
|
-
"
|
|
3370
|
+
"variant": "primary",
|
|
3371
|
+
"icon": "sparkles",
|
|
3372
|
+
"label": "Open",
|
|
3373
|
+
"action": "GENERATE"
|
|
3354
3374
|
}
|
|
3355
|
-
]
|
|
3356
|
-
"direction": "horizontal"
|
|
3375
|
+
]
|
|
3357
3376
|
},
|
|
3358
3377
|
{
|
|
3359
3378
|
"type": "divider"
|
|
3360
3379
|
},
|
|
3361
3380
|
{
|
|
3362
|
-
"
|
|
3381
|
+
"icon": "sparkles",
|
|
3363
3382
|
"description": "Click Open to view details in a modal overlay.",
|
|
3364
3383
|
"type": "empty-state",
|
|
3365
|
-
"
|
|
3384
|
+
"title": "Nothing open"
|
|
3366
3385
|
}
|
|
3367
3386
|
],
|
|
3368
|
-
"type": "stack",
|
|
3369
|
-
"direction": "vertical",
|
|
3370
3387
|
"gap": "lg"
|
|
3371
3388
|
}
|
|
3372
|
-
],
|
|
3373
|
-
"navItems": [
|
|
3374
|
-
{
|
|
3375
|
-
"href": "/review",
|
|
3376
|
-
"icon": "file-search",
|
|
3377
|
-
"label": "Review"
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"label": "Analysis",
|
|
3381
|
-
"icon": "tag",
|
|
3382
|
-
"href": "/analysis"
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"href": "/issues",
|
|
3386
|
-
"icon": "alert-triangle",
|
|
3387
|
-
"label": "Issues"
|
|
3388
|
-
}
|
|
3389
3389
|
]
|
|
3390
3390
|
}
|
|
3391
3391
|
]
|
|
@@ -3620,17 +3620,17 @@
|
|
|
3620
3620
|
"navItems": [
|
|
3621
3621
|
{
|
|
3622
3622
|
"label": "Review",
|
|
3623
|
-
"
|
|
3624
|
-
"
|
|
3623
|
+
"href": "/review",
|
|
3624
|
+
"icon": "file-search"
|
|
3625
3625
|
},
|
|
3626
3626
|
{
|
|
3627
3627
|
"href": "/analysis",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3628
|
+
"icon": "tag",
|
|
3629
|
+
"label": "Analysis"
|
|
3630
3630
|
},
|
|
3631
3631
|
{
|
|
3632
|
-
"href": "/issues",
|
|
3633
3632
|
"icon": "alert-triangle",
|
|
3633
|
+
"href": "/issues",
|
|
3634
3634
|
"label": "Issues"
|
|
3635
3635
|
}
|
|
3636
3636
|
],
|
|
@@ -3640,35 +3640,36 @@
|
|
|
3640
3640
|
{
|
|
3641
3641
|
"gap": "lg",
|
|
3642
3642
|
"type": "stack",
|
|
3643
|
+
"direction": "vertical",
|
|
3643
3644
|
"children": [
|
|
3644
3645
|
{
|
|
3645
|
-
"direction": "horizontal",
|
|
3646
|
-
"type": "stack",
|
|
3647
3646
|
"justify": "between",
|
|
3648
3647
|
"gap": "md",
|
|
3648
|
+
"direction": "horizontal",
|
|
3649
|
+
"type": "stack",
|
|
3649
3650
|
"children": [
|
|
3650
3651
|
{
|
|
3651
|
-
"
|
|
3652
|
-
"type": "stack",
|
|
3652
|
+
"gap": "md",
|
|
3653
3653
|
"children": [
|
|
3654
3654
|
{
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
3655
|
+
"name": "tag",
|
|
3656
|
+
"type": "icon"
|
|
3657
3657
|
},
|
|
3658
3658
|
{
|
|
3659
3659
|
"content": "Analysis",
|
|
3660
|
-
"
|
|
3661
|
-
"
|
|
3660
|
+
"variant": "h2",
|
|
3661
|
+
"type": "typography"
|
|
3662
3662
|
}
|
|
3663
3663
|
],
|
|
3664
|
-
"
|
|
3664
|
+
"type": "stack",
|
|
3665
|
+
"direction": "horizontal"
|
|
3665
3666
|
},
|
|
3666
3667
|
{
|
|
3668
|
+
"icon": "tag",
|
|
3669
|
+
"type": "button",
|
|
3667
3670
|
"label": "Open",
|
|
3668
3671
|
"action": "CLASSIFY",
|
|
3669
|
-
"variant": "primary"
|
|
3670
|
-
"type": "button",
|
|
3671
|
-
"icon": "tag"
|
|
3672
|
+
"variant": "primary"
|
|
3672
3673
|
}
|
|
3673
3674
|
]
|
|
3674
3675
|
},
|
|
@@ -3676,13 +3677,12 @@
|
|
|
3676
3677
|
"type": "divider"
|
|
3677
3678
|
},
|
|
3678
3679
|
{
|
|
3680
|
+
"title": "Nothing open",
|
|
3679
3681
|
"type": "empty-state",
|
|
3680
3682
|
"description": "Click Open to view details in a modal overlay.",
|
|
3681
|
-
"title": "Nothing open",
|
|
3682
3683
|
"icon": "tag"
|
|
3683
3684
|
}
|
|
3684
|
-
]
|
|
3685
|
-
"direction": "vertical"
|
|
3685
|
+
]
|
|
3686
3686
|
}
|
|
3687
3687
|
]
|
|
3688
3688
|
}
|
|
@@ -3698,12 +3698,11 @@
|
|
|
3698
3698
|
"render-ui",
|
|
3699
3699
|
"modal",
|
|
3700
3700
|
{
|
|
3701
|
+
"direction": "vertical",
|
|
3701
3702
|
"gap": "md",
|
|
3702
3703
|
"type": "stack",
|
|
3703
|
-
"direction": "vertical",
|
|
3704
3704
|
"children": [
|
|
3705
3705
|
{
|
|
3706
|
-
"gap": "sm",
|
|
3707
3706
|
"children": [
|
|
3708
3707
|
{
|
|
3709
3708
|
"name": "tag",
|
|
@@ -3711,23 +3710,25 @@
|
|
|
3711
3710
|
},
|
|
3712
3711
|
{
|
|
3713
3712
|
"variant": "h3",
|
|
3714
|
-
"
|
|
3715
|
-
"
|
|
3713
|
+
"type": "typography",
|
|
3714
|
+
"content": "Analysis"
|
|
3716
3715
|
}
|
|
3717
3716
|
],
|
|
3718
|
-
"
|
|
3719
|
-
"
|
|
3717
|
+
"type": "stack",
|
|
3718
|
+
"gap": "sm",
|
|
3719
|
+
"direction": "horizontal"
|
|
3720
3720
|
},
|
|
3721
3721
|
{
|
|
3722
3722
|
"type": "divider"
|
|
3723
3723
|
},
|
|
3724
3724
|
{
|
|
3725
|
-
"
|
|
3725
|
+
"gap": "sm",
|
|
3726
|
+
"direction": "horizontal",
|
|
3726
3727
|
"children": [
|
|
3727
3728
|
{
|
|
3728
3729
|
"type": "typography",
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3730
|
+
"content": "Categories:",
|
|
3731
|
+
"variant": "caption"
|
|
3731
3732
|
},
|
|
3732
3733
|
{
|
|
3733
3734
|
"variant": "secondary",
|
|
@@ -3745,9 +3746,9 @@
|
|
|
3745
3746
|
"variant": "secondary"
|
|
3746
3747
|
},
|
|
3747
3748
|
{
|
|
3748
|
-
"type": "badge",
|
|
3749
3749
|
"variant": "secondary",
|
|
3750
|
-
"label": "page"
|
|
3750
|
+
"label": "page",
|
|
3751
|
+
"type": "badge"
|
|
3751
3752
|
},
|
|
3752
3753
|
{
|
|
3753
3754
|
"label": "behavior",
|
|
@@ -3755,22 +3756,21 @@
|
|
|
3755
3756
|
"type": "badge"
|
|
3756
3757
|
},
|
|
3757
3758
|
{
|
|
3758
|
-
"type": "badge",
|
|
3759
3759
|
"label": "style",
|
|
3760
|
+
"type": "badge",
|
|
3760
3761
|
"variant": "secondary"
|
|
3761
3762
|
}
|
|
3762
3763
|
],
|
|
3763
|
-
"
|
|
3764
|
-
"direction": "horizontal"
|
|
3764
|
+
"type": "stack"
|
|
3765
3765
|
},
|
|
3766
3766
|
{
|
|
3767
|
-
"fields": [
|
|
3768
|
-
"input"
|
|
3769
|
-
],
|
|
3770
3767
|
"mode": "create",
|
|
3771
3768
|
"entity": "Analysis",
|
|
3772
|
-
"submitEvent": "SAVE",
|
|
3773
3769
|
"cancelEvent": "CLOSE",
|
|
3770
|
+
"submitEvent": "SAVE",
|
|
3771
|
+
"fields": [
|
|
3772
|
+
"input"
|
|
3773
|
+
],
|
|
3774
3774
|
"type": "form-section"
|
|
3775
3775
|
}
|
|
3776
3776
|
]
|
|
@@ -3801,74 +3801,74 @@
|
|
|
3801
3801
|
"render-ui",
|
|
3802
3802
|
"main",
|
|
3803
3803
|
{
|
|
3804
|
-
"
|
|
3805
|
-
{
|
|
3806
|
-
"href": "/review",
|
|
3807
|
-
"label": "Review",
|
|
3808
|
-
"icon": "file-search"
|
|
3809
|
-
},
|
|
3810
|
-
{
|
|
3811
|
-
"label": "Analysis",
|
|
3812
|
-
"icon": "tag",
|
|
3813
|
-
"href": "/analysis"
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"label": "Issues",
|
|
3817
|
-
"href": "/issues",
|
|
3818
|
-
"icon": "alert-triangle"
|
|
3819
|
-
}
|
|
3820
|
-
],
|
|
3804
|
+
"type": "dashboard-layout",
|
|
3821
3805
|
"children": [
|
|
3822
3806
|
{
|
|
3807
|
+
"gap": "lg",
|
|
3823
3808
|
"type": "stack",
|
|
3809
|
+
"direction": "vertical",
|
|
3824
3810
|
"children": [
|
|
3825
3811
|
{
|
|
3826
|
-
"direction": "horizontal",
|
|
3827
|
-
"gap": "md",
|
|
3828
3812
|
"type": "stack",
|
|
3829
|
-
"justify": "between",
|
|
3830
3813
|
"children": [
|
|
3831
3814
|
{
|
|
3832
|
-
"direction": "horizontal",
|
|
3833
|
-
"gap": "md",
|
|
3834
3815
|
"type": "stack",
|
|
3816
|
+
"direction": "horizontal",
|
|
3835
3817
|
"children": [
|
|
3836
3818
|
{
|
|
3837
|
-
"
|
|
3838
|
-
"
|
|
3819
|
+
"name": "tag",
|
|
3820
|
+
"type": "icon"
|
|
3839
3821
|
},
|
|
3840
3822
|
{
|
|
3823
|
+
"variant": "h2",
|
|
3841
3824
|
"content": "Analysis",
|
|
3842
|
-
"type": "typography"
|
|
3843
|
-
"variant": "h2"
|
|
3825
|
+
"type": "typography"
|
|
3844
3826
|
}
|
|
3845
|
-
]
|
|
3827
|
+
],
|
|
3828
|
+
"gap": "md"
|
|
3846
3829
|
},
|
|
3847
3830
|
{
|
|
3848
|
-
"
|
|
3831
|
+
"label": "Open",
|
|
3849
3832
|
"action": "CLASSIFY",
|
|
3850
3833
|
"variant": "primary",
|
|
3851
|
-
"
|
|
3852
|
-
"
|
|
3834
|
+
"type": "button",
|
|
3835
|
+
"icon": "tag"
|
|
3853
3836
|
}
|
|
3854
|
-
]
|
|
3837
|
+
],
|
|
3838
|
+
"justify": "between",
|
|
3839
|
+
"direction": "horizontal",
|
|
3840
|
+
"gap": "md"
|
|
3855
3841
|
},
|
|
3856
3842
|
{
|
|
3857
3843
|
"type": "divider"
|
|
3858
3844
|
},
|
|
3859
3845
|
{
|
|
3860
3846
|
"type": "empty-state",
|
|
3847
|
+
"title": "Nothing open",
|
|
3861
3848
|
"icon": "tag",
|
|
3862
|
-
"description": "Click Open to view details in a modal overlay."
|
|
3863
|
-
"title": "Nothing open"
|
|
3849
|
+
"description": "Click Open to view details in a modal overlay."
|
|
3864
3850
|
}
|
|
3865
|
-
]
|
|
3866
|
-
"direction": "vertical",
|
|
3867
|
-
"gap": "lg"
|
|
3851
|
+
]
|
|
3868
3852
|
}
|
|
3869
3853
|
],
|
|
3870
|
-
"
|
|
3871
|
-
|
|
3854
|
+
"navItems": [
|
|
3855
|
+
{
|
|
3856
|
+
"href": "/review",
|
|
3857
|
+
"icon": "file-search",
|
|
3858
|
+
"label": "Review"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"href": "/analysis",
|
|
3862
|
+
"label": "Analysis",
|
|
3863
|
+
"icon": "tag"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"href": "/issues",
|
|
3867
|
+
"icon": "alert-triangle",
|
|
3868
|
+
"label": "Issues"
|
|
3869
|
+
}
|
|
3870
|
+
],
|
|
3871
|
+
"appName": "Code Reviewer"
|
|
3872
3872
|
}
|
|
3873
3873
|
]
|
|
3874
3874
|
]
|
|
@@ -3901,7 +3901,25 @@
|
|
|
3901
3901
|
"render-ui",
|
|
3902
3902
|
"main",
|
|
3903
3903
|
{
|
|
3904
|
+
"navItems": [
|
|
3905
|
+
{
|
|
3906
|
+
"label": "Review",
|
|
3907
|
+
"icon": "file-search",
|
|
3908
|
+
"href": "/review"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"label": "Analysis",
|
|
3912
|
+
"href": "/analysis",
|
|
3913
|
+
"icon": "tag"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"icon": "alert-triangle",
|
|
3917
|
+
"label": "Issues",
|
|
3918
|
+
"href": "/issues"
|
|
3919
|
+
}
|
|
3920
|
+
],
|
|
3904
3921
|
"type": "dashboard-layout",
|
|
3922
|
+
"appName": "Code Reviewer",
|
|
3905
3923
|
"children": [
|
|
3906
3924
|
{
|
|
3907
3925
|
"direction": "vertical",
|
|
@@ -3909,66 +3927,48 @@
|
|
|
3909
3927
|
"gap": "lg",
|
|
3910
3928
|
"children": [
|
|
3911
3929
|
{
|
|
3930
|
+
"type": "stack",
|
|
3912
3931
|
"children": [
|
|
3913
3932
|
{
|
|
3914
3933
|
"type": "stack",
|
|
3915
|
-
"gap": "md",
|
|
3916
3934
|
"direction": "horizontal",
|
|
3935
|
+
"gap": "md",
|
|
3917
3936
|
"children": [
|
|
3918
3937
|
{
|
|
3919
3938
|
"name": "tag",
|
|
3920
3939
|
"type": "icon"
|
|
3921
3940
|
},
|
|
3922
3941
|
{
|
|
3923
|
-
"type": "typography",
|
|
3924
3942
|
"content": "Analysis",
|
|
3925
|
-
"variant": "h2"
|
|
3943
|
+
"variant": "h2",
|
|
3944
|
+
"type": "typography"
|
|
3926
3945
|
}
|
|
3927
3946
|
]
|
|
3928
3947
|
},
|
|
3929
3948
|
{
|
|
3949
|
+
"type": "button",
|
|
3930
3950
|
"variant": "primary",
|
|
3931
|
-
"action": "CLASSIFY",
|
|
3932
|
-
"icon": "tag",
|
|
3933
3951
|
"label": "Open",
|
|
3934
|
-
"
|
|
3952
|
+
"icon": "tag",
|
|
3953
|
+
"action": "CLASSIFY"
|
|
3935
3954
|
}
|
|
3936
3955
|
],
|
|
3937
|
-
"direction": "horizontal",
|
|
3938
|
-
"type": "stack",
|
|
3939
3956
|
"gap": "md",
|
|
3940
|
-
"justify": "between"
|
|
3957
|
+
"justify": "between",
|
|
3958
|
+
"direction": "horizontal"
|
|
3941
3959
|
},
|
|
3942
3960
|
{
|
|
3943
3961
|
"type": "divider"
|
|
3944
3962
|
},
|
|
3945
3963
|
{
|
|
3946
|
-
"type": "empty-state",
|
|
3947
|
-
"icon": "tag",
|
|
3948
3964
|
"title": "Nothing open",
|
|
3965
|
+
"icon": "tag",
|
|
3966
|
+
"type": "empty-state",
|
|
3949
3967
|
"description": "Click Open to view details in a modal overlay."
|
|
3950
3968
|
}
|
|
3951
3969
|
]
|
|
3952
3970
|
}
|
|
3953
|
-
]
|
|
3954
|
-
"navItems": [
|
|
3955
|
-
{
|
|
3956
|
-
"label": "Review",
|
|
3957
|
-
"href": "/review",
|
|
3958
|
-
"icon": "file-search"
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"icon": "tag",
|
|
3962
|
-
"href": "/analysis",
|
|
3963
|
-
"label": "Analysis"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"href": "/issues",
|
|
3967
|
-
"icon": "alert-triangle",
|
|
3968
|
-
"label": "Issues"
|
|
3969
|
-
}
|
|
3970
|
-
],
|
|
3971
|
-
"appName": "Code Reviewer"
|
|
3971
|
+
]
|
|
3972
3972
|
}
|
|
3973
3973
|
]
|
|
3974
3974
|
]
|
|
@@ -4120,8 +4120,8 @@
|
|
|
4120
4120
|
"Analysis",
|
|
4121
4121
|
{
|
|
4122
4122
|
"emit": {
|
|
4123
|
-
"
|
|
4124
|
-
"
|
|
4123
|
+
"success": "AnalysisLoaded",
|
|
4124
|
+
"failure": "AnalysisLoadFailed"
|
|
4125
4125
|
}
|
|
4126
4126
|
}
|
|
4127
4127
|
]
|
|
@@ -4146,50 +4146,49 @@
|
|
|
4146
4146
|
"render-ui",
|
|
4147
4147
|
"main",
|
|
4148
4148
|
{
|
|
4149
|
-
"appName": "Code Reviewer",
|
|
4150
4149
|
"type": "dashboard-layout",
|
|
4150
|
+
"appName": "Code Reviewer",
|
|
4151
4151
|
"children": [
|
|
4152
4152
|
{
|
|
4153
|
-
"type": "stack",
|
|
4154
|
-
"direction": "vertical",
|
|
4155
4153
|
"children": [
|
|
4156
4154
|
{
|
|
4155
|
+
"gap": "md",
|
|
4156
|
+
"align": "center",
|
|
4157
|
+
"type": "stack",
|
|
4158
|
+
"justify": "between",
|
|
4157
4159
|
"children": [
|
|
4158
4160
|
{
|
|
4159
|
-
"type": "stack",
|
|
4160
4161
|
"align": "center",
|
|
4161
|
-
"
|
|
4162
|
+
"type": "stack",
|
|
4162
4163
|
"children": [
|
|
4163
4164
|
{
|
|
4164
4165
|
"name": "tag",
|
|
4165
4166
|
"type": "icon"
|
|
4166
4167
|
},
|
|
4167
4168
|
{
|
|
4168
|
-
"
|
|
4169
|
+
"variant": "h2",
|
|
4169
4170
|
"content": "Analysis Result",
|
|
4170
|
-
"
|
|
4171
|
+
"type": "typography"
|
|
4171
4172
|
}
|
|
4172
4173
|
],
|
|
4174
|
+
"gap": "md",
|
|
4173
4175
|
"direction": "horizontal"
|
|
4174
4176
|
},
|
|
4175
4177
|
{
|
|
4176
4178
|
"type": "button",
|
|
4179
|
+
"icon": "x",
|
|
4177
4180
|
"variant": "ghost",
|
|
4178
4181
|
"action": "HIDE",
|
|
4179
|
-
"icon": "x",
|
|
4180
4182
|
"label": "Dismiss"
|
|
4181
4183
|
}
|
|
4182
4184
|
],
|
|
4183
|
-
"type": "stack",
|
|
4184
|
-
"gap": "md",
|
|
4185
|
-
"justify": "between",
|
|
4186
|
-
"align": "center",
|
|
4187
4185
|
"direction": "horizontal"
|
|
4188
4186
|
},
|
|
4189
4187
|
{
|
|
4190
4188
|
"type": "divider"
|
|
4191
4189
|
},
|
|
4192
4190
|
{
|
|
4191
|
+
"type": "alert",
|
|
4193
4192
|
"message": [
|
|
4194
4193
|
"object/get",
|
|
4195
4194
|
[
|
|
@@ -4198,7 +4197,6 @@
|
|
|
4198
4197
|
],
|
|
4199
4198
|
"message"
|
|
4200
4199
|
],
|
|
4201
|
-
"type": "alert",
|
|
4202
4200
|
"variant": [
|
|
4203
4201
|
"object/get",
|
|
4204
4202
|
[
|
|
@@ -4224,24 +4222,26 @@
|
|
|
4224
4222
|
"variant": "warning"
|
|
4225
4223
|
}
|
|
4226
4224
|
],
|
|
4227
|
-
"gap": "lg"
|
|
4225
|
+
"gap": "lg",
|
|
4226
|
+
"type": "stack",
|
|
4227
|
+
"direction": "vertical"
|
|
4228
4228
|
}
|
|
4229
4229
|
],
|
|
4230
4230
|
"navItems": [
|
|
4231
4231
|
{
|
|
4232
|
-
"icon": "file-search",
|
|
4233
4232
|
"label": "Review",
|
|
4233
|
+
"icon": "file-search",
|
|
4234
4234
|
"href": "/review"
|
|
4235
4235
|
},
|
|
4236
4236
|
{
|
|
4237
4237
|
"label": "Analysis",
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4238
|
+
"href": "/analysis",
|
|
4239
|
+
"icon": "tag"
|
|
4240
4240
|
},
|
|
4241
4241
|
{
|
|
4242
4242
|
"href": "/issues",
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4243
|
+
"label": "Issues",
|
|
4244
|
+
"icon": "alert-triangle"
|
|
4245
4245
|
}
|
|
4246
4246
|
]
|
|
4247
4247
|
}
|
|
@@ -4267,18 +4267,30 @@
|
|
|
4267
4267
|
"render-ui",
|
|
4268
4268
|
"main",
|
|
4269
4269
|
{
|
|
4270
|
+
"navItems": [
|
|
4271
|
+
{
|
|
4272
|
+
"icon": "file-search",
|
|
4273
|
+
"label": "Review",
|
|
4274
|
+
"href": "/review"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"label": "Analysis",
|
|
4278
|
+
"href": "/analysis",
|
|
4279
|
+
"icon": "tag"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"href": "/issues",
|
|
4283
|
+
"icon": "alert-triangle",
|
|
4284
|
+
"label": "Issues"
|
|
4285
|
+
}
|
|
4286
|
+
],
|
|
4270
4287
|
"children": [
|
|
4271
4288
|
{
|
|
4272
|
-
"
|
|
4273
|
-
"direction": "vertical",
|
|
4289
|
+
"gap": "lg",
|
|
4274
4290
|
"children": [
|
|
4275
4291
|
{
|
|
4276
|
-
"type": "stack",
|
|
4277
|
-
"justify": "between",
|
|
4278
|
-
"align": "center",
|
|
4279
4292
|
"children": [
|
|
4280
4293
|
{
|
|
4281
|
-
"type": "stack",
|
|
4282
4294
|
"children": [
|
|
4283
4295
|
{
|
|
4284
4296
|
"name": "tag",
|
|
@@ -4286,30 +4298,33 @@
|
|
|
4286
4298
|
},
|
|
4287
4299
|
{
|
|
4288
4300
|
"variant": "h2",
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4301
|
+
"type": "typography",
|
|
4302
|
+
"content": "Analysis Result"
|
|
4291
4303
|
}
|
|
4292
4304
|
],
|
|
4293
4305
|
"gap": "md",
|
|
4294
4306
|
"align": "center",
|
|
4295
|
-
"direction": "horizontal"
|
|
4307
|
+
"direction": "horizontal",
|
|
4308
|
+
"type": "stack"
|
|
4296
4309
|
},
|
|
4297
4310
|
{
|
|
4298
|
-
"
|
|
4299
|
-
"type": "button",
|
|
4311
|
+
"icon": "x",
|
|
4300
4312
|
"action": "HIDE",
|
|
4301
|
-
"
|
|
4302
|
-
"
|
|
4313
|
+
"type": "button",
|
|
4314
|
+
"label": "Dismiss",
|
|
4315
|
+
"variant": "ghost"
|
|
4303
4316
|
}
|
|
4304
4317
|
],
|
|
4305
4318
|
"gap": "md",
|
|
4306
|
-
"
|
|
4319
|
+
"type": "stack",
|
|
4320
|
+
"direction": "horizontal",
|
|
4321
|
+
"justify": "between",
|
|
4322
|
+
"align": "center"
|
|
4307
4323
|
},
|
|
4308
4324
|
{
|
|
4309
4325
|
"type": "divider"
|
|
4310
4326
|
},
|
|
4311
4327
|
{
|
|
4312
|
-
"type": "alert",
|
|
4313
4328
|
"message": [
|
|
4314
4329
|
"object/get",
|
|
4315
4330
|
[
|
|
@@ -4325,14 +4340,13 @@
|
|
|
4325
4340
|
"@entity"
|
|
4326
4341
|
],
|
|
4327
4342
|
"notificationType"
|
|
4328
|
-
]
|
|
4343
|
+
],
|
|
4344
|
+
"type": "alert"
|
|
4329
4345
|
},
|
|
4330
4346
|
{
|
|
4331
4347
|
"type": "toast-slot"
|
|
4332
4348
|
},
|
|
4333
4349
|
{
|
|
4334
|
-
"type": "alert",
|
|
4335
|
-
"variant": "warning",
|
|
4336
4350
|
"message": [
|
|
4337
4351
|
"object/get",
|
|
4338
4352
|
[
|
|
@@ -4340,31 +4354,17 @@
|
|
|
4340
4354
|
"@entity"
|
|
4341
4355
|
],
|
|
4342
4356
|
"message"
|
|
4343
|
-
]
|
|
4357
|
+
],
|
|
4358
|
+
"type": "alert",
|
|
4359
|
+
"variant": "warning"
|
|
4344
4360
|
}
|
|
4345
4361
|
],
|
|
4346
|
-
"
|
|
4362
|
+
"type": "stack",
|
|
4363
|
+
"direction": "vertical"
|
|
4347
4364
|
}
|
|
4348
4365
|
],
|
|
4349
4366
|
"type": "dashboard-layout",
|
|
4350
|
-
"appName": "Code Reviewer"
|
|
4351
|
-
"navItems": [
|
|
4352
|
-
{
|
|
4353
|
-
"label": "Review",
|
|
4354
|
-
"href": "/review",
|
|
4355
|
-
"icon": "file-search"
|
|
4356
|
-
},
|
|
4357
|
-
{
|
|
4358
|
-
"label": "Analysis",
|
|
4359
|
-
"href": "/analysis",
|
|
4360
|
-
"icon": "tag"
|
|
4361
|
-
},
|
|
4362
|
-
{
|
|
4363
|
-
"label": "Issues",
|
|
4364
|
-
"href": "/issues",
|
|
4365
|
-
"icon": "alert-triangle"
|
|
4366
|
-
}
|
|
4367
|
-
]
|
|
4367
|
+
"appName": "Code Reviewer"
|
|
4368
4368
|
}
|
|
4369
4369
|
]
|
|
4370
4370
|
]
|
|
@@ -4559,8 +4559,8 @@
|
|
|
4559
4559
|
"Analysis",
|
|
4560
4560
|
{
|
|
4561
4561
|
"emit": {
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
4562
|
+
"success": "AnalysisLoaded",
|
|
4563
|
+
"failure": "AnalysisLoadFailed"
|
|
4564
4564
|
}
|
|
4565
4565
|
}
|
|
4566
4566
|
],
|
|
@@ -4572,29 +4572,29 @@
|
|
|
4572
4572
|
"navItems": [
|
|
4573
4573
|
{
|
|
4574
4574
|
"href": "/review",
|
|
4575
|
-
"
|
|
4576
|
-
"
|
|
4575
|
+
"icon": "file-search",
|
|
4576
|
+
"label": "Review"
|
|
4577
4577
|
},
|
|
4578
4578
|
{
|
|
4579
|
-
"
|
|
4579
|
+
"label": "Analysis",
|
|
4580
4580
|
"href": "/analysis",
|
|
4581
|
-
"
|
|
4581
|
+
"icon": "tag"
|
|
4582
4582
|
},
|
|
4583
4583
|
{
|
|
4584
|
-
"href": "/issues",
|
|
4585
4584
|
"icon": "alert-triangle",
|
|
4586
|
-
"label": "Issues"
|
|
4585
|
+
"label": "Issues",
|
|
4586
|
+
"href": "/issues"
|
|
4587
4587
|
}
|
|
4588
4588
|
],
|
|
4589
|
+
"type": "dashboard-layout",
|
|
4589
4590
|
"children": [
|
|
4590
4591
|
{
|
|
4591
|
-
"title": "Classifier",
|
|
4592
4592
|
"description": "Classifier is ready",
|
|
4593
|
-
"
|
|
4594
|
-
"
|
|
4593
|
+
"icon": "tag",
|
|
4594
|
+
"title": "Classifier",
|
|
4595
|
+
"type": "empty-state"
|
|
4595
4596
|
}
|
|
4596
|
-
]
|
|
4597
|
-
"type": "dashboard-layout"
|
|
4597
|
+
]
|
|
4598
4598
|
}
|
|
4599
4599
|
]
|
|
4600
4600
|
]
|
|
@@ -4911,8 +4911,8 @@
|
|
|
4911
4911
|
"navItems": [
|
|
4912
4912
|
{
|
|
4913
4913
|
"href": "/review",
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
4914
|
+
"label": "Review",
|
|
4915
|
+
"icon": "file-search"
|
|
4916
4916
|
},
|
|
4917
4917
|
{
|
|
4918
4918
|
"icon": "tag",
|
|
@@ -4920,56 +4920,56 @@
|
|
|
4920
4920
|
"label": "Analysis"
|
|
4921
4921
|
},
|
|
4922
4922
|
{
|
|
4923
|
+
"href": "/issues",
|
|
4923
4924
|
"label": "Issues",
|
|
4924
|
-
"icon": "alert-triangle"
|
|
4925
|
-
"href": "/issues"
|
|
4925
|
+
"icon": "alert-triangle"
|
|
4926
4926
|
}
|
|
4927
4927
|
],
|
|
4928
4928
|
"children": [
|
|
4929
4929
|
{
|
|
4930
|
-
"direction": "vertical",
|
|
4931
4930
|
"children": [
|
|
4932
4931
|
{
|
|
4932
|
+
"type": "stack",
|
|
4933
4933
|
"children": [
|
|
4934
4934
|
{
|
|
4935
|
-
"direction": "horizontal",
|
|
4936
|
-
"gap": "md",
|
|
4937
4935
|
"children": [
|
|
4938
4936
|
{
|
|
4939
4937
|
"type": "icon",
|
|
4940
4938
|
"name": "sparkles"
|
|
4941
4939
|
},
|
|
4942
4940
|
{
|
|
4943
|
-
"
|
|
4941
|
+
"variant": "h2",
|
|
4944
4942
|
"type": "typography",
|
|
4945
|
-
"
|
|
4943
|
+
"content": "ReviewCompletion"
|
|
4946
4944
|
}
|
|
4947
4945
|
],
|
|
4946
|
+
"direction": "horizontal",
|
|
4947
|
+
"gap": "md",
|
|
4948
4948
|
"type": "stack"
|
|
4949
4949
|
},
|
|
4950
4950
|
{
|
|
4951
|
-
"
|
|
4951
|
+
"action": "GENERATE",
|
|
4952
4952
|
"variant": "primary",
|
|
4953
|
+
"icon": "sparkles",
|
|
4953
4954
|
"type": "button",
|
|
4954
|
-
"label": "Open"
|
|
4955
|
-
"action": "GENERATE"
|
|
4955
|
+
"label": "Open"
|
|
4956
4956
|
}
|
|
4957
4957
|
],
|
|
4958
|
-
"justify": "between",
|
|
4959
4958
|
"direction": "horizontal",
|
|
4960
4959
|
"gap": "md",
|
|
4961
|
-
"
|
|
4960
|
+
"justify": "between"
|
|
4962
4961
|
},
|
|
4963
4962
|
{
|
|
4964
4963
|
"type": "divider"
|
|
4965
4964
|
},
|
|
4966
4965
|
{
|
|
4967
|
-
"title": "Nothing open",
|
|
4968
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
4969
4966
|
"type": "empty-state",
|
|
4970
|
-
"
|
|
4967
|
+
"title": "Nothing open",
|
|
4968
|
+
"icon": "sparkles",
|
|
4969
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4971
4970
|
}
|
|
4972
4971
|
],
|
|
4972
|
+
"direction": "vertical",
|
|
4973
4973
|
"type": "stack",
|
|
4974
4974
|
"gap": "lg"
|
|
4975
4975
|
}
|
|
@@ -4987,28 +4987,31 @@
|
|
|
4987
4987
|
"render-ui",
|
|
4988
4988
|
"modal",
|
|
4989
4989
|
{
|
|
4990
|
+
"gap": "md",
|
|
4990
4991
|
"type": "stack",
|
|
4991
4992
|
"children": [
|
|
4992
4993
|
{
|
|
4993
|
-
"direction": "horizontal",
|
|
4994
|
-
"type": "stack",
|
|
4995
|
-
"gap": "sm",
|
|
4996
4994
|
"children": [
|
|
4997
4995
|
{
|
|
4998
|
-
"
|
|
4999
|
-
"
|
|
4996
|
+
"name": "sparkles",
|
|
4997
|
+
"type": "icon"
|
|
5000
4998
|
},
|
|
5001
4999
|
{
|
|
5002
|
-
"type": "typography",
|
|
5003
5000
|
"content": "ReviewCompletion",
|
|
5004
|
-
"variant": "h3"
|
|
5001
|
+
"variant": "h3",
|
|
5002
|
+
"type": "typography"
|
|
5005
5003
|
}
|
|
5006
|
-
]
|
|
5004
|
+
],
|
|
5005
|
+
"gap": "sm",
|
|
5006
|
+
"type": "stack",
|
|
5007
|
+
"direction": "horizontal"
|
|
5007
5008
|
},
|
|
5008
5009
|
{
|
|
5009
5010
|
"type": "divider"
|
|
5010
5011
|
},
|
|
5011
5012
|
{
|
|
5013
|
+
"type": "stack",
|
|
5014
|
+
"gap": "sm",
|
|
5012
5015
|
"direction": "horizontal",
|
|
5013
5016
|
"children": [
|
|
5014
5017
|
{
|
|
@@ -5019,22 +5022,19 @@
|
|
|
5019
5022
|
"label": "@entity.model",
|
|
5020
5023
|
"type": "badge"
|
|
5021
5024
|
}
|
|
5022
|
-
]
|
|
5023
|
-
"gap": "sm",
|
|
5024
|
-
"type": "stack"
|
|
5025
|
+
]
|
|
5025
5026
|
},
|
|
5026
5027
|
{
|
|
5027
|
-
"
|
|
5028
|
-
"cancelEvent": "CLOSE",
|
|
5028
|
+
"entity": "ReviewCompletion",
|
|
5029
5029
|
"fields": [
|
|
5030
5030
|
"prompt"
|
|
5031
5031
|
],
|
|
5032
|
-
"
|
|
5032
|
+
"cancelEvent": "CLOSE",
|
|
5033
|
+
"submitEvent": "SAVE",
|
|
5033
5034
|
"type": "form-section",
|
|
5034
|
-
"
|
|
5035
|
+
"mode": "create"
|
|
5035
5036
|
}
|
|
5036
5037
|
],
|
|
5037
|
-
"gap": "md",
|
|
5038
5038
|
"direction": "vertical"
|
|
5039
5039
|
}
|
|
5040
5040
|
]
|
|
@@ -5065,9 +5065,9 @@
|
|
|
5065
5065
|
{
|
|
5066
5066
|
"navItems": [
|
|
5067
5067
|
{
|
|
5068
|
-
"
|
|
5068
|
+
"href": "/review",
|
|
5069
5069
|
"label": "Review",
|
|
5070
|
-
"
|
|
5070
|
+
"icon": "file-search"
|
|
5071
5071
|
},
|
|
5072
5072
|
{
|
|
5073
5073
|
"label": "Analysis",
|
|
@@ -5075,19 +5075,22 @@
|
|
|
5075
5075
|
"href": "/analysis"
|
|
5076
5076
|
},
|
|
5077
5077
|
{
|
|
5078
|
-
"icon": "alert-triangle",
|
|
5079
5078
|
"label": "Issues",
|
|
5079
|
+
"icon": "alert-triangle",
|
|
5080
5080
|
"href": "/issues"
|
|
5081
5081
|
}
|
|
5082
5082
|
],
|
|
5083
|
-
"
|
|
5083
|
+
"type": "dashboard-layout",
|
|
5084
5084
|
"children": [
|
|
5085
5085
|
{
|
|
5086
|
+
"direction": "vertical",
|
|
5087
|
+
"type": "stack",
|
|
5086
5088
|
"children": [
|
|
5087
5089
|
{
|
|
5088
5090
|
"children": [
|
|
5089
5091
|
{
|
|
5090
5092
|
"type": "stack",
|
|
5093
|
+
"gap": "md",
|
|
5091
5094
|
"direction": "horizontal",
|
|
5092
5095
|
"children": [
|
|
5093
5096
|
{
|
|
@@ -5099,38 +5102,35 @@
|
|
|
5099
5102
|
"type": "typography",
|
|
5100
5103
|
"content": "ReviewCompletion"
|
|
5101
5104
|
}
|
|
5102
|
-
]
|
|
5103
|
-
"gap": "md"
|
|
5105
|
+
]
|
|
5104
5106
|
},
|
|
5105
5107
|
{
|
|
5106
|
-
"variant": "primary",
|
|
5107
5108
|
"icon": "sparkles",
|
|
5108
|
-
"label": "Open",
|
|
5109
5109
|
"type": "button",
|
|
5110
|
-
"
|
|
5110
|
+
"label": "Open",
|
|
5111
|
+
"action": "GENERATE",
|
|
5112
|
+
"variant": "primary"
|
|
5111
5113
|
}
|
|
5112
5114
|
],
|
|
5113
|
-
"justify": "between",
|
|
5114
5115
|
"type": "stack",
|
|
5115
|
-
"
|
|
5116
|
-
"direction": "horizontal"
|
|
5116
|
+
"justify": "between",
|
|
5117
|
+
"direction": "horizontal",
|
|
5118
|
+
"gap": "md"
|
|
5117
5119
|
},
|
|
5118
5120
|
{
|
|
5119
5121
|
"type": "divider"
|
|
5120
5122
|
},
|
|
5121
5123
|
{
|
|
5122
|
-
"type": "empty-state",
|
|
5123
5124
|
"title": "Nothing open",
|
|
5124
5125
|
"icon": "sparkles",
|
|
5126
|
+
"type": "empty-state",
|
|
5125
5127
|
"description": "Click Open to view details in a modal overlay."
|
|
5126
5128
|
}
|
|
5127
5129
|
],
|
|
5128
|
-
"direction": "vertical",
|
|
5129
|
-
"type": "stack",
|
|
5130
5130
|
"gap": "lg"
|
|
5131
5131
|
}
|
|
5132
5132
|
],
|
|
5133
|
-
"
|
|
5133
|
+
"appName": "Code Reviewer"
|
|
5134
5134
|
}
|
|
5135
5135
|
]
|
|
5136
5136
|
]
|
|
@@ -5163,32 +5163,16 @@
|
|
|
5163
5163
|
"render-ui",
|
|
5164
5164
|
"main",
|
|
5165
5165
|
{
|
|
5166
|
-
"
|
|
5167
|
-
|
|
5168
|
-
"href": "/review",
|
|
5169
|
-
"label": "Review",
|
|
5170
|
-
"icon": "file-search"
|
|
5171
|
-
},
|
|
5172
|
-
{
|
|
5173
|
-
"label": "Analysis",
|
|
5174
|
-
"href": "/analysis",
|
|
5175
|
-
"icon": "tag"
|
|
5176
|
-
},
|
|
5177
|
-
{
|
|
5178
|
-
"label": "Issues",
|
|
5179
|
-
"href": "/issues",
|
|
5180
|
-
"icon": "alert-triangle"
|
|
5181
|
-
}
|
|
5182
|
-
],
|
|
5166
|
+
"type": "dashboard-layout",
|
|
5167
|
+
"appName": "Code Reviewer",
|
|
5183
5168
|
"children": [
|
|
5184
5169
|
{
|
|
5185
|
-
"
|
|
5170
|
+
"type": "stack",
|
|
5186
5171
|
"direction": "vertical",
|
|
5172
|
+
"gap": "lg",
|
|
5187
5173
|
"children": [
|
|
5188
5174
|
{
|
|
5189
|
-
"type": "stack",
|
|
5190
5175
|
"gap": "md",
|
|
5191
|
-
"justify": "between",
|
|
5192
5176
|
"children": [
|
|
5193
5177
|
{
|
|
5194
5178
|
"type": "stack",
|
|
@@ -5196,41 +5180,57 @@
|
|
|
5196
5180
|
"direction": "horizontal",
|
|
5197
5181
|
"children": [
|
|
5198
5182
|
{
|
|
5199
|
-
"
|
|
5200
|
-
"
|
|
5183
|
+
"type": "icon",
|
|
5184
|
+
"name": "sparkles"
|
|
5201
5185
|
},
|
|
5202
5186
|
{
|
|
5203
|
-
"
|
|
5187
|
+
"variant": "h2",
|
|
5204
5188
|
"content": "ReviewCompletion",
|
|
5205
|
-
"
|
|
5189
|
+
"type": "typography"
|
|
5206
5190
|
}
|
|
5207
5191
|
]
|
|
5208
5192
|
},
|
|
5209
5193
|
{
|
|
5210
5194
|
"label": "Open",
|
|
5211
|
-
"
|
|
5212
|
-
"action": "GENERATE",
|
|
5195
|
+
"type": "button",
|
|
5213
5196
|
"icon": "sparkles",
|
|
5214
|
-
"
|
|
5197
|
+
"action": "GENERATE",
|
|
5198
|
+
"variant": "primary"
|
|
5215
5199
|
}
|
|
5216
5200
|
],
|
|
5217
|
-
"
|
|
5201
|
+
"type": "stack",
|
|
5202
|
+
"direction": "horizontal",
|
|
5203
|
+
"justify": "between"
|
|
5218
5204
|
},
|
|
5219
5205
|
{
|
|
5220
5206
|
"type": "divider"
|
|
5221
5207
|
},
|
|
5222
5208
|
{
|
|
5223
5209
|
"type": "empty-state",
|
|
5210
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
5224
5211
|
"icon": "sparkles",
|
|
5225
|
-
"title": "Nothing open"
|
|
5226
|
-
"description": "Click Open to view details in a modal overlay."
|
|
5212
|
+
"title": "Nothing open"
|
|
5227
5213
|
}
|
|
5228
|
-
]
|
|
5229
|
-
"type": "stack"
|
|
5214
|
+
]
|
|
5230
5215
|
}
|
|
5231
5216
|
],
|
|
5232
|
-
"
|
|
5233
|
-
|
|
5217
|
+
"navItems": [
|
|
5218
|
+
{
|
|
5219
|
+
"label": "Review",
|
|
5220
|
+
"href": "/review",
|
|
5221
|
+
"icon": "file-search"
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
"icon": "tag",
|
|
5225
|
+
"label": "Analysis",
|
|
5226
|
+
"href": "/analysis"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"href": "/issues",
|
|
5230
|
+
"icon": "alert-triangle",
|
|
5231
|
+
"label": "Issues"
|
|
5232
|
+
}
|
|
5233
|
+
]
|
|
5234
5234
|
}
|
|
5235
5235
|
]
|
|
5236
5236
|
]
|
|
@@ -5398,8 +5398,8 @@
|
|
|
5398
5398
|
"ReviewCompletion",
|
|
5399
5399
|
{
|
|
5400
5400
|
"emit": {
|
|
5401
|
-
"
|
|
5402
|
-
"
|
|
5401
|
+
"success": "ReviewCompletionLoaded",
|
|
5402
|
+
"failure": "ReviewCompletionLoadFailed"
|
|
5403
5403
|
}
|
|
5404
5404
|
}
|
|
5405
5405
|
]
|
|
@@ -5427,89 +5427,85 @@
|
|
|
5427
5427
|
"navItems": [
|
|
5428
5428
|
{
|
|
5429
5429
|
"href": "/review",
|
|
5430
|
-
"
|
|
5431
|
-
"
|
|
5430
|
+
"label": "Review",
|
|
5431
|
+
"icon": "file-search"
|
|
5432
5432
|
},
|
|
5433
5433
|
{
|
|
5434
|
-
"
|
|
5434
|
+
"href": "/analysis",
|
|
5435
5435
|
"icon": "tag",
|
|
5436
|
-
"
|
|
5436
|
+
"label": "Analysis"
|
|
5437
5437
|
},
|
|
5438
5438
|
{
|
|
5439
|
-
"href": "/issues",
|
|
5440
5439
|
"icon": "alert-triangle",
|
|
5441
|
-
"label": "Issues"
|
|
5440
|
+
"label": "Issues",
|
|
5441
|
+
"href": "/issues"
|
|
5442
5442
|
}
|
|
5443
5443
|
],
|
|
5444
|
-
"appName": "Code Reviewer",
|
|
5445
5444
|
"type": "dashboard-layout",
|
|
5446
5445
|
"children": [
|
|
5447
5446
|
{
|
|
5448
5447
|
"gap": "lg",
|
|
5449
|
-
"direction": "vertical",
|
|
5450
5448
|
"type": "stack",
|
|
5451
5449
|
"children": [
|
|
5452
5450
|
{
|
|
5451
|
+
"direction": "horizontal",
|
|
5452
|
+
"justify": "between",
|
|
5453
|
+
"type": "stack",
|
|
5454
|
+
"align": "center",
|
|
5453
5455
|
"children": [
|
|
5454
5456
|
{
|
|
5457
|
+
"direction": "horizontal",
|
|
5455
5458
|
"align": "center",
|
|
5459
|
+
"gap": "md",
|
|
5456
5460
|
"children": [
|
|
5457
5461
|
{
|
|
5458
5462
|
"name": "sparkles",
|
|
5459
5463
|
"type": "icon"
|
|
5460
5464
|
},
|
|
5461
5465
|
{
|
|
5466
|
+
"content": "ReviewCompletion Status",
|
|
5462
5467
|
"type": "typography",
|
|
5463
|
-
"variant": "h2"
|
|
5464
|
-
"content": "ReviewCompletion Status"
|
|
5468
|
+
"variant": "h2"
|
|
5465
5469
|
}
|
|
5466
5470
|
],
|
|
5467
|
-
"type": "stack"
|
|
5468
|
-
"direction": "horizontal",
|
|
5469
|
-
"gap": "md"
|
|
5471
|
+
"type": "stack"
|
|
5470
5472
|
},
|
|
5471
5473
|
{
|
|
5472
|
-
"label": "Dismiss",
|
|
5473
5474
|
"type": "button",
|
|
5474
|
-
"
|
|
5475
|
+
"variant": "ghost",
|
|
5475
5476
|
"action": "HIDE",
|
|
5476
|
-
"
|
|
5477
|
+
"icon": "x",
|
|
5478
|
+
"label": "Dismiss"
|
|
5477
5479
|
}
|
|
5478
5480
|
],
|
|
5479
|
-
"align": "center",
|
|
5480
|
-
"justify": "between",
|
|
5481
|
-
"type": "stack",
|
|
5482
|
-
"direction": "horizontal",
|
|
5483
5481
|
"gap": "md"
|
|
5484
5482
|
},
|
|
5485
5483
|
{
|
|
5486
5484
|
"type": "divider"
|
|
5487
5485
|
},
|
|
5488
5486
|
{
|
|
5489
|
-
"
|
|
5487
|
+
"variant": [
|
|
5490
5488
|
"object/get",
|
|
5491
5489
|
[
|
|
5492
5490
|
"array/first",
|
|
5493
5491
|
"@entity"
|
|
5494
5492
|
],
|
|
5495
|
-
"
|
|
5493
|
+
"notificationType"
|
|
5496
5494
|
],
|
|
5497
5495
|
"type": "alert",
|
|
5498
|
-
"
|
|
5496
|
+
"message": [
|
|
5499
5497
|
"object/get",
|
|
5500
5498
|
[
|
|
5501
5499
|
"array/first",
|
|
5502
5500
|
"@entity"
|
|
5503
5501
|
],
|
|
5504
|
-
"
|
|
5502
|
+
"message"
|
|
5505
5503
|
]
|
|
5506
5504
|
},
|
|
5507
5505
|
{
|
|
5508
5506
|
"type": "toast-slot"
|
|
5509
5507
|
},
|
|
5510
5508
|
{
|
|
5511
|
-
"variant": "warning",
|
|
5512
|
-
"type": "alert",
|
|
5513
5509
|
"message": [
|
|
5514
5510
|
"object/get",
|
|
5515
5511
|
[
|
|
@@ -5517,11 +5513,15 @@
|
|
|
5517
5513
|
"@entity"
|
|
5518
5514
|
],
|
|
5519
5515
|
"message"
|
|
5520
|
-
]
|
|
5516
|
+
],
|
|
5517
|
+
"variant": "warning",
|
|
5518
|
+
"type": "alert"
|
|
5521
5519
|
}
|
|
5522
|
-
]
|
|
5520
|
+
],
|
|
5521
|
+
"direction": "vertical"
|
|
5523
5522
|
}
|
|
5524
|
-
]
|
|
5523
|
+
],
|
|
5524
|
+
"appName": "Code Reviewer"
|
|
5525
5525
|
}
|
|
5526
5526
|
]
|
|
5527
5527
|
]
|
|
@@ -5545,20 +5545,19 @@
|
|
|
5545
5545
|
"render-ui",
|
|
5546
5546
|
"main",
|
|
5547
5547
|
{
|
|
5548
|
-
"type": "dashboard-layout",
|
|
5549
5548
|
"children": [
|
|
5550
5549
|
{
|
|
5551
|
-
"type": "stack",
|
|
5552
5550
|
"gap": "lg",
|
|
5553
|
-
"
|
|
5551
|
+
"type": "stack",
|
|
5554
5552
|
"children": [
|
|
5555
5553
|
{
|
|
5556
|
-
"justify": "between",
|
|
5557
5554
|
"type": "stack",
|
|
5558
5555
|
"direction": "horizontal",
|
|
5556
|
+
"gap": "md",
|
|
5557
|
+
"align": "center",
|
|
5558
|
+
"justify": "between",
|
|
5559
5559
|
"children": [
|
|
5560
5560
|
{
|
|
5561
|
-
"type": "stack",
|
|
5562
5561
|
"children": [
|
|
5563
5562
|
{
|
|
5564
5563
|
"type": "icon",
|
|
@@ -5570,26 +5569,24 @@
|
|
|
5570
5569
|
"content": "ReviewCompletion Status"
|
|
5571
5570
|
}
|
|
5572
5571
|
],
|
|
5573
|
-
"
|
|
5572
|
+
"gap": "md",
|
|
5573
|
+
"type": "stack",
|
|
5574
5574
|
"direction": "horizontal",
|
|
5575
|
-
"
|
|
5575
|
+
"align": "center"
|
|
5576
5576
|
},
|
|
5577
5577
|
{
|
|
5578
|
+
"label": "Dismiss",
|
|
5579
|
+
"type": "button",
|
|
5578
5580
|
"action": "HIDE",
|
|
5579
5581
|
"variant": "ghost",
|
|
5580
|
-
"icon": "x"
|
|
5581
|
-
"type": "button",
|
|
5582
|
-
"label": "Dismiss"
|
|
5582
|
+
"icon": "x"
|
|
5583
5583
|
}
|
|
5584
|
-
]
|
|
5585
|
-
"gap": "md",
|
|
5586
|
-
"align": "center"
|
|
5584
|
+
]
|
|
5587
5585
|
},
|
|
5588
5586
|
{
|
|
5589
5587
|
"type": "divider"
|
|
5590
5588
|
},
|
|
5591
5589
|
{
|
|
5592
|
-
"type": "alert",
|
|
5593
5590
|
"variant": [
|
|
5594
5591
|
"object/get",
|
|
5595
5592
|
[
|
|
@@ -5605,7 +5602,8 @@
|
|
|
5605
5602
|
"@entity"
|
|
5606
5603
|
],
|
|
5607
5604
|
"message"
|
|
5608
|
-
]
|
|
5605
|
+
],
|
|
5606
|
+
"type": "alert"
|
|
5609
5607
|
},
|
|
5610
5608
|
{
|
|
5611
5609
|
"type": "toast-slot"
|
|
@@ -5622,26 +5620,28 @@
|
|
|
5622
5620
|
"type": "alert",
|
|
5623
5621
|
"variant": "warning"
|
|
5624
5622
|
}
|
|
5625
|
-
]
|
|
5623
|
+
],
|
|
5624
|
+
"direction": "vertical"
|
|
5626
5625
|
}
|
|
5627
5626
|
],
|
|
5628
5627
|
"navItems": [
|
|
5629
5628
|
{
|
|
5630
|
-
"icon": "file-search",
|
|
5631
5629
|
"label": "Review",
|
|
5632
|
-
"href": "/review"
|
|
5630
|
+
"href": "/review",
|
|
5631
|
+
"icon": "file-search"
|
|
5633
5632
|
},
|
|
5634
5633
|
{
|
|
5635
|
-
"label": "Analysis",
|
|
5636
5634
|
"href": "/analysis",
|
|
5635
|
+
"label": "Analysis",
|
|
5637
5636
|
"icon": "tag"
|
|
5638
5637
|
},
|
|
5639
5638
|
{
|
|
5640
|
-
"icon": "alert-triangle",
|
|
5641
5639
|
"label": "Issues",
|
|
5642
|
-
"href": "/issues"
|
|
5640
|
+
"href": "/issues",
|
|
5641
|
+
"icon": "alert-triangle"
|
|
5643
5642
|
}
|
|
5644
5643
|
],
|
|
5644
|
+
"type": "dashboard-layout",
|
|
5645
5645
|
"appName": "Code Reviewer"
|
|
5646
5646
|
}
|
|
5647
5647
|
]
|
|
@@ -5865,30 +5865,30 @@
|
|
|
5865
5865
|
"render-ui",
|
|
5866
5866
|
"main",
|
|
5867
5867
|
{
|
|
5868
|
-
"type": "dashboard-layout",
|
|
5869
5868
|
"appName": "Code Reviewer",
|
|
5869
|
+
"type": "dashboard-layout",
|
|
5870
5870
|
"children": [
|
|
5871
5871
|
{
|
|
5872
5872
|
"description": "Completion is ready",
|
|
5873
|
-
"
|
|
5873
|
+
"icon": "sparkles",
|
|
5874
5874
|
"type": "empty-state",
|
|
5875
|
-
"
|
|
5875
|
+
"title": "Completion"
|
|
5876
5876
|
}
|
|
5877
5877
|
],
|
|
5878
5878
|
"navItems": [
|
|
5879
5879
|
{
|
|
5880
|
-
"
|
|
5880
|
+
"label": "Review",
|
|
5881
5881
|
"icon": "file-search",
|
|
5882
|
-
"
|
|
5882
|
+
"href": "/review"
|
|
5883
5883
|
},
|
|
5884
5884
|
{
|
|
5885
5885
|
"href": "/analysis",
|
|
5886
|
-
"
|
|
5887
|
-
"
|
|
5886
|
+
"label": "Analysis",
|
|
5887
|
+
"icon": "tag"
|
|
5888
5888
|
},
|
|
5889
5889
|
{
|
|
5890
|
-
"label": "Issues",
|
|
5891
5890
|
"href": "/issues",
|
|
5891
|
+
"label": "Issues",
|
|
5892
5892
|
"icon": "alert-triangle"
|
|
5893
5893
|
}
|
|
5894
5894
|
]
|