@almadar/std 8.3.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -326,8 +326,8 @@
|
|
|
326
326
|
"Review",
|
|
327
327
|
{
|
|
328
328
|
"emit": {
|
|
329
|
-
"
|
|
330
|
-
"
|
|
329
|
+
"success": "ReviewLoaded",
|
|
330
|
+
"failure": "ReviewLoadFailed"
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -335,45 +335,25 @@
|
|
|
335
335
|
"render-ui",
|
|
336
336
|
"main",
|
|
337
337
|
{
|
|
338
|
-
"appName": "Code Reviewer",
|
|
339
|
-
"navItems": [
|
|
340
|
-
{
|
|
341
|
-
"icon": "file-search",
|
|
342
|
-
"label": "Review",
|
|
343
|
-
"href": "/review"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"icon": "tag",
|
|
347
|
-
"href": "/analysis",
|
|
348
|
-
"label": "Analysis"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"label": "Issues",
|
|
352
|
-
"icon": "alert-triangle",
|
|
353
|
-
"href": "/issues"
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"type": "dashboard-layout",
|
|
357
338
|
"children": [
|
|
358
339
|
{
|
|
359
340
|
"gap": "lg",
|
|
360
341
|
"type": "stack",
|
|
361
|
-
"direction": "vertical",
|
|
362
342
|
"children": [
|
|
363
343
|
{
|
|
364
344
|
"type": "stack",
|
|
365
|
-
"direction": "horizontal",
|
|
366
345
|
"children": [
|
|
367
346
|
{
|
|
368
347
|
"type": "icon",
|
|
369
348
|
"name": "file-search"
|
|
370
349
|
},
|
|
371
350
|
{
|
|
372
|
-
"type": "typography",
|
|
373
351
|
"content": "Code Review",
|
|
374
|
-
"variant": "h2"
|
|
352
|
+
"variant": "h2",
|
|
353
|
+
"type": "typography"
|
|
375
354
|
}
|
|
376
355
|
],
|
|
356
|
+
"direction": "horizontal",
|
|
377
357
|
"gap": "sm",
|
|
378
358
|
"align": "center"
|
|
379
359
|
},
|
|
@@ -381,12 +361,10 @@
|
|
|
381
361
|
"type": "divider"
|
|
382
362
|
},
|
|
383
363
|
{
|
|
384
|
-
"type": "card",
|
|
385
364
|
"children": [
|
|
386
365
|
{
|
|
387
|
-
"type": "stack",
|
|
388
366
|
"gap": "md",
|
|
389
|
-
"
|
|
367
|
+
"type": "stack",
|
|
390
368
|
"children": [
|
|
391
369
|
{
|
|
392
370
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
@@ -394,21 +372,43 @@
|
|
|
394
372
|
"type": "typography"
|
|
395
373
|
},
|
|
396
374
|
{
|
|
397
|
-
"mode": "edit",
|
|
398
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
399
375
|
"entity": "@entity",
|
|
400
|
-
"type": "form-section",
|
|
401
376
|
"fields": [
|
|
402
377
|
"target"
|
|
403
|
-
]
|
|
378
|
+
],
|
|
379
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
380
|
+
"type": "form-section",
|
|
381
|
+
"mode": "edit"
|
|
404
382
|
}
|
|
405
|
-
]
|
|
383
|
+
],
|
|
384
|
+
"direction": "vertical"
|
|
406
385
|
}
|
|
407
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"type": "card"
|
|
408
388
|
}
|
|
409
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"direction": "vertical"
|
|
410
391
|
}
|
|
411
|
-
]
|
|
392
|
+
],
|
|
393
|
+
"type": "dashboard-layout",
|
|
394
|
+
"navItems": [
|
|
395
|
+
{
|
|
396
|
+
"icon": "file-search",
|
|
397
|
+
"href": "/review",
|
|
398
|
+
"label": "Review"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"href": "/analysis",
|
|
402
|
+
"icon": "tag",
|
|
403
|
+
"label": "Analysis"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"label": "Issues",
|
|
407
|
+
"icon": "alert-triangle",
|
|
408
|
+
"href": "/issues"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"appName": "Code Reviewer"
|
|
412
412
|
}
|
|
413
413
|
]
|
|
414
414
|
]
|
|
@@ -442,26 +442,25 @@
|
|
|
442
442
|
{
|
|
443
443
|
"navItems": [
|
|
444
444
|
{
|
|
445
|
-
"href": "/review",
|
|
446
445
|
"label": "Review",
|
|
446
|
+
"href": "/review",
|
|
447
447
|
"icon": "file-search"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
"label": "Analysis",
|
|
451
450
|
"icon": "tag",
|
|
452
|
-
"href": "/analysis"
|
|
451
|
+
"href": "/analysis",
|
|
452
|
+
"label": "Analysis"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
|
-
"icon": "alert-triangle",
|
|
456
455
|
"label": "Issues",
|
|
456
|
+
"icon": "alert-triangle",
|
|
457
457
|
"href": "/issues"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
460
|
-
"type": "dashboard-layout",
|
|
461
|
-
"appName": "Code Reviewer",
|
|
462
460
|
"children": [
|
|
463
461
|
{
|
|
464
|
-
"
|
|
462
|
+
"direction": "vertical",
|
|
463
|
+
"align": "center",
|
|
465
464
|
"children": [
|
|
466
465
|
{
|
|
467
466
|
"name": "search",
|
|
@@ -469,23 +468,24 @@
|
|
|
469
468
|
},
|
|
470
469
|
{
|
|
471
470
|
"type": "typography",
|
|
472
|
-
"
|
|
473
|
-
"
|
|
471
|
+
"content": "Analyzing input...",
|
|
472
|
+
"variant": "h3"
|
|
474
473
|
},
|
|
475
474
|
{
|
|
476
475
|
"type": "spinner"
|
|
477
476
|
},
|
|
478
477
|
{
|
|
478
|
+
"content": "Classifying and searching for patterns",
|
|
479
479
|
"variant": "caption",
|
|
480
|
-
"type": "typography"
|
|
481
|
-
"content": "Classifying and searching for patterns"
|
|
480
|
+
"type": "typography"
|
|
482
481
|
}
|
|
483
482
|
],
|
|
484
|
-
"
|
|
485
|
-
"type": "stack"
|
|
486
|
-
"direction": "vertical"
|
|
483
|
+
"gap": "lg",
|
|
484
|
+
"type": "stack"
|
|
487
485
|
}
|
|
488
|
-
]
|
|
486
|
+
],
|
|
487
|
+
"appName": "Code Reviewer",
|
|
488
|
+
"type": "dashboard-layout"
|
|
489
489
|
}
|
|
490
490
|
]
|
|
491
491
|
]
|
|
@@ -508,48 +508,48 @@
|
|
|
508
508
|
"render-ui",
|
|
509
509
|
"main",
|
|
510
510
|
{
|
|
511
|
-
"appName": "Code Reviewer",
|
|
512
511
|
"navItems": [
|
|
513
512
|
{
|
|
513
|
+
"label": "Review",
|
|
514
514
|
"href": "/review",
|
|
515
|
-
"icon": "file-search"
|
|
516
|
-
"label": "Review"
|
|
515
|
+
"icon": "file-search"
|
|
517
516
|
},
|
|
518
517
|
{
|
|
518
|
+
"href": "/analysis",
|
|
519
519
|
"icon": "tag",
|
|
520
|
-
"label": "Analysis"
|
|
521
|
-
"href": "/analysis"
|
|
520
|
+
"label": "Analysis"
|
|
522
521
|
},
|
|
523
522
|
{
|
|
524
|
-
"
|
|
523
|
+
"icon": "alert-triangle",
|
|
525
524
|
"label": "Issues",
|
|
526
|
-
"
|
|
525
|
+
"href": "/issues"
|
|
527
526
|
}
|
|
528
527
|
],
|
|
528
|
+
"appName": "Code Reviewer",
|
|
529
529
|
"children": [
|
|
530
530
|
{
|
|
531
|
+
"align": "center",
|
|
532
|
+
"direction": "vertical",
|
|
531
533
|
"children": [
|
|
532
534
|
{
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
+
"type": "icon",
|
|
536
|
+
"name": "cpu"
|
|
535
537
|
},
|
|
536
538
|
{
|
|
537
|
-
"content": "Generating review...",
|
|
538
539
|
"variant": "h3",
|
|
539
|
-
"type": "typography"
|
|
540
|
+
"type": "typography",
|
|
541
|
+
"content": "Generating review..."
|
|
540
542
|
},
|
|
541
543
|
{
|
|
542
544
|
"type": "spinner"
|
|
543
545
|
},
|
|
544
546
|
{
|
|
545
|
-
"variant": "caption",
|
|
546
547
|
"content": "Category: @entity.category",
|
|
547
|
-
"type": "typography"
|
|
548
|
+
"type": "typography",
|
|
549
|
+
"variant": "caption"
|
|
548
550
|
}
|
|
549
551
|
],
|
|
550
552
|
"gap": "lg",
|
|
551
|
-
"direction": "vertical",
|
|
552
|
-
"align": "center",
|
|
553
553
|
"type": "stack"
|
|
554
554
|
}
|
|
555
555
|
],
|
|
@@ -577,40 +577,39 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
-
"type": "dashboard-layout",
|
|
581
|
-
"appName": "Code Reviewer",
|
|
582
580
|
"children": [
|
|
583
581
|
{
|
|
582
|
+
"gap": "lg",
|
|
584
583
|
"children": [
|
|
585
584
|
{
|
|
586
|
-
"direction": "horizontal",
|
|
587
|
-
"type": "stack",
|
|
588
|
-
"gap": "sm",
|
|
589
|
-
"align": "center",
|
|
590
585
|
"justify": "between",
|
|
586
|
+
"gap": "sm",
|
|
591
587
|
"children": [
|
|
592
588
|
{
|
|
593
|
-
"align": "center",
|
|
594
|
-
"type": "stack",
|
|
595
|
-
"gap": "sm",
|
|
596
589
|
"children": [
|
|
597
590
|
{
|
|
598
|
-
"
|
|
599
|
-
"
|
|
591
|
+
"type": "icon",
|
|
592
|
+
"name": "check-circle"
|
|
600
593
|
},
|
|
601
594
|
{
|
|
602
|
-
"
|
|
595
|
+
"type": "typography",
|
|
603
596
|
"content": "Review Complete",
|
|
604
|
-
"
|
|
597
|
+
"variant": "h2"
|
|
605
598
|
}
|
|
606
599
|
],
|
|
607
|
-
"
|
|
600
|
+
"gap": "sm",
|
|
601
|
+
"type": "stack",
|
|
602
|
+
"direction": "horizontal",
|
|
603
|
+
"align": "center"
|
|
608
604
|
},
|
|
609
605
|
{
|
|
610
|
-
"
|
|
611
|
-
"
|
|
606
|
+
"label": "@entity.score",
|
|
607
|
+
"type": "badge"
|
|
612
608
|
}
|
|
613
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"direction": "horizontal",
|
|
611
|
+
"type": "stack",
|
|
612
|
+
"align": "center"
|
|
614
613
|
},
|
|
615
614
|
{
|
|
616
615
|
"type": "divider"
|
|
@@ -619,34 +618,32 @@
|
|
|
619
618
|
"type": "card",
|
|
620
619
|
"children": [
|
|
621
620
|
{
|
|
622
|
-
"direction": "vertical",
|
|
623
621
|
"type": "stack",
|
|
624
|
-
"gap": "md",
|
|
625
622
|
"children": [
|
|
626
623
|
{
|
|
624
|
+
"gap": "sm",
|
|
625
|
+
"direction": "horizontal",
|
|
626
|
+
"type": "stack",
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
-
"
|
|
630
|
-
"
|
|
629
|
+
"label": "@entity.category",
|
|
630
|
+
"type": "badge"
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
633
|
"label": "@entity.reviewStatus",
|
|
634
634
|
"type": "badge"
|
|
635
635
|
}
|
|
636
|
-
]
|
|
637
|
-
"gap": "sm",
|
|
638
|
-
"type": "stack",
|
|
639
|
-
"direction": "horizontal"
|
|
636
|
+
]
|
|
640
637
|
},
|
|
641
638
|
{
|
|
639
|
+
"variant": "h4",
|
|
642
640
|
"type": "typography",
|
|
643
|
-
"content": "Issues"
|
|
644
|
-
"variant": "h4"
|
|
641
|
+
"content": "Issues"
|
|
645
642
|
},
|
|
646
643
|
{
|
|
644
|
+
"variant": "body",
|
|
647
645
|
"type": "typography",
|
|
648
|
-
"content": "@entity.issues"
|
|
649
|
-
"variant": "body"
|
|
646
|
+
"content": "@entity.issues"
|
|
650
647
|
},
|
|
651
648
|
{
|
|
652
649
|
"type": "divider"
|
|
@@ -657,32 +654,33 @@
|
|
|
657
654
|
"type": "typography"
|
|
658
655
|
},
|
|
659
656
|
{
|
|
657
|
+
"content": "@entity.suggestions",
|
|
660
658
|
"variant": "body",
|
|
661
|
-
"type": "typography"
|
|
662
|
-
"content": "@entity.suggestions"
|
|
659
|
+
"type": "typography"
|
|
663
660
|
}
|
|
664
|
-
]
|
|
661
|
+
],
|
|
662
|
+
"gap": "md",
|
|
663
|
+
"direction": "vertical"
|
|
665
664
|
}
|
|
666
665
|
]
|
|
667
666
|
},
|
|
668
667
|
{
|
|
669
|
-
"type": "button",
|
|
670
668
|
"icon": "rotate-ccw",
|
|
671
|
-
"
|
|
669
|
+
"label": "New Review",
|
|
672
670
|
"variant": "ghost",
|
|
673
|
-
"
|
|
671
|
+
"type": "button",
|
|
672
|
+
"action": "RESET"
|
|
674
673
|
}
|
|
675
674
|
],
|
|
676
|
-
"
|
|
677
|
-
"type": "stack"
|
|
678
|
-
"direction": "vertical"
|
|
675
|
+
"direction": "vertical",
|
|
676
|
+
"type": "stack"
|
|
679
677
|
}
|
|
680
678
|
],
|
|
681
679
|
"navItems": [
|
|
682
680
|
{
|
|
683
681
|
"label": "Review",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
682
|
+
"href": "/review",
|
|
683
|
+
"icon": "file-search"
|
|
686
684
|
},
|
|
687
685
|
{
|
|
688
686
|
"href": "/analysis",
|
|
@@ -690,11 +688,13 @@
|
|
|
690
688
|
"label": "Analysis"
|
|
691
689
|
},
|
|
692
690
|
{
|
|
693
|
-
"
|
|
691
|
+
"icon": "alert-triangle",
|
|
694
692
|
"href": "/issues",
|
|
695
|
-
"
|
|
693
|
+
"label": "Issues"
|
|
696
694
|
}
|
|
697
|
-
]
|
|
695
|
+
],
|
|
696
|
+
"appName": "Code Reviewer",
|
|
697
|
+
"type": "dashboard-layout"
|
|
698
698
|
}
|
|
699
699
|
]
|
|
700
700
|
]
|
|
@@ -734,21 +734,20 @@
|
|
|
734
734
|
"main",
|
|
735
735
|
{
|
|
736
736
|
"type": "dashboard-layout",
|
|
737
|
-
"appName": "Code Reviewer",
|
|
738
737
|
"navItems": [
|
|
739
738
|
{
|
|
739
|
+
"href": "/review",
|
|
740
740
|
"icon": "file-search",
|
|
741
|
-
"label": "Review"
|
|
742
|
-
"href": "/review"
|
|
741
|
+
"label": "Review"
|
|
743
742
|
},
|
|
744
743
|
{
|
|
745
|
-
"href": "/analysis",
|
|
746
744
|
"icon": "tag",
|
|
747
|
-
"label": "Analysis"
|
|
745
|
+
"label": "Analysis",
|
|
746
|
+
"href": "/analysis"
|
|
748
747
|
},
|
|
749
748
|
{
|
|
750
|
-
"icon": "alert-triangle",
|
|
751
749
|
"label": "Issues",
|
|
750
|
+
"icon": "alert-triangle",
|
|
752
751
|
"href": "/issues"
|
|
753
752
|
}
|
|
754
753
|
],
|
|
@@ -756,57 +755,58 @@
|
|
|
756
755
|
{
|
|
757
756
|
"direction": "vertical",
|
|
758
757
|
"gap": "lg",
|
|
758
|
+
"type": "stack",
|
|
759
759
|
"children": [
|
|
760
760
|
{
|
|
761
|
-
"gap": "sm",
|
|
762
761
|
"align": "center",
|
|
762
|
+
"gap": "sm",
|
|
763
|
+
"direction": "horizontal",
|
|
764
|
+
"type": "stack",
|
|
763
765
|
"children": [
|
|
764
766
|
{
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
+
"type": "icon",
|
|
768
|
+
"name": "file-search"
|
|
767
769
|
},
|
|
768
770
|
{
|
|
769
|
-
"content": "Code Review",
|
|
770
771
|
"variant": "h2",
|
|
771
|
-
"type": "typography"
|
|
772
|
+
"type": "typography",
|
|
773
|
+
"content": "Code Review"
|
|
772
774
|
}
|
|
773
|
-
]
|
|
774
|
-
"type": "stack",
|
|
775
|
-
"direction": "horizontal"
|
|
775
|
+
]
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
778
|
"type": "divider"
|
|
779
779
|
},
|
|
780
780
|
{
|
|
781
|
+
"type": "card",
|
|
781
782
|
"children": [
|
|
782
783
|
{
|
|
783
|
-
"type": "stack",
|
|
784
784
|
"direction": "vertical",
|
|
785
|
+
"type": "stack",
|
|
785
786
|
"children": [
|
|
786
787
|
{
|
|
787
|
-
"
|
|
788
|
+
"variant": "body",
|
|
788
789
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
789
|
-
"
|
|
790
|
+
"type": "typography"
|
|
790
791
|
},
|
|
791
792
|
{
|
|
792
|
-
"type": "form-section",
|
|
793
793
|
"entity": "@entity",
|
|
794
|
-
"
|
|
795
|
-
"mode": "edit",
|
|
794
|
+
"type": "form-section",
|
|
796
795
|
"fields": [
|
|
797
796
|
"target"
|
|
798
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
799
|
+
"mode": "edit"
|
|
799
800
|
}
|
|
800
801
|
],
|
|
801
802
|
"gap": "md"
|
|
802
803
|
}
|
|
803
|
-
]
|
|
804
|
-
"type": "card"
|
|
804
|
+
]
|
|
805
805
|
}
|
|
806
|
-
]
|
|
807
|
-
"type": "stack"
|
|
806
|
+
]
|
|
808
807
|
}
|
|
809
|
-
]
|
|
808
|
+
],
|
|
809
|
+
"appName": "Code Reviewer"
|
|
810
810
|
}
|
|
811
811
|
]
|
|
812
812
|
]
|
|
@@ -998,36 +998,34 @@
|
|
|
998
998
|
"render-ui",
|
|
999
999
|
"main",
|
|
1000
1000
|
{
|
|
1001
|
-
"appName": "Code Reviewer",
|
|
1002
1001
|
"children": [
|
|
1003
1002
|
{
|
|
1004
|
-
"type": "stack",
|
|
1005
1003
|
"children": [
|
|
1006
1004
|
{
|
|
1007
|
-
"type": "stack",
|
|
1008
|
-
"gap": "sm",
|
|
1009
|
-
"direction": "horizontal",
|
|
1010
|
-
"align": "center",
|
|
1011
1005
|
"children": [
|
|
1012
1006
|
{
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1007
|
+
"type": "icon",
|
|
1008
|
+
"name": "brain"
|
|
1015
1009
|
},
|
|
1016
1010
|
{
|
|
1017
1011
|
"content": "RAG Pipeline",
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1012
|
+
"variant": "h2",
|
|
1013
|
+
"type": "typography"
|
|
1020
1014
|
}
|
|
1021
|
-
]
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
"
|
|
1025
|
-
|
|
1015
|
+
],
|
|
1016
|
+
"type": "stack",
|
|
1017
|
+
"align": "center",
|
|
1018
|
+
"gap": "sm",
|
|
1019
|
+
"direction": "horizontal"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"type": "divider"
|
|
1023
|
+
},
|
|
1026
1024
|
{
|
|
1027
1025
|
"children": [
|
|
1028
1026
|
{
|
|
1029
|
-
"gap": "md",
|
|
1030
1027
|
"type": "stack",
|
|
1028
|
+
"gap": "md",
|
|
1031
1029
|
"direction": "vertical",
|
|
1032
1030
|
"children": [
|
|
1033
1031
|
{
|
|
@@ -1036,13 +1034,13 @@
|
|
|
1036
1034
|
"type": "typography"
|
|
1037
1035
|
},
|
|
1038
1036
|
{
|
|
1039
|
-
"entity": "@entity",
|
|
1040
|
-
"mode": "edit",
|
|
1041
1037
|
"submitEvent": "GENERATE",
|
|
1042
1038
|
"type": "form-section",
|
|
1043
1039
|
"fields": [
|
|
1044
1040
|
"query"
|
|
1045
|
-
]
|
|
1041
|
+
],
|
|
1042
|
+
"entity": "@entity",
|
|
1043
|
+
"mode": "edit"
|
|
1046
1044
|
}
|
|
1047
1045
|
]
|
|
1048
1046
|
}
|
|
@@ -1050,28 +1048,30 @@
|
|
|
1050
1048
|
"type": "card"
|
|
1051
1049
|
}
|
|
1052
1050
|
],
|
|
1051
|
+
"gap": "lg",
|
|
1053
1052
|
"direction": "vertical",
|
|
1054
|
-
"
|
|
1053
|
+
"type": "stack"
|
|
1055
1054
|
}
|
|
1056
1055
|
],
|
|
1057
1056
|
"navItems": [
|
|
1058
1057
|
{
|
|
1059
1058
|
"href": "/review",
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1059
|
+
"label": "Review",
|
|
1060
|
+
"icon": "file-search"
|
|
1062
1061
|
},
|
|
1063
1062
|
{
|
|
1063
|
+
"icon": "tag",
|
|
1064
1064
|
"label": "Analysis",
|
|
1065
|
-
"href": "/analysis"
|
|
1066
|
-
"icon": "tag"
|
|
1065
|
+
"href": "/analysis"
|
|
1067
1066
|
},
|
|
1068
1067
|
{
|
|
1069
|
-
"icon": "alert-triangle",
|
|
1070
1068
|
"label": "Issues",
|
|
1071
|
-
"href": "/issues"
|
|
1069
|
+
"href": "/issues",
|
|
1070
|
+
"icon": "alert-triangle"
|
|
1072
1071
|
}
|
|
1073
1072
|
],
|
|
1074
|
-
"type": "dashboard-layout"
|
|
1073
|
+
"type": "dashboard-layout",
|
|
1074
|
+
"appName": "Code Reviewer"
|
|
1075
1075
|
}
|
|
1076
1076
|
]
|
|
1077
1077
|
]
|
|
@@ -1099,61 +1099,61 @@
|
|
|
1099
1099
|
"render-ui",
|
|
1100
1100
|
"main",
|
|
1101
1101
|
{
|
|
1102
|
-
"type": "dashboard-layout",
|
|
1103
|
-
"navItems": [
|
|
1104
|
-
{
|
|
1105
|
-
"label": "Review",
|
|
1106
|
-
"icon": "file-search",
|
|
1107
|
-
"href": "/review"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"href": "/analysis",
|
|
1111
|
-
"icon": "tag",
|
|
1112
|
-
"label": "Analysis"
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"label": "Issues",
|
|
1116
|
-
"href": "/issues",
|
|
1117
|
-
"icon": "alert-triangle"
|
|
1118
|
-
}
|
|
1119
|
-
],
|
|
1120
|
-
"appName": "Code Reviewer",
|
|
1121
1102
|
"children": [
|
|
1122
1103
|
{
|
|
1123
|
-
"
|
|
1124
|
-
"type": "stack",
|
|
1104
|
+
"gap": "lg",
|
|
1125
1105
|
"direction": "vertical",
|
|
1106
|
+
"align": "center",
|
|
1126
1107
|
"children": [
|
|
1127
1108
|
{
|
|
1128
1109
|
"name": "search",
|
|
1129
1110
|
"type": "icon"
|
|
1130
1111
|
},
|
|
1131
1112
|
{
|
|
1132
|
-
"variant": "h3",
|
|
1133
1113
|
"content": "Retrieving context...",
|
|
1134
|
-
"type": "typography"
|
|
1114
|
+
"type": "typography",
|
|
1115
|
+
"variant": "h3"
|
|
1135
1116
|
},
|
|
1136
1117
|
{
|
|
1137
1118
|
"type": "spinner"
|
|
1138
1119
|
},
|
|
1139
1120
|
{
|
|
1140
|
-
"gap": "md",
|
|
1141
1121
|
"type": "stack",
|
|
1122
|
+
"justify": "center",
|
|
1142
1123
|
"children": [
|
|
1143
1124
|
{
|
|
1144
1125
|
"label": "Recalling memories",
|
|
1145
1126
|
"type": "badge"
|
|
1146
1127
|
},
|
|
1147
1128
|
{
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1129
|
+
"type": "badge",
|
|
1130
|
+
"label": "Searching code"
|
|
1150
1131
|
}
|
|
1151
1132
|
],
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1133
|
+
"direction": "horizontal",
|
|
1134
|
+
"gap": "md"
|
|
1154
1135
|
}
|
|
1155
1136
|
],
|
|
1156
|
-
"
|
|
1137
|
+
"type": "stack"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"appName": "Code Reviewer",
|
|
1141
|
+
"type": "dashboard-layout",
|
|
1142
|
+
"navItems": [
|
|
1143
|
+
{
|
|
1144
|
+
"label": "Review",
|
|
1145
|
+
"icon": "file-search",
|
|
1146
|
+
"href": "/review"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"icon": "tag",
|
|
1150
|
+
"label": "Analysis",
|
|
1151
|
+
"href": "/analysis"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"icon": "alert-triangle",
|
|
1155
|
+
"label": "Issues",
|
|
1156
|
+
"href": "/issues"
|
|
1157
1157
|
}
|
|
1158
1158
|
]
|
|
1159
1159
|
}
|
|
@@ -1202,6 +1202,8 @@
|
|
|
1202
1202
|
{
|
|
1203
1203
|
"children": [
|
|
1204
1204
|
{
|
|
1205
|
+
"type": "stack",
|
|
1206
|
+
"align": "center",
|
|
1205
1207
|
"children": [
|
|
1206
1208
|
{
|
|
1207
1209
|
"name": "cpu",
|
|
@@ -1216,10 +1218,9 @@
|
|
|
1216
1218
|
"type": "spinner"
|
|
1217
1219
|
},
|
|
1218
1220
|
{
|
|
1219
|
-
"type": "stack",
|
|
1220
1221
|
"direction": "horizontal",
|
|
1221
|
-
"justify": "center",
|
|
1222
1222
|
"gap": "md",
|
|
1223
|
+
"justify": "center",
|
|
1223
1224
|
"children": [
|
|
1224
1225
|
{
|
|
1225
1226
|
"label": "@entity.memoryHits",
|
|
@@ -1229,34 +1230,33 @@
|
|
|
1229
1230
|
"label": "@entity.searchHits",
|
|
1230
1231
|
"type": "badge"
|
|
1231
1232
|
}
|
|
1232
|
-
]
|
|
1233
|
+
],
|
|
1234
|
+
"type": "stack"
|
|
1233
1235
|
}
|
|
1234
1236
|
],
|
|
1235
1237
|
"gap": "lg",
|
|
1236
|
-
"direction": "vertical"
|
|
1237
|
-
"type": "stack",
|
|
1238
|
-
"align": "center"
|
|
1238
|
+
"direction": "vertical"
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
1241
|
"appName": "Code Reviewer",
|
|
1242
|
+
"type": "dashboard-layout",
|
|
1242
1243
|
"navItems": [
|
|
1243
1244
|
{
|
|
1244
1245
|
"label": "Review",
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1246
|
+
"href": "/review",
|
|
1247
|
+
"icon": "file-search"
|
|
1247
1248
|
},
|
|
1248
1249
|
{
|
|
1249
|
-
"href": "/analysis",
|
|
1250
1250
|
"icon": "tag",
|
|
1251
|
+
"href": "/analysis",
|
|
1251
1252
|
"label": "Analysis"
|
|
1252
1253
|
},
|
|
1253
1254
|
{
|
|
1254
1255
|
"label": "Issues",
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1256
|
+
"href": "/issues",
|
|
1257
|
+
"icon": "alert-triangle"
|
|
1257
1258
|
}
|
|
1258
|
-
]
|
|
1259
|
-
"type": "dashboard-layout"
|
|
1259
|
+
]
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
1262
|
]
|
|
@@ -1280,55 +1280,55 @@
|
|
|
1280
1280
|
"render-ui",
|
|
1281
1281
|
"main",
|
|
1282
1282
|
{
|
|
1283
|
-
"navItems": [
|
|
1284
|
-
{
|
|
1285
|
-
"label": "Review",
|
|
1286
|
-
"icon": "file-search",
|
|
1287
|
-
"href": "/review"
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"href": "/analysis",
|
|
1291
|
-
"label": "Analysis",
|
|
1292
|
-
"icon": "tag"
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"icon": "alert-triangle",
|
|
1296
|
-
"label": "Issues",
|
|
1297
|
-
"href": "/issues"
|
|
1298
|
-
}
|
|
1299
|
-
],
|
|
1300
|
-
"type": "dashboard-layout",
|
|
1301
1283
|
"children": [
|
|
1302
1284
|
{
|
|
1303
|
-
"
|
|
1304
|
-
"gap": "lg",
|
|
1285
|
+
"type": "stack",
|
|
1305
1286
|
"children": [
|
|
1306
1287
|
{
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1288
|
+
"name": "alert-triangle",
|
|
1289
|
+
"type": "icon"
|
|
1309
1290
|
},
|
|
1310
1291
|
{
|
|
1311
1292
|
"content": "RAG Pipeline Error",
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1293
|
+
"type": "typography",
|
|
1294
|
+
"variant": "h2"
|
|
1314
1295
|
},
|
|
1315
1296
|
{
|
|
1316
1297
|
"variant": "error",
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1298
|
+
"message": "@entity.error",
|
|
1299
|
+
"type": "alert"
|
|
1319
1300
|
},
|
|
1320
1301
|
{
|
|
1302
|
+
"variant": "primary",
|
|
1321
1303
|
"type": "button",
|
|
1322
|
-
"icon": "rotate-ccw",
|
|
1323
|
-
"label": "Try Again",
|
|
1324
1304
|
"action": "RESET",
|
|
1325
|
-
"
|
|
1305
|
+
"label": "Try Again",
|
|
1306
|
+
"icon": "rotate-ccw"
|
|
1326
1307
|
}
|
|
1327
1308
|
],
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1309
|
+
"direction": "vertical",
|
|
1310
|
+
"gap": "lg",
|
|
1311
|
+
"align": "center"
|
|
1330
1312
|
}
|
|
1331
1313
|
],
|
|
1314
|
+
"navItems": [
|
|
1315
|
+
{
|
|
1316
|
+
"icon": "file-search",
|
|
1317
|
+
"href": "/review",
|
|
1318
|
+
"label": "Review"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"href": "/analysis",
|
|
1322
|
+
"icon": "tag",
|
|
1323
|
+
"label": "Analysis"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"label": "Issues",
|
|
1327
|
+
"href": "/issues",
|
|
1328
|
+
"icon": "alert-triangle"
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"type": "dashboard-layout",
|
|
1332
1332
|
"appName": "Code Reviewer"
|
|
1333
1333
|
}
|
|
1334
1334
|
]
|
|
@@ -1362,82 +1362,65 @@
|
|
|
1362
1362
|
"render-ui",
|
|
1363
1363
|
"main",
|
|
1364
1364
|
{
|
|
1365
|
-
"navItems": [
|
|
1366
|
-
{
|
|
1367
|
-
"label": "Review",
|
|
1368
|
-
"href": "/review",
|
|
1369
|
-
"icon": "file-search"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"href": "/analysis",
|
|
1373
|
-
"icon": "tag",
|
|
1374
|
-
"label": "Analysis"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"icon": "alert-triangle",
|
|
1378
|
-
"href": "/issues",
|
|
1379
|
-
"label": "Issues"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"type": "dashboard-layout",
|
|
1383
1365
|
"children": [
|
|
1384
1366
|
{
|
|
1385
|
-
"direction": "vertical",
|
|
1386
1367
|
"gap": "lg",
|
|
1368
|
+
"type": "stack",
|
|
1369
|
+
"direction": "vertical",
|
|
1387
1370
|
"children": [
|
|
1388
1371
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"type": "stack",
|
|
1372
|
+
"align": "center",
|
|
1373
|
+
"justify": "between",
|
|
1392
1374
|
"children": [
|
|
1393
1375
|
{
|
|
1376
|
+
"direction": "horizontal",
|
|
1377
|
+
"align": "center",
|
|
1378
|
+
"gap": "sm",
|
|
1394
1379
|
"children": [
|
|
1395
1380
|
{
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1381
|
+
"type": "icon",
|
|
1382
|
+
"name": "check-circle"
|
|
1398
1383
|
},
|
|
1399
1384
|
{
|
|
1385
|
+
"content": "RAG Complete",
|
|
1400
1386
|
"variant": "h2",
|
|
1401
|
-
"type": "typography"
|
|
1402
|
-
"content": "RAG Complete"
|
|
1387
|
+
"type": "typography"
|
|
1403
1388
|
}
|
|
1404
1389
|
],
|
|
1405
|
-
"
|
|
1406
|
-
"type": "stack",
|
|
1407
|
-
"direction": "horizontal",
|
|
1408
|
-
"gap": "sm"
|
|
1390
|
+
"type": "stack"
|
|
1409
1391
|
},
|
|
1410
1392
|
{
|
|
1411
|
-
"type": "button",
|
|
1412
1393
|
"icon": "rotate-ccw",
|
|
1413
|
-
"action": "RESET",
|
|
1414
1394
|
"variant": "ghost",
|
|
1395
|
+
"type": "button",
|
|
1396
|
+
"action": "RESET",
|
|
1415
1397
|
"label": "New Query"
|
|
1416
1398
|
}
|
|
1417
1399
|
],
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1400
|
+
"type": "stack",
|
|
1401
|
+
"gap": "sm",
|
|
1402
|
+
"direction": "horizontal"
|
|
1420
1403
|
},
|
|
1421
1404
|
{
|
|
1422
1405
|
"type": "divider"
|
|
1423
1406
|
},
|
|
1424
1407
|
{
|
|
1408
|
+
"type": "simple-grid",
|
|
1409
|
+
"cols": 2.0,
|
|
1425
1410
|
"children": [
|
|
1426
1411
|
{
|
|
1412
|
+
"type": "stat-display",
|
|
1427
1413
|
"value": "@entity.memoryHits",
|
|
1428
1414
|
"label": "Memory Hits",
|
|
1429
|
-
"type": "stat-display",
|
|
1430
1415
|
"icon": "brain"
|
|
1431
1416
|
},
|
|
1432
1417
|
{
|
|
1433
1418
|
"icon": "code",
|
|
1434
|
-
"
|
|
1419
|
+
"value": "@entity.searchHits",
|
|
1435
1420
|
"type": "stat-display",
|
|
1436
|
-
"
|
|
1421
|
+
"label": "Code Hits"
|
|
1437
1422
|
}
|
|
1438
|
-
]
|
|
1439
|
-
"cols": 2.0,
|
|
1440
|
-
"type": "simple-grid"
|
|
1423
|
+
]
|
|
1441
1424
|
},
|
|
1442
1425
|
{
|
|
1443
1426
|
"type": "divider"
|
|
@@ -1445,34 +1428,34 @@
|
|
|
1445
1428
|
{
|
|
1446
1429
|
"children": [
|
|
1447
1430
|
{
|
|
1448
|
-
"
|
|
1431
|
+
"direction": "vertical",
|
|
1432
|
+
"gap": "md",
|
|
1449
1433
|
"children": [
|
|
1450
1434
|
{
|
|
1451
|
-
"
|
|
1435
|
+
"content": "Query",
|
|
1452
1436
|
"variant": "caption",
|
|
1453
|
-
"
|
|
1437
|
+
"type": "typography"
|
|
1454
1438
|
},
|
|
1455
1439
|
{
|
|
1456
1440
|
"type": "typography",
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1441
|
+
"variant": "body",
|
|
1442
|
+
"content": "@entity.query"
|
|
1459
1443
|
},
|
|
1460
1444
|
{
|
|
1461
1445
|
"type": "divider"
|
|
1462
1446
|
},
|
|
1463
1447
|
{
|
|
1464
|
-
"type": "typography",
|
|
1465
1448
|
"variant": "caption",
|
|
1449
|
+
"type": "typography",
|
|
1466
1450
|
"content": "Response"
|
|
1467
1451
|
},
|
|
1468
1452
|
{
|
|
1469
1453
|
"variant": "body",
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1454
|
+
"type": "typography",
|
|
1455
|
+
"content": "@entity.response"
|
|
1472
1456
|
}
|
|
1473
1457
|
],
|
|
1474
|
-
"
|
|
1475
|
-
"gap": "md"
|
|
1458
|
+
"type": "stack"
|
|
1476
1459
|
}
|
|
1477
1460
|
],
|
|
1478
1461
|
"type": "card"
|
|
@@ -1481,29 +1464,46 @@
|
|
|
1481
1464
|
"type": "card",
|
|
1482
1465
|
"children": [
|
|
1483
1466
|
{
|
|
1467
|
+
"type": "stack",
|
|
1484
1468
|
"children": [
|
|
1485
1469
|
{
|
|
1470
|
+
"variant": "caption",
|
|
1486
1471
|
"type": "typography",
|
|
1487
|
-
"content": "Retrieved Context"
|
|
1488
|
-
"variant": "caption"
|
|
1472
|
+
"content": "Retrieved Context"
|
|
1489
1473
|
},
|
|
1490
1474
|
{
|
|
1491
|
-
"
|
|
1475
|
+
"content": "@entity.context",
|
|
1492
1476
|
"type": "typography",
|
|
1493
|
-
"
|
|
1477
|
+
"variant": "body"
|
|
1494
1478
|
}
|
|
1495
1479
|
],
|
|
1496
1480
|
"gap": "sm",
|
|
1497
|
-
"type": "stack",
|
|
1498
1481
|
"direction": "vertical"
|
|
1499
1482
|
}
|
|
1500
1483
|
]
|
|
1501
1484
|
}
|
|
1502
|
-
]
|
|
1503
|
-
"type": "stack"
|
|
1485
|
+
]
|
|
1504
1486
|
}
|
|
1505
1487
|
],
|
|
1506
|
-
"appName": "Code Reviewer"
|
|
1488
|
+
"appName": "Code Reviewer",
|
|
1489
|
+
"type": "dashboard-layout",
|
|
1490
|
+
"navItems": [
|
|
1491
|
+
{
|
|
1492
|
+
"label": "Review",
|
|
1493
|
+
"href": "/review",
|
|
1494
|
+
"icon": "file-search"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"label": "Analysis",
|
|
1498
|
+
"href": "/analysis",
|
|
1499
|
+
"icon": "tag"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"icon": "alert-triangle",
|
|
1503
|
+
"label": "Issues",
|
|
1504
|
+
"href": "/issues"
|
|
1505
|
+
}
|
|
1506
|
+
]
|
|
1507
1507
|
}
|
|
1508
1508
|
]
|
|
1509
1509
|
]
|
|
@@ -1527,56 +1527,56 @@
|
|
|
1527
1527
|
"render-ui",
|
|
1528
1528
|
"main",
|
|
1529
1529
|
{
|
|
1530
|
-
"appName": "Code Reviewer",
|
|
1531
1530
|
"navItems": [
|
|
1532
1531
|
{
|
|
1532
|
+
"href": "/review",
|
|
1533
1533
|
"label": "Review",
|
|
1534
|
-
"icon": "file-search"
|
|
1535
|
-
"href": "/review"
|
|
1534
|
+
"icon": "file-search"
|
|
1536
1535
|
},
|
|
1537
1536
|
{
|
|
1538
1537
|
"label": "Analysis",
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1538
|
+
"href": "/analysis",
|
|
1539
|
+
"icon": "tag"
|
|
1541
1540
|
},
|
|
1542
1541
|
{
|
|
1543
|
-
"href": "/issues",
|
|
1544
1542
|
"icon": "alert-triangle",
|
|
1543
|
+
"href": "/issues",
|
|
1545
1544
|
"label": "Issues"
|
|
1546
1545
|
}
|
|
1547
1546
|
],
|
|
1548
|
-
"
|
|
1547
|
+
"appName": "Code Reviewer",
|
|
1549
1548
|
"children": [
|
|
1550
1549
|
{
|
|
1550
|
+
"type": "stack",
|
|
1551
|
+
"align": "center",
|
|
1551
1552
|
"children": [
|
|
1552
1553
|
{
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1554
|
+
"name": "alert-triangle",
|
|
1555
|
+
"type": "icon"
|
|
1555
1556
|
},
|
|
1556
1557
|
{
|
|
1557
|
-
"content": "RAG Pipeline Error",
|
|
1558
1558
|
"type": "typography",
|
|
1559
|
+
"content": "RAG Pipeline Error",
|
|
1559
1560
|
"variant": "h2"
|
|
1560
1561
|
},
|
|
1561
1562
|
{
|
|
1562
|
-
"variant": "error",
|
|
1563
1563
|
"message": "@entity.error",
|
|
1564
|
-
"type": "alert"
|
|
1564
|
+
"type": "alert",
|
|
1565
|
+
"variant": "error"
|
|
1565
1566
|
},
|
|
1566
1567
|
{
|
|
1567
1568
|
"icon": "rotate-ccw",
|
|
1568
|
-
"label": "Try Again",
|
|
1569
1569
|
"action": "RESET",
|
|
1570
|
-
"
|
|
1571
|
-
"variant": "primary"
|
|
1570
|
+
"label": "Try Again",
|
|
1571
|
+
"variant": "primary",
|
|
1572
|
+
"type": "button"
|
|
1572
1573
|
}
|
|
1573
1574
|
],
|
|
1574
|
-
"gap": "lg",
|
|
1575
1575
|
"direction": "vertical",
|
|
1576
|
-
"
|
|
1577
|
-
"align": "center"
|
|
1576
|
+
"gap": "lg"
|
|
1578
1577
|
}
|
|
1579
|
-
]
|
|
1578
|
+
],
|
|
1579
|
+
"type": "dashboard-layout"
|
|
1580
1580
|
}
|
|
1581
1581
|
]
|
|
1582
1582
|
]
|
|
@@ -1620,27 +1620,27 @@
|
|
|
1620
1620
|
"render-ui",
|
|
1621
1621
|
"main",
|
|
1622
1622
|
{
|
|
1623
|
-
"type": "dashboard-layout",
|
|
1624
1623
|
"children": [
|
|
1625
1624
|
{
|
|
1625
|
+
"gap": "lg",
|
|
1626
1626
|
"direction": "vertical",
|
|
1627
1627
|
"type": "stack",
|
|
1628
1628
|
"children": [
|
|
1629
1629
|
{
|
|
1630
|
+
"align": "center",
|
|
1631
|
+
"type": "stack",
|
|
1630
1632
|
"children": [
|
|
1631
1633
|
{
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1634
|
+
"name": "brain",
|
|
1635
|
+
"type": "icon"
|
|
1634
1636
|
},
|
|
1635
1637
|
{
|
|
1636
|
-
"
|
|
1638
|
+
"type": "typography",
|
|
1637
1639
|
"content": "RAG Pipeline",
|
|
1638
|
-
"
|
|
1640
|
+
"variant": "h2"
|
|
1639
1641
|
}
|
|
1640
1642
|
],
|
|
1641
|
-
"type": "stack",
|
|
1642
1643
|
"gap": "sm",
|
|
1643
|
-
"align": "center",
|
|
1644
1644
|
"direction": "horizontal"
|
|
1645
1645
|
},
|
|
1646
1646
|
{
|
|
@@ -1650,32 +1650,32 @@
|
|
|
1650
1650
|
"type": "card",
|
|
1651
1651
|
"children": [
|
|
1652
1652
|
{
|
|
1653
|
-
"type": "stack",
|
|
1654
1653
|
"gap": "md",
|
|
1655
1654
|
"children": [
|
|
1656
1655
|
{
|
|
1656
|
+
"variant": "body",
|
|
1657
1657
|
"type": "typography",
|
|
1658
|
-
"content": "Enter a query to retrieve context and generate a response"
|
|
1659
|
-
"variant": "body"
|
|
1658
|
+
"content": "Enter a query to retrieve context and generate a response"
|
|
1660
1659
|
},
|
|
1661
1660
|
{
|
|
1662
|
-
"type": "form-section",
|
|
1663
|
-
"entity": "@entity",
|
|
1664
1661
|
"submitEvent": "GENERATE",
|
|
1665
1662
|
"fields": [
|
|
1666
1663
|
"query"
|
|
1667
1664
|
],
|
|
1668
|
-
"
|
|
1665
|
+
"entity": "@entity",
|
|
1666
|
+
"mode": "edit",
|
|
1667
|
+
"type": "form-section"
|
|
1669
1668
|
}
|
|
1670
1669
|
],
|
|
1671
|
-
"direction": "vertical"
|
|
1670
|
+
"direction": "vertical",
|
|
1671
|
+
"type": "stack"
|
|
1672
1672
|
}
|
|
1673
1673
|
]
|
|
1674
1674
|
}
|
|
1675
|
-
]
|
|
1676
|
-
"gap": "lg"
|
|
1675
|
+
]
|
|
1677
1676
|
}
|
|
1678
1677
|
],
|
|
1678
|
+
"appName": "Code Reviewer",
|
|
1679
1679
|
"navItems": [
|
|
1680
1680
|
{
|
|
1681
1681
|
"icon": "file-search",
|
|
@@ -1684,8 +1684,8 @@
|
|
|
1684
1684
|
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"icon": "tag",
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1687
|
+
"label": "Analysis",
|
|
1688
|
+
"href": "/analysis"
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
1691
|
"href": "/issues",
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
"label": "Issues"
|
|
1694
1694
|
}
|
|
1695
1695
|
],
|
|
1696
|
-
"
|
|
1696
|
+
"type": "dashboard-layout"
|
|
1697
1697
|
}
|
|
1698
1698
|
]
|
|
1699
1699
|
]
|
|
@@ -1801,6 +1801,7 @@
|
|
|
1801
1801
|
"render-ui",
|
|
1802
1802
|
"main",
|
|
1803
1803
|
{
|
|
1804
|
+
"className": "py-12",
|
|
1804
1805
|
"children": [
|
|
1805
1806
|
{
|
|
1806
1807
|
"type": "spinner"
|
|
@@ -1808,15 +1809,14 @@
|
|
|
1808
1809
|
{
|
|
1809
1810
|
"variant": "caption",
|
|
1810
1811
|
"type": "typography",
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1812
|
+
"color": "muted",
|
|
1813
|
+
"content": "Loading RAG pipeline…"
|
|
1813
1814
|
}
|
|
1814
1815
|
],
|
|
1815
|
-
"gap": "md",
|
|
1816
1816
|
"type": "stack",
|
|
1817
|
-
"direction": "vertical",
|
|
1818
1817
|
"align": "center",
|
|
1819
|
-
"
|
|
1818
|
+
"direction": "vertical",
|
|
1819
|
+
"gap": "md"
|
|
1820
1820
|
}
|
|
1821
1821
|
]
|
|
1822
1822
|
]
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
"render-ui",
|
|
1831
1831
|
"main",
|
|
1832
1832
|
{
|
|
1833
|
-
"
|
|
1833
|
+
"type": "dashboard-layout",
|
|
1834
1834
|
"navItems": [
|
|
1835
1835
|
{
|
|
1836
1836
|
"label": "Review",
|
|
@@ -1838,8 +1838,8 @@
|
|
|
1838
1838
|
"icon": "file-search"
|
|
1839
1839
|
},
|
|
1840
1840
|
{
|
|
1841
|
-
"href": "/analysis",
|
|
1842
1841
|
"label": "Analysis",
|
|
1842
|
+
"href": "/analysis",
|
|
1843
1843
|
"icon": "tag"
|
|
1844
1844
|
},
|
|
1845
1845
|
{
|
|
@@ -1853,26 +1853,27 @@
|
|
|
1853
1853
|
"gap": "lg",
|
|
1854
1854
|
"children": [
|
|
1855
1855
|
{
|
|
1856
|
-
"
|
|
1856
|
+
"align": "center",
|
|
1857
|
+
"type": "stack",
|
|
1857
1858
|
"direction": "horizontal",
|
|
1859
|
+
"gap": "sm",
|
|
1858
1860
|
"children": [
|
|
1859
1861
|
{
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
+
"name": "brain",
|
|
1863
|
+
"type": "icon"
|
|
1862
1864
|
},
|
|
1863
1865
|
{
|
|
1866
|
+
"variant": "h2",
|
|
1864
1867
|
"type": "typography",
|
|
1865
|
-
"content": "RAG Pipeline"
|
|
1866
|
-
"variant": "h2"
|
|
1868
|
+
"content": "RAG Pipeline"
|
|
1867
1869
|
}
|
|
1868
|
-
]
|
|
1869
|
-
"type": "stack",
|
|
1870
|
-
"align": "center"
|
|
1870
|
+
]
|
|
1871
1871
|
},
|
|
1872
1872
|
{
|
|
1873
1873
|
"type": "divider"
|
|
1874
1874
|
},
|
|
1875
1875
|
{
|
|
1876
|
+
"type": "tabs",
|
|
1876
1877
|
"tabs": [
|
|
1877
1878
|
{
|
|
1878
1879
|
"label": "Query",
|
|
@@ -1887,47 +1888,46 @@
|
|
|
1887
1888
|
"label": "Response"
|
|
1888
1889
|
}
|
|
1889
1890
|
],
|
|
1890
|
-
"defaultActiveTab": "query",
|
|
1891
1891
|
"onTabChange": "SELECT_TAB",
|
|
1892
|
-
"
|
|
1892
|
+
"defaultActiveTab": "query"
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
1895
|
"type": "divider"
|
|
1896
1896
|
},
|
|
1897
1897
|
{
|
|
1898
|
-
"type": "data-grid",
|
|
1899
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1900
|
-
"entity": "@payload.data",
|
|
1901
|
-
"fields": [],
|
|
1902
1898
|
"renderItem": [
|
|
1903
1899
|
"fn",
|
|
1904
1900
|
"item",
|
|
1905
1901
|
{
|
|
1906
|
-
"type": "stack",
|
|
1907
|
-
"gap": "sm",
|
|
1908
|
-
"direction": "vertical",
|
|
1909
1902
|
"children": [
|
|
1910
1903
|
{
|
|
1911
|
-
"
|
|
1904
|
+
"type": "typography",
|
|
1912
1905
|
"variant": "h4",
|
|
1913
|
-
"
|
|
1906
|
+
"content": "@item.query"
|
|
1914
1907
|
},
|
|
1915
1908
|
{
|
|
1916
1909
|
"color": "muted",
|
|
1910
|
+
"content": "@item.query",
|
|
1917
1911
|
"type": "typography",
|
|
1918
|
-
"variant": "caption"
|
|
1919
|
-
"content": "@item.query"
|
|
1912
|
+
"variant": "caption"
|
|
1920
1913
|
}
|
|
1921
|
-
]
|
|
1914
|
+
],
|
|
1915
|
+
"direction": "vertical",
|
|
1916
|
+
"type": "stack",
|
|
1917
|
+
"gap": "sm"
|
|
1922
1918
|
}
|
|
1923
|
-
]
|
|
1919
|
+
],
|
|
1920
|
+
"type": "data-grid",
|
|
1921
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1922
|
+
"entity": "@payload.data",
|
|
1923
|
+
"fields": []
|
|
1924
1924
|
}
|
|
1925
1925
|
],
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1926
|
+
"type": "stack",
|
|
1927
|
+
"direction": "vertical"
|
|
1928
1928
|
}
|
|
1929
1929
|
],
|
|
1930
|
-
"
|
|
1930
|
+
"appName": "Code Reviewer"
|
|
1931
1931
|
}
|
|
1932
1932
|
]
|
|
1933
1933
|
]
|
|
@@ -1942,35 +1942,35 @@
|
|
|
1942
1942
|
"main",
|
|
1943
1943
|
{
|
|
1944
1944
|
"direction": "vertical",
|
|
1945
|
+
"className": "py-12",
|
|
1946
|
+
"gap": "md",
|
|
1945
1947
|
"children": [
|
|
1946
1948
|
{
|
|
1949
|
+
"name": "alert-triangle",
|
|
1947
1950
|
"color": "destructive",
|
|
1948
|
-
"type": "icon"
|
|
1949
|
-
"name": "alert-triangle"
|
|
1951
|
+
"type": "icon"
|
|
1950
1952
|
},
|
|
1951
1953
|
{
|
|
1952
|
-
"
|
|
1954
|
+
"content": "Failed to load RAG pipeline",
|
|
1953
1955
|
"variant": "h3",
|
|
1954
|
-
"
|
|
1956
|
+
"type": "typography"
|
|
1955
1957
|
},
|
|
1956
1958
|
{
|
|
1957
|
-
"
|
|
1958
|
-
"color": "muted",
|
|
1959
|
+
"variant": "body",
|
|
1959
1960
|
"type": "typography",
|
|
1960
|
-
"
|
|
1961
|
+
"color": "muted",
|
|
1962
|
+
"content": "@payload.error"
|
|
1961
1963
|
},
|
|
1962
1964
|
{
|
|
1965
|
+
"variant": "primary",
|
|
1966
|
+
"icon": "rotate-ccw",
|
|
1963
1967
|
"label": "Retry",
|
|
1964
|
-
"action": "INIT",
|
|
1965
1968
|
"type": "button",
|
|
1966
|
-
"
|
|
1967
|
-
"icon": "rotate-ccw"
|
|
1969
|
+
"action": "INIT"
|
|
1968
1970
|
}
|
|
1969
1971
|
],
|
|
1970
1972
|
"type": "stack",
|
|
1971
|
-
"
|
|
1972
|
-
"align": "center",
|
|
1973
|
-
"className": "py-12"
|
|
1973
|
+
"align": "center"
|
|
1974
1974
|
}
|
|
1975
1975
|
]
|
|
1976
1976
|
]
|
|
@@ -2092,22 +2092,22 @@
|
|
|
2092
2092
|
"render-ui",
|
|
2093
2093
|
"main",
|
|
2094
2094
|
{
|
|
2095
|
+
"className": "py-12",
|
|
2096
|
+
"direction": "vertical",
|
|
2097
|
+
"align": "center",
|
|
2095
2098
|
"children": [
|
|
2096
2099
|
{
|
|
2097
2100
|
"type": "spinner"
|
|
2098
2101
|
},
|
|
2099
2102
|
{
|
|
2103
|
+
"content": "Loading…",
|
|
2100
2104
|
"variant": "caption",
|
|
2101
2105
|
"color": "muted",
|
|
2102
|
-
"type": "typography"
|
|
2103
|
-
"content": "Loading…"
|
|
2106
|
+
"type": "typography"
|
|
2104
2107
|
}
|
|
2105
2108
|
],
|
|
2106
|
-
"direction": "vertical",
|
|
2107
2109
|
"type": "stack",
|
|
2108
|
-
"
|
|
2109
|
-
"gap": "md",
|
|
2110
|
-
"className": "py-12"
|
|
2110
|
+
"gap": "md"
|
|
2111
2111
|
}
|
|
2112
2112
|
]
|
|
2113
2113
|
]
|
|
@@ -2121,18 +2121,16 @@
|
|
|
2121
2121
|
"render-ui",
|
|
2122
2122
|
"main",
|
|
2123
2123
|
{
|
|
2124
|
-
"type": "dashboard-layout",
|
|
2125
|
-
"appName": "Code Reviewer",
|
|
2126
2124
|
"navItems": [
|
|
2127
2125
|
{
|
|
2126
|
+
"icon": "file-search",
|
|
2128
2127
|
"label": "Review",
|
|
2129
|
-
"href": "/review"
|
|
2130
|
-
"icon": "file-search"
|
|
2128
|
+
"href": "/review"
|
|
2131
2129
|
},
|
|
2132
2130
|
{
|
|
2131
|
+
"icon": "tag",
|
|
2133
2132
|
"href": "/analysis",
|
|
2134
|
-
"label": "Analysis"
|
|
2135
|
-
"icon": "tag"
|
|
2133
|
+
"label": "Analysis"
|
|
2136
2134
|
},
|
|
2137
2135
|
{
|
|
2138
2136
|
"icon": "alert-triangle",
|
|
@@ -2142,125 +2140,127 @@
|
|
|
2142
2140
|
],
|
|
2143
2141
|
"children": [
|
|
2144
2142
|
{
|
|
2145
|
-
"direction": "vertical",
|
|
2146
2143
|
"gap": "lg",
|
|
2147
|
-
"
|
|
2144
|
+
"direction": "vertical",
|
|
2148
2145
|
"className": "max-w-5xl mx-auto w-full",
|
|
2149
2146
|
"children": [
|
|
2150
2147
|
{
|
|
2151
|
-
"
|
|
2148
|
+
"type": "stack",
|
|
2149
|
+
"align": "center",
|
|
2150
|
+
"direction": "horizontal",
|
|
2152
2151
|
"children": [
|
|
2153
2152
|
{
|
|
2153
|
+
"type": "stack",
|
|
2154
2154
|
"gap": "sm",
|
|
2155
2155
|
"direction": "horizontal",
|
|
2156
|
+
"align": "center",
|
|
2156
2157
|
"children": [
|
|
2157
2158
|
{
|
|
2158
2159
|
"type": "icon",
|
|
2159
2160
|
"name": "brain"
|
|
2160
2161
|
},
|
|
2161
2162
|
{
|
|
2162
|
-
"content": "ReviewRag Manager",
|
|
2163
2163
|
"variant": "h2",
|
|
2164
|
+
"content": "ReviewRag Manager",
|
|
2164
2165
|
"type": "typography"
|
|
2165
2166
|
}
|
|
2166
|
-
]
|
|
2167
|
-
"type": "stack",
|
|
2168
|
-
"align": "center"
|
|
2167
|
+
]
|
|
2169
2168
|
},
|
|
2170
2169
|
{
|
|
2171
2170
|
"gap": "sm",
|
|
2171
|
+
"direction": "horizontal",
|
|
2172
|
+
"type": "stack",
|
|
2172
2173
|
"children": [
|
|
2173
2174
|
{
|
|
2174
|
-
"variant": "primary",
|
|
2175
2175
|
"action": "MEMORIZE",
|
|
2176
|
-
"label": "Memorize",
|
|
2177
2176
|
"type": "button",
|
|
2178
|
-
"
|
|
2177
|
+
"variant": "primary",
|
|
2178
|
+
"icon": "plus",
|
|
2179
|
+
"label": "Memorize"
|
|
2179
2180
|
},
|
|
2180
2181
|
{
|
|
2181
|
-
"type": "button",
|
|
2182
|
-
"action": "RECALL",
|
|
2183
2182
|
"label": "Recall",
|
|
2184
2183
|
"variant": "secondary",
|
|
2185
|
-
"
|
|
2184
|
+
"action": "RECALL",
|
|
2185
|
+
"icon": "search",
|
|
2186
|
+
"type": "button"
|
|
2186
2187
|
},
|
|
2187
2188
|
{
|
|
2188
|
-
"type": "button",
|
|
2189
2189
|
"variant": "ghost",
|
|
2190
|
+
"icon": "clock",
|
|
2190
2191
|
"action": "DECAY",
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2192
|
+
"type": "button",
|
|
2193
|
+
"label": "Decay All"
|
|
2193
2194
|
}
|
|
2194
|
-
]
|
|
2195
|
-
"type": "stack",
|
|
2196
|
-
"direction": "horizontal"
|
|
2195
|
+
]
|
|
2197
2196
|
}
|
|
2198
2197
|
],
|
|
2199
|
-
"
|
|
2200
|
-
"type": "stack",
|
|
2201
|
-
"direction": "horizontal",
|
|
2198
|
+
"justify": "between",
|
|
2202
2199
|
"gap": "md"
|
|
2203
2200
|
},
|
|
2204
2201
|
{
|
|
2205
2202
|
"type": "divider"
|
|
2206
2203
|
},
|
|
2207
2204
|
{
|
|
2208
|
-
"entity": "@payload.data",
|
|
2209
|
-
"itemActions": [
|
|
2210
|
-
{
|
|
2211
|
-
"variant": "ghost",
|
|
2212
|
-
"label": "Pin",
|
|
2213
|
-
"event": "PIN"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"event": "REINFORCE",
|
|
2217
|
-
"variant": "ghost",
|
|
2218
|
-
"label": "Reinforce"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"event": "FORGET",
|
|
2222
|
-
"variant": "danger",
|
|
2223
|
-
"label": "Forget"
|
|
2224
|
-
}
|
|
2225
|
-
],
|
|
2226
|
-
"fields": [],
|
|
2227
|
-
"type": "data-grid",
|
|
2228
2205
|
"columns": [
|
|
2229
2206
|
{
|
|
2230
|
-
"label": "Content",
|
|
2231
|
-
"icon": "brain",
|
|
2232
2207
|
"name": "content",
|
|
2233
|
-
"variant": "h4"
|
|
2208
|
+
"variant": "h4",
|
|
2209
|
+
"label": "Content",
|
|
2210
|
+
"icon": "brain"
|
|
2234
2211
|
},
|
|
2235
2212
|
{
|
|
2213
|
+
"variant": "badge",
|
|
2214
|
+
"label": "Category",
|
|
2236
2215
|
"colorMap": {
|
|
2216
|
+
"active": "success",
|
|
2217
|
+
"completed": "success",
|
|
2218
|
+
"done": "success",
|
|
2219
|
+
"pending": "warning",
|
|
2220
|
+
"scheduled": "warning",
|
|
2237
2221
|
"error": "destructive",
|
|
2238
|
-
"inactive": "neutral",
|
|
2239
2222
|
"failed": "destructive",
|
|
2223
|
+
"disabled": "neutral",
|
|
2240
2224
|
"archived": "neutral",
|
|
2241
|
-
"pending": "warning",
|
|
2242
|
-
"done": "success",
|
|
2243
2225
|
"draft": "warning",
|
|
2244
|
-
"disabled": "neutral",
|
|
2245
|
-
"active": "success",
|
|
2246
2226
|
"cancelled": "destructive",
|
|
2247
|
-
"
|
|
2248
|
-
"completed": "success"
|
|
2227
|
+
"inactive": "neutral"
|
|
2249
2228
|
},
|
|
2250
|
-
"name": "category"
|
|
2251
|
-
"variant": "badge",
|
|
2252
|
-
"label": "Category"
|
|
2229
|
+
"name": "category"
|
|
2253
2230
|
},
|
|
2254
2231
|
{
|
|
2232
|
+
"name": "strength",
|
|
2255
2233
|
"variant": "caption",
|
|
2256
|
-
"label": "Strength"
|
|
2257
|
-
|
|
2234
|
+
"label": "Strength"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
"type": "data-grid",
|
|
2238
|
+
"entity": "@payload.data",
|
|
2239
|
+
"fields": [],
|
|
2240
|
+
"itemActions": [
|
|
2241
|
+
{
|
|
2242
|
+
"event": "PIN",
|
|
2243
|
+
"label": "Pin",
|
|
2244
|
+
"variant": "ghost"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"variant": "ghost",
|
|
2248
|
+
"label": "Reinforce",
|
|
2249
|
+
"event": "REINFORCE"
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"label": "Forget",
|
|
2253
|
+
"event": "FORGET",
|
|
2254
|
+
"variant": "danger"
|
|
2258
2255
|
}
|
|
2259
2256
|
]
|
|
2260
2257
|
}
|
|
2261
|
-
]
|
|
2258
|
+
],
|
|
2259
|
+
"type": "stack"
|
|
2262
2260
|
}
|
|
2263
|
-
]
|
|
2261
|
+
],
|
|
2262
|
+
"appName": "Code Reviewer",
|
|
2263
|
+
"type": "dashboard-layout"
|
|
2264
2264
|
}
|
|
2265
2265
|
]
|
|
2266
2266
|
]
|
|
@@ -2274,8 +2274,9 @@
|
|
|
2274
2274
|
"render-ui",
|
|
2275
2275
|
"main",
|
|
2276
2276
|
{
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2277
|
+
"type": "stack",
|
|
2278
|
+
"className": "py-12",
|
|
2279
|
+
"direction": "vertical",
|
|
2279
2280
|
"children": [
|
|
2280
2281
|
{
|
|
2281
2282
|
"name": "alert-triangle",
|
|
@@ -2283,27 +2284,26 @@
|
|
|
2283
2284
|
"type": "icon"
|
|
2284
2285
|
},
|
|
2285
2286
|
{
|
|
2287
|
+
"variant": "h3",
|
|
2286
2288
|
"type": "typography",
|
|
2287
|
-
"content": "Failed to load reviewrag"
|
|
2288
|
-
"variant": "h3"
|
|
2289
|
+
"content": "Failed to load reviewrag"
|
|
2289
2290
|
},
|
|
2290
2291
|
{
|
|
2291
|
-
"content": "@payload.error",
|
|
2292
|
-
"variant": "body",
|
|
2293
2292
|
"type": "typography",
|
|
2293
|
+
"variant": "body",
|
|
2294
|
+
"content": "@payload.error",
|
|
2294
2295
|
"color": "muted"
|
|
2295
2296
|
},
|
|
2296
2297
|
{
|
|
2298
|
+
"variant": "primary",
|
|
2297
2299
|
"label": "Retry",
|
|
2298
|
-
"icon": "rotate-ccw",
|
|
2299
2300
|
"action": "INIT",
|
|
2300
2301
|
"type": "button",
|
|
2301
|
-
"
|
|
2302
|
+
"icon": "rotate-ccw"
|
|
2302
2303
|
}
|
|
2303
2304
|
],
|
|
2304
|
-
"
|
|
2305
|
-
"
|
|
2306
|
-
"className": "py-12"
|
|
2305
|
+
"gap": "md",
|
|
2306
|
+
"align": "center"
|
|
2307
2307
|
}
|
|
2308
2308
|
]
|
|
2309
2309
|
]
|
|
@@ -2392,8 +2392,8 @@
|
|
|
2392
2392
|
"ReviewRag",
|
|
2393
2393
|
{
|
|
2394
2394
|
"emit": {
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2395
|
+
"failure": "ReviewRagLoadFailed",
|
|
2396
|
+
"success": "ReviewRagLoaded"
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
2399
|
],
|
|
@@ -2402,21 +2402,21 @@
|
|
|
2402
2402
|
"main",
|
|
2403
2403
|
{
|
|
2404
2404
|
"gap": "md",
|
|
2405
|
+
"className": "py-12",
|
|
2405
2406
|
"children": [
|
|
2406
2407
|
{
|
|
2407
2408
|
"type": "spinner"
|
|
2408
2409
|
},
|
|
2409
2410
|
{
|
|
2410
|
-
"
|
|
2411
|
-
"color": "muted",
|
|
2411
|
+
"content": "Loading…",
|
|
2412
2412
|
"type": "typography",
|
|
2413
|
-
"
|
|
2413
|
+
"color": "muted",
|
|
2414
|
+
"variant": "caption"
|
|
2414
2415
|
}
|
|
2415
2416
|
],
|
|
2416
|
-
"align": "center",
|
|
2417
2417
|
"type": "stack",
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2418
|
+
"align": "center",
|
|
2419
|
+
"direction": "vertical"
|
|
2420
2420
|
}
|
|
2421
2421
|
]
|
|
2422
2422
|
]
|
|
@@ -2430,18 +2430,18 @@
|
|
|
2430
2430
|
"render-ui",
|
|
2431
2431
|
"main",
|
|
2432
2432
|
{
|
|
2433
|
-
"type": "dashboard-layout",
|
|
2434
2433
|
"appName": "Code Reviewer",
|
|
2434
|
+
"type": "dashboard-layout",
|
|
2435
2435
|
"navItems": [
|
|
2436
2436
|
{
|
|
2437
2437
|
"href": "/review",
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2438
|
+
"label": "Review",
|
|
2439
|
+
"icon": "file-search"
|
|
2440
2440
|
},
|
|
2441
2441
|
{
|
|
2442
|
+
"href": "/analysis",
|
|
2442
2443
|
"label": "Analysis",
|
|
2443
|
-
"icon": "tag"
|
|
2444
|
-
"href": "/analysis"
|
|
2444
|
+
"icon": "tag"
|
|
2445
2445
|
},
|
|
2446
2446
|
{
|
|
2447
2447
|
"label": "Issues",
|
|
@@ -2451,19 +2451,16 @@
|
|
|
2451
2451
|
],
|
|
2452
2452
|
"children": [
|
|
2453
2453
|
{
|
|
2454
|
-
"
|
|
2454
|
+
"type": "stack",
|
|
2455
|
+
"gap": "lg",
|
|
2455
2456
|
"children": [
|
|
2456
2457
|
{
|
|
2457
|
-
"type": "stack",
|
|
2458
|
-
"align": "center",
|
|
2459
|
-
"direction": "horizontal",
|
|
2460
2458
|
"gap": "md",
|
|
2461
|
-
"
|
|
2459
|
+
"align": "center",
|
|
2462
2460
|
"children": [
|
|
2463
2461
|
{
|
|
2464
2462
|
"gap": "sm",
|
|
2465
|
-
"
|
|
2466
|
-
"type": "stack",
|
|
2463
|
+
"align": "center",
|
|
2467
2464
|
"children": [
|
|
2468
2465
|
{
|
|
2469
2466
|
"name": "search",
|
|
@@ -2471,34 +2468,38 @@
|
|
|
2471
2468
|
},
|
|
2472
2469
|
{
|
|
2473
2470
|
"content": "ReviewRag",
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2471
|
+
"variant": "h2",
|
|
2472
|
+
"type": "typography"
|
|
2476
2473
|
}
|
|
2477
2474
|
],
|
|
2478
|
-
"
|
|
2475
|
+
"type": "stack",
|
|
2476
|
+
"direction": "horizontal"
|
|
2479
2477
|
},
|
|
2480
2478
|
{
|
|
2481
2479
|
"type": "stack",
|
|
2480
|
+
"direction": "horizontal",
|
|
2481
|
+
"gap": "sm",
|
|
2482
2482
|
"children": [
|
|
2483
2483
|
{
|
|
2484
|
-
"
|
|
2485
|
-
"variant": "primary",
|
|
2484
|
+
"label": "Search",
|
|
2486
2485
|
"action": "SEARCH",
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2486
|
+
"variant": "primary",
|
|
2487
|
+
"type": "button",
|
|
2488
|
+
"icon": "search"
|
|
2489
2489
|
},
|
|
2490
2490
|
{
|
|
2491
|
-
"action": "CLEAR",
|
|
2492
|
-
"type": "button",
|
|
2493
2491
|
"label": "Clear",
|
|
2492
|
+
"action": "CLEAR",
|
|
2494
2493
|
"variant": "ghost",
|
|
2495
|
-
"icon": "x"
|
|
2494
|
+
"icon": "x",
|
|
2495
|
+
"type": "button"
|
|
2496
2496
|
}
|
|
2497
|
-
]
|
|
2498
|
-
"direction": "horizontal",
|
|
2499
|
-
"gap": "sm"
|
|
2497
|
+
]
|
|
2500
2498
|
}
|
|
2501
|
-
]
|
|
2499
|
+
],
|
|
2500
|
+
"direction": "horizontal",
|
|
2501
|
+
"type": "stack",
|
|
2502
|
+
"justify": "between"
|
|
2502
2503
|
},
|
|
2503
2504
|
{
|
|
2504
2505
|
"type": "divider"
|
|
@@ -2506,29 +2507,29 @@
|
|
|
2506
2507
|
{
|
|
2507
2508
|
"columns": [
|
|
2508
2509
|
{
|
|
2510
|
+
"label": "Query",
|
|
2509
2511
|
"variant": "h4",
|
|
2510
|
-
"icon": "search",
|
|
2511
2512
|
"name": "query",
|
|
2512
|
-
"
|
|
2513
|
+
"icon": "search"
|
|
2513
2514
|
},
|
|
2514
2515
|
{
|
|
2515
2516
|
"name": "language",
|
|
2517
|
+
"label": "Language",
|
|
2518
|
+
"variant": "badge",
|
|
2516
2519
|
"colorMap": {
|
|
2517
|
-
"
|
|
2520
|
+
"scheduled": "warning",
|
|
2521
|
+
"disabled": "neutral",
|
|
2518
2522
|
"failed": "destructive",
|
|
2519
|
-
"
|
|
2523
|
+
"cancelled": "destructive",
|
|
2520
2524
|
"draft": "warning",
|
|
2521
|
-
"done": "success",
|
|
2522
2525
|
"active": "success",
|
|
2526
|
+
"error": "destructive",
|
|
2527
|
+
"archived": "neutral",
|
|
2528
|
+
"completed": "success",
|
|
2523
2529
|
"inactive": "neutral",
|
|
2524
|
-
"disabled": "neutral",
|
|
2525
|
-
"cancelled": "destructive",
|
|
2526
2530
|
"pending": "warning",
|
|
2527
|
-
"
|
|
2528
|
-
|
|
2529
|
-
},
|
|
2530
|
-
"variant": "badge",
|
|
2531
|
-
"label": "Language"
|
|
2531
|
+
"done": "success"
|
|
2532
|
+
}
|
|
2532
2533
|
},
|
|
2533
2534
|
{
|
|
2534
2535
|
"name": "resultCount",
|
|
@@ -2536,20 +2537,19 @@
|
|
|
2536
2537
|
"label": "Result Count"
|
|
2537
2538
|
}
|
|
2538
2539
|
],
|
|
2540
|
+
"type": "data-grid",
|
|
2539
2541
|
"itemActions": [
|
|
2540
2542
|
{
|
|
2541
|
-
"label": "View",
|
|
2542
2543
|
"variant": "ghost",
|
|
2543
|
-
"event": "VIEW"
|
|
2544
|
+
"event": "VIEW",
|
|
2545
|
+
"label": "View"
|
|
2544
2546
|
}
|
|
2545
2547
|
],
|
|
2546
|
-
"
|
|
2547
|
-
"fields": []
|
|
2548
|
-
"entity": "@payload.data"
|
|
2548
|
+
"entity": "@payload.data",
|
|
2549
|
+
"fields": []
|
|
2549
2550
|
}
|
|
2550
2551
|
],
|
|
2551
|
-
"
|
|
2552
|
-
"gap": "lg",
|
|
2552
|
+
"direction": "vertical",
|
|
2553
2553
|
"className": "max-w-5xl mx-auto w-full"
|
|
2554
2554
|
}
|
|
2555
2555
|
]
|
|
@@ -2566,36 +2566,36 @@
|
|
|
2566
2566
|
"render-ui",
|
|
2567
2567
|
"main",
|
|
2568
2568
|
{
|
|
2569
|
+
"align": "center",
|
|
2570
|
+
"gap": "md",
|
|
2569
2571
|
"direction": "vertical",
|
|
2572
|
+
"type": "stack",
|
|
2573
|
+
"className": "py-12",
|
|
2570
2574
|
"children": [
|
|
2571
2575
|
{
|
|
2572
|
-
"name": "alert-triangle",
|
|
2573
2576
|
"color": "destructive",
|
|
2574
|
-
"type": "icon"
|
|
2577
|
+
"type": "icon",
|
|
2578
|
+
"name": "alert-triangle"
|
|
2575
2579
|
},
|
|
2576
2580
|
{
|
|
2577
|
-
"variant": "h3",
|
|
2578
2581
|
"type": "typography",
|
|
2582
|
+
"variant": "h3",
|
|
2579
2583
|
"content": "Failed to load reviewrag"
|
|
2580
2584
|
},
|
|
2581
2585
|
{
|
|
2582
2586
|
"color": "muted",
|
|
2583
|
-
"content": "@payload.error",
|
|
2584
2587
|
"type": "typography",
|
|
2588
|
+
"content": "@payload.error",
|
|
2585
2589
|
"variant": "body"
|
|
2586
2590
|
},
|
|
2587
2591
|
{
|
|
2588
2592
|
"variant": "primary",
|
|
2593
|
+
"action": "INIT",
|
|
2589
2594
|
"label": "Retry",
|
|
2590
2595
|
"type": "button",
|
|
2591
|
-
"icon": "rotate-ccw"
|
|
2592
|
-
"action": "INIT"
|
|
2596
|
+
"icon": "rotate-ccw"
|
|
2593
2597
|
}
|
|
2594
|
-
]
|
|
2595
|
-
"align": "center",
|
|
2596
|
-
"gap": "md",
|
|
2597
|
-
"className": "py-12",
|
|
2598
|
-
"type": "stack"
|
|
2598
|
+
]
|
|
2599
2599
|
}
|
|
2600
2600
|
]
|
|
2601
2601
|
]
|
|
@@ -2768,42 +2768,58 @@
|
|
|
2768
2768
|
"render-ui",
|
|
2769
2769
|
"main",
|
|
2770
2770
|
{
|
|
2771
|
+
"navItems": [
|
|
2772
|
+
{
|
|
2773
|
+
"icon": "file-search",
|
|
2774
|
+
"label": "Review",
|
|
2775
|
+
"href": "/review"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"icon": "tag",
|
|
2779
|
+
"label": "Analysis",
|
|
2780
|
+
"href": "/analysis"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"href": "/issues",
|
|
2784
|
+
"label": "Issues",
|
|
2785
|
+
"icon": "alert-triangle"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"type": "dashboard-layout",
|
|
2789
|
+
"appName": "Code Reviewer",
|
|
2771
2790
|
"children": [
|
|
2772
2791
|
{
|
|
2773
|
-
"direction": "vertical",
|
|
2774
|
-
"type": "stack",
|
|
2775
|
-
"gap": "lg",
|
|
2776
2792
|
"children": [
|
|
2777
2793
|
{
|
|
2794
|
+
"gap": "md",
|
|
2795
|
+
"type": "stack",
|
|
2778
2796
|
"justify": "between",
|
|
2779
2797
|
"direction": "horizontal",
|
|
2780
|
-
"gap": "md",
|
|
2781
2798
|
"children": [
|
|
2782
2799
|
{
|
|
2783
|
-
"direction": "horizontal",
|
|
2784
2800
|
"children": [
|
|
2785
2801
|
{
|
|
2786
|
-
"
|
|
2787
|
-
"
|
|
2802
|
+
"type": "icon",
|
|
2803
|
+
"name": "sparkles"
|
|
2788
2804
|
},
|
|
2789
2805
|
{
|
|
2790
|
-
"type": "typography",
|
|
2791
2806
|
"variant": "h2",
|
|
2792
|
-
"content": "ReviewRag"
|
|
2807
|
+
"content": "ReviewRag",
|
|
2808
|
+
"type": "typography"
|
|
2793
2809
|
}
|
|
2794
2810
|
],
|
|
2795
|
-
"
|
|
2796
|
-
"gap": "md"
|
|
2811
|
+
"direction": "horizontal",
|
|
2812
|
+
"gap": "md",
|
|
2813
|
+
"type": "stack"
|
|
2797
2814
|
},
|
|
2798
2815
|
{
|
|
2799
|
-
"action": "GENERATE",
|
|
2800
2816
|
"variant": "primary",
|
|
2817
|
+
"action": "GENERATE",
|
|
2801
2818
|
"label": "Open",
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2819
|
+
"icon": "sparkles",
|
|
2820
|
+
"type": "button"
|
|
2804
2821
|
}
|
|
2805
|
-
]
|
|
2806
|
-
"type": "stack"
|
|
2822
|
+
]
|
|
2807
2823
|
},
|
|
2808
2824
|
{
|
|
2809
2825
|
"type": "divider"
|
|
@@ -2814,28 +2830,12 @@
|
|
|
2814
2830
|
"icon": "sparkles",
|
|
2815
2831
|
"description": "Click Open to view details in a modal overlay."
|
|
2816
2832
|
}
|
|
2817
|
-
]
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
{
|
|
2822
|
-
"icon": "file-search",
|
|
2823
|
-
"href": "/review",
|
|
2824
|
-
"label": "Review"
|
|
2825
|
-
},
|
|
2826
|
-
{
|
|
2827
|
-
"href": "/analysis",
|
|
2828
|
-
"icon": "tag",
|
|
2829
|
-
"label": "Analysis"
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"icon": "alert-triangle",
|
|
2833
|
-
"href": "/issues",
|
|
2834
|
-
"label": "Issues"
|
|
2833
|
+
],
|
|
2834
|
+
"type": "stack",
|
|
2835
|
+
"direction": "vertical",
|
|
2836
|
+
"gap": "lg"
|
|
2835
2837
|
}
|
|
2836
|
-
]
|
|
2837
|
-
"type": "dashboard-layout",
|
|
2838
|
-
"appName": "Code Reviewer"
|
|
2838
|
+
]
|
|
2839
2839
|
}
|
|
2840
2840
|
]
|
|
2841
2841
|
]
|
|
@@ -2849,54 +2849,54 @@
|
|
|
2849
2849
|
"render-ui",
|
|
2850
2850
|
"modal",
|
|
2851
2851
|
{
|
|
2852
|
-
"type": "stack",
|
|
2853
2852
|
"gap": "md",
|
|
2854
|
-
"direction": "vertical",
|
|
2855
2853
|
"children": [
|
|
2856
2854
|
{
|
|
2857
|
-
"gap": "sm",
|
|
2858
|
-
"direction": "horizontal",
|
|
2859
|
-
"type": "stack",
|
|
2860
2855
|
"children": [
|
|
2861
2856
|
{
|
|
2862
|
-
"
|
|
2863
|
-
"
|
|
2857
|
+
"name": "sparkles",
|
|
2858
|
+
"type": "icon"
|
|
2864
2859
|
},
|
|
2865
2860
|
{
|
|
2866
|
-
"content": "ReviewRag",
|
|
2867
2861
|
"type": "typography",
|
|
2862
|
+
"content": "ReviewRag",
|
|
2868
2863
|
"variant": "h3"
|
|
2869
2864
|
}
|
|
2870
|
-
]
|
|
2865
|
+
],
|
|
2866
|
+
"direction": "horizontal",
|
|
2867
|
+
"type": "stack",
|
|
2868
|
+
"gap": "sm"
|
|
2871
2869
|
},
|
|
2872
2870
|
{
|
|
2873
2871
|
"type": "divider"
|
|
2874
2872
|
},
|
|
2875
2873
|
{
|
|
2876
|
-
"gap": "sm",
|
|
2877
|
-
"type": "stack",
|
|
2878
2874
|
"children": [
|
|
2879
2875
|
{
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2876
|
+
"type": "badge",
|
|
2877
|
+
"label": "@entity.provider"
|
|
2882
2878
|
},
|
|
2883
2879
|
{
|
|
2884
2880
|
"label": "@entity.model",
|
|
2885
2881
|
"type": "badge"
|
|
2886
2882
|
}
|
|
2887
2883
|
],
|
|
2888
|
-
"direction": "horizontal"
|
|
2884
|
+
"direction": "horizontal",
|
|
2885
|
+
"type": "stack",
|
|
2886
|
+
"gap": "sm"
|
|
2889
2887
|
},
|
|
2890
2888
|
{
|
|
2891
|
-
"type": "form-section",
|
|
2892
|
-
"submitEvent": "SAVE",
|
|
2893
2889
|
"cancelEvent": "CLOSE",
|
|
2894
2890
|
"fields": [
|
|
2895
2891
|
"prompt"
|
|
2896
2892
|
],
|
|
2897
|
-
"mode": "create"
|
|
2893
|
+
"mode": "create",
|
|
2894
|
+
"submitEvent": "SAVE",
|
|
2895
|
+
"type": "form-section"
|
|
2898
2896
|
}
|
|
2899
|
-
]
|
|
2897
|
+
],
|
|
2898
|
+
"direction": "vertical",
|
|
2899
|
+
"type": "stack"
|
|
2900
2900
|
}
|
|
2901
2901
|
]
|
|
2902
2902
|
]
|
|
@@ -2924,6 +2924,25 @@
|
|
|
2924
2924
|
"render-ui",
|
|
2925
2925
|
"main",
|
|
2926
2926
|
{
|
|
2927
|
+
"type": "dashboard-layout",
|
|
2928
|
+
"appName": "Code Reviewer",
|
|
2929
|
+
"navItems": [
|
|
2930
|
+
{
|
|
2931
|
+
"label": "Review",
|
|
2932
|
+
"href": "/review",
|
|
2933
|
+
"icon": "file-search"
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"label": "Analysis",
|
|
2937
|
+
"href": "/analysis",
|
|
2938
|
+
"icon": "tag"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"label": "Issues",
|
|
2942
|
+
"href": "/issues",
|
|
2943
|
+
"icon": "alert-triangle"
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2927
2946
|
"children": [
|
|
2928
2947
|
{
|
|
2929
2948
|
"type": "stack",
|
|
@@ -2931,66 +2950,47 @@
|
|
|
2931
2950
|
"gap": "lg",
|
|
2932
2951
|
"children": [
|
|
2933
2952
|
{
|
|
2953
|
+
"justify": "between",
|
|
2934
2954
|
"direction": "horizontal",
|
|
2955
|
+
"type": "stack",
|
|
2935
2956
|
"gap": "md",
|
|
2936
2957
|
"children": [
|
|
2937
2958
|
{
|
|
2938
|
-
"gap": "md",
|
|
2939
|
-
"type": "stack",
|
|
2940
2959
|
"direction": "horizontal",
|
|
2960
|
+
"type": "stack",
|
|
2961
|
+
"gap": "md",
|
|
2941
2962
|
"children": [
|
|
2942
2963
|
{
|
|
2943
2964
|
"type": "icon",
|
|
2944
2965
|
"name": "sparkles"
|
|
2945
2966
|
},
|
|
2946
2967
|
{
|
|
2968
|
+
"content": "ReviewRag",
|
|
2947
2969
|
"variant": "h2",
|
|
2948
|
-
"type": "typography"
|
|
2949
|
-
"content": "ReviewRag"
|
|
2970
|
+
"type": "typography"
|
|
2950
2971
|
}
|
|
2951
2972
|
]
|
|
2952
2973
|
},
|
|
2953
2974
|
{
|
|
2954
|
-
"label": "Open",
|
|
2955
|
-
"type": "button",
|
|
2956
2975
|
"variant": "primary",
|
|
2976
|
+
"type": "button",
|
|
2977
|
+
"label": "Open",
|
|
2957
2978
|
"action": "GENERATE",
|
|
2958
2979
|
"icon": "sparkles"
|
|
2959
2980
|
}
|
|
2960
|
-
]
|
|
2961
|
-
"justify": "between",
|
|
2962
|
-
"type": "stack"
|
|
2981
|
+
]
|
|
2963
2982
|
},
|
|
2964
2983
|
{
|
|
2965
2984
|
"type": "divider"
|
|
2966
2985
|
},
|
|
2967
2986
|
{
|
|
2968
|
-
"type": "empty-state",
|
|
2969
2987
|
"description": "Click Open to view details in a modal overlay.",
|
|
2970
|
-
"
|
|
2971
|
-
"title": "Nothing open"
|
|
2988
|
+
"type": "empty-state",
|
|
2989
|
+
"title": "Nothing open",
|
|
2990
|
+
"icon": "sparkles"
|
|
2972
2991
|
}
|
|
2973
2992
|
]
|
|
2974
2993
|
}
|
|
2975
|
-
],
|
|
2976
|
-
"type": "dashboard-layout",
|
|
2977
|
-
"appName": "Code Reviewer",
|
|
2978
|
-
"navItems": [
|
|
2979
|
-
{
|
|
2980
|
-
"label": "Review",
|
|
2981
|
-
"href": "/review",
|
|
2982
|
-
"icon": "file-search"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"icon": "tag",
|
|
2986
|
-
"label": "Analysis",
|
|
2987
|
-
"href": "/analysis"
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"icon": "alert-triangle",
|
|
2991
|
-
"label": "Issues",
|
|
2992
|
-
"href": "/issues"
|
|
2993
|
-
}
|
|
2994
2994
|
]
|
|
2995
2995
|
}
|
|
2996
2996
|
]
|
|
@@ -3030,74 +3030,74 @@
|
|
|
3030
3030
|
"render-ui",
|
|
3031
3031
|
"main",
|
|
3032
3032
|
{
|
|
3033
|
+
"type": "dashboard-layout",
|
|
3034
|
+
"navItems": [
|
|
3035
|
+
{
|
|
3036
|
+
"label": "Review",
|
|
3037
|
+
"href": "/review",
|
|
3038
|
+
"icon": "file-search"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"label": "Analysis",
|
|
3042
|
+
"icon": "tag",
|
|
3043
|
+
"href": "/analysis"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"icon": "alert-triangle",
|
|
3047
|
+
"label": "Issues",
|
|
3048
|
+
"href": "/issues"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3033
3051
|
"appName": "Code Reviewer",
|
|
3034
3052
|
"children": [
|
|
3035
3053
|
{
|
|
3036
3054
|
"direction": "vertical",
|
|
3037
|
-
"type": "stack",
|
|
3038
|
-
"gap": "lg",
|
|
3039
3055
|
"children": [
|
|
3040
3056
|
{
|
|
3057
|
+
"type": "stack",
|
|
3058
|
+
"direction": "horizontal",
|
|
3041
3059
|
"children": [
|
|
3042
3060
|
{
|
|
3043
3061
|
"type": "stack",
|
|
3044
|
-
"direction": "horizontal",
|
|
3045
|
-
"gap": "md",
|
|
3046
3062
|
"children": [
|
|
3047
3063
|
{
|
|
3048
3064
|
"type": "icon",
|
|
3049
3065
|
"name": "sparkles"
|
|
3050
3066
|
},
|
|
3051
3067
|
{
|
|
3052
|
-
"content": "ReviewRag",
|
|
3053
3068
|
"variant": "h2",
|
|
3054
|
-
"type": "typography"
|
|
3069
|
+
"type": "typography",
|
|
3070
|
+
"content": "ReviewRag"
|
|
3055
3071
|
}
|
|
3056
|
-
]
|
|
3072
|
+
],
|
|
3073
|
+
"gap": "md",
|
|
3074
|
+
"direction": "horizontal"
|
|
3057
3075
|
},
|
|
3058
3076
|
{
|
|
3059
|
-
"label": "Open",
|
|
3060
3077
|
"variant": "primary",
|
|
3061
|
-
"action": "GENERATE",
|
|
3062
3078
|
"type": "button",
|
|
3063
|
-
"
|
|
3079
|
+
"label": "Open",
|
|
3080
|
+
"icon": "sparkles",
|
|
3081
|
+
"action": "GENERATE"
|
|
3064
3082
|
}
|
|
3065
3083
|
],
|
|
3066
|
-
"
|
|
3067
|
-
"justify": "between"
|
|
3068
|
-
"type": "stack",
|
|
3069
|
-
"gap": "md"
|
|
3084
|
+
"gap": "md",
|
|
3085
|
+
"justify": "between"
|
|
3070
3086
|
},
|
|
3071
3087
|
{
|
|
3072
3088
|
"type": "divider"
|
|
3073
3089
|
},
|
|
3074
3090
|
{
|
|
3091
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3075
3092
|
"title": "Nothing open",
|
|
3076
|
-
"type": "empty-state",
|
|
3077
3093
|
"icon": "sparkles",
|
|
3078
|
-
"
|
|
3094
|
+
"type": "empty-state"
|
|
3079
3095
|
}
|
|
3080
|
-
]
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
"navItems": [
|
|
3084
|
-
{
|
|
3085
|
-
"href": "/review",
|
|
3086
|
-
"icon": "file-search",
|
|
3087
|
-
"label": "Review"
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"label": "Analysis",
|
|
3091
|
-
"icon": "tag",
|
|
3092
|
-
"href": "/analysis"
|
|
3093
|
-
},
|
|
3094
|
-
{
|
|
3095
|
-
"icon": "alert-triangle",
|
|
3096
|
-
"href": "/issues",
|
|
3097
|
-
"label": "Issues"
|
|
3096
|
+
],
|
|
3097
|
+
"type": "stack",
|
|
3098
|
+
"gap": "lg"
|
|
3098
3099
|
}
|
|
3099
|
-
]
|
|
3100
|
-
"type": "dashboard-layout"
|
|
3100
|
+
]
|
|
3101
3101
|
}
|
|
3102
3102
|
]
|
|
3103
3103
|
]
|
|
@@ -3343,9 +3343,9 @@
|
|
|
3343
3343
|
"href": "/review"
|
|
3344
3344
|
},
|
|
3345
3345
|
{
|
|
3346
|
+
"href": "/analysis",
|
|
3346
3347
|
"icon": "tag",
|
|
3347
|
-
"label": "Analysis"
|
|
3348
|
-
"href": "/analysis"
|
|
3348
|
+
"label": "Analysis"
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
3351
|
"icon": "alert-triangle",
|
|
@@ -3355,16 +3355,13 @@
|
|
|
3355
3355
|
],
|
|
3356
3356
|
"children": [
|
|
3357
3357
|
{
|
|
3358
|
-
"gap": "lg",
|
|
3359
3358
|
"type": "stack",
|
|
3359
|
+
"gap": "lg",
|
|
3360
3360
|
"children": [
|
|
3361
3361
|
{
|
|
3362
|
-
"justify": "between",
|
|
3363
|
-
"type": "stack",
|
|
3364
|
-
"gap": "md",
|
|
3365
|
-
"direction": "horizontal",
|
|
3366
3362
|
"children": [
|
|
3367
3363
|
{
|
|
3364
|
+
"type": "stack",
|
|
3368
3365
|
"children": [
|
|
3369
3366
|
{
|
|
3370
3367
|
"name": "tag",
|
|
@@ -3372,31 +3369,34 @@
|
|
|
3372
3369
|
},
|
|
3373
3370
|
{
|
|
3374
3371
|
"type": "typography",
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3372
|
+
"content": "Analysis",
|
|
3373
|
+
"variant": "h2"
|
|
3377
3374
|
}
|
|
3378
3375
|
],
|
|
3379
|
-
"
|
|
3380
|
-
"
|
|
3381
|
-
"direction": "horizontal"
|
|
3376
|
+
"direction": "horizontal",
|
|
3377
|
+
"gap": "md"
|
|
3382
3378
|
},
|
|
3383
3379
|
{
|
|
3380
|
+
"variant": "primary",
|
|
3384
3381
|
"type": "button",
|
|
3385
3382
|
"action": "CLASSIFY",
|
|
3386
|
-
"
|
|
3387
|
-
"icon": "tag"
|
|
3388
|
-
"label": "Open"
|
|
3383
|
+
"label": "Open",
|
|
3384
|
+
"icon": "tag"
|
|
3389
3385
|
}
|
|
3390
|
-
]
|
|
3386
|
+
],
|
|
3387
|
+
"type": "stack",
|
|
3388
|
+
"gap": "md",
|
|
3389
|
+
"justify": "between",
|
|
3390
|
+
"direction": "horizontal"
|
|
3391
3391
|
},
|
|
3392
3392
|
{
|
|
3393
3393
|
"type": "divider"
|
|
3394
3394
|
},
|
|
3395
3395
|
{
|
|
3396
|
-
"title": "Nothing open",
|
|
3397
3396
|
"type": "empty-state",
|
|
3398
|
-
"
|
|
3399
|
-
"
|
|
3397
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3398
|
+
"title": "Nothing open",
|
|
3399
|
+
"icon": "tag"
|
|
3400
3400
|
}
|
|
3401
3401
|
],
|
|
3402
3402
|
"direction": "vertical"
|
|
@@ -3416,23 +3416,23 @@
|
|
|
3416
3416
|
"modal",
|
|
3417
3417
|
{
|
|
3418
3418
|
"type": "stack",
|
|
3419
|
-
"
|
|
3419
|
+
"gap": "md",
|
|
3420
3420
|
"children": [
|
|
3421
3421
|
{
|
|
3422
|
+
"direction": "horizontal",
|
|
3422
3423
|
"children": [
|
|
3423
3424
|
{
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
3425
|
+
"type": "icon",
|
|
3426
|
+
"name": "tag"
|
|
3426
3427
|
},
|
|
3427
3428
|
{
|
|
3428
3429
|
"type": "typography",
|
|
3429
|
-
"
|
|
3430
|
-
"
|
|
3430
|
+
"content": "Analysis",
|
|
3431
|
+
"variant": "h3"
|
|
3431
3432
|
}
|
|
3432
3433
|
],
|
|
3433
|
-
"type": "stack",
|
|
3434
3434
|
"gap": "sm",
|
|
3435
|
-
"
|
|
3435
|
+
"type": "stack"
|
|
3436
3436
|
},
|
|
3437
3437
|
{
|
|
3438
3438
|
"type": "divider"
|
|
@@ -3445,19 +3445,19 @@
|
|
|
3445
3445
|
"content": "Categories:"
|
|
3446
3446
|
},
|
|
3447
3447
|
{
|
|
3448
|
-
"label": "schema",
|
|
3449
3448
|
"variant": "secondary",
|
|
3450
|
-
"type": "badge"
|
|
3449
|
+
"type": "badge",
|
|
3450
|
+
"label": "schema"
|
|
3451
3451
|
},
|
|
3452
3452
|
{
|
|
3453
|
+
"label": "component",
|
|
3453
3454
|
"variant": "secondary",
|
|
3454
|
-
"type": "badge"
|
|
3455
|
-
"label": "component"
|
|
3455
|
+
"type": "badge"
|
|
3456
3456
|
},
|
|
3457
3457
|
{
|
|
3458
|
-
"variant": "secondary",
|
|
3459
3458
|
"type": "badge",
|
|
3460
|
-
"label": "trait"
|
|
3459
|
+
"label": "trait",
|
|
3460
|
+
"variant": "secondary"
|
|
3461
3461
|
},
|
|
3462
3462
|
{
|
|
3463
3463
|
"label": "page",
|
|
@@ -3465,31 +3465,31 @@
|
|
|
3465
3465
|
"type": "badge"
|
|
3466
3466
|
},
|
|
3467
3467
|
{
|
|
3468
|
-
"variant": "secondary",
|
|
3469
3468
|
"type": "badge",
|
|
3470
|
-
"label": "behavior"
|
|
3469
|
+
"label": "behavior",
|
|
3470
|
+
"variant": "secondary"
|
|
3471
3471
|
},
|
|
3472
3472
|
{
|
|
3473
3473
|
"type": "badge",
|
|
3474
|
-
"
|
|
3475
|
-
"
|
|
3474
|
+
"label": "style",
|
|
3475
|
+
"variant": "secondary"
|
|
3476
3476
|
}
|
|
3477
3477
|
],
|
|
3478
|
-
"type": "stack",
|
|
3479
3478
|
"direction": "horizontal",
|
|
3480
|
-
"gap": "sm"
|
|
3479
|
+
"gap": "sm",
|
|
3480
|
+
"type": "stack"
|
|
3481
3481
|
},
|
|
3482
3482
|
{
|
|
3483
|
-
"mode": "create",
|
|
3484
|
-
"cancelEvent": "CLOSE",
|
|
3485
3483
|
"fields": [
|
|
3486
3484
|
"input"
|
|
3487
3485
|
],
|
|
3488
|
-
"
|
|
3489
|
-
"type": "form-section"
|
|
3486
|
+
"mode": "create",
|
|
3487
|
+
"type": "form-section",
|
|
3488
|
+
"cancelEvent": "CLOSE",
|
|
3489
|
+
"submitEvent": "SAVE"
|
|
3490
3490
|
}
|
|
3491
3491
|
],
|
|
3492
|
-
"
|
|
3492
|
+
"direction": "vertical"
|
|
3493
3493
|
}
|
|
3494
3494
|
]
|
|
3495
3495
|
]
|
|
@@ -3518,71 +3518,71 @@
|
|
|
3518
3518
|
"main",
|
|
3519
3519
|
{
|
|
3520
3520
|
"type": "dashboard-layout",
|
|
3521
|
+
"appName": "Code Reviewer",
|
|
3522
|
+
"navItems": [
|
|
3523
|
+
{
|
|
3524
|
+
"label": "Review",
|
|
3525
|
+
"href": "/review",
|
|
3526
|
+
"icon": "file-search"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"href": "/analysis",
|
|
3530
|
+
"label": "Analysis",
|
|
3531
|
+
"icon": "tag"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"label": "Issues",
|
|
3535
|
+
"href": "/issues",
|
|
3536
|
+
"icon": "alert-triangle"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3521
3539
|
"children": [
|
|
3522
3540
|
{
|
|
3541
|
+
"type": "stack",
|
|
3523
3542
|
"direction": "vertical",
|
|
3543
|
+
"gap": "lg",
|
|
3524
3544
|
"children": [
|
|
3525
3545
|
{
|
|
3546
|
+
"type": "stack",
|
|
3547
|
+
"direction": "horizontal",
|
|
3526
3548
|
"children": [
|
|
3527
3549
|
{
|
|
3528
|
-
"gap": "md",
|
|
3529
|
-
"direction": "horizontal",
|
|
3530
|
-
"type": "stack",
|
|
3531
3550
|
"children": [
|
|
3532
3551
|
{
|
|
3533
|
-
"
|
|
3534
|
-
"
|
|
3552
|
+
"name": "tag",
|
|
3553
|
+
"type": "icon"
|
|
3535
3554
|
},
|
|
3536
3555
|
{
|
|
3537
|
-
"type": "typography",
|
|
3538
3556
|
"content": "Analysis",
|
|
3539
|
-
"variant": "h2"
|
|
3557
|
+
"variant": "h2",
|
|
3558
|
+
"type": "typography"
|
|
3540
3559
|
}
|
|
3541
|
-
]
|
|
3560
|
+
],
|
|
3561
|
+
"direction": "horizontal",
|
|
3562
|
+
"gap": "md",
|
|
3563
|
+
"type": "stack"
|
|
3542
3564
|
},
|
|
3543
3565
|
{
|
|
3544
|
-
"label": "Open",
|
|
3545
3566
|
"variant": "primary",
|
|
3546
3567
|
"type": "button",
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3568
|
+
"action": "CLASSIFY",
|
|
3569
|
+
"label": "Open",
|
|
3570
|
+
"icon": "tag"
|
|
3549
3571
|
}
|
|
3550
3572
|
],
|
|
3551
|
-
"type": "stack",
|
|
3552
3573
|
"justify": "between",
|
|
3553
|
-
"direction": "horizontal",
|
|
3554
3574
|
"gap": "md"
|
|
3555
3575
|
},
|
|
3556
3576
|
{
|
|
3557
3577
|
"type": "divider"
|
|
3558
3578
|
},
|
|
3559
3579
|
{
|
|
3560
|
-
"
|
|
3561
|
-
"type": "empty-state",
|
|
3580
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3562
3581
|
"title": "Nothing open",
|
|
3563
|
-
"
|
|
3582
|
+
"type": "empty-state",
|
|
3583
|
+
"icon": "tag"
|
|
3564
3584
|
}
|
|
3565
|
-
]
|
|
3566
|
-
"type": "stack",
|
|
3567
|
-
"gap": "lg"
|
|
3568
|
-
}
|
|
3569
|
-
],
|
|
3570
|
-
"appName": "Code Reviewer",
|
|
3571
|
-
"navItems": [
|
|
3572
|
-
{
|
|
3573
|
-
"href": "/review",
|
|
3574
|
-
"icon": "file-search",
|
|
3575
|
-
"label": "Review"
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"href": "/analysis",
|
|
3579
|
-
"label": "Analysis",
|
|
3580
|
-
"icon": "tag"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"href": "/issues",
|
|
3584
|
-
"icon": "alert-triangle",
|
|
3585
|
-
"label": "Issues"
|
|
3585
|
+
]
|
|
3586
3586
|
}
|
|
3587
3587
|
]
|
|
3588
3588
|
}
|
|
@@ -3623,72 +3623,72 @@
|
|
|
3623
3623
|
"render-ui",
|
|
3624
3624
|
"main",
|
|
3625
3625
|
{
|
|
3626
|
-
"navItems": [
|
|
3627
|
-
{
|
|
3628
|
-
"href": "/review",
|
|
3629
|
-
"icon": "file-search",
|
|
3630
|
-
"label": "Review"
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"href": "/analysis",
|
|
3634
|
-
"icon": "tag",
|
|
3635
|
-
"label": "Analysis"
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"icon": "alert-triangle",
|
|
3639
|
-
"label": "Issues",
|
|
3640
|
-
"href": "/issues"
|
|
3641
|
-
}
|
|
3642
|
-
],
|
|
3643
3626
|
"type": "dashboard-layout",
|
|
3644
3627
|
"appName": "Code Reviewer",
|
|
3645
3628
|
"children": [
|
|
3646
3629
|
{
|
|
3630
|
+
"type": "stack",
|
|
3631
|
+
"direction": "vertical",
|
|
3647
3632
|
"children": [
|
|
3648
3633
|
{
|
|
3634
|
+
"direction": "horizontal",
|
|
3649
3635
|
"justify": "between",
|
|
3636
|
+
"gap": "md",
|
|
3650
3637
|
"children": [
|
|
3651
3638
|
{
|
|
3639
|
+
"type": "stack",
|
|
3640
|
+
"direction": "horizontal",
|
|
3652
3641
|
"children": [
|
|
3653
3642
|
{
|
|
3654
3643
|
"type": "icon",
|
|
3655
3644
|
"name": "tag"
|
|
3656
3645
|
},
|
|
3657
3646
|
{
|
|
3658
|
-
"content": "Analysis",
|
|
3659
3647
|
"type": "typography",
|
|
3648
|
+
"content": "Analysis",
|
|
3660
3649
|
"variant": "h2"
|
|
3661
3650
|
}
|
|
3662
3651
|
],
|
|
3663
|
-
"type": "stack",
|
|
3664
|
-
"direction": "horizontal",
|
|
3665
3652
|
"gap": "md"
|
|
3666
3653
|
},
|
|
3667
3654
|
{
|
|
3668
3655
|
"type": "button",
|
|
3669
3656
|
"variant": "primary",
|
|
3657
|
+
"action": "CLASSIFY",
|
|
3670
3658
|
"label": "Open",
|
|
3671
|
-
"icon": "tag"
|
|
3672
|
-
"action": "CLASSIFY"
|
|
3659
|
+
"icon": "tag"
|
|
3673
3660
|
}
|
|
3674
3661
|
],
|
|
3675
|
-
"type": "stack"
|
|
3676
|
-
"direction": "horizontal",
|
|
3677
|
-
"gap": "md"
|
|
3662
|
+
"type": "stack"
|
|
3678
3663
|
},
|
|
3679
3664
|
{
|
|
3680
3665
|
"type": "divider"
|
|
3681
3666
|
},
|
|
3682
3667
|
{
|
|
3683
|
-
"title": "Nothing open",
|
|
3684
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
3685
3668
|
"type": "empty-state",
|
|
3669
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3670
|
+
"title": "Nothing open",
|
|
3686
3671
|
"icon": "tag"
|
|
3687
3672
|
}
|
|
3688
3673
|
],
|
|
3689
|
-
"gap": "lg"
|
|
3690
|
-
|
|
3691
|
-
|
|
3674
|
+
"gap": "lg"
|
|
3675
|
+
}
|
|
3676
|
+
],
|
|
3677
|
+
"navItems": [
|
|
3678
|
+
{
|
|
3679
|
+
"href": "/review",
|
|
3680
|
+
"icon": "file-search",
|
|
3681
|
+
"label": "Review"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"label": "Analysis",
|
|
3685
|
+
"href": "/analysis",
|
|
3686
|
+
"icon": "tag"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"label": "Issues",
|
|
3690
|
+
"icon": "alert-triangle",
|
|
3691
|
+
"href": "/issues"
|
|
3692
3692
|
}
|
|
3693
3693
|
]
|
|
3694
3694
|
}
|
|
@@ -3826,32 +3826,17 @@
|
|
|
3826
3826
|
"render-ui",
|
|
3827
3827
|
"main",
|
|
3828
3828
|
{
|
|
3829
|
-
"type": "dashboard-layout",
|
|
3830
3829
|
"appName": "Code Reviewer",
|
|
3831
|
-
"navItems": [
|
|
3832
|
-
{
|
|
3833
|
-
"label": "Review",
|
|
3834
|
-
"href": "/review",
|
|
3835
|
-
"icon": "file-search"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"icon": "tag",
|
|
3839
|
-
"href": "/analysis",
|
|
3840
|
-
"label": "Analysis"
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"icon": "alert-triangle",
|
|
3844
|
-
"label": "Issues",
|
|
3845
|
-
"href": "/issues"
|
|
3846
|
-
}
|
|
3847
|
-
],
|
|
3848
3830
|
"children": [
|
|
3849
3831
|
{
|
|
3832
|
+
"type": "stack",
|
|
3850
3833
|
"direction": "vertical",
|
|
3851
3834
|
"children": [
|
|
3852
3835
|
{
|
|
3836
|
+
"type": "stack",
|
|
3853
3837
|
"children": [
|
|
3854
3838
|
{
|
|
3839
|
+
"direction": "horizontal",
|
|
3855
3840
|
"gap": "md",
|
|
3856
3841
|
"children": [
|
|
3857
3842
|
{
|
|
@@ -3859,50 +3844,65 @@
|
|
|
3859
3844
|
"name": "tag"
|
|
3860
3845
|
},
|
|
3861
3846
|
{
|
|
3847
|
+
"variant": "h2",
|
|
3862
3848
|
"type": "typography",
|
|
3863
|
-
"content": "Analysis Result"
|
|
3864
|
-
"variant": "h2"
|
|
3849
|
+
"content": "Analysis Result"
|
|
3865
3850
|
}
|
|
3866
3851
|
],
|
|
3867
3852
|
"type": "stack",
|
|
3868
|
-
"align": "center"
|
|
3869
|
-
"direction": "horizontal"
|
|
3853
|
+
"align": "center"
|
|
3870
3854
|
},
|
|
3871
3855
|
{
|
|
3872
3856
|
"label": "Dismiss",
|
|
3873
|
-
"type": "button",
|
|
3874
|
-
"action": "HIDE",
|
|
3875
3857
|
"variant": "ghost",
|
|
3876
|
-
"icon": "x"
|
|
3858
|
+
"icon": "x",
|
|
3859
|
+
"type": "button",
|
|
3860
|
+
"action": "HIDE"
|
|
3877
3861
|
}
|
|
3878
3862
|
],
|
|
3879
|
-
"type": "stack",
|
|
3880
|
-
"gap": "md",
|
|
3881
3863
|
"direction": "horizontal",
|
|
3882
3864
|
"justify": "between",
|
|
3865
|
+
"gap": "md",
|
|
3883
3866
|
"align": "center"
|
|
3884
3867
|
},
|
|
3885
3868
|
{
|
|
3886
3869
|
"type": "divider"
|
|
3887
3870
|
},
|
|
3888
3871
|
{
|
|
3889
|
-
"variant": "@entity.notificationType",
|
|
3890
3872
|
"type": "alert",
|
|
3873
|
+
"variant": "@entity.notificationType",
|
|
3891
3874
|
"message": "@entity.message"
|
|
3892
3875
|
},
|
|
3893
3876
|
{
|
|
3894
3877
|
"type": "toast-slot"
|
|
3895
3878
|
},
|
|
3896
3879
|
{
|
|
3897
|
-
"message": "@entity.message",
|
|
3898
3880
|
"type": "alert",
|
|
3899
|
-
"variant": "warning"
|
|
3881
|
+
"variant": "warning",
|
|
3882
|
+
"message": "@entity.message"
|
|
3900
3883
|
}
|
|
3901
3884
|
],
|
|
3902
|
-
"type": "stack",
|
|
3903
3885
|
"gap": "lg"
|
|
3904
3886
|
}
|
|
3905
|
-
]
|
|
3887
|
+
],
|
|
3888
|
+
"navItems": [
|
|
3889
|
+
{
|
|
3890
|
+
"icon": "file-search",
|
|
3891
|
+
"label": "Review",
|
|
3892
|
+
"href": "/review"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"href": "/analysis",
|
|
3896
|
+
"icon": "tag",
|
|
3897
|
+
"label": "Analysis"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"label": "Issues",
|
|
3901
|
+
"icon": "alert-triangle",
|
|
3902
|
+
"href": "/issues"
|
|
3903
|
+
}
|
|
3904
|
+
],
|
|
3905
|
+
"type": "dashboard-layout"
|
|
3906
3906
|
}
|
|
3907
3907
|
]
|
|
3908
3908
|
]
|
|
@@ -3926,81 +3926,81 @@
|
|
|
3926
3926
|
"render-ui",
|
|
3927
3927
|
"main",
|
|
3928
3928
|
{
|
|
3929
|
+
"navItems": [
|
|
3930
|
+
{
|
|
3931
|
+
"label": "Review",
|
|
3932
|
+
"icon": "file-search",
|
|
3933
|
+
"href": "/review"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"label": "Analysis",
|
|
3937
|
+
"href": "/analysis",
|
|
3938
|
+
"icon": "tag"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"label": "Issues",
|
|
3942
|
+
"href": "/issues",
|
|
3943
|
+
"icon": "alert-triangle"
|
|
3944
|
+
}
|
|
3945
|
+
],
|
|
3946
|
+
"type": "dashboard-layout",
|
|
3929
3947
|
"appName": "Code Reviewer",
|
|
3930
3948
|
"children": [
|
|
3931
3949
|
{
|
|
3950
|
+
"gap": "lg",
|
|
3951
|
+
"direction": "vertical",
|
|
3952
|
+
"type": "stack",
|
|
3932
3953
|
"children": [
|
|
3933
3954
|
{
|
|
3955
|
+
"gap": "md",
|
|
3934
3956
|
"type": "stack",
|
|
3935
3957
|
"align": "center",
|
|
3936
|
-
"direction": "horizontal",
|
|
3937
|
-
"justify": "between",
|
|
3938
|
-
"gap": "md",
|
|
3939
3958
|
"children": [
|
|
3940
3959
|
{
|
|
3960
|
+
"gap": "md",
|
|
3941
3961
|
"children": [
|
|
3942
3962
|
{
|
|
3943
|
-
"
|
|
3944
|
-
"
|
|
3963
|
+
"type": "icon",
|
|
3964
|
+
"name": "tag"
|
|
3945
3965
|
},
|
|
3946
3966
|
{
|
|
3947
3967
|
"content": "Analysis Result",
|
|
3948
|
-
"
|
|
3949
|
-
"
|
|
3968
|
+
"variant": "h2",
|
|
3969
|
+
"type": "typography"
|
|
3950
3970
|
}
|
|
3951
3971
|
],
|
|
3952
|
-
"gap": "md",
|
|
3953
3972
|
"align": "center",
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
3973
|
+
"type": "stack",
|
|
3974
|
+
"direction": "horizontal"
|
|
3956
3975
|
},
|
|
3957
3976
|
{
|
|
3958
|
-
"variant": "ghost",
|
|
3959
|
-
"icon": "x",
|
|
3960
|
-
"label": "Dismiss",
|
|
3961
3977
|
"type": "button",
|
|
3962
|
-
"
|
|
3978
|
+
"label": "Dismiss",
|
|
3979
|
+
"icon": "x",
|
|
3980
|
+
"action": "HIDE",
|
|
3981
|
+
"variant": "ghost"
|
|
3963
3982
|
}
|
|
3964
|
-
]
|
|
3983
|
+
],
|
|
3984
|
+
"justify": "between",
|
|
3985
|
+
"direction": "horizontal"
|
|
3965
3986
|
},
|
|
3966
3987
|
{
|
|
3967
3988
|
"type": "divider"
|
|
3968
3989
|
},
|
|
3969
3990
|
{
|
|
3991
|
+
"type": "alert",
|
|
3970
3992
|
"variant": "@entity.notificationType",
|
|
3971
|
-
"message": "@entity.message"
|
|
3972
|
-
"type": "alert"
|
|
3993
|
+
"message": "@entity.message"
|
|
3973
3994
|
},
|
|
3974
3995
|
{
|
|
3975
3996
|
"type": "toast-slot"
|
|
3976
3997
|
},
|
|
3977
3998
|
{
|
|
3978
3999
|
"type": "alert",
|
|
3979
|
-
"
|
|
3980
|
-
"
|
|
4000
|
+
"variant": "warning",
|
|
4001
|
+
"message": "@entity.message"
|
|
3981
4002
|
}
|
|
3982
|
-
]
|
|
3983
|
-
"type": "stack",
|
|
3984
|
-
"direction": "vertical",
|
|
3985
|
-
"gap": "lg"
|
|
3986
|
-
}
|
|
3987
|
-
],
|
|
3988
|
-
"type": "dashboard-layout",
|
|
3989
|
-
"navItems": [
|
|
3990
|
-
{
|
|
3991
|
-
"label": "Review",
|
|
3992
|
-
"href": "/review",
|
|
3993
|
-
"icon": "file-search"
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"icon": "tag",
|
|
3997
|
-
"label": "Analysis",
|
|
3998
|
-
"href": "/analysis"
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"label": "Issues",
|
|
4002
|
-
"href": "/issues",
|
|
4003
|
-
"icon": "alert-triangle"
|
|
4003
|
+
]
|
|
4004
4004
|
}
|
|
4005
4005
|
]
|
|
4006
4006
|
}
|
|
@@ -4164,31 +4164,31 @@
|
|
|
4164
4164
|
"render-ui",
|
|
4165
4165
|
"main",
|
|
4166
4166
|
{
|
|
4167
|
-
"type": "dashboard-layout",
|
|
4168
4167
|
"appName": "Code Reviewer",
|
|
4168
|
+
"children": [
|
|
4169
|
+
{
|
|
4170
|
+
"description": "Classifier is ready",
|
|
4171
|
+
"icon": "tag",
|
|
4172
|
+
"title": "Classifier",
|
|
4173
|
+
"type": "empty-state"
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"type": "dashboard-layout",
|
|
4169
4177
|
"navItems": [
|
|
4170
4178
|
{
|
|
4179
|
+
"href": "/review",
|
|
4171
4180
|
"label": "Review",
|
|
4172
|
-
"icon": "file-search"
|
|
4173
|
-
"href": "/review"
|
|
4181
|
+
"icon": "file-search"
|
|
4174
4182
|
},
|
|
4175
4183
|
{
|
|
4184
|
+
"icon": "tag",
|
|
4176
4185
|
"label": "Analysis",
|
|
4177
|
-
"href": "/analysis"
|
|
4178
|
-
"icon": "tag"
|
|
4186
|
+
"href": "/analysis"
|
|
4179
4187
|
},
|
|
4180
4188
|
{
|
|
4181
|
-
"href": "/issues",
|
|
4182
4189
|
"label": "Issues",
|
|
4183
|
-
"icon": "alert-triangle"
|
|
4184
|
-
|
|
4185
|
-
],
|
|
4186
|
-
"children": [
|
|
4187
|
-
{
|
|
4188
|
-
"description": "Classifier is ready",
|
|
4189
|
-
"title": "Classifier",
|
|
4190
|
-
"type": "empty-state",
|
|
4191
|
-
"icon": "tag"
|
|
4190
|
+
"icon": "alert-triangle",
|
|
4191
|
+
"href": "/issues"
|
|
4192
4192
|
}
|
|
4193
4193
|
]
|
|
4194
4194
|
}
|
|
@@ -4492,15 +4492,19 @@
|
|
|
4492
4492
|
"render-ui",
|
|
4493
4493
|
"main",
|
|
4494
4494
|
{
|
|
4495
|
-
"type": "dashboard-layout",
|
|
4496
4495
|
"children": [
|
|
4497
4496
|
{
|
|
4497
|
+
"direction": "vertical",
|
|
4498
|
+
"gap": "lg",
|
|
4498
4499
|
"children": [
|
|
4499
4500
|
{
|
|
4500
|
-
"
|
|
4501
|
+
"type": "stack",
|
|
4501
4502
|
"justify": "between",
|
|
4503
|
+
"direction": "horizontal",
|
|
4504
|
+
"gap": "md",
|
|
4502
4505
|
"children": [
|
|
4503
4506
|
{
|
|
4507
|
+
"gap": "md",
|
|
4504
4508
|
"direction": "horizontal",
|
|
4505
4509
|
"children": [
|
|
4506
4510
|
{
|
|
@@ -4508,58 +4512,54 @@
|
|
|
4508
4512
|
"name": "sparkles"
|
|
4509
4513
|
},
|
|
4510
4514
|
{
|
|
4511
|
-
"variant": "h2",
|
|
4512
4515
|
"type": "typography",
|
|
4513
|
-
"content": "ReviewCompletion"
|
|
4516
|
+
"content": "ReviewCompletion",
|
|
4517
|
+
"variant": "h2"
|
|
4514
4518
|
}
|
|
4515
4519
|
],
|
|
4516
|
-
"gap": "md",
|
|
4517
4520
|
"type": "stack"
|
|
4518
4521
|
},
|
|
4519
4522
|
{
|
|
4520
|
-
"action": "GENERATE",
|
|
4521
4523
|
"type": "button",
|
|
4524
|
+
"variant": "primary",
|
|
4522
4525
|
"icon": "sparkles",
|
|
4523
|
-
"
|
|
4524
|
-
"
|
|
4526
|
+
"action": "GENERATE",
|
|
4527
|
+
"label": "Open"
|
|
4525
4528
|
}
|
|
4526
|
-
]
|
|
4527
|
-
"type": "stack",
|
|
4528
|
-
"direction": "horizontal"
|
|
4529
|
+
]
|
|
4529
4530
|
},
|
|
4530
4531
|
{
|
|
4531
4532
|
"type": "divider"
|
|
4532
4533
|
},
|
|
4533
4534
|
{
|
|
4534
4535
|
"type": "empty-state",
|
|
4536
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4535
4537
|
"icon": "sparkles",
|
|
4536
|
-
"title": "Nothing open"
|
|
4537
|
-
"description": "Click Open to view details in a modal overlay."
|
|
4538
|
+
"title": "Nothing open"
|
|
4538
4539
|
}
|
|
4539
4540
|
],
|
|
4540
|
-
"direction": "vertical",
|
|
4541
|
-
"gap": "lg",
|
|
4542
4541
|
"type": "stack"
|
|
4543
4542
|
}
|
|
4544
4543
|
],
|
|
4544
|
+
"appName": "Code Reviewer",
|
|
4545
|
+
"type": "dashboard-layout",
|
|
4545
4546
|
"navItems": [
|
|
4546
4547
|
{
|
|
4548
|
+
"href": "/review",
|
|
4547
4549
|
"icon": "file-search",
|
|
4548
|
-
"label": "Review"
|
|
4549
|
-
"href": "/review"
|
|
4550
|
+
"label": "Review"
|
|
4550
4551
|
},
|
|
4551
4552
|
{
|
|
4552
|
-
"
|
|
4553
|
+
"label": "Analysis",
|
|
4553
4554
|
"icon": "tag",
|
|
4554
|
-
"
|
|
4555
|
+
"href": "/analysis"
|
|
4555
4556
|
},
|
|
4556
4557
|
{
|
|
4557
4558
|
"label": "Issues",
|
|
4558
4559
|
"href": "/issues",
|
|
4559
4560
|
"icon": "alert-triangle"
|
|
4560
4561
|
}
|
|
4561
|
-
]
|
|
4562
|
-
"appName": "Code Reviewer"
|
|
4562
|
+
]
|
|
4563
4563
|
}
|
|
4564
4564
|
]
|
|
4565
4565
|
]
|
|
@@ -4573,7 +4573,7 @@
|
|
|
4573
4573
|
"render-ui",
|
|
4574
4574
|
"modal",
|
|
4575
4575
|
{
|
|
4576
|
-
"
|
|
4576
|
+
"type": "stack",
|
|
4577
4577
|
"direction": "vertical",
|
|
4578
4578
|
"children": [
|
|
4579
4579
|
{
|
|
@@ -4583,14 +4583,14 @@
|
|
|
4583
4583
|
"name": "sparkles"
|
|
4584
4584
|
},
|
|
4585
4585
|
{
|
|
4586
|
-
"type": "typography",
|
|
4587
4586
|
"variant": "h3",
|
|
4588
|
-
"content": "ReviewCompletion"
|
|
4587
|
+
"content": "ReviewCompletion",
|
|
4588
|
+
"type": "typography"
|
|
4589
4589
|
}
|
|
4590
4590
|
],
|
|
4591
|
+
"gap": "sm",
|
|
4591
4592
|
"direction": "horizontal",
|
|
4592
|
-
"type": "stack"
|
|
4593
|
-
"gap": "sm"
|
|
4593
|
+
"type": "stack"
|
|
4594
4594
|
},
|
|
4595
4595
|
{
|
|
4596
4596
|
"type": "divider"
|
|
@@ -4613,14 +4613,14 @@
|
|
|
4613
4613
|
{
|
|
4614
4614
|
"submitEvent": "SAVE",
|
|
4615
4615
|
"mode": "create",
|
|
4616
|
+
"type": "form-section",
|
|
4617
|
+
"cancelEvent": "CLOSE",
|
|
4616
4618
|
"fields": [
|
|
4617
4619
|
"prompt"
|
|
4618
|
-
]
|
|
4619
|
-
"cancelEvent": "CLOSE",
|
|
4620
|
-
"type": "form-section"
|
|
4620
|
+
]
|
|
4621
4621
|
}
|
|
4622
4622
|
],
|
|
4623
|
-
"
|
|
4623
|
+
"gap": "md"
|
|
4624
4624
|
}
|
|
4625
4625
|
]
|
|
4626
4626
|
]
|
|
@@ -4648,59 +4648,42 @@
|
|
|
4648
4648
|
"render-ui",
|
|
4649
4649
|
"main",
|
|
4650
4650
|
{
|
|
4651
|
-
"type": "dashboard-layout",
|
|
4652
|
-
"appName": "Code Reviewer",
|
|
4653
|
-
"navItems": [
|
|
4654
|
-
{
|
|
4655
|
-
"href": "/review",
|
|
4656
|
-
"icon": "file-search",
|
|
4657
|
-
"label": "Review"
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"label": "Analysis",
|
|
4661
|
-
"href": "/analysis",
|
|
4662
|
-
"icon": "tag"
|
|
4663
|
-
},
|
|
4664
|
-
{
|
|
4665
|
-
"label": "Issues",
|
|
4666
|
-
"href": "/issues",
|
|
4667
|
-
"icon": "alert-triangle"
|
|
4668
|
-
}
|
|
4669
|
-
],
|
|
4670
4651
|
"children": [
|
|
4671
4652
|
{
|
|
4653
|
+
"gap": "lg",
|
|
4672
4654
|
"type": "stack",
|
|
4655
|
+
"direction": "vertical",
|
|
4673
4656
|
"children": [
|
|
4674
4657
|
{
|
|
4675
|
-
"
|
|
4658
|
+
"direction": "horizontal",
|
|
4676
4659
|
"type": "stack",
|
|
4660
|
+
"gap": "md",
|
|
4661
|
+
"justify": "between",
|
|
4677
4662
|
"children": [
|
|
4678
4663
|
{
|
|
4679
|
-
"direction": "horizontal",
|
|
4680
|
-
"gap": "md",
|
|
4681
4664
|
"type": "stack",
|
|
4682
4665
|
"children": [
|
|
4683
4666
|
{
|
|
4684
|
-
"
|
|
4685
|
-
"
|
|
4667
|
+
"type": "icon",
|
|
4668
|
+
"name": "sparkles"
|
|
4686
4669
|
},
|
|
4687
4670
|
{
|
|
4688
|
-
"type": "typography",
|
|
4689
4671
|
"content": "ReviewCompletion",
|
|
4672
|
+
"type": "typography",
|
|
4690
4673
|
"variant": "h2"
|
|
4691
4674
|
}
|
|
4692
|
-
]
|
|
4675
|
+
],
|
|
4676
|
+
"gap": "md",
|
|
4677
|
+
"direction": "horizontal"
|
|
4693
4678
|
},
|
|
4694
4679
|
{
|
|
4680
|
+
"variant": "primary",
|
|
4695
4681
|
"type": "button",
|
|
4696
4682
|
"action": "GENERATE",
|
|
4697
4683
|
"label": "Open",
|
|
4698
|
-
"icon": "sparkles"
|
|
4699
|
-
"variant": "primary"
|
|
4684
|
+
"icon": "sparkles"
|
|
4700
4685
|
}
|
|
4701
|
-
]
|
|
4702
|
-
"gap": "md",
|
|
4703
|
-
"direction": "horizontal"
|
|
4686
|
+
]
|
|
4704
4687
|
},
|
|
4705
4688
|
{
|
|
4706
4689
|
"type": "divider"
|
|
@@ -4708,12 +4691,29 @@
|
|
|
4708
4691
|
{
|
|
4709
4692
|
"type": "empty-state",
|
|
4710
4693
|
"icon": "sparkles",
|
|
4711
|
-
"
|
|
4712
|
-
"
|
|
4694
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4695
|
+
"title": "Nothing open"
|
|
4713
4696
|
}
|
|
4714
|
-
]
|
|
4715
|
-
|
|
4716
|
-
|
|
4697
|
+
]
|
|
4698
|
+
}
|
|
4699
|
+
],
|
|
4700
|
+
"type": "dashboard-layout",
|
|
4701
|
+
"appName": "Code Reviewer",
|
|
4702
|
+
"navItems": [
|
|
4703
|
+
{
|
|
4704
|
+
"href": "/review",
|
|
4705
|
+
"icon": "file-search",
|
|
4706
|
+
"label": "Review"
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"icon": "tag",
|
|
4710
|
+
"href": "/analysis",
|
|
4711
|
+
"label": "Analysis"
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"icon": "alert-triangle",
|
|
4715
|
+
"href": "/issues",
|
|
4716
|
+
"label": "Issues"
|
|
4717
4717
|
}
|
|
4718
4718
|
]
|
|
4719
4719
|
}
|
|
@@ -4732,8 +4732,8 @@
|
|
|
4732
4732
|
"@payload.data",
|
|
4733
4733
|
{
|
|
4734
4734
|
"emit": {
|
|
4735
|
-
"
|
|
4736
|
-
"
|
|
4735
|
+
"failure": "ReviewCompletionSaveFailed",
|
|
4736
|
+
"success": "ReviewCompletionSaved"
|
|
4737
4737
|
}
|
|
4738
4738
|
}
|
|
4739
4739
|
],
|
|
@@ -4754,35 +4754,12 @@
|
|
|
4754
4754
|
"render-ui",
|
|
4755
4755
|
"main",
|
|
4756
4756
|
{
|
|
4757
|
-
"type": "dashboard-layout",
|
|
4758
|
-
"navItems": [
|
|
4759
|
-
{
|
|
4760
|
-
"label": "Review",
|
|
4761
|
-
"icon": "file-search",
|
|
4762
|
-
"href": "/review"
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"label": "Analysis",
|
|
4766
|
-
"icon": "tag",
|
|
4767
|
-
"href": "/analysis"
|
|
4768
|
-
},
|
|
4769
|
-
{
|
|
4770
|
-
"label": "Issues",
|
|
4771
|
-
"href": "/issues",
|
|
4772
|
-
"icon": "alert-triangle"
|
|
4773
|
-
}
|
|
4774
|
-
],
|
|
4775
4757
|
"children": [
|
|
4776
4758
|
{
|
|
4777
|
-
"direction": "vertical",
|
|
4778
|
-
"gap": "lg",
|
|
4779
|
-
"type": "stack",
|
|
4780
4759
|
"children": [
|
|
4781
4760
|
{
|
|
4782
|
-
"direction": "horizontal",
|
|
4783
4761
|
"children": [
|
|
4784
4762
|
{
|
|
4785
|
-
"type": "stack",
|
|
4786
4763
|
"direction": "horizontal",
|
|
4787
4764
|
"children": [
|
|
4788
4765
|
{
|
|
@@ -4790,37 +4767,60 @@
|
|
|
4790
4767
|
"type": "icon"
|
|
4791
4768
|
},
|
|
4792
4769
|
{
|
|
4770
|
+
"content": "ReviewCompletion",
|
|
4793
4771
|
"variant": "h2",
|
|
4794
|
-
"type": "typography"
|
|
4795
|
-
"content": "ReviewCompletion"
|
|
4772
|
+
"type": "typography"
|
|
4796
4773
|
}
|
|
4797
4774
|
],
|
|
4798
|
-
"gap": "md"
|
|
4775
|
+
"gap": "md",
|
|
4776
|
+
"type": "stack"
|
|
4799
4777
|
},
|
|
4800
4778
|
{
|
|
4779
|
+
"variant": "primary",
|
|
4801
4780
|
"type": "button",
|
|
4802
4781
|
"icon": "sparkles",
|
|
4803
|
-
"action": "GENERATE",
|
|
4804
4782
|
"label": "Open",
|
|
4805
|
-
"
|
|
4783
|
+
"action": "GENERATE"
|
|
4806
4784
|
}
|
|
4807
4785
|
],
|
|
4786
|
+
"gap": "md",
|
|
4787
|
+
"direction": "horizontal",
|
|
4808
4788
|
"justify": "between",
|
|
4809
|
-
"type": "stack"
|
|
4810
|
-
"gap": "md"
|
|
4789
|
+
"type": "stack"
|
|
4811
4790
|
},
|
|
4812
4791
|
{
|
|
4813
4792
|
"type": "divider"
|
|
4814
4793
|
},
|
|
4815
4794
|
{
|
|
4816
|
-
"type": "empty-state",
|
|
4817
4795
|
"icon": "sparkles",
|
|
4818
4796
|
"title": "Nothing open",
|
|
4797
|
+
"type": "empty-state",
|
|
4819
4798
|
"description": "Click Open to view details in a modal overlay."
|
|
4820
4799
|
}
|
|
4821
|
-
]
|
|
4800
|
+
],
|
|
4801
|
+
"direction": "vertical",
|
|
4802
|
+
"gap": "lg",
|
|
4803
|
+
"type": "stack"
|
|
4804
|
+
}
|
|
4805
|
+
],
|
|
4806
|
+
"navItems": [
|
|
4807
|
+
{
|
|
4808
|
+
"label": "Review",
|
|
4809
|
+
"href": "/review",
|
|
4810
|
+
"icon": "file-search"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"href": "/analysis",
|
|
4814
|
+
"label": "Analysis",
|
|
4815
|
+
"icon": "tag"
|
|
4816
|
+
},
|
|
4817
|
+
{
|
|
4818
|
+
"icon": "alert-triangle",
|
|
4819
|
+
"label": "Issues",
|
|
4820
|
+
"href": "/issues"
|
|
4822
4821
|
}
|
|
4823
4822
|
],
|
|
4823
|
+
"type": "dashboard-layout",
|
|
4824
4824
|
"appName": "Code Reviewer"
|
|
4825
4825
|
}
|
|
4826
4826
|
]
|
|
@@ -4931,8 +4931,8 @@
|
|
|
4931
4931
|
"ReviewCompletion",
|
|
4932
4932
|
{
|
|
4933
4933
|
"emit": {
|
|
4934
|
-
"
|
|
4935
|
-
"
|
|
4934
|
+
"success": "ReviewCompletionLoaded",
|
|
4935
|
+
"failure": "ReviewCompletionLoadFailed"
|
|
4936
4936
|
}
|
|
4937
4937
|
}
|
|
4938
4938
|
]
|
|
@@ -4958,44 +4958,61 @@
|
|
|
4958
4958
|
"main",
|
|
4959
4959
|
{
|
|
4960
4960
|
"appName": "Code Reviewer",
|
|
4961
|
+
"navItems": [
|
|
4962
|
+
{
|
|
4963
|
+
"icon": "file-search",
|
|
4964
|
+
"label": "Review",
|
|
4965
|
+
"href": "/review"
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"label": "Analysis",
|
|
4969
|
+
"href": "/analysis",
|
|
4970
|
+
"icon": "tag"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"label": "Issues",
|
|
4974
|
+
"href": "/issues",
|
|
4975
|
+
"icon": "alert-triangle"
|
|
4976
|
+
}
|
|
4977
|
+
],
|
|
4961
4978
|
"type": "dashboard-layout",
|
|
4962
4979
|
"children": [
|
|
4963
4980
|
{
|
|
4964
|
-
"type": "stack",
|
|
4965
4981
|
"direction": "vertical",
|
|
4982
|
+
"type": "stack",
|
|
4966
4983
|
"gap": "lg",
|
|
4967
4984
|
"children": [
|
|
4968
4985
|
{
|
|
4986
|
+
"type": "stack",
|
|
4987
|
+
"gap": "md",
|
|
4969
4988
|
"direction": "horizontal",
|
|
4970
|
-
"align": "center",
|
|
4971
4989
|
"children": [
|
|
4972
4990
|
{
|
|
4991
|
+
"type": "stack",
|
|
4992
|
+
"align": "center",
|
|
4973
4993
|
"children": [
|
|
4974
4994
|
{
|
|
4975
|
-
"
|
|
4976
|
-
"
|
|
4995
|
+
"type": "icon",
|
|
4996
|
+
"name": "sparkles"
|
|
4977
4997
|
},
|
|
4978
4998
|
{
|
|
4979
|
-
"
|
|
4999
|
+
"variant": "h2",
|
|
4980
5000
|
"content": "ReviewCompletion Status",
|
|
4981
|
-
"
|
|
5001
|
+
"type": "typography"
|
|
4982
5002
|
}
|
|
4983
5003
|
],
|
|
4984
5004
|
"gap": "md",
|
|
4985
|
-
"direction": "horizontal"
|
|
4986
|
-
"type": "stack",
|
|
4987
|
-
"align": "center"
|
|
5005
|
+
"direction": "horizontal"
|
|
4988
5006
|
},
|
|
4989
5007
|
{
|
|
4990
|
-
"action": "HIDE",
|
|
4991
5008
|
"variant": "ghost",
|
|
4992
|
-
"
|
|
5009
|
+
"action": "HIDE",
|
|
5010
|
+
"label": "Dismiss",
|
|
4993
5011
|
"icon": "x",
|
|
4994
|
-
"
|
|
5012
|
+
"type": "button"
|
|
4995
5013
|
}
|
|
4996
5014
|
],
|
|
4997
|
-
"
|
|
4998
|
-
"type": "stack",
|
|
5015
|
+
"align": "center",
|
|
4999
5016
|
"justify": "between"
|
|
5000
5017
|
},
|
|
5001
5018
|
{
|
|
@@ -5003,36 +5020,19 @@
|
|
|
5003
5020
|
},
|
|
5004
5021
|
{
|
|
5005
5022
|
"variant": "@entity.notificationType",
|
|
5006
|
-
"
|
|
5007
|
-
"
|
|
5023
|
+
"message": "@entity.message",
|
|
5024
|
+
"type": "alert"
|
|
5008
5025
|
},
|
|
5009
5026
|
{
|
|
5010
5027
|
"type": "toast-slot"
|
|
5011
5028
|
},
|
|
5012
5029
|
{
|
|
5013
5030
|
"type": "alert",
|
|
5014
|
-
"
|
|
5015
|
-
"
|
|
5031
|
+
"message": "@entity.message",
|
|
5032
|
+
"variant": "warning"
|
|
5016
5033
|
}
|
|
5017
5034
|
]
|
|
5018
5035
|
}
|
|
5019
|
-
],
|
|
5020
|
-
"navItems": [
|
|
5021
|
-
{
|
|
5022
|
-
"icon": "file-search",
|
|
5023
|
-
"label": "Review",
|
|
5024
|
-
"href": "/review"
|
|
5025
|
-
},
|
|
5026
|
-
{
|
|
5027
|
-
"icon": "tag",
|
|
5028
|
-
"href": "/analysis",
|
|
5029
|
-
"label": "Analysis"
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"icon": "alert-triangle",
|
|
5033
|
-
"label": "Issues",
|
|
5034
|
-
"href": "/issues"
|
|
5035
|
-
}
|
|
5036
5036
|
]
|
|
5037
5037
|
}
|
|
5038
5038
|
]
|
|
@@ -5057,81 +5057,81 @@
|
|
|
5057
5057
|
"render-ui",
|
|
5058
5058
|
"main",
|
|
5059
5059
|
{
|
|
5060
|
+
"type": "dashboard-layout",
|
|
5061
|
+
"appName": "Code Reviewer",
|
|
5062
|
+
"navItems": [
|
|
5063
|
+
{
|
|
5064
|
+
"href": "/review",
|
|
5065
|
+
"label": "Review",
|
|
5066
|
+
"icon": "file-search"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"label": "Analysis",
|
|
5070
|
+
"href": "/analysis",
|
|
5071
|
+
"icon": "tag"
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"icon": "alert-triangle",
|
|
5075
|
+
"href": "/issues",
|
|
5076
|
+
"label": "Issues"
|
|
5077
|
+
}
|
|
5078
|
+
],
|
|
5060
5079
|
"children": [
|
|
5061
5080
|
{
|
|
5062
|
-
"type": "stack",
|
|
5063
|
-
"direction": "vertical",
|
|
5064
|
-
"gap": "lg",
|
|
5065
5081
|
"children": [
|
|
5066
5082
|
{
|
|
5067
|
-
"type": "stack",
|
|
5068
|
-
"justify": "between",
|
|
5069
|
-
"align": "center",
|
|
5070
|
-
"direction": "horizontal",
|
|
5071
5083
|
"children": [
|
|
5072
5084
|
{
|
|
5085
|
+
"align": "center",
|
|
5073
5086
|
"children": [
|
|
5074
5087
|
{
|
|
5075
|
-
"
|
|
5076
|
-
"
|
|
5088
|
+
"type": "icon",
|
|
5089
|
+
"name": "sparkles"
|
|
5077
5090
|
},
|
|
5078
5091
|
{
|
|
5092
|
+
"type": "typography",
|
|
5079
5093
|
"content": "ReviewCompletion Status",
|
|
5080
|
-
"variant": "h2"
|
|
5081
|
-
"type": "typography"
|
|
5094
|
+
"variant": "h2"
|
|
5082
5095
|
}
|
|
5083
5096
|
],
|
|
5084
5097
|
"gap": "md",
|
|
5085
5098
|
"direction": "horizontal",
|
|
5086
|
-
"align": "center",
|
|
5087
5099
|
"type": "stack"
|
|
5088
5100
|
},
|
|
5089
5101
|
{
|
|
5090
|
-
"
|
|
5091
|
-
"variant": "ghost",
|
|
5102
|
+
"icon": "x",
|
|
5092
5103
|
"type": "button",
|
|
5104
|
+
"action": "HIDE",
|
|
5093
5105
|
"label": "Dismiss",
|
|
5094
|
-
"
|
|
5106
|
+
"variant": "ghost"
|
|
5095
5107
|
}
|
|
5096
5108
|
],
|
|
5097
|
-
"
|
|
5109
|
+
"direction": "horizontal",
|
|
5110
|
+
"type": "stack",
|
|
5111
|
+
"gap": "md",
|
|
5112
|
+
"align": "center",
|
|
5113
|
+
"justify": "between"
|
|
5098
5114
|
},
|
|
5099
5115
|
{
|
|
5100
5116
|
"type": "divider"
|
|
5101
5117
|
},
|
|
5102
5118
|
{
|
|
5103
|
-
"variant": "@entity.notificationType",
|
|
5104
5119
|
"type": "alert",
|
|
5120
|
+
"variant": "@entity.notificationType",
|
|
5105
5121
|
"message": "@entity.message"
|
|
5106
5122
|
},
|
|
5107
5123
|
{
|
|
5108
5124
|
"type": "toast-slot"
|
|
5109
5125
|
},
|
|
5110
5126
|
{
|
|
5111
|
-
"type": "alert",
|
|
5112
5127
|
"variant": "warning",
|
|
5113
|
-
"message": "@entity.message"
|
|
5128
|
+
"message": "@entity.message",
|
|
5129
|
+
"type": "alert"
|
|
5114
5130
|
}
|
|
5115
|
-
]
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
"appName": "Code Reviewer",
|
|
5120
|
-
"navItems": [
|
|
5121
|
-
{
|
|
5122
|
-
"href": "/review",
|
|
5123
|
-
"icon": "file-search",
|
|
5124
|
-
"label": "Review"
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"icon": "tag",
|
|
5128
|
-
"label": "Analysis",
|
|
5129
|
-
"href": "/analysis"
|
|
5130
|
-
},
|
|
5131
|
-
{
|
|
5132
|
-
"href": "/issues",
|
|
5133
|
-
"icon": "alert-triangle",
|
|
5134
|
-
"label": "Issues"
|
|
5131
|
+
],
|
|
5132
|
+
"type": "stack",
|
|
5133
|
+
"direction": "vertical",
|
|
5134
|
+
"gap": "lg"
|
|
5135
5135
|
}
|
|
5136
5136
|
]
|
|
5137
5137
|
}
|
|
@@ -5298,7 +5298,15 @@
|
|
|
5298
5298
|
"render-ui",
|
|
5299
5299
|
"main",
|
|
5300
5300
|
{
|
|
5301
|
-
"
|
|
5301
|
+
"type": "dashboard-layout",
|
|
5302
|
+
"children": [
|
|
5303
|
+
{
|
|
5304
|
+
"description": "Completion is ready",
|
|
5305
|
+
"type": "empty-state",
|
|
5306
|
+
"icon": "sparkles",
|
|
5307
|
+
"title": "Completion"
|
|
5308
|
+
}
|
|
5309
|
+
],
|
|
5302
5310
|
"navItems": [
|
|
5303
5311
|
{
|
|
5304
5312
|
"label": "Review",
|
|
@@ -5306,25 +5314,17 @@
|
|
|
5306
5314
|
"icon": "file-search"
|
|
5307
5315
|
},
|
|
5308
5316
|
{
|
|
5309
|
-
"
|
|
5317
|
+
"href": "/analysis",
|
|
5310
5318
|
"icon": "tag",
|
|
5311
|
-
"
|
|
5319
|
+
"label": "Analysis"
|
|
5312
5320
|
},
|
|
5313
5321
|
{
|
|
5314
|
-
"
|
|
5322
|
+
"label": "Issues",
|
|
5315
5323
|
"icon": "alert-triangle",
|
|
5316
|
-
"
|
|
5324
|
+
"href": "/issues"
|
|
5317
5325
|
}
|
|
5318
5326
|
],
|
|
5319
|
-
"
|
|
5320
|
-
"children": [
|
|
5321
|
-
{
|
|
5322
|
-
"type": "empty-state",
|
|
5323
|
-
"icon": "sparkles",
|
|
5324
|
-
"title": "Completion",
|
|
5325
|
-
"description": "Completion is ready"
|
|
5326
|
-
}
|
|
5327
|
-
]
|
|
5327
|
+
"appName": "Code Reviewer"
|
|
5328
5328
|
}
|
|
5329
5329
|
]
|
|
5330
5330
|
]
|