@almadar/std 14.5.1 → 14.6.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/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-agent-reviewer",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Agent reviewer: code/doc review with RAG analysis and issue tracking.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ReviewOrbital",
|
|
@@ -355,24 +355,43 @@
|
|
|
355
355
|
"render-ui",
|
|
356
356
|
"main",
|
|
357
357
|
{
|
|
358
|
+
"navItems": [
|
|
359
|
+
{
|
|
360
|
+
"href": "/review",
|
|
361
|
+
"icon": "file-search",
|
|
362
|
+
"label": "Review"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"icon": "tag",
|
|
366
|
+
"href": "/analysis",
|
|
367
|
+
"label": "Analysis"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"icon": "alert-triangle",
|
|
371
|
+
"label": "Issues",
|
|
372
|
+
"href": "/issues"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
358
375
|
"children": [
|
|
359
376
|
{
|
|
377
|
+
"gap": "lg",
|
|
360
378
|
"type": "stack",
|
|
379
|
+
"direction": "vertical",
|
|
361
380
|
"children": [
|
|
362
381
|
{
|
|
363
|
-
"type": "stack",
|
|
364
|
-
"gap": "sm",
|
|
365
382
|
"children": [
|
|
366
383
|
{
|
|
367
|
-
"
|
|
368
|
-
"
|
|
384
|
+
"type": "icon",
|
|
385
|
+
"name": "file-search"
|
|
369
386
|
},
|
|
370
387
|
{
|
|
371
|
-
"
|
|
388
|
+
"content": "Code Review",
|
|
372
389
|
"variant": "h2",
|
|
373
|
-
"
|
|
390
|
+
"type": "typography"
|
|
374
391
|
}
|
|
375
392
|
],
|
|
393
|
+
"gap": "sm",
|
|
394
|
+
"type": "stack",
|
|
376
395
|
"direction": "horizontal",
|
|
377
396
|
"align": "center"
|
|
378
397
|
},
|
|
@@ -382,53 +401,34 @@
|
|
|
382
401
|
{
|
|
383
402
|
"children": [
|
|
384
403
|
{
|
|
385
|
-
"gap": "md",
|
|
386
|
-
"type": "stack",
|
|
387
404
|
"direction": "vertical",
|
|
405
|
+
"gap": "md",
|
|
388
406
|
"children": [
|
|
389
407
|
{
|
|
408
|
+
"type": "typography",
|
|
390
409
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
391
|
-
"variant": "body"
|
|
392
|
-
"type": "typography"
|
|
410
|
+
"variant": "body"
|
|
393
411
|
},
|
|
394
412
|
{
|
|
395
|
-
"
|
|
413
|
+
"entity": "@entity",
|
|
396
414
|
"mode": "edit",
|
|
415
|
+
"type": "form-section",
|
|
397
416
|
"fields": [
|
|
398
417
|
"target"
|
|
399
418
|
],
|
|
400
|
-
"
|
|
401
|
-
"entity": "@entity"
|
|
419
|
+
"submitEvent": "SUBMIT_REVIEW"
|
|
402
420
|
}
|
|
403
|
-
]
|
|
421
|
+
],
|
|
422
|
+
"type": "stack"
|
|
404
423
|
}
|
|
405
424
|
],
|
|
406
425
|
"type": "card"
|
|
407
426
|
}
|
|
408
|
-
]
|
|
409
|
-
"direction": "vertical",
|
|
410
|
-
"gap": "lg"
|
|
411
|
-
}
|
|
412
|
-
],
|
|
413
|
-
"navItems": [
|
|
414
|
-
{
|
|
415
|
-
"label": "Review",
|
|
416
|
-
"href": "/review",
|
|
417
|
-
"icon": "file-search"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"icon": "tag",
|
|
421
|
-
"label": "Analysis",
|
|
422
|
-
"href": "/analysis"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"label": "Issues",
|
|
426
|
-
"href": "/issues",
|
|
427
|
-
"icon": "alert-triangle"
|
|
427
|
+
]
|
|
428
428
|
}
|
|
429
429
|
],
|
|
430
|
-
"
|
|
431
|
-
"
|
|
430
|
+
"appName": "Code Reviewer",
|
|
431
|
+
"type": "dashboard-layout"
|
|
432
432
|
}
|
|
433
433
|
]
|
|
434
434
|
]
|
|
@@ -462,38 +462,38 @@
|
|
|
462
462
|
{
|
|
463
463
|
"children": [
|
|
464
464
|
{
|
|
465
|
-
"
|
|
466
|
-
"
|
|
465
|
+
"direction": "vertical",
|
|
466
|
+
"gap": "lg",
|
|
467
467
|
"children": [
|
|
468
468
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
469
|
+
"name": "search",
|
|
470
|
+
"type": "icon"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"content": "Analyzing input...",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"variant": "h3",
|
|
475
|
+
"type": "typography"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
"type": "spinner"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
|
-
"
|
|
481
|
+
"content": "Classifying and searching for patterns",
|
|
482
482
|
"type": "typography",
|
|
483
|
-
"
|
|
483
|
+
"variant": "caption"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
|
-
"
|
|
487
|
-
"
|
|
486
|
+
"type": "stack",
|
|
487
|
+
"align": "center"
|
|
488
488
|
}
|
|
489
489
|
],
|
|
490
490
|
"type": "dashboard-layout",
|
|
491
491
|
"appName": "Code Reviewer",
|
|
492
492
|
"navItems": [
|
|
493
493
|
{
|
|
494
|
+
"label": "Review",
|
|
494
495
|
"icon": "file-search",
|
|
495
|
-
"href": "/review"
|
|
496
|
-
"label": "Review"
|
|
496
|
+
"href": "/review"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
499
|
"icon": "tag",
|
|
@@ -528,7 +528,6 @@
|
|
|
528
528
|
"render-ui",
|
|
529
529
|
"main",
|
|
530
530
|
{
|
|
531
|
-
"type": "dashboard-layout",
|
|
532
531
|
"navItems": [
|
|
533
532
|
{
|
|
534
533
|
"href": "/review",
|
|
@@ -536,27 +535,30 @@
|
|
|
536
535
|
"label": "Review"
|
|
537
536
|
},
|
|
538
537
|
{
|
|
539
|
-
"href": "/analysis",
|
|
540
538
|
"icon": "tag",
|
|
541
|
-
"label": "Analysis"
|
|
539
|
+
"label": "Analysis",
|
|
540
|
+
"href": "/analysis"
|
|
542
541
|
},
|
|
543
542
|
{
|
|
543
|
+
"label": "Issues",
|
|
544
544
|
"icon": "alert-triangle",
|
|
545
|
-
"href": "/issues"
|
|
546
|
-
"label": "Issues"
|
|
545
|
+
"href": "/issues"
|
|
547
546
|
}
|
|
548
547
|
],
|
|
548
|
+
"appName": "Code Reviewer",
|
|
549
549
|
"children": [
|
|
550
550
|
{
|
|
551
|
+
"direction": "vertical",
|
|
552
|
+
"gap": "lg",
|
|
551
553
|
"align": "center",
|
|
552
554
|
"children": [
|
|
553
555
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
+
"type": "icon",
|
|
557
|
+
"name": "cpu"
|
|
556
558
|
},
|
|
557
559
|
{
|
|
558
|
-
"type": "typography",
|
|
559
560
|
"content": "Generating review...",
|
|
561
|
+
"type": "typography",
|
|
560
562
|
"variant": "h3"
|
|
561
563
|
},
|
|
562
564
|
{
|
|
@@ -568,12 +570,10 @@
|
|
|
568
570
|
"type": "typography"
|
|
569
571
|
}
|
|
570
572
|
],
|
|
571
|
-
"type": "stack"
|
|
572
|
-
"direction": "vertical",
|
|
573
|
-
"gap": "lg"
|
|
573
|
+
"type": "stack"
|
|
574
574
|
}
|
|
575
575
|
],
|
|
576
|
-
"
|
|
576
|
+
"type": "dashboard-layout"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -600,50 +600,52 @@
|
|
|
600
600
|
"type": "dashboard-layout",
|
|
601
601
|
"children": [
|
|
602
602
|
{
|
|
603
|
+
"gap": "lg",
|
|
603
604
|
"direction": "vertical",
|
|
604
605
|
"type": "stack",
|
|
605
606
|
"children": [
|
|
606
607
|
{
|
|
607
|
-
"gap": "sm",
|
|
608
|
-
"direction": "horizontal",
|
|
609
608
|
"type": "stack",
|
|
610
|
-
"justify": "between",
|
|
611
609
|
"align": "center",
|
|
612
610
|
"children": [
|
|
613
611
|
{
|
|
614
612
|
"gap": "sm",
|
|
615
613
|
"align": "center",
|
|
614
|
+
"type": "stack",
|
|
615
|
+
"direction": "horizontal",
|
|
616
616
|
"children": [
|
|
617
617
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
618
|
+
"name": "check-circle",
|
|
619
|
+
"type": "icon"
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
|
-
"content": "Review Complete",
|
|
623
622
|
"type": "typography",
|
|
623
|
+
"content": "Review Complete",
|
|
624
624
|
"variant": "h2"
|
|
625
625
|
}
|
|
626
|
-
]
|
|
627
|
-
"type": "stack",
|
|
628
|
-
"direction": "horizontal"
|
|
626
|
+
]
|
|
629
627
|
},
|
|
630
628
|
{
|
|
631
|
-
"
|
|
632
|
-
"
|
|
629
|
+
"type": "badge",
|
|
630
|
+
"label": "@entity.score"
|
|
633
631
|
}
|
|
634
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"justify": "between",
|
|
634
|
+
"direction": "horizontal",
|
|
635
|
+
"gap": "sm"
|
|
635
636
|
},
|
|
636
637
|
{
|
|
637
638
|
"type": "divider"
|
|
638
639
|
},
|
|
639
640
|
{
|
|
640
|
-
"type": "card",
|
|
641
641
|
"children": [
|
|
642
642
|
{
|
|
643
643
|
"type": "stack",
|
|
644
644
|
"gap": "md",
|
|
645
645
|
"children": [
|
|
646
646
|
{
|
|
647
|
+
"type": "stack",
|
|
648
|
+
"gap": "sm",
|
|
647
649
|
"children": [
|
|
648
650
|
{
|
|
649
651
|
"type": "badge",
|
|
@@ -654,14 +656,12 @@
|
|
|
654
656
|
"type": "badge"
|
|
655
657
|
}
|
|
656
658
|
],
|
|
657
|
-
"direction": "horizontal"
|
|
658
|
-
"type": "stack",
|
|
659
|
-
"gap": "sm"
|
|
659
|
+
"direction": "horizontal"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
|
+
"content": "Issues",
|
|
662
663
|
"variant": "h4",
|
|
663
|
-
"type": "typography"
|
|
664
|
-
"content": "Issues"
|
|
664
|
+
"type": "typography"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
"type": "typography",
|
|
@@ -672,49 +672,49 @@
|
|
|
672
672
|
"type": "divider"
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
|
-
"type": "typography",
|
|
676
675
|
"content": "Suggestions",
|
|
677
|
-
"variant": "h4"
|
|
676
|
+
"variant": "h4",
|
|
677
|
+
"type": "typography"
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
|
+
"content": "@entity.suggestions",
|
|
680
681
|
"variant": "body",
|
|
681
|
-
"type": "typography"
|
|
682
|
-
"content": "@entity.suggestions"
|
|
682
|
+
"type": "typography"
|
|
683
683
|
}
|
|
684
684
|
],
|
|
685
685
|
"direction": "vertical"
|
|
686
686
|
}
|
|
687
|
-
]
|
|
687
|
+
],
|
|
688
|
+
"type": "card"
|
|
688
689
|
},
|
|
689
690
|
{
|
|
690
|
-
"
|
|
691
|
-
"icon": "rotate-ccw",
|
|
692
|
-
"variant": "ghost",
|
|
691
|
+
"label": "New Review",
|
|
693
692
|
"action": "RESET",
|
|
694
|
-
"
|
|
693
|
+
"variant": "ghost",
|
|
694
|
+
"icon": "rotate-ccw",
|
|
695
|
+
"type": "button"
|
|
695
696
|
}
|
|
696
|
-
]
|
|
697
|
-
"gap": "lg"
|
|
697
|
+
]
|
|
698
698
|
}
|
|
699
699
|
],
|
|
700
|
+
"appName": "Code Reviewer",
|
|
700
701
|
"navItems": [
|
|
701
702
|
{
|
|
702
703
|
"href": "/review",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
704
|
+
"label": "Review",
|
|
705
|
+
"icon": "file-search"
|
|
705
706
|
},
|
|
706
707
|
{
|
|
707
708
|
"label": "Analysis",
|
|
708
|
-
"
|
|
709
|
-
"
|
|
709
|
+
"icon": "tag",
|
|
710
|
+
"href": "/analysis"
|
|
710
711
|
},
|
|
711
712
|
{
|
|
712
|
-
"icon": "alert-triangle",
|
|
713
713
|
"label": "Issues",
|
|
714
|
-
"href": "/issues"
|
|
714
|
+
"href": "/issues",
|
|
715
|
+
"icon": "alert-triangle"
|
|
715
716
|
}
|
|
716
|
-
]
|
|
717
|
-
"appName": "Code Reviewer"
|
|
717
|
+
]
|
|
718
718
|
}
|
|
719
719
|
]
|
|
720
720
|
]
|
|
@@ -753,26 +753,44 @@
|
|
|
753
753
|
"render-ui",
|
|
754
754
|
"main",
|
|
755
755
|
{
|
|
756
|
+
"navItems": [
|
|
757
|
+
{
|
|
758
|
+
"href": "/review",
|
|
759
|
+
"icon": "file-search",
|
|
760
|
+
"label": "Review"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"href": "/analysis",
|
|
764
|
+
"label": "Analysis",
|
|
765
|
+
"icon": "tag"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"icon": "alert-triangle",
|
|
769
|
+
"label": "Issues",
|
|
770
|
+
"href": "/issues"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"type": "dashboard-layout",
|
|
774
|
+
"appName": "Code Reviewer",
|
|
756
775
|
"children": [
|
|
757
776
|
{
|
|
758
|
-
"type": "stack",
|
|
759
777
|
"children": [
|
|
760
778
|
{
|
|
779
|
+
"gap": "sm",
|
|
780
|
+
"type": "stack",
|
|
781
|
+
"align": "center",
|
|
782
|
+
"direction": "horizontal",
|
|
761
783
|
"children": [
|
|
762
784
|
{
|
|
763
785
|
"type": "icon",
|
|
764
786
|
"name": "file-search"
|
|
765
787
|
},
|
|
766
788
|
{
|
|
789
|
+
"variant": "h2",
|
|
767
790
|
"content": "Code Review",
|
|
768
|
-
"type": "typography"
|
|
769
|
-
"variant": "h2"
|
|
791
|
+
"type": "typography"
|
|
770
792
|
}
|
|
771
|
-
]
|
|
772
|
-
"type": "stack",
|
|
773
|
-
"gap": "sm",
|
|
774
|
-
"direction": "horizontal",
|
|
775
|
-
"align": "center"
|
|
793
|
+
]
|
|
776
794
|
},
|
|
777
795
|
{
|
|
778
796
|
"type": "divider"
|
|
@@ -781,52 +799,34 @@
|
|
|
781
799
|
"type": "card",
|
|
782
800
|
"children": [
|
|
783
801
|
{
|
|
784
|
-
"type": "stack",
|
|
785
|
-
"direction": "vertical",
|
|
786
802
|
"gap": "md",
|
|
787
803
|
"children": [
|
|
788
804
|
{
|
|
789
|
-
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
790
805
|
"variant": "body",
|
|
791
|
-
"type": "typography"
|
|
806
|
+
"type": "typography",
|
|
807
|
+
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review."
|
|
792
808
|
},
|
|
793
809
|
{
|
|
794
810
|
"entity": "@entity",
|
|
795
811
|
"type": "form-section",
|
|
796
|
-
"mode": "edit",
|
|
797
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
798
812
|
"fields": [
|
|
799
813
|
"target"
|
|
800
|
-
]
|
|
814
|
+
],
|
|
815
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
816
|
+
"mode": "edit"
|
|
801
817
|
}
|
|
802
|
-
]
|
|
818
|
+
],
|
|
819
|
+
"direction": "vertical",
|
|
820
|
+
"type": "stack"
|
|
803
821
|
}
|
|
804
822
|
]
|
|
805
823
|
}
|
|
806
824
|
],
|
|
825
|
+
"type": "stack",
|
|
807
826
|
"gap": "lg",
|
|
808
827
|
"direction": "vertical"
|
|
809
828
|
}
|
|
810
|
-
]
|
|
811
|
-
"navItems": [
|
|
812
|
-
{
|
|
813
|
-
"label": "Review",
|
|
814
|
-
"icon": "file-search",
|
|
815
|
-
"href": "/review"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"href": "/analysis",
|
|
819
|
-
"label": "Analysis",
|
|
820
|
-
"icon": "tag"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"href": "/issues",
|
|
824
|
-
"icon": "alert-triangle",
|
|
825
|
-
"label": "Issues"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"appName": "Code Reviewer",
|
|
829
|
-
"type": "dashboard-layout"
|
|
829
|
+
]
|
|
830
830
|
}
|
|
831
831
|
]
|
|
832
832
|
]
|
|
@@ -1037,30 +1037,32 @@
|
|
|
1037
1037
|
"type": "dashboard-layout",
|
|
1038
1038
|
"navItems": [
|
|
1039
1039
|
{
|
|
1040
|
+
"href": "/review",
|
|
1040
1041
|
"icon": "file-search",
|
|
1041
|
-
"label": "Review"
|
|
1042
|
-
"href": "/review"
|
|
1042
|
+
"label": "Review"
|
|
1043
1043
|
},
|
|
1044
1044
|
{
|
|
1045
|
-
"href": "/analysis",
|
|
1046
1045
|
"label": "Analysis",
|
|
1046
|
+
"href": "/analysis",
|
|
1047
1047
|
"icon": "tag"
|
|
1048
1048
|
},
|
|
1049
1049
|
{
|
|
1050
|
-
"label": "Issues",
|
|
1051
1050
|
"icon": "alert-triangle",
|
|
1051
|
+
"label": "Issues",
|
|
1052
1052
|
"href": "/issues"
|
|
1053
1053
|
}
|
|
1054
1054
|
],
|
|
1055
1055
|
"children": [
|
|
1056
1056
|
{
|
|
1057
|
-
"gap": "lg",
|
|
1058
1057
|
"direction": "vertical",
|
|
1059
1058
|
"type": "stack",
|
|
1059
|
+
"gap": "lg",
|
|
1060
1060
|
"children": [
|
|
1061
1061
|
{
|
|
1062
|
-
"
|
|
1062
|
+
"type": "stack",
|
|
1063
1063
|
"align": "center",
|
|
1064
|
+
"direction": "horizontal",
|
|
1065
|
+
"gap": "sm",
|
|
1064
1066
|
"children": [
|
|
1065
1067
|
{
|
|
1066
1068
|
"type": "icon",
|
|
@@ -1068,12 +1070,10 @@
|
|
|
1068
1070
|
},
|
|
1069
1071
|
{
|
|
1070
1072
|
"variant": "h2",
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1073
|
+
"content": "RAG Pipeline",
|
|
1074
|
+
"type": "typography"
|
|
1073
1075
|
}
|
|
1074
|
-
]
|
|
1075
|
-
"gap": "sm",
|
|
1076
|
-
"type": "stack"
|
|
1076
|
+
]
|
|
1077
1077
|
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"type": "divider"
|
|
@@ -1081,6 +1081,8 @@
|
|
|
1081
1081
|
{
|
|
1082
1082
|
"children": [
|
|
1083
1083
|
{
|
|
1084
|
+
"direction": "vertical",
|
|
1085
|
+
"gap": "md",
|
|
1084
1086
|
"type": "stack",
|
|
1085
1087
|
"children": [
|
|
1086
1088
|
{
|
|
@@ -1089,17 +1091,15 @@
|
|
|
1089
1091
|
"variant": "body"
|
|
1090
1092
|
},
|
|
1091
1093
|
{
|
|
1094
|
+
"mode": "edit",
|
|
1095
|
+
"entity": "@entity",
|
|
1092
1096
|
"type": "form-section",
|
|
1093
1097
|
"submitEvent": "GENERATE",
|
|
1094
1098
|
"fields": [
|
|
1095
1099
|
"query"
|
|
1096
|
-
]
|
|
1097
|
-
"mode": "edit",
|
|
1098
|
-
"entity": "@entity"
|
|
1100
|
+
]
|
|
1099
1101
|
}
|
|
1100
|
-
]
|
|
1101
|
-
"gap": "md",
|
|
1102
|
-
"direction": "vertical"
|
|
1102
|
+
]
|
|
1103
1103
|
}
|
|
1104
1104
|
],
|
|
1105
1105
|
"type": "card"
|
|
@@ -1135,12 +1135,11 @@
|
|
|
1135
1135
|
"main",
|
|
1136
1136
|
{
|
|
1137
1137
|
"appName": "Code Reviewer",
|
|
1138
|
-
"type": "dashboard-layout",
|
|
1139
1138
|
"navItems": [
|
|
1140
1139
|
{
|
|
1141
|
-
"icon": "file-search",
|
|
1142
1140
|
"href": "/review",
|
|
1143
|
-
"label": "Review"
|
|
1141
|
+
"label": "Review",
|
|
1142
|
+
"icon": "file-search"
|
|
1144
1143
|
},
|
|
1145
1144
|
{
|
|
1146
1145
|
"icon": "tag",
|
|
@@ -1153,42 +1152,43 @@
|
|
|
1153
1152
|
"icon": "alert-triangle"
|
|
1154
1153
|
}
|
|
1155
1154
|
],
|
|
1155
|
+
"type": "dashboard-layout",
|
|
1156
1156
|
"children": [
|
|
1157
1157
|
{
|
|
1158
|
-
"direction": "vertical",
|
|
1159
|
-
"type": "stack",
|
|
1160
|
-
"gap": "lg",
|
|
1161
1158
|
"children": [
|
|
1162
1159
|
{
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1160
|
+
"type": "icon",
|
|
1161
|
+
"name": "search"
|
|
1165
1162
|
},
|
|
1166
1163
|
{
|
|
1167
1164
|
"content": "Retrieving context...",
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1165
|
+
"variant": "h3",
|
|
1166
|
+
"type": "typography"
|
|
1170
1167
|
},
|
|
1171
1168
|
{
|
|
1172
1169
|
"type": "spinner"
|
|
1173
1170
|
},
|
|
1174
1171
|
{
|
|
1175
|
-
"gap": "md",
|
|
1176
|
-
"direction": "horizontal",
|
|
1177
|
-
"type": "stack",
|
|
1178
|
-
"justify": "center",
|
|
1179
1172
|
"children": [
|
|
1180
1173
|
{
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1174
|
+
"label": "Recalling memories",
|
|
1175
|
+
"type": "badge"
|
|
1183
1176
|
},
|
|
1184
1177
|
{
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1178
|
+
"label": "Searching code",
|
|
1179
|
+
"type": "badge"
|
|
1187
1180
|
}
|
|
1188
|
-
]
|
|
1181
|
+
],
|
|
1182
|
+
"gap": "md",
|
|
1183
|
+
"direction": "horizontal",
|
|
1184
|
+
"type": "stack",
|
|
1185
|
+
"justify": "center"
|
|
1189
1186
|
}
|
|
1190
1187
|
],
|
|
1191
|
-
"
|
|
1188
|
+
"direction": "vertical",
|
|
1189
|
+
"gap": "lg",
|
|
1190
|
+
"align": "center",
|
|
1191
|
+
"type": "stack"
|
|
1192
1192
|
}
|
|
1193
1193
|
]
|
|
1194
1194
|
}
|
|
@@ -1235,18 +1235,18 @@
|
|
|
1235
1235
|
"render-ui",
|
|
1236
1236
|
"main",
|
|
1237
1237
|
{
|
|
1238
|
-
"type": "dashboard-layout",
|
|
1239
1238
|
"appName": "Code Reviewer",
|
|
1239
|
+
"type": "dashboard-layout",
|
|
1240
1240
|
"navItems": [
|
|
1241
1241
|
{
|
|
1242
1242
|
"href": "/review",
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1243
|
+
"label": "Review",
|
|
1244
|
+
"icon": "file-search"
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
|
-
"href": "/analysis",
|
|
1248
1247
|
"icon": "tag",
|
|
1249
|
-
"label": "Analysis"
|
|
1248
|
+
"label": "Analysis",
|
|
1249
|
+
"href": "/analysis"
|
|
1250
1250
|
},
|
|
1251
1251
|
{
|
|
1252
1252
|
"icon": "alert-triangle",
|
|
@@ -1256,29 +1256,25 @@
|
|
|
1256
1256
|
],
|
|
1257
1257
|
"children": [
|
|
1258
1258
|
{
|
|
1259
|
-
"type": "stack",
|
|
1260
|
-
"gap": "lg",
|
|
1261
|
-
"direction": "vertical",
|
|
1262
1259
|
"align": "center",
|
|
1263
1260
|
"children": [
|
|
1264
1261
|
{
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1262
|
+
"type": "icon",
|
|
1263
|
+
"name": "cpu"
|
|
1267
1264
|
},
|
|
1268
1265
|
{
|
|
1269
|
-
"variant": "h3",
|
|
1270
1266
|
"content": "Generating response...",
|
|
1271
|
-
"type": "typography"
|
|
1267
|
+
"type": "typography",
|
|
1268
|
+
"variant": "h3"
|
|
1272
1269
|
},
|
|
1273
1270
|
{
|
|
1274
1271
|
"type": "spinner"
|
|
1275
1272
|
},
|
|
1276
1273
|
{
|
|
1277
|
-
"type": "stack",
|
|
1278
1274
|
"children": [
|
|
1279
1275
|
{
|
|
1280
|
-
"
|
|
1281
|
-
"
|
|
1276
|
+
"type": "badge",
|
|
1277
|
+
"label": "@entity.memoryHits"
|
|
1282
1278
|
},
|
|
1283
1279
|
{
|
|
1284
1280
|
"type": "badge",
|
|
@@ -1287,9 +1283,13 @@
|
|
|
1287
1283
|
],
|
|
1288
1284
|
"justify": "center",
|
|
1289
1285
|
"direction": "horizontal",
|
|
1286
|
+
"type": "stack",
|
|
1290
1287
|
"gap": "md"
|
|
1291
1288
|
}
|
|
1292
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"direction": "vertical",
|
|
1291
|
+
"gap": "lg",
|
|
1292
|
+
"type": "stack"
|
|
1293
1293
|
}
|
|
1294
1294
|
]
|
|
1295
1295
|
}
|
|
@@ -1318,24 +1318,24 @@
|
|
|
1318
1318
|
"type": "dashboard-layout",
|
|
1319
1319
|
"navItems": [
|
|
1320
1320
|
{
|
|
1321
|
-
"label": "Review",
|
|
1322
1321
|
"icon": "file-search",
|
|
1322
|
+
"label": "Review",
|
|
1323
1323
|
"href": "/review"
|
|
1324
1324
|
},
|
|
1325
1325
|
{
|
|
1326
|
-
"href": "/analysis",
|
|
1327
1326
|
"label": "Analysis",
|
|
1328
|
-
"icon": "tag"
|
|
1327
|
+
"icon": "tag",
|
|
1328
|
+
"href": "/analysis"
|
|
1329
1329
|
},
|
|
1330
1330
|
{
|
|
1331
|
-
"
|
|
1331
|
+
"icon": "alert-triangle",
|
|
1332
1332
|
"href": "/issues",
|
|
1333
|
-
"
|
|
1333
|
+
"label": "Issues"
|
|
1334
1334
|
}
|
|
1335
1335
|
],
|
|
1336
|
-
"appName": "Code Reviewer",
|
|
1337
1336
|
"children": [
|
|
1338
1337
|
{
|
|
1338
|
+
"direction": "vertical",
|
|
1339
1339
|
"gap": "lg",
|
|
1340
1340
|
"align": "center",
|
|
1341
1341
|
"children": [
|
|
@@ -1345,26 +1345,26 @@
|
|
|
1345
1345
|
},
|
|
1346
1346
|
{
|
|
1347
1347
|
"variant": "h2",
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1348
|
+
"content": "RAG Pipeline Error",
|
|
1349
|
+
"type": "typography"
|
|
1350
1350
|
},
|
|
1351
1351
|
{
|
|
1352
|
+
"message": "@entity.error",
|
|
1352
1353
|
"type": "alert",
|
|
1353
|
-
"variant": "error"
|
|
1354
|
-
"message": "@entity.error"
|
|
1354
|
+
"variant": "error"
|
|
1355
1355
|
},
|
|
1356
1356
|
{
|
|
1357
|
-
"label": "Try Again",
|
|
1358
1357
|
"type": "button",
|
|
1359
1358
|
"icon": "rotate-ccw",
|
|
1359
|
+
"label": "Try Again",
|
|
1360
1360
|
"action": "RESET",
|
|
1361
1361
|
"variant": "primary"
|
|
1362
1362
|
}
|
|
1363
1363
|
],
|
|
1364
|
-
"type": "stack"
|
|
1365
|
-
"direction": "vertical"
|
|
1364
|
+
"type": "stack"
|
|
1366
1365
|
}
|
|
1367
|
-
]
|
|
1366
|
+
],
|
|
1367
|
+
"appName": "Code Reviewer"
|
|
1368
1368
|
}
|
|
1369
1369
|
]
|
|
1370
1370
|
]
|
|
@@ -1397,16 +1397,30 @@
|
|
|
1397
1397
|
"render-ui",
|
|
1398
1398
|
"main",
|
|
1399
1399
|
{
|
|
1400
|
-
"appName": "Code Reviewer",
|
|
1401
1400
|
"type": "dashboard-layout",
|
|
1401
|
+
"appName": "Code Reviewer",
|
|
1402
|
+
"navItems": [
|
|
1403
|
+
{
|
|
1404
|
+
"href": "/review",
|
|
1405
|
+
"icon": "file-search",
|
|
1406
|
+
"label": "Review"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"icon": "tag",
|
|
1410
|
+
"href": "/analysis",
|
|
1411
|
+
"label": "Analysis"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"label": "Issues",
|
|
1415
|
+
"icon": "alert-triangle",
|
|
1416
|
+
"href": "/issues"
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1402
1419
|
"children": [
|
|
1403
1420
|
{
|
|
1404
1421
|
"children": [
|
|
1405
1422
|
{
|
|
1406
|
-
"justify": "between",
|
|
1407
1423
|
"gap": "sm",
|
|
1408
|
-
"direction": "horizontal",
|
|
1409
|
-
"align": "center",
|
|
1410
1424
|
"children": [
|
|
1411
1425
|
{
|
|
1412
1426
|
"children": [
|
|
@@ -1415,128 +1429,114 @@
|
|
|
1415
1429
|
"type": "icon"
|
|
1416
1430
|
},
|
|
1417
1431
|
{
|
|
1418
|
-
"content": "RAG Complete",
|
|
1419
1432
|
"type": "typography",
|
|
1420
|
-
"variant": "h2"
|
|
1433
|
+
"variant": "h2",
|
|
1434
|
+
"content": "RAG Complete"
|
|
1421
1435
|
}
|
|
1422
1436
|
],
|
|
1423
|
-
"
|
|
1424
|
-
"align": "center",
|
|
1437
|
+
"type": "stack",
|
|
1425
1438
|
"gap": "sm",
|
|
1426
|
-
"
|
|
1439
|
+
"direction": "horizontal",
|
|
1440
|
+
"align": "center"
|
|
1427
1441
|
},
|
|
1428
1442
|
{
|
|
1443
|
+
"label": "New Query",
|
|
1444
|
+
"action": "RESET",
|
|
1429
1445
|
"type": "button",
|
|
1430
1446
|
"variant": "ghost",
|
|
1431
|
-
"icon": "rotate-ccw"
|
|
1432
|
-
"action": "RESET",
|
|
1433
|
-
"label": "New Query"
|
|
1447
|
+
"icon": "rotate-ccw"
|
|
1434
1448
|
}
|
|
1435
1449
|
],
|
|
1436
|
-
"type": "stack"
|
|
1450
|
+
"type": "stack",
|
|
1451
|
+
"direction": "horizontal",
|
|
1452
|
+
"align": "center",
|
|
1453
|
+
"justify": "between"
|
|
1437
1454
|
},
|
|
1438
1455
|
{
|
|
1439
1456
|
"type": "divider"
|
|
1440
1457
|
},
|
|
1441
1458
|
{
|
|
1459
|
+
"cols": 2.0,
|
|
1442
1460
|
"children": [
|
|
1443
1461
|
{
|
|
1444
|
-
"type": "stat-display",
|
|
1445
1462
|
"icon": "brain",
|
|
1446
1463
|
"label": "Memory Hits",
|
|
1464
|
+
"type": "stat-display",
|
|
1447
1465
|
"value": "@entity.memoryHits"
|
|
1448
1466
|
},
|
|
1449
1467
|
{
|
|
1450
|
-
"label": "Code Hits",
|
|
1451
|
-
"value": "@entity.searchHits",
|
|
1452
1468
|
"type": "stat-display",
|
|
1469
|
+
"value": "@entity.searchHits",
|
|
1470
|
+
"label": "Code Hits",
|
|
1453
1471
|
"icon": "code"
|
|
1454
1472
|
}
|
|
1455
1473
|
],
|
|
1456
|
-
"cols": 2.0,
|
|
1457
1474
|
"type": "simple-grid"
|
|
1458
1475
|
},
|
|
1459
1476
|
{
|
|
1460
1477
|
"type": "divider"
|
|
1461
1478
|
},
|
|
1462
1479
|
{
|
|
1463
|
-
"type": "card",
|
|
1464
1480
|
"children": [
|
|
1465
1481
|
{
|
|
1466
|
-
"gap": "md",
|
|
1467
1482
|
"children": [
|
|
1468
1483
|
{
|
|
1469
|
-
"
|
|
1484
|
+
"variant": "caption",
|
|
1470
1485
|
"type": "typography",
|
|
1471
|
-
"
|
|
1486
|
+
"content": "Query"
|
|
1472
1487
|
},
|
|
1473
1488
|
{
|
|
1474
|
-
"variant": "body",
|
|
1475
1489
|
"type": "typography",
|
|
1476
|
-
"content": "@entity.query"
|
|
1490
|
+
"content": "@entity.query",
|
|
1491
|
+
"variant": "body"
|
|
1477
1492
|
},
|
|
1478
1493
|
{
|
|
1479
1494
|
"type": "divider"
|
|
1480
1495
|
},
|
|
1481
1496
|
{
|
|
1482
|
-
"variant": "caption",
|
|
1483
1497
|
"type": "typography",
|
|
1484
|
-
"content": "Response"
|
|
1498
|
+
"content": "Response",
|
|
1499
|
+
"variant": "caption"
|
|
1485
1500
|
},
|
|
1486
1501
|
{
|
|
1502
|
+
"type": "typography",
|
|
1487
1503
|
"content": "@entity.response",
|
|
1488
|
-
"variant": "body"
|
|
1489
|
-
"type": "typography"
|
|
1504
|
+
"variant": "body"
|
|
1490
1505
|
}
|
|
1491
1506
|
],
|
|
1507
|
+
"type": "stack",
|
|
1492
1508
|
"direction": "vertical",
|
|
1493
|
-
"
|
|
1509
|
+
"gap": "md"
|
|
1494
1510
|
}
|
|
1495
|
-
]
|
|
1511
|
+
],
|
|
1512
|
+
"type": "card"
|
|
1496
1513
|
},
|
|
1497
1514
|
{
|
|
1498
1515
|
"children": [
|
|
1499
1516
|
{
|
|
1500
1517
|
"children": [
|
|
1501
1518
|
{
|
|
1502
|
-
"variant": "caption",
|
|
1503
1519
|
"content": "Retrieved Context",
|
|
1520
|
+
"variant": "caption",
|
|
1504
1521
|
"type": "typography"
|
|
1505
1522
|
},
|
|
1506
1523
|
{
|
|
1507
|
-
"content": "@entity.context",
|
|
1508
1524
|
"type": "typography",
|
|
1525
|
+
"content": "@entity.context",
|
|
1509
1526
|
"variant": "body"
|
|
1510
1527
|
}
|
|
1511
1528
|
],
|
|
1512
1529
|
"type": "stack",
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1530
|
+
"gap": "sm",
|
|
1531
|
+
"direction": "vertical"
|
|
1515
1532
|
}
|
|
1516
1533
|
],
|
|
1517
1534
|
"type": "card"
|
|
1518
1535
|
}
|
|
1519
1536
|
],
|
|
1520
|
-
"gap": "lg",
|
|
1521
1537
|
"direction": "vertical",
|
|
1522
|
-
"type": "stack"
|
|
1523
|
-
|
|
1524
|
-
],
|
|
1525
|
-
"navItems": [
|
|
1526
|
-
{
|
|
1527
|
-
"href": "/review",
|
|
1528
|
-
"icon": "file-search",
|
|
1529
|
-
"label": "Review"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"href": "/analysis",
|
|
1533
|
-
"label": "Analysis",
|
|
1534
|
-
"icon": "tag"
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"label": "Issues",
|
|
1538
|
-
"href": "/issues",
|
|
1539
|
-
"icon": "alert-triangle"
|
|
1538
|
+
"type": "stack",
|
|
1539
|
+
"gap": "lg"
|
|
1540
1540
|
}
|
|
1541
1541
|
]
|
|
1542
1542
|
}
|
|
@@ -1562,56 +1562,56 @@
|
|
|
1562
1562
|
"render-ui",
|
|
1563
1563
|
"main",
|
|
1564
1564
|
{
|
|
1565
|
+
"appName": "Code Reviewer",
|
|
1566
|
+
"navItems": [
|
|
1567
|
+
{
|
|
1568
|
+
"label": "Review",
|
|
1569
|
+
"href": "/review",
|
|
1570
|
+
"icon": "file-search"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"href": "/analysis",
|
|
1574
|
+
"icon": "tag",
|
|
1575
|
+
"label": "Analysis"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"href": "/issues",
|
|
1579
|
+
"icon": "alert-triangle",
|
|
1580
|
+
"label": "Issues"
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1565
1583
|
"children": [
|
|
1566
1584
|
{
|
|
1567
|
-
"type": "stack",
|
|
1568
|
-
"gap": "lg",
|
|
1569
1585
|
"direction": "vertical",
|
|
1586
|
+
"type": "stack",
|
|
1587
|
+
"align": "center",
|
|
1570
1588
|
"children": [
|
|
1571
1589
|
{
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1590
|
+
"name": "alert-triangle",
|
|
1591
|
+
"type": "icon"
|
|
1574
1592
|
},
|
|
1575
1593
|
{
|
|
1576
|
-
"type": "typography",
|
|
1577
1594
|
"content": "RAG Pipeline Error",
|
|
1595
|
+
"type": "typography",
|
|
1578
1596
|
"variant": "h2"
|
|
1579
1597
|
},
|
|
1580
1598
|
{
|
|
1599
|
+
"type": "alert",
|
|
1581
1600
|
"variant": "error",
|
|
1582
|
-
"message": "@entity.error"
|
|
1583
|
-
"type": "alert"
|
|
1601
|
+
"message": "@entity.error"
|
|
1584
1602
|
},
|
|
1585
1603
|
{
|
|
1586
|
-
"type": "button",
|
|
1587
1604
|
"icon": "rotate-ccw",
|
|
1605
|
+
"variant": "primary",
|
|
1606
|
+
"type": "button",
|
|
1588
1607
|
"label": "Try Again",
|
|
1589
|
-
"action": "RESET"
|
|
1590
|
-
"variant": "primary"
|
|
1608
|
+
"action": "RESET"
|
|
1591
1609
|
}
|
|
1592
1610
|
],
|
|
1593
|
-
"
|
|
1594
|
-
}
|
|
1595
|
-
],
|
|
1596
|
-
"navItems": [
|
|
1597
|
-
{
|
|
1598
|
-
"label": "Review",
|
|
1599
|
-
"href": "/review",
|
|
1600
|
-
"icon": "file-search"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"icon": "tag",
|
|
1604
|
-
"label": "Analysis",
|
|
1605
|
-
"href": "/analysis"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"href": "/issues",
|
|
1609
|
-
"icon": "alert-triangle",
|
|
1610
|
-
"label": "Issues"
|
|
1611
|
+
"gap": "lg"
|
|
1611
1612
|
}
|
|
1612
1613
|
],
|
|
1613
|
-
"type": "dashboard-layout"
|
|
1614
|
-
"appName": "Code Reviewer"
|
|
1614
|
+
"type": "dashboard-layout"
|
|
1615
1615
|
}
|
|
1616
1616
|
]
|
|
1617
1617
|
]
|
|
@@ -1655,77 +1655,77 @@
|
|
|
1655
1655
|
"render-ui",
|
|
1656
1656
|
"main",
|
|
1657
1657
|
{
|
|
1658
|
-
"appName": "Code Reviewer",
|
|
1659
1658
|
"children": [
|
|
1660
1659
|
{
|
|
1661
|
-
"type": "stack",
|
|
1662
|
-
"gap": "lg",
|
|
1663
1660
|
"children": [
|
|
1664
1661
|
{
|
|
1662
|
+
"align": "center",
|
|
1665
1663
|
"children": [
|
|
1666
1664
|
{
|
|
1667
|
-
"
|
|
1668
|
-
"
|
|
1665
|
+
"name": "brain",
|
|
1666
|
+
"type": "icon"
|
|
1669
1667
|
},
|
|
1670
1668
|
{
|
|
1671
1669
|
"content": "RAG Pipeline",
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1670
|
+
"variant": "h2",
|
|
1671
|
+
"type": "typography"
|
|
1674
1672
|
}
|
|
1675
1673
|
],
|
|
1676
|
-
"gap": "sm",
|
|
1677
1674
|
"type": "stack",
|
|
1678
1675
|
"direction": "horizontal",
|
|
1679
|
-
"
|
|
1676
|
+
"gap": "sm"
|
|
1680
1677
|
},
|
|
1681
1678
|
{
|
|
1682
1679
|
"type": "divider"
|
|
1683
1680
|
},
|
|
1684
1681
|
{
|
|
1685
|
-
"type": "card",
|
|
1686
1682
|
"children": [
|
|
1687
1683
|
{
|
|
1688
1684
|
"children": [
|
|
1689
1685
|
{
|
|
1690
|
-
"type": "typography",
|
|
1691
1686
|
"variant": "body",
|
|
1692
|
-
"content": "Enter a query to retrieve context and generate a response"
|
|
1687
|
+
"content": "Enter a query to retrieve context and generate a response",
|
|
1688
|
+
"type": "typography"
|
|
1693
1689
|
},
|
|
1694
1690
|
{
|
|
1691
|
+
"type": "form-section",
|
|
1692
|
+
"entity": "@entity",
|
|
1693
|
+
"submitEvent": "GENERATE",
|
|
1695
1694
|
"fields": [
|
|
1696
1695
|
"query"
|
|
1697
1696
|
],
|
|
1698
|
-
"entity": "@entity",
|
|
1699
|
-
"submitEvent": "GENERATE",
|
|
1700
|
-
"type": "form-section",
|
|
1701
1697
|
"mode": "edit"
|
|
1702
1698
|
}
|
|
1703
1699
|
],
|
|
1704
|
-
"
|
|
1700
|
+
"gap": "md",
|
|
1705
1701
|
"direction": "vertical",
|
|
1706
|
-
"
|
|
1702
|
+
"type": "stack"
|
|
1707
1703
|
}
|
|
1708
|
-
]
|
|
1704
|
+
],
|
|
1705
|
+
"type": "card"
|
|
1709
1706
|
}
|
|
1710
1707
|
],
|
|
1708
|
+
"type": "stack",
|
|
1709
|
+
"gap": "lg",
|
|
1711
1710
|
"direction": "vertical"
|
|
1712
1711
|
}
|
|
1713
1712
|
],
|
|
1713
|
+
"appName": "Code Reviewer",
|
|
1714
1714
|
"navItems": [
|
|
1715
1715
|
{
|
|
1716
|
-
"icon": "file-search",
|
|
1717
1716
|
"label": "Review",
|
|
1718
|
-
"href": "/review"
|
|
1717
|
+
"href": "/review",
|
|
1718
|
+
"icon": "file-search"
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
1721
1721
|
"href": "/analysis",
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1722
|
+
"label": "Analysis",
|
|
1723
|
+
"icon": "tag"
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
|
-
"href": "/issues",
|
|
1727
1726
|
"label": "Issues",
|
|
1728
|
-
"icon": "alert-triangle"
|
|
1727
|
+
"icon": "alert-triangle",
|
|
1728
|
+
"href": "/issues"
|
|
1729
1729
|
}
|
|
1730
1730
|
],
|
|
1731
1731
|
"type": "dashboard-layout"
|
|
@@ -1836,8 +1836,8 @@
|
|
|
1836
1836
|
"ReviewRag",
|
|
1837
1837
|
{
|
|
1838
1838
|
"emit": {
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1839
|
+
"success": "ReviewRagLoaded",
|
|
1840
|
+
"failure": "ReviewRagLoadFailed"
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
1843
|
],
|
|
@@ -1845,22 +1845,22 @@
|
|
|
1845
1845
|
"render-ui",
|
|
1846
1846
|
"main",
|
|
1847
1847
|
{
|
|
1848
|
-
"type": "stack",
|
|
1849
|
-
"align": "center",
|
|
1850
1848
|
"className": "py-12",
|
|
1851
1849
|
"direction": "vertical",
|
|
1852
|
-
"gap": "md",
|
|
1853
1850
|
"children": [
|
|
1854
1851
|
{
|
|
1855
1852
|
"type": "spinner"
|
|
1856
1853
|
},
|
|
1857
1854
|
{
|
|
1855
|
+
"color": "muted",
|
|
1858
1856
|
"content": "Loading RAG pipeline…",
|
|
1859
1857
|
"type": "typography",
|
|
1860
|
-
"color": "muted",
|
|
1861
1858
|
"variant": "caption"
|
|
1862
1859
|
}
|
|
1863
|
-
]
|
|
1860
|
+
],
|
|
1861
|
+
"gap": "md",
|
|
1862
|
+
"type": "stack",
|
|
1863
|
+
"align": "center"
|
|
1864
1864
|
}
|
|
1865
1865
|
]
|
|
1866
1866
|
]
|
|
@@ -1874,14 +1874,30 @@
|
|
|
1874
1874
|
"render-ui",
|
|
1875
1875
|
"main",
|
|
1876
1876
|
{
|
|
1877
|
+
"type": "dashboard-layout",
|
|
1878
|
+
"navItems": [
|
|
1879
|
+
{
|
|
1880
|
+
"href": "/review",
|
|
1881
|
+
"label": "Review",
|
|
1882
|
+
"icon": "file-search"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"label": "Analysis",
|
|
1886
|
+
"href": "/analysis",
|
|
1887
|
+
"icon": "tag"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"icon": "alert-triangle",
|
|
1891
|
+
"label": "Issues",
|
|
1892
|
+
"href": "/issues"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1877
1895
|
"children": [
|
|
1878
1896
|
{
|
|
1879
|
-
"
|
|
1897
|
+
"type": "stack",
|
|
1898
|
+
"gap": "lg",
|
|
1880
1899
|
"children": [
|
|
1881
1900
|
{
|
|
1882
|
-
"gap": "sm",
|
|
1883
|
-
"align": "center",
|
|
1884
|
-
"direction": "horizontal",
|
|
1885
1901
|
"children": [
|
|
1886
1902
|
{
|
|
1887
1903
|
"name": "brain",
|
|
@@ -1893,7 +1909,10 @@
|
|
|
1893
1909
|
"content": "RAG Pipeline"
|
|
1894
1910
|
}
|
|
1895
1911
|
],
|
|
1896
|
-
"
|
|
1912
|
+
"gap": "sm",
|
|
1913
|
+
"type": "stack",
|
|
1914
|
+
"align": "center",
|
|
1915
|
+
"direction": "horizontal"
|
|
1897
1916
|
},
|
|
1898
1917
|
{
|
|
1899
1918
|
"type": "divider"
|
|
@@ -1901,21 +1920,21 @@
|
|
|
1901
1920
|
{
|
|
1902
1921
|
"type": "tabs",
|
|
1903
1922
|
"defaultActiveTab": "query",
|
|
1904
|
-
"tabChangeEvent": "SELECT_TAB",
|
|
1905
1923
|
"tabs": [
|
|
1906
1924
|
{
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1925
|
+
"label": "Query",
|
|
1926
|
+
"value": "query"
|
|
1909
1927
|
},
|
|
1910
1928
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1929
|
+
"value": "sources",
|
|
1930
|
+
"label": "Sources"
|
|
1913
1931
|
},
|
|
1914
1932
|
{
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1933
|
+
"label": "Response",
|
|
1934
|
+
"value": "response"
|
|
1917
1935
|
}
|
|
1918
|
-
]
|
|
1936
|
+
],
|
|
1937
|
+
"tabChangeEvent": "SELECT_TAB"
|
|
1919
1938
|
},
|
|
1920
1939
|
{
|
|
1921
1940
|
"type": "divider"
|
|
@@ -1923,55 +1942,36 @@
|
|
|
1923
1942
|
{
|
|
1924
1943
|
"entity": "@payload.data",
|
|
1925
1944
|
"type": "data-grid",
|
|
1926
|
-
"
|
|
1945
|
+
"fields": [],
|
|
1927
1946
|
"renderItem": [
|
|
1928
1947
|
"fn",
|
|
1929
1948
|
"item",
|
|
1930
1949
|
{
|
|
1931
1950
|
"direction": "vertical",
|
|
1932
|
-
"gap": "sm",
|
|
1933
1951
|
"children": [
|
|
1934
1952
|
{
|
|
1935
|
-
"type": "typography",
|
|
1936
1953
|
"variant": "h4",
|
|
1937
|
-
"content": "@item.query"
|
|
1954
|
+
"content": "@item.query",
|
|
1955
|
+
"type": "typography"
|
|
1938
1956
|
},
|
|
1939
1957
|
{
|
|
1940
1958
|
"variant": "caption",
|
|
1941
|
-
"type": "typography",
|
|
1942
1959
|
"color": "muted",
|
|
1960
|
+
"type": "typography",
|
|
1943
1961
|
"content": "@item.query"
|
|
1944
1962
|
}
|
|
1945
1963
|
],
|
|
1946
|
-
"type": "stack"
|
|
1964
|
+
"type": "stack",
|
|
1965
|
+
"gap": "sm"
|
|
1947
1966
|
}
|
|
1948
1967
|
],
|
|
1949
|
-
"
|
|
1968
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer"
|
|
1950
1969
|
}
|
|
1951
1970
|
],
|
|
1952
|
-
"
|
|
1953
|
-
"gap": "lg"
|
|
1971
|
+
"direction": "vertical"
|
|
1954
1972
|
}
|
|
1955
1973
|
],
|
|
1956
|
-
"appName": "Code Reviewer"
|
|
1957
|
-
"type": "dashboard-layout",
|
|
1958
|
-
"navItems": [
|
|
1959
|
-
{
|
|
1960
|
-
"icon": "file-search",
|
|
1961
|
-
"label": "Review",
|
|
1962
|
-
"href": "/review"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"href": "/analysis",
|
|
1966
|
-
"label": "Analysis",
|
|
1967
|
-
"icon": "tag"
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"href": "/issues",
|
|
1971
|
-
"label": "Issues",
|
|
1972
|
-
"icon": "alert-triangle"
|
|
1973
|
-
}
|
|
1974
|
-
]
|
|
1974
|
+
"appName": "Code Reviewer"
|
|
1975
1975
|
}
|
|
1976
1976
|
]
|
|
1977
1977
|
]
|
|
@@ -1985,36 +1985,36 @@
|
|
|
1985
1985
|
"render-ui",
|
|
1986
1986
|
"main",
|
|
1987
1987
|
{
|
|
1988
|
+
"gap": "md",
|
|
1989
|
+
"type": "stack",
|
|
1990
|
+
"direction": "vertical",
|
|
1991
|
+
"className": "py-12",
|
|
1992
|
+
"align": "center",
|
|
1988
1993
|
"children": [
|
|
1989
1994
|
{
|
|
1990
|
-
"color": "destructive",
|
|
1991
1995
|
"type": "icon",
|
|
1996
|
+
"color": "destructive",
|
|
1992
1997
|
"name": "alert-triangle"
|
|
1993
1998
|
},
|
|
1994
1999
|
{
|
|
1995
|
-
"
|
|
2000
|
+
"type": "typography",
|
|
1996
2001
|
"variant": "h3",
|
|
1997
|
-
"
|
|
2002
|
+
"content": "Failed to load RAG pipeline"
|
|
1998
2003
|
},
|
|
1999
2004
|
{
|
|
2000
2005
|
"color": "muted",
|
|
2001
|
-
"variant": "body",
|
|
2002
2006
|
"type": "typography",
|
|
2003
|
-
"content": "@payload.error"
|
|
2007
|
+
"content": "@payload.error",
|
|
2008
|
+
"variant": "body"
|
|
2004
2009
|
},
|
|
2005
2010
|
{
|
|
2006
|
-
"
|
|
2007
|
-
"variant": "primary",
|
|
2011
|
+
"icon": "rotate-ccw",
|
|
2008
2012
|
"type": "button",
|
|
2013
|
+
"label": "Retry",
|
|
2009
2014
|
"action": "INIT",
|
|
2010
|
-
"
|
|
2015
|
+
"variant": "primary"
|
|
2011
2016
|
}
|
|
2012
|
-
]
|
|
2013
|
-
"align": "center",
|
|
2014
|
-
"direction": "vertical",
|
|
2015
|
-
"className": "py-12",
|
|
2016
|
-
"type": "stack",
|
|
2017
|
-
"gap": "md"
|
|
2017
|
+
]
|
|
2018
2018
|
}
|
|
2019
2019
|
]
|
|
2020
2020
|
]
|
|
@@ -2029,8 +2029,8 @@
|
|
|
2029
2029
|
"ReviewRag",
|
|
2030
2030
|
{
|
|
2031
2031
|
"emit": {
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2032
|
+
"success": "ReviewRagLoaded",
|
|
2033
|
+
"failure": "ReviewRagLoadFailed"
|
|
2034
2034
|
}
|
|
2035
2035
|
}
|
|
2036
2036
|
],
|
|
@@ -2136,22 +2136,22 @@
|
|
|
2136
2136
|
"render-ui",
|
|
2137
2137
|
"main",
|
|
2138
2138
|
{
|
|
2139
|
-
"
|
|
2139
|
+
"type": "stack",
|
|
2140
2140
|
"align": "center",
|
|
2141
2141
|
"className": "py-12",
|
|
2142
|
-
"gap": "md",
|
|
2143
2142
|
"children": [
|
|
2144
2143
|
{
|
|
2145
2144
|
"type": "spinner"
|
|
2146
2145
|
},
|
|
2147
2146
|
{
|
|
2148
|
-
"color": "muted",
|
|
2149
|
-
"variant": "caption",
|
|
2150
2147
|
"type": "typography",
|
|
2151
|
-
"
|
|
2148
|
+
"variant": "caption",
|
|
2149
|
+
"content": "Loading…",
|
|
2150
|
+
"color": "muted"
|
|
2152
2151
|
}
|
|
2153
2152
|
],
|
|
2154
|
-
"
|
|
2153
|
+
"gap": "md",
|
|
2154
|
+
"direction": "vertical"
|
|
2155
2155
|
}
|
|
2156
2156
|
]
|
|
2157
2157
|
]
|
|
@@ -2169,18 +2169,18 @@
|
|
|
2169
2169
|
"type": "dashboard-layout",
|
|
2170
2170
|
"children": [
|
|
2171
2171
|
{
|
|
2172
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2172
2173
|
"type": "stack",
|
|
2173
2174
|
"gap": "lg",
|
|
2174
|
-
"
|
|
2175
|
+
"direction": "vertical",
|
|
2175
2176
|
"children": [
|
|
2176
2177
|
{
|
|
2177
|
-
"type": "stack",
|
|
2178
|
-
"justify": "between",
|
|
2179
|
-
"gap": "md",
|
|
2180
2178
|
"children": [
|
|
2181
2179
|
{
|
|
2182
|
-
"
|
|
2180
|
+
"type": "stack",
|
|
2181
|
+
"gap": "sm",
|
|
2183
2182
|
"direction": "horizontal",
|
|
2183
|
+
"align": "center",
|
|
2184
2184
|
"children": [
|
|
2185
2185
|
{
|
|
2186
2186
|
"type": "icon",
|
|
@@ -2188,75 +2188,75 @@
|
|
|
2188
2188
|
},
|
|
2189
2189
|
{
|
|
2190
2190
|
"type": "typography",
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2191
|
+
"variant": "h2",
|
|
2192
|
+
"content": "ReviewRag Manager"
|
|
2193
2193
|
}
|
|
2194
|
-
]
|
|
2195
|
-
"gap": "sm",
|
|
2196
|
-
"type": "stack"
|
|
2194
|
+
]
|
|
2197
2195
|
}
|
|
2198
2196
|
],
|
|
2197
|
+
"type": "stack",
|
|
2199
2198
|
"align": "center",
|
|
2199
|
+
"gap": "md",
|
|
2200
|
+
"justify": "between",
|
|
2200
2201
|
"direction": "horizontal"
|
|
2201
2202
|
},
|
|
2202
2203
|
{
|
|
2203
2204
|
"type": "divider"
|
|
2204
2205
|
},
|
|
2205
2206
|
{
|
|
2206
|
-
"type": "data-grid",
|
|
2207
|
-
"entity": "@payload.data",
|
|
2208
2207
|
"fields": [
|
|
2209
2208
|
{
|
|
2210
2209
|
"name": "content",
|
|
2211
2210
|
"label": "Content",
|
|
2212
|
-
"
|
|
2213
|
-
"
|
|
2211
|
+
"variant": "h4",
|
|
2212
|
+
"icon": "brain"
|
|
2214
2213
|
},
|
|
2215
2214
|
{
|
|
2215
|
+
"name": "category",
|
|
2216
|
+
"label": "Category",
|
|
2216
2217
|
"colorMap": {
|
|
2217
|
-
"
|
|
2218
|
+
"scheduled": "warning",
|
|
2219
|
+
"disabled": "neutral",
|
|
2218
2220
|
"done": "success",
|
|
2221
|
+
"failed": "destructive",
|
|
2222
|
+
"active": "success",
|
|
2223
|
+
"draft": "warning",
|
|
2224
|
+
"inactive": "neutral",
|
|
2219
2225
|
"error": "destructive",
|
|
2226
|
+
"completed": "success",
|
|
2220
2227
|
"cancelled": "destructive",
|
|
2221
2228
|
"pending": "warning",
|
|
2222
|
-
"completed": "success",
|
|
2223
|
-
"scheduled": "warning",
|
|
2224
|
-
"inactive": "neutral",
|
|
2225
|
-
"active": "success",
|
|
2226
|
-
"disabled": "neutral",
|
|
2227
|
-
"failed": "destructive",
|
|
2228
2229
|
"archived": "neutral"
|
|
2229
2230
|
},
|
|
2230
|
-
"
|
|
2231
|
-
"variant": "badge",
|
|
2232
|
-
"label": "Category"
|
|
2231
|
+
"variant": "badge"
|
|
2233
2232
|
},
|
|
2234
2233
|
{
|
|
2235
|
-
"
|
|
2234
|
+
"label": "Strength",
|
|
2236
2235
|
"name": "strength",
|
|
2237
|
-
"
|
|
2236
|
+
"variant": "caption"
|
|
2238
2237
|
}
|
|
2239
|
-
]
|
|
2238
|
+
],
|
|
2239
|
+
"entity": "@payload.data",
|
|
2240
|
+
"type": "data-grid"
|
|
2240
2241
|
}
|
|
2241
|
-
]
|
|
2242
|
-
"direction": "vertical"
|
|
2242
|
+
]
|
|
2243
2243
|
}
|
|
2244
2244
|
],
|
|
2245
2245
|
"navItems": [
|
|
2246
2246
|
{
|
|
2247
|
-
"label": "Review",
|
|
2248
2247
|
"href": "/review",
|
|
2249
|
-
"icon": "file-search"
|
|
2248
|
+
"icon": "file-search",
|
|
2249
|
+
"label": "Review"
|
|
2250
2250
|
},
|
|
2251
2251
|
{
|
|
2252
2252
|
"label": "Analysis",
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2253
|
+
"href": "/analysis",
|
|
2254
|
+
"icon": "tag"
|
|
2255
2255
|
},
|
|
2256
2256
|
{
|
|
2257
2257
|
"href": "/issues",
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2258
|
+
"label": "Issues",
|
|
2259
|
+
"icon": "alert-triangle"
|
|
2260
2260
|
}
|
|
2261
2261
|
]
|
|
2262
2262
|
}
|
|
@@ -2274,32 +2274,32 @@
|
|
|
2274
2274
|
{
|
|
2275
2275
|
"children": [
|
|
2276
2276
|
{
|
|
2277
|
-
"type": "icon",
|
|
2278
2277
|
"color": "destructive",
|
|
2278
|
+
"type": "icon",
|
|
2279
2279
|
"name": "alert-triangle"
|
|
2280
2280
|
},
|
|
2281
2281
|
{
|
|
2282
|
-
"type": "typography",
|
|
2283
2282
|
"content": "Failed to load reviewrag",
|
|
2284
|
-
"variant": "h3"
|
|
2283
|
+
"variant": "h3",
|
|
2284
|
+
"type": "typography"
|
|
2285
2285
|
},
|
|
2286
2286
|
{
|
|
2287
|
+
"variant": "body",
|
|
2287
2288
|
"color": "muted",
|
|
2288
2289
|
"type": "typography",
|
|
2289
|
-
"variant": "body",
|
|
2290
2290
|
"content": "@payload.error"
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
|
-
"action": "INIT",
|
|
2294
2293
|
"type": "button",
|
|
2294
|
+
"action": "INIT",
|
|
2295
|
+
"icon": "rotate-ccw",
|
|
2295
2296
|
"variant": "primary",
|
|
2296
|
-
"label": "Retry"
|
|
2297
|
-
"icon": "rotate-ccw"
|
|
2297
|
+
"label": "Retry"
|
|
2298
2298
|
}
|
|
2299
2299
|
],
|
|
2300
|
-
"type": "stack",
|
|
2301
|
-
"direction": "vertical",
|
|
2302
2300
|
"gap": "md",
|
|
2301
|
+
"direction": "vertical",
|
|
2302
|
+
"type": "stack",
|
|
2303
2303
|
"align": "center",
|
|
2304
2304
|
"className": "py-12"
|
|
2305
2305
|
}
|
|
@@ -2390,8 +2390,8 @@
|
|
|
2390
2390
|
"ReviewRag",
|
|
2391
2391
|
{
|
|
2392
2392
|
"emit": {
|
|
2393
|
-
"
|
|
2394
|
-
"
|
|
2393
|
+
"failure": "ReviewRagLoadFailed",
|
|
2394
|
+
"success": "ReviewRagLoaded"
|
|
2395
2395
|
}
|
|
2396
2396
|
}
|
|
2397
2397
|
],
|
|
@@ -2400,21 +2400,21 @@
|
|
|
2400
2400
|
"main",
|
|
2401
2401
|
{
|
|
2402
2402
|
"align": "center",
|
|
2403
|
-
"className": "py-12",
|
|
2404
2403
|
"children": [
|
|
2405
2404
|
{
|
|
2406
2405
|
"type": "spinner"
|
|
2407
2406
|
},
|
|
2408
2407
|
{
|
|
2408
|
+
"content": "Loading…",
|
|
2409
2409
|
"variant": "caption",
|
|
2410
|
-
"type": "typography",
|
|
2411
2410
|
"color": "muted",
|
|
2412
|
-
"
|
|
2411
|
+
"type": "typography"
|
|
2413
2412
|
}
|
|
2414
2413
|
],
|
|
2415
|
-
"direction": "vertical",
|
|
2416
2414
|
"gap": "md",
|
|
2417
|
-
"
|
|
2415
|
+
"className": "py-12",
|
|
2416
|
+
"type": "stack",
|
|
2417
|
+
"direction": "vertical"
|
|
2418
2418
|
}
|
|
2419
2419
|
]
|
|
2420
2420
|
]
|
|
@@ -2428,22 +2428,26 @@
|
|
|
2428
2428
|
"render-ui",
|
|
2429
2429
|
"main",
|
|
2430
2430
|
{
|
|
2431
|
-
"appName": "Code Reviewer",
|
|
2432
2431
|
"children": [
|
|
2433
2432
|
{
|
|
2433
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2434
|
+
"direction": "vertical",
|
|
2435
|
+
"gap": "lg",
|
|
2434
2436
|
"children": [
|
|
2435
2437
|
{
|
|
2436
|
-
"
|
|
2438
|
+
"type": "stack",
|
|
2439
|
+
"justify": "between",
|
|
2440
|
+
"align": "center",
|
|
2437
2441
|
"children": [
|
|
2438
2442
|
{
|
|
2439
|
-
"
|
|
2443
|
+
"align": "center",
|
|
2440
2444
|
"type": "stack",
|
|
2441
2445
|
"gap": "sm",
|
|
2442
|
-
"
|
|
2446
|
+
"direction": "horizontal",
|
|
2443
2447
|
"children": [
|
|
2444
2448
|
{
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
2449
|
+
"name": "search",
|
|
2450
|
+
"type": "icon"
|
|
2447
2451
|
},
|
|
2448
2452
|
{
|
|
2449
2453
|
"variant": "h2",
|
|
@@ -2453,75 +2457,71 @@
|
|
|
2453
2457
|
]
|
|
2454
2458
|
}
|
|
2455
2459
|
],
|
|
2456
|
-
"align": "center",
|
|
2457
2460
|
"direction": "horizontal",
|
|
2458
|
-
"
|
|
2459
|
-
"type": "stack"
|
|
2461
|
+
"gap": "md"
|
|
2460
2462
|
},
|
|
2461
2463
|
{
|
|
2462
2464
|
"type": "divider"
|
|
2463
2465
|
},
|
|
2464
2466
|
{
|
|
2465
|
-
"entity": "@payload.data",
|
|
2466
2467
|
"fields": [
|
|
2467
2468
|
{
|
|
2468
|
-
"variant": "h4",
|
|
2469
2469
|
"name": "query",
|
|
2470
|
+
"variant": "h4",
|
|
2470
2471
|
"label": "Query",
|
|
2471
2472
|
"icon": "search"
|
|
2472
2473
|
},
|
|
2473
2474
|
{
|
|
2474
|
-
"variant": "badge",
|
|
2475
2475
|
"label": "Language",
|
|
2476
2476
|
"name": "language",
|
|
2477
|
+
"variant": "badge",
|
|
2477
2478
|
"colorMap": {
|
|
2478
|
-
"error": "destructive",
|
|
2479
|
-
"disabled": "neutral",
|
|
2480
2479
|
"active": "success",
|
|
2480
|
+
"pending": "warning",
|
|
2481
|
+
"scheduled": "warning",
|
|
2482
|
+
"error": "destructive",
|
|
2481
2483
|
"inactive": "neutral",
|
|
2482
2484
|
"done": "success",
|
|
2483
|
-
"completed": "success",
|
|
2484
|
-
"pending": "warning",
|
|
2485
2485
|
"draft": "warning",
|
|
2486
|
-
"
|
|
2486
|
+
"disabled": "neutral",
|
|
2487
|
+
"completed": "success",
|
|
2487
2488
|
"failed": "destructive",
|
|
2488
|
-
"
|
|
2489
|
-
"
|
|
2489
|
+
"archived": "neutral",
|
|
2490
|
+
"cancelled": "destructive"
|
|
2490
2491
|
}
|
|
2491
2492
|
},
|
|
2492
2493
|
{
|
|
2493
2494
|
"name": "resultCount",
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2495
|
+
"variant": "caption",
|
|
2496
|
+
"label": "Result Count"
|
|
2496
2497
|
}
|
|
2497
2498
|
],
|
|
2498
|
-
"type": "data-grid"
|
|
2499
|
+
"type": "data-grid",
|
|
2500
|
+
"entity": "@payload.data"
|
|
2499
2501
|
}
|
|
2500
2502
|
],
|
|
2501
|
-
"
|
|
2502
|
-
"type": "stack",
|
|
2503
|
-
"direction": "vertical",
|
|
2504
|
-
"gap": "lg"
|
|
2503
|
+
"type": "stack"
|
|
2505
2504
|
}
|
|
2506
2505
|
],
|
|
2506
|
+
"type": "dashboard-layout",
|
|
2507
|
+
"appName": "Code Reviewer",
|
|
2507
2508
|
"navItems": [
|
|
2508
2509
|
{
|
|
2510
|
+
"icon": "file-search",
|
|
2509
2511
|
"label": "Review",
|
|
2510
|
-
"href": "/review"
|
|
2511
|
-
"icon": "file-search"
|
|
2512
|
+
"href": "/review"
|
|
2512
2513
|
},
|
|
2513
2514
|
{
|
|
2514
|
-
"href": "/analysis",
|
|
2515
2515
|
"label": "Analysis",
|
|
2516
|
-
"icon": "tag"
|
|
2516
|
+
"icon": "tag",
|
|
2517
|
+
"href": "/analysis"
|
|
2517
2518
|
},
|
|
2518
2519
|
{
|
|
2519
|
-
"label": "Issues",
|
|
2520
2520
|
"icon": "alert-triangle",
|
|
2521
|
+
"label": "Issues",
|
|
2521
2522
|
"href": "/issues"
|
|
2522
2523
|
}
|
|
2523
|
-
]
|
|
2524
|
-
"type": "dashboard-layout"
|
|
2524
|
+
]
|
|
2525
2525
|
}
|
|
2526
2526
|
]
|
|
2527
2527
|
]
|
|
@@ -2535,36 +2535,36 @@
|
|
|
2535
2535
|
"render-ui",
|
|
2536
2536
|
"main",
|
|
2537
2537
|
{
|
|
2538
|
-
"direction": "vertical",
|
|
2539
2538
|
"type": "stack",
|
|
2540
|
-
"align": "center",
|
|
2541
2539
|
"className": "py-12",
|
|
2542
|
-
"gap": "md",
|
|
2543
2540
|
"children": [
|
|
2544
2541
|
{
|
|
2545
|
-
"color": "destructive",
|
|
2546
2542
|
"type": "icon",
|
|
2543
|
+
"color": "destructive",
|
|
2547
2544
|
"name": "alert-triangle"
|
|
2548
2545
|
},
|
|
2549
2546
|
{
|
|
2550
|
-
"
|
|
2547
|
+
"variant": "h3",
|
|
2551
2548
|
"type": "typography",
|
|
2552
|
-
"
|
|
2549
|
+
"content": "Failed to load reviewrag"
|
|
2553
2550
|
},
|
|
2554
2551
|
{
|
|
2552
|
+
"color": "muted",
|
|
2555
2553
|
"content": "@payload.error",
|
|
2556
2554
|
"variant": "body",
|
|
2557
|
-
"type": "typography"
|
|
2558
|
-
"color": "muted"
|
|
2555
|
+
"type": "typography"
|
|
2559
2556
|
},
|
|
2560
2557
|
{
|
|
2561
|
-
"type": "button",
|
|
2562
|
-
"icon": "rotate-ccw",
|
|
2563
2558
|
"action": "INIT",
|
|
2559
|
+
"type": "button",
|
|
2564
2560
|
"label": "Retry",
|
|
2561
|
+
"icon": "rotate-ccw",
|
|
2565
2562
|
"variant": "primary"
|
|
2566
2563
|
}
|
|
2567
|
-
]
|
|
2564
|
+
],
|
|
2565
|
+
"direction": "vertical",
|
|
2566
|
+
"align": "center",
|
|
2567
|
+
"gap": "md"
|
|
2568
2568
|
}
|
|
2569
2569
|
]
|
|
2570
2570
|
]
|
|
@@ -2747,8 +2747,8 @@
|
|
|
2747
2747
|
"ReviewRag",
|
|
2748
2748
|
{
|
|
2749
2749
|
"emit": {
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2750
|
+
"failure": "ReviewRagLoadFailed",
|
|
2751
|
+
"success": "ReviewRagLoaded"
|
|
2752
2752
|
}
|
|
2753
2753
|
}
|
|
2754
2754
|
],
|
|
@@ -2758,14 +2758,14 @@
|
|
|
2758
2758
|
{
|
|
2759
2759
|
"navItems": [
|
|
2760
2760
|
{
|
|
2761
|
-
"href": "/review",
|
|
2762
2761
|
"label": "Review",
|
|
2762
|
+
"href": "/review",
|
|
2763
2763
|
"icon": "file-search"
|
|
2764
2764
|
},
|
|
2765
2765
|
{
|
|
2766
2766
|
"href": "/analysis",
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2767
|
+
"icon": "tag",
|
|
2768
|
+
"label": "Analysis"
|
|
2769
2769
|
},
|
|
2770
2770
|
{
|
|
2771
2771
|
"href": "/issues",
|
|
@@ -2773,57 +2773,57 @@
|
|
|
2773
2773
|
"icon": "alert-triangle"
|
|
2774
2774
|
}
|
|
2775
2775
|
],
|
|
2776
|
+
"type": "dashboard-layout",
|
|
2777
|
+
"appName": "Code Reviewer",
|
|
2776
2778
|
"children": [
|
|
2777
2779
|
{
|
|
2778
|
-
"direction": "vertical",
|
|
2779
2780
|
"type": "stack",
|
|
2780
2781
|
"gap": "lg",
|
|
2781
2782
|
"children": [
|
|
2782
2783
|
{
|
|
2783
|
-
"
|
|
2784
|
-
"gap": "md",
|
|
2784
|
+
"type": "stack",
|
|
2785
2785
|
"children": [
|
|
2786
2786
|
{
|
|
2787
|
-
"
|
|
2788
|
-
"type": "stack",
|
|
2787
|
+
"direction": "horizontal",
|
|
2789
2788
|
"children": [
|
|
2790
2789
|
{
|
|
2791
2790
|
"name": "sparkles",
|
|
2792
2791
|
"type": "icon"
|
|
2793
2792
|
},
|
|
2794
2793
|
{
|
|
2795
|
-
"type": "typography",
|
|
2796
2794
|
"content": "ReviewRag",
|
|
2795
|
+
"type": "typography",
|
|
2797
2796
|
"variant": "h2"
|
|
2798
2797
|
}
|
|
2799
2798
|
],
|
|
2800
|
-
"
|
|
2799
|
+
"type": "stack",
|
|
2800
|
+
"gap": "md"
|
|
2801
2801
|
},
|
|
2802
2802
|
{
|
|
2803
2803
|
"type": "button",
|
|
2804
|
-
"action": "GENERATE",
|
|
2805
2804
|
"label": "Open",
|
|
2805
|
+
"variant": "primary",
|
|
2806
2806
|
"icon": "sparkles",
|
|
2807
|
-
"
|
|
2807
|
+
"action": "GENERATE"
|
|
2808
2808
|
}
|
|
2809
2809
|
],
|
|
2810
|
-
"
|
|
2811
|
-
"
|
|
2810
|
+
"gap": "md",
|
|
2811
|
+
"direction": "horizontal",
|
|
2812
|
+
"justify": "between"
|
|
2812
2813
|
},
|
|
2813
2814
|
{
|
|
2814
2815
|
"type": "divider"
|
|
2815
2816
|
},
|
|
2816
2817
|
{
|
|
2817
2818
|
"icon": "sparkles",
|
|
2818
|
-
"type": "empty-state",
|
|
2819
2819
|
"title": "Nothing open",
|
|
2820
|
+
"type": "empty-state",
|
|
2820
2821
|
"description": "Click Open to view details in a modal overlay."
|
|
2821
2822
|
}
|
|
2822
|
-
]
|
|
2823
|
+
],
|
|
2824
|
+
"direction": "vertical"
|
|
2823
2825
|
}
|
|
2824
|
-
]
|
|
2825
|
-
"type": "dashboard-layout",
|
|
2826
|
-
"appName": "Code Reviewer"
|
|
2826
|
+
]
|
|
2827
2827
|
}
|
|
2828
2828
|
]
|
|
2829
2829
|
]
|
|
@@ -2837,54 +2837,54 @@
|
|
|
2837
2837
|
"render-ui",
|
|
2838
2838
|
"modal",
|
|
2839
2839
|
{
|
|
2840
|
-
"gap": "md",
|
|
2841
2840
|
"type": "stack",
|
|
2842
|
-
"direction": "vertical",
|
|
2843
2841
|
"children": [
|
|
2844
2842
|
{
|
|
2845
2843
|
"gap": "sm",
|
|
2846
|
-
"type": "stack",
|
|
2847
|
-
"direction": "horizontal",
|
|
2848
2844
|
"children": [
|
|
2849
2845
|
{
|
|
2850
|
-
"
|
|
2851
|
-
"
|
|
2846
|
+
"type": "icon",
|
|
2847
|
+
"name": "sparkles"
|
|
2852
2848
|
},
|
|
2853
2849
|
{
|
|
2854
|
-
"content": "ReviewRag",
|
|
2855
2850
|
"type": "typography",
|
|
2851
|
+
"content": "ReviewRag",
|
|
2856
2852
|
"variant": "h3"
|
|
2857
2853
|
}
|
|
2858
|
-
]
|
|
2854
|
+
],
|
|
2855
|
+
"direction": "horizontal",
|
|
2856
|
+
"type": "stack"
|
|
2859
2857
|
},
|
|
2860
2858
|
{
|
|
2861
2859
|
"type": "divider"
|
|
2862
2860
|
},
|
|
2863
2861
|
{
|
|
2864
2862
|
"direction": "horizontal",
|
|
2865
|
-
"gap": "sm",
|
|
2866
2863
|
"children": [
|
|
2867
2864
|
{
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2865
|
+
"label": "@entity.provider",
|
|
2866
|
+
"type": "badge"
|
|
2870
2867
|
},
|
|
2871
2868
|
{
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2869
|
+
"label": "@entity.model",
|
|
2870
|
+
"type": "badge"
|
|
2874
2871
|
}
|
|
2875
2872
|
],
|
|
2876
|
-
"type": "stack"
|
|
2873
|
+
"type": "stack",
|
|
2874
|
+
"gap": "sm"
|
|
2877
2875
|
},
|
|
2878
2876
|
{
|
|
2879
|
-
"type": "form-section",
|
|
2880
|
-
"mode": "create",
|
|
2881
|
-
"cancelEvent": "CLOSE",
|
|
2882
2877
|
"fields": [
|
|
2883
2878
|
"prompt"
|
|
2884
2879
|
],
|
|
2885
|
-
"
|
|
2880
|
+
"cancelEvent": "CLOSE",
|
|
2881
|
+
"submitEvent": "SAVE",
|
|
2882
|
+
"type": "form-section",
|
|
2883
|
+
"mode": "create"
|
|
2886
2884
|
}
|
|
2887
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"direction": "vertical",
|
|
2887
|
+
"gap": "md"
|
|
2888
2888
|
}
|
|
2889
2889
|
]
|
|
2890
2890
|
]
|
|
@@ -2918,40 +2918,21 @@
|
|
|
2918
2918
|
"render-ui",
|
|
2919
2919
|
"main",
|
|
2920
2920
|
{
|
|
2921
|
-
"type": "dashboard-layout",
|
|
2922
2921
|
"appName": "Code Reviewer",
|
|
2923
|
-
"navItems": [
|
|
2924
|
-
{
|
|
2925
|
-
"href": "/review",
|
|
2926
|
-
"label": "Review",
|
|
2927
|
-
"icon": "file-search"
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"icon": "tag",
|
|
2931
|
-
"label": "Analysis",
|
|
2932
|
-
"href": "/analysis"
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"href": "/issues",
|
|
2936
|
-
"icon": "alert-triangle",
|
|
2937
|
-
"label": "Issues"
|
|
2938
|
-
}
|
|
2939
|
-
],
|
|
2940
2922
|
"children": [
|
|
2941
2923
|
{
|
|
2942
|
-
"type": "stack",
|
|
2943
2924
|
"children": [
|
|
2944
2925
|
{
|
|
2945
|
-
"direction": "horizontal",
|
|
2946
2926
|
"justify": "between",
|
|
2947
2927
|
"type": "stack",
|
|
2948
2928
|
"gap": "md",
|
|
2929
|
+
"direction": "horizontal",
|
|
2949
2930
|
"children": [
|
|
2950
2931
|
{
|
|
2951
2932
|
"children": [
|
|
2952
2933
|
{
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2934
|
+
"name": "sparkles",
|
|
2935
|
+
"type": "icon"
|
|
2955
2936
|
},
|
|
2956
2937
|
{
|
|
2957
2938
|
"type": "typography",
|
|
@@ -2959,15 +2940,15 @@
|
|
|
2959
2940
|
"variant": "h2"
|
|
2960
2941
|
}
|
|
2961
2942
|
],
|
|
2943
|
+
"type": "stack",
|
|
2962
2944
|
"gap": "md",
|
|
2963
|
-
"direction": "horizontal"
|
|
2964
|
-
"type": "stack"
|
|
2945
|
+
"direction": "horizontal"
|
|
2965
2946
|
},
|
|
2966
2947
|
{
|
|
2967
|
-
"action": "GENERATE",
|
|
2968
|
-
"type": "button",
|
|
2969
2948
|
"label": "Open",
|
|
2949
|
+
"action": "GENERATE",
|
|
2970
2950
|
"variant": "primary",
|
|
2951
|
+
"type": "button",
|
|
2971
2952
|
"icon": "sparkles"
|
|
2972
2953
|
}
|
|
2973
2954
|
]
|
|
@@ -2976,15 +2957,34 @@
|
|
|
2976
2957
|
"type": "divider"
|
|
2977
2958
|
},
|
|
2978
2959
|
{
|
|
2979
|
-
"
|
|
2980
|
-
"title": "Nothing open",
|
|
2960
|
+
"icon": "sparkles",
|
|
2981
2961
|
"description": "Click Open to view details in a modal overlay.",
|
|
2982
|
-
"
|
|
2962
|
+
"type": "empty-state",
|
|
2963
|
+
"title": "Nothing open"
|
|
2983
2964
|
}
|
|
2984
2965
|
],
|
|
2966
|
+
"type": "stack",
|
|
2985
2967
|
"gap": "lg",
|
|
2986
2968
|
"direction": "vertical"
|
|
2987
2969
|
}
|
|
2970
|
+
],
|
|
2971
|
+
"type": "dashboard-layout",
|
|
2972
|
+
"navItems": [
|
|
2973
|
+
{
|
|
2974
|
+
"href": "/review",
|
|
2975
|
+
"icon": "file-search",
|
|
2976
|
+
"label": "Review"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"label": "Analysis",
|
|
2980
|
+
"href": "/analysis",
|
|
2981
|
+
"icon": "tag"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"icon": "alert-triangle",
|
|
2985
|
+
"label": "Issues",
|
|
2986
|
+
"href": "/issues"
|
|
2987
|
+
}
|
|
2988
2988
|
]
|
|
2989
2989
|
}
|
|
2990
2990
|
]
|
|
@@ -3030,54 +3030,37 @@
|
|
|
3030
3030
|
"render-ui",
|
|
3031
3031
|
"main",
|
|
3032
3032
|
{
|
|
3033
|
-
"
|
|
3034
|
-
{
|
|
3035
|
-
"label": "Review",
|
|
3036
|
-
"href": "/review",
|
|
3037
|
-
"icon": "file-search"
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"label": "Analysis",
|
|
3041
|
-
"icon": "tag",
|
|
3042
|
-
"href": "/analysis"
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"href": "/issues",
|
|
3046
|
-
"icon": "alert-triangle",
|
|
3047
|
-
"label": "Issues"
|
|
3048
|
-
}
|
|
3049
|
-
],
|
|
3033
|
+
"appName": "Code Reviewer",
|
|
3050
3034
|
"children": [
|
|
3051
3035
|
{
|
|
3052
|
-
"direction": "vertical",
|
|
3053
3036
|
"children": [
|
|
3054
3037
|
{
|
|
3055
|
-
"justify": "between",
|
|
3056
|
-
"direction": "horizontal",
|
|
3057
3038
|
"type": "stack",
|
|
3039
|
+
"direction": "horizontal",
|
|
3040
|
+
"justify": "between",
|
|
3058
3041
|
"gap": "md",
|
|
3059
3042
|
"children": [
|
|
3060
3043
|
{
|
|
3061
|
-
"
|
|
3044
|
+
"type": "stack",
|
|
3062
3045
|
"children": [
|
|
3063
3046
|
{
|
|
3064
3047
|
"type": "icon",
|
|
3065
3048
|
"name": "sparkles"
|
|
3066
3049
|
},
|
|
3067
3050
|
{
|
|
3068
|
-
"
|
|
3051
|
+
"variant": "h2",
|
|
3069
3052
|
"type": "typography",
|
|
3070
|
-
"
|
|
3053
|
+
"content": "ReviewRag"
|
|
3071
3054
|
}
|
|
3072
3055
|
],
|
|
3073
3056
|
"gap": "md",
|
|
3074
|
-
"
|
|
3057
|
+
"direction": "horizontal"
|
|
3075
3058
|
},
|
|
3076
3059
|
{
|
|
3060
|
+
"type": "button",
|
|
3077
3061
|
"label": "Open",
|
|
3078
|
-
"variant": "primary",
|
|
3079
3062
|
"action": "GENERATE",
|
|
3080
|
-
"
|
|
3063
|
+
"variant": "primary",
|
|
3081
3064
|
"icon": "sparkles"
|
|
3082
3065
|
}
|
|
3083
3066
|
]
|
|
@@ -3086,17 +3069,34 @@
|
|
|
3086
3069
|
"type": "divider"
|
|
3087
3070
|
},
|
|
3088
3071
|
{
|
|
3089
|
-
"
|
|
3072
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3090
3073
|
"icon": "sparkles",
|
|
3091
3074
|
"type": "empty-state",
|
|
3092
|
-
"
|
|
3075
|
+
"title": "Nothing open"
|
|
3093
3076
|
}
|
|
3094
3077
|
],
|
|
3078
|
+
"direction": "vertical",
|
|
3095
3079
|
"type": "stack",
|
|
3096
3080
|
"gap": "lg"
|
|
3097
3081
|
}
|
|
3098
3082
|
],
|
|
3099
|
-
"
|
|
3083
|
+
"navItems": [
|
|
3084
|
+
{
|
|
3085
|
+
"href": "/review",
|
|
3086
|
+
"label": "Review",
|
|
3087
|
+
"icon": "file-search"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"href": "/analysis",
|
|
3091
|
+
"label": "Analysis",
|
|
3092
|
+
"icon": "tag"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"href": "/issues",
|
|
3096
|
+
"icon": "alert-triangle",
|
|
3097
|
+
"label": "Issues"
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
3100
|
"type": "dashboard-layout"
|
|
3101
3101
|
}
|
|
3102
3102
|
]
|
|
@@ -3340,17 +3340,18 @@
|
|
|
3340
3340
|
"render-ui",
|
|
3341
3341
|
"main",
|
|
3342
3342
|
{
|
|
3343
|
+
"appName": "Code Reviewer",
|
|
3343
3344
|
"type": "dashboard-layout",
|
|
3344
3345
|
"navItems": [
|
|
3345
3346
|
{
|
|
3346
|
-
"
|
|
3347
|
+
"icon": "file-search",
|
|
3347
3348
|
"href": "/review",
|
|
3348
|
-
"
|
|
3349
|
+
"label": "Review"
|
|
3349
3350
|
},
|
|
3350
3351
|
{
|
|
3352
|
+
"label": "Analysis",
|
|
3351
3353
|
"href": "/analysis",
|
|
3352
|
-
"icon": "tag"
|
|
3353
|
-
"label": "Analysis"
|
|
3354
|
+
"icon": "tag"
|
|
3354
3355
|
},
|
|
3355
3356
|
{
|
|
3356
3357
|
"href": "/issues",
|
|
@@ -3360,16 +3361,20 @@
|
|
|
3360
3361
|
],
|
|
3361
3362
|
"children": [
|
|
3362
3363
|
{
|
|
3364
|
+
"direction": "vertical",
|
|
3363
3365
|
"children": [
|
|
3364
3366
|
{
|
|
3367
|
+
"type": "stack",
|
|
3368
|
+
"gap": "md",
|
|
3365
3369
|
"direction": "horizontal",
|
|
3366
3370
|
"children": [
|
|
3367
3371
|
{
|
|
3372
|
+
"gap": "md",
|
|
3368
3373
|
"type": "stack",
|
|
3369
3374
|
"children": [
|
|
3370
3375
|
{
|
|
3371
|
-
"
|
|
3372
|
-
"
|
|
3376
|
+
"type": "icon",
|
|
3377
|
+
"name": "tag"
|
|
3373
3378
|
},
|
|
3374
3379
|
{
|
|
3375
3380
|
"content": "Analysis",
|
|
@@ -3377,37 +3382,32 @@
|
|
|
3377
3382
|
"variant": "h2"
|
|
3378
3383
|
}
|
|
3379
3384
|
],
|
|
3380
|
-
"gap": "md",
|
|
3381
3385
|
"direction": "horizontal"
|
|
3382
3386
|
},
|
|
3383
3387
|
{
|
|
3384
|
-
"action": "CLASSIFY",
|
|
3385
3388
|
"label": "Open",
|
|
3389
|
+
"icon": "tag",
|
|
3386
3390
|
"type": "button",
|
|
3387
3391
|
"variant": "primary",
|
|
3388
|
-
"
|
|
3392
|
+
"action": "CLASSIFY"
|
|
3389
3393
|
}
|
|
3390
3394
|
],
|
|
3391
|
-
"type": "stack",
|
|
3392
|
-
"gap": "md",
|
|
3393
3395
|
"justify": "between"
|
|
3394
3396
|
},
|
|
3395
3397
|
{
|
|
3396
3398
|
"type": "divider"
|
|
3397
3399
|
},
|
|
3398
3400
|
{
|
|
3399
|
-
"type": "empty-state",
|
|
3400
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
3401
3401
|
"icon": "tag",
|
|
3402
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3403
|
+
"type": "empty-state",
|
|
3402
3404
|
"title": "Nothing open"
|
|
3403
3405
|
}
|
|
3404
3406
|
],
|
|
3405
3407
|
"type": "stack",
|
|
3406
|
-
"direction": "vertical",
|
|
3407
3408
|
"gap": "lg"
|
|
3408
3409
|
}
|
|
3409
|
-
]
|
|
3410
|
-
"appName": "Code Reviewer"
|
|
3410
|
+
]
|
|
3411
3411
|
}
|
|
3412
3412
|
]
|
|
3413
3413
|
]
|
|
@@ -3424,6 +3424,9 @@
|
|
|
3424
3424
|
"type": "stack",
|
|
3425
3425
|
"children": [
|
|
3426
3426
|
{
|
|
3427
|
+
"direction": "horizontal",
|
|
3428
|
+
"type": "stack",
|
|
3429
|
+
"gap": "sm",
|
|
3427
3430
|
"children": [
|
|
3428
3431
|
{
|
|
3429
3432
|
"type": "icon",
|
|
@@ -3431,34 +3434,30 @@
|
|
|
3431
3434
|
},
|
|
3432
3435
|
{
|
|
3433
3436
|
"content": "Analysis",
|
|
3434
|
-
"
|
|
3435
|
-
"
|
|
3437
|
+
"variant": "h3",
|
|
3438
|
+
"type": "typography"
|
|
3436
3439
|
}
|
|
3437
|
-
]
|
|
3438
|
-
"type": "stack",
|
|
3439
|
-
"direction": "horizontal",
|
|
3440
|
-
"gap": "sm"
|
|
3440
|
+
]
|
|
3441
3441
|
},
|
|
3442
3442
|
{
|
|
3443
3443
|
"type": "divider"
|
|
3444
3444
|
},
|
|
3445
3445
|
{
|
|
3446
|
-
"gap": "sm",
|
|
3447
3446
|
"children": [
|
|
3448
3447
|
{
|
|
3449
|
-
"
|
|
3448
|
+
"type": "typography",
|
|
3450
3449
|
"content": "Categories:",
|
|
3451
|
-
"
|
|
3450
|
+
"variant": "caption"
|
|
3452
3451
|
},
|
|
3453
3452
|
{
|
|
3454
3453
|
"type": "badge",
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3454
|
+
"label": "schema",
|
|
3455
|
+
"variant": "secondary"
|
|
3457
3456
|
},
|
|
3458
3457
|
{
|
|
3459
|
-
"variant": "secondary",
|
|
3460
3458
|
"type": "badge",
|
|
3461
|
-
"label": "component"
|
|
3459
|
+
"label": "component",
|
|
3460
|
+
"variant": "secondary"
|
|
3462
3461
|
},
|
|
3463
3462
|
{
|
|
3464
3463
|
"variant": "secondary",
|
|
@@ -3471,31 +3470,32 @@
|
|
|
3471
3470
|
"label": "page"
|
|
3472
3471
|
},
|
|
3473
3472
|
{
|
|
3474
|
-
"variant": "secondary",
|
|
3475
3473
|
"label": "behavior",
|
|
3476
|
-
"type": "badge"
|
|
3474
|
+
"type": "badge",
|
|
3475
|
+
"variant": "secondary"
|
|
3477
3476
|
},
|
|
3478
3477
|
{
|
|
3479
|
-
"
|
|
3478
|
+
"variant": "secondary",
|
|
3480
3479
|
"label": "style",
|
|
3481
|
-
"
|
|
3480
|
+
"type": "badge"
|
|
3482
3481
|
}
|
|
3483
3482
|
],
|
|
3484
|
-
"
|
|
3485
|
-
"type": "stack"
|
|
3483
|
+
"gap": "sm",
|
|
3484
|
+
"type": "stack",
|
|
3485
|
+
"direction": "horizontal"
|
|
3486
3486
|
},
|
|
3487
3487
|
{
|
|
3488
|
-
"
|
|
3489
|
-
"submitEvent": "SAVE",
|
|
3488
|
+
"mode": "create",
|
|
3490
3489
|
"fields": [
|
|
3491
3490
|
"input"
|
|
3492
3491
|
],
|
|
3492
|
+
"type": "form-section",
|
|
3493
3493
|
"cancelEvent": "CLOSE",
|
|
3494
|
-
"
|
|
3494
|
+
"submitEvent": "SAVE"
|
|
3495
3495
|
}
|
|
3496
3496
|
],
|
|
3497
|
-
"
|
|
3498
|
-
"
|
|
3497
|
+
"direction": "vertical",
|
|
3498
|
+
"gap": "md"
|
|
3499
3499
|
}
|
|
3500
3500
|
]
|
|
3501
3501
|
]
|
|
@@ -3520,8 +3520,8 @@
|
|
|
3520
3520
|
"Analysis",
|
|
3521
3521
|
{
|
|
3522
3522
|
"emit": {
|
|
3523
|
-
"
|
|
3524
|
-
"
|
|
3523
|
+
"success": "AnalysisLoaded",
|
|
3524
|
+
"failure": "AnalysisLoadFailed"
|
|
3525
3525
|
}
|
|
3526
3526
|
}
|
|
3527
3527
|
],
|
|
@@ -3529,71 +3529,71 @@
|
|
|
3529
3529
|
"render-ui",
|
|
3530
3530
|
"main",
|
|
3531
3531
|
{
|
|
3532
|
-
"navItems": [
|
|
3533
|
-
{
|
|
3534
|
-
"label": "Review",
|
|
3535
|
-
"href": "/review",
|
|
3536
|
-
"icon": "file-search"
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"href": "/analysis",
|
|
3540
|
-
"icon": "tag",
|
|
3541
|
-
"label": "Analysis"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"label": "Issues",
|
|
3545
|
-
"icon": "alert-triangle",
|
|
3546
|
-
"href": "/issues"
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
3532
|
"type": "dashboard-layout",
|
|
3550
3533
|
"children": [
|
|
3551
3534
|
{
|
|
3552
|
-
"
|
|
3535
|
+
"type": "stack",
|
|
3553
3536
|
"gap": "lg",
|
|
3554
3537
|
"children": [
|
|
3555
3538
|
{
|
|
3556
|
-
"type": "stack",
|
|
3557
|
-
"direction": "horizontal",
|
|
3558
|
-
"gap": "md",
|
|
3559
3539
|
"children": [
|
|
3560
3540
|
{
|
|
3561
|
-
"direction": "horizontal",
|
|
3562
3541
|
"children": [
|
|
3563
3542
|
{
|
|
3564
|
-
"
|
|
3565
|
-
"
|
|
3543
|
+
"name": "tag",
|
|
3544
|
+
"type": "icon"
|
|
3566
3545
|
},
|
|
3567
3546
|
{
|
|
3547
|
+
"type": "typography",
|
|
3568
3548
|
"content": "Analysis",
|
|
3569
|
-
"variant": "h2"
|
|
3570
|
-
"type": "typography"
|
|
3549
|
+
"variant": "h2"
|
|
3571
3550
|
}
|
|
3572
3551
|
],
|
|
3573
3552
|
"type": "stack",
|
|
3553
|
+
"direction": "horizontal",
|
|
3574
3554
|
"gap": "md"
|
|
3575
3555
|
},
|
|
3576
3556
|
{
|
|
3557
|
+
"variant": "primary",
|
|
3558
|
+
"icon": "tag",
|
|
3577
3559
|
"type": "button",
|
|
3578
|
-
"label": "Open",
|
|
3579
3560
|
"action": "CLASSIFY",
|
|
3580
|
-
"
|
|
3581
|
-
"icon": "tag"
|
|
3561
|
+
"label": "Open"
|
|
3582
3562
|
}
|
|
3583
3563
|
],
|
|
3584
|
-
"
|
|
3564
|
+
"direction": "horizontal",
|
|
3565
|
+
"type": "stack",
|
|
3566
|
+
"justify": "between",
|
|
3567
|
+
"gap": "md"
|
|
3585
3568
|
},
|
|
3586
3569
|
{
|
|
3587
3570
|
"type": "divider"
|
|
3588
3571
|
},
|
|
3589
3572
|
{
|
|
3590
|
-
"type": "empty-state",
|
|
3591
3573
|
"icon": "tag",
|
|
3592
|
-
"
|
|
3593
|
-
"title": "Nothing open"
|
|
3574
|
+
"type": "empty-state",
|
|
3575
|
+
"title": "Nothing open",
|
|
3576
|
+
"description": "Click Open to view details in a modal overlay."
|
|
3594
3577
|
}
|
|
3595
3578
|
],
|
|
3596
|
-
"
|
|
3579
|
+
"direction": "vertical"
|
|
3580
|
+
}
|
|
3581
|
+
],
|
|
3582
|
+
"navItems": [
|
|
3583
|
+
{
|
|
3584
|
+
"icon": "file-search",
|
|
3585
|
+
"href": "/review",
|
|
3586
|
+
"label": "Review"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"icon": "tag",
|
|
3590
|
+
"label": "Analysis",
|
|
3591
|
+
"href": "/analysis"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"label": "Issues",
|
|
3595
|
+
"icon": "alert-triangle",
|
|
3596
|
+
"href": "/issues"
|
|
3597
3597
|
}
|
|
3598
3598
|
],
|
|
3599
3599
|
"appName": "Code Reviewer"
|
|
@@ -3613,8 +3613,8 @@
|
|
|
3613
3613
|
"@payload.data",
|
|
3614
3614
|
{
|
|
3615
3615
|
"emit": {
|
|
3616
|
-
"
|
|
3617
|
-
"
|
|
3616
|
+
"failure": "AnalysisSaveFailed",
|
|
3617
|
+
"success": "AnalysisSaved"
|
|
3618
3618
|
}
|
|
3619
3619
|
}
|
|
3620
3620
|
],
|
|
@@ -3632,81 +3632,81 @@
|
|
|
3632
3632
|
"Analysis",
|
|
3633
3633
|
{
|
|
3634
3634
|
"emit": {
|
|
3635
|
-
"success": "AnalysisLoaded",
|
|
3636
|
-
"failure": "AnalysisLoadFailed"
|
|
3637
|
-
}
|
|
3638
|
-
}
|
|
3639
|
-
],
|
|
3640
|
-
[
|
|
3641
|
-
"render-ui",
|
|
3642
|
-
"main",
|
|
3643
|
-
{
|
|
3644
|
-
"type": "dashboard-layout",
|
|
3645
|
-
"appName": "Code Reviewer",
|
|
3646
|
-
"navItems": [
|
|
3647
|
-
{
|
|
3648
|
-
"icon": "file-search",
|
|
3649
|
-
"label": "Review",
|
|
3650
|
-
"href": "/review"
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"href": "/analysis",
|
|
3654
|
-
"label": "Analysis",
|
|
3655
|
-
"icon": "tag"
|
|
3656
|
-
},
|
|
3657
|
-
{
|
|
3658
|
-
"href": "/issues",
|
|
3659
|
-
"icon": "alert-triangle",
|
|
3660
|
-
"label": "Issues"
|
|
3661
|
-
}
|
|
3662
|
-
],
|
|
3635
|
+
"success": "AnalysisLoaded",
|
|
3636
|
+
"failure": "AnalysisLoadFailed"
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3640
|
+
[
|
|
3641
|
+
"render-ui",
|
|
3642
|
+
"main",
|
|
3643
|
+
{
|
|
3663
3644
|
"children": [
|
|
3664
3645
|
{
|
|
3665
3646
|
"type": "stack",
|
|
3666
3647
|
"gap": "lg",
|
|
3648
|
+
"direction": "vertical",
|
|
3667
3649
|
"children": [
|
|
3668
3650
|
{
|
|
3669
|
-
"justify": "between",
|
|
3670
|
-
"type": "stack",
|
|
3671
|
-
"direction": "horizontal",
|
|
3672
3651
|
"children": [
|
|
3673
3652
|
{
|
|
3674
|
-
"direction": "horizontal",
|
|
3675
|
-
"type": "stack",
|
|
3676
3653
|
"gap": "md",
|
|
3654
|
+
"type": "stack",
|
|
3677
3655
|
"children": [
|
|
3678
3656
|
{
|
|
3679
3657
|
"name": "tag",
|
|
3680
3658
|
"type": "icon"
|
|
3681
3659
|
},
|
|
3682
3660
|
{
|
|
3683
|
-
"
|
|
3661
|
+
"type": "typography",
|
|
3684
3662
|
"content": "Analysis",
|
|
3685
|
-
"
|
|
3663
|
+
"variant": "h2"
|
|
3686
3664
|
}
|
|
3687
|
-
]
|
|
3665
|
+
],
|
|
3666
|
+
"direction": "horizontal"
|
|
3688
3667
|
},
|
|
3689
3668
|
{
|
|
3690
3669
|
"icon": "tag",
|
|
3691
|
-
"label": "Open",
|
|
3692
|
-
"variant": "primary",
|
|
3693
3670
|
"action": "CLASSIFY",
|
|
3694
|
-
"
|
|
3671
|
+
"label": "Open",
|
|
3672
|
+
"type": "button",
|
|
3673
|
+
"variant": "primary"
|
|
3695
3674
|
}
|
|
3696
3675
|
],
|
|
3697
|
-
"
|
|
3676
|
+
"direction": "horizontal",
|
|
3677
|
+
"gap": "md",
|
|
3678
|
+
"type": "stack",
|
|
3679
|
+
"justify": "between"
|
|
3698
3680
|
},
|
|
3699
3681
|
{
|
|
3700
3682
|
"type": "divider"
|
|
3701
3683
|
},
|
|
3702
3684
|
{
|
|
3703
|
-
"icon": "tag",
|
|
3704
|
-
"title": "Nothing open",
|
|
3705
3685
|
"type": "empty-state",
|
|
3706
|
-
"
|
|
3686
|
+
"icon": "tag",
|
|
3687
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
3688
|
+
"title": "Nothing open"
|
|
3707
3689
|
}
|
|
3708
|
-
]
|
|
3709
|
-
|
|
3690
|
+
]
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3693
|
+
"type": "dashboard-layout",
|
|
3694
|
+
"appName": "Code Reviewer",
|
|
3695
|
+
"navItems": [
|
|
3696
|
+
{
|
|
3697
|
+
"label": "Review",
|
|
3698
|
+
"icon": "file-search",
|
|
3699
|
+
"href": "/review"
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"icon": "tag",
|
|
3703
|
+
"label": "Analysis",
|
|
3704
|
+
"href": "/analysis"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"href": "/issues",
|
|
3708
|
+
"icon": "alert-triangle",
|
|
3709
|
+
"label": "Issues"
|
|
3710
3710
|
}
|
|
3711
3711
|
]
|
|
3712
3712
|
}
|
|
@@ -3846,79 +3846,79 @@
|
|
|
3846
3846
|
{
|
|
3847
3847
|
"type": "dashboard-layout",
|
|
3848
3848
|
"appName": "Code Reviewer",
|
|
3849
|
+
"navItems": [
|
|
3850
|
+
{
|
|
3851
|
+
"icon": "file-search",
|
|
3852
|
+
"href": "/review",
|
|
3853
|
+
"label": "Review"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"href": "/analysis",
|
|
3857
|
+
"icon": "tag",
|
|
3858
|
+
"label": "Analysis"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"label": "Issues",
|
|
3862
|
+
"href": "/issues",
|
|
3863
|
+
"icon": "alert-triangle"
|
|
3864
|
+
}
|
|
3865
|
+
],
|
|
3849
3866
|
"children": [
|
|
3850
3867
|
{
|
|
3868
|
+
"gap": "lg",
|
|
3869
|
+
"type": "stack",
|
|
3870
|
+
"direction": "vertical",
|
|
3851
3871
|
"children": [
|
|
3852
3872
|
{
|
|
3853
|
-
"
|
|
3854
|
-
"direction": "horizontal",
|
|
3873
|
+
"type": "stack",
|
|
3855
3874
|
"children": [
|
|
3856
3875
|
{
|
|
3876
|
+
"type": "stack",
|
|
3857
3877
|
"align": "center",
|
|
3858
|
-
"direction": "horizontal",
|
|
3859
3878
|
"children": [
|
|
3860
3879
|
{
|
|
3861
|
-
"
|
|
3862
|
-
"
|
|
3880
|
+
"type": "icon",
|
|
3881
|
+
"name": "tag"
|
|
3863
3882
|
},
|
|
3864
3883
|
{
|
|
3865
|
-
"
|
|
3884
|
+
"type": "typography",
|
|
3866
3885
|
"variant": "h2",
|
|
3867
|
-
"
|
|
3886
|
+
"content": "Analysis Result"
|
|
3868
3887
|
}
|
|
3869
3888
|
],
|
|
3870
|
-
"
|
|
3871
|
-
"
|
|
3889
|
+
"direction": "horizontal",
|
|
3890
|
+
"gap": "md"
|
|
3872
3891
|
},
|
|
3873
3892
|
{
|
|
3893
|
+
"icon": "x",
|
|
3874
3894
|
"type": "button",
|
|
3875
3895
|
"variant": "ghost",
|
|
3876
|
-
"
|
|
3877
|
-
"label": "Dismiss"
|
|
3878
|
-
"action": "HIDE"
|
|
3896
|
+
"action": "HIDE",
|
|
3897
|
+
"label": "Dismiss"
|
|
3879
3898
|
}
|
|
3880
3899
|
],
|
|
3900
|
+
"direction": "horizontal",
|
|
3881
3901
|
"justify": "between",
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
3902
|
+
"align": "center",
|
|
3903
|
+
"gap": "md"
|
|
3884
3904
|
},
|
|
3885
3905
|
{
|
|
3886
3906
|
"type": "divider"
|
|
3887
3907
|
},
|
|
3888
3908
|
{
|
|
3889
3909
|
"type": "alert",
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3910
|
+
"variant": "@entity.notificationType",
|
|
3911
|
+
"message": "@entity.message"
|
|
3892
3912
|
},
|
|
3893
3913
|
{
|
|
3894
3914
|
"type": "toast-slot"
|
|
3895
3915
|
},
|
|
3896
3916
|
{
|
|
3917
|
+
"type": "alert",
|
|
3897
3918
|
"variant": "warning",
|
|
3898
|
-
"message": "@entity.message"
|
|
3899
|
-
"type": "alert"
|
|
3919
|
+
"message": "@entity.message"
|
|
3900
3920
|
}
|
|
3901
|
-
]
|
|
3902
|
-
"gap": "lg",
|
|
3903
|
-
"type": "stack",
|
|
3904
|
-
"direction": "vertical"
|
|
3905
|
-
}
|
|
3906
|
-
],
|
|
3907
|
-
"navItems": [
|
|
3908
|
-
{
|
|
3909
|
-
"href": "/review",
|
|
3910
|
-
"label": "Review",
|
|
3911
|
-
"icon": "file-search"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"label": "Analysis",
|
|
3915
|
-
"icon": "tag",
|
|
3916
|
-
"href": "/analysis"
|
|
3917
|
-
},
|
|
3918
|
-
{
|
|
3919
|
-
"href": "/issues",
|
|
3920
|
-
"icon": "alert-triangle",
|
|
3921
|
-
"label": "Issues"
|
|
3921
|
+
]
|
|
3922
3922
|
}
|
|
3923
3923
|
]
|
|
3924
3924
|
}
|
|
@@ -3944,64 +3944,64 @@
|
|
|
3944
3944
|
"render-ui",
|
|
3945
3945
|
"main",
|
|
3946
3946
|
{
|
|
3947
|
-
"type": "dashboard-layout",
|
|
3948
3947
|
"appName": "Code Reviewer",
|
|
3948
|
+
"type": "dashboard-layout",
|
|
3949
3949
|
"children": [
|
|
3950
3950
|
{
|
|
3951
|
-
"direction": "vertical",
|
|
3952
|
-
"gap": "lg",
|
|
3953
3951
|
"children": [
|
|
3954
3952
|
{
|
|
3955
3953
|
"type": "stack",
|
|
3954
|
+
"direction": "horizontal",
|
|
3956
3955
|
"gap": "md",
|
|
3957
3956
|
"justify": "between",
|
|
3958
|
-
"align": "center",
|
|
3959
3957
|
"children": [
|
|
3960
3958
|
{
|
|
3959
|
+
"type": "stack",
|
|
3960
|
+
"align": "center",
|
|
3961
3961
|
"children": [
|
|
3962
3962
|
{
|
|
3963
3963
|
"type": "icon",
|
|
3964
3964
|
"name": "tag"
|
|
3965
3965
|
},
|
|
3966
3966
|
{
|
|
3967
|
-
"type": "typography",
|
|
3968
3967
|
"variant": "h2",
|
|
3968
|
+
"type": "typography",
|
|
3969
3969
|
"content": "Analysis Result"
|
|
3970
3970
|
}
|
|
3971
3971
|
],
|
|
3972
|
-
"type": "stack",
|
|
3973
3972
|
"direction": "horizontal",
|
|
3974
|
-
"gap": "md"
|
|
3975
|
-
"align": "center"
|
|
3973
|
+
"gap": "md"
|
|
3976
3974
|
},
|
|
3977
3975
|
{
|
|
3978
|
-
"action": "HIDE",
|
|
3979
|
-
"label": "Dismiss",
|
|
3980
3976
|
"type": "button",
|
|
3977
|
+
"icon": "x",
|
|
3978
|
+
"action": "HIDE",
|
|
3981
3979
|
"variant": "ghost",
|
|
3982
|
-
"
|
|
3980
|
+
"label": "Dismiss"
|
|
3983
3981
|
}
|
|
3984
3982
|
],
|
|
3985
|
-
"
|
|
3983
|
+
"align": "center"
|
|
3986
3984
|
},
|
|
3987
3985
|
{
|
|
3988
3986
|
"type": "divider"
|
|
3989
3987
|
},
|
|
3990
3988
|
{
|
|
3989
|
+
"message": "@entity.message",
|
|
3991
3990
|
"type": "alert",
|
|
3992
|
-
"variant": "@entity.notificationType"
|
|
3993
|
-
"message": "@entity.message"
|
|
3991
|
+
"variant": "@entity.notificationType"
|
|
3994
3992
|
},
|
|
3995
3993
|
{
|
|
3996
3994
|
"type": "toast-slot"
|
|
3997
3995
|
},
|
|
3998
3996
|
{
|
|
3999
|
-
"type": "alert",
|
|
4000
3997
|
"variant": "warning",
|
|
4001
|
-
"message": "@entity.message"
|
|
3998
|
+
"message": "@entity.message",
|
|
3999
|
+
"type": "alert"
|
|
4002
4000
|
}
|
|
4003
4001
|
],
|
|
4004
|
-
"type": "stack"
|
|
4002
|
+
"type": "stack",
|
|
4003
|
+
"direction": "vertical",
|
|
4004
|
+
"gap": "lg"
|
|
4005
4005
|
}
|
|
4006
4006
|
],
|
|
4007
4007
|
"navItems": [
|
|
@@ -4011,14 +4011,14 @@
|
|
|
4011
4011
|
"href": "/review"
|
|
4012
4012
|
},
|
|
4013
4013
|
{
|
|
4014
|
-
"icon": "tag",
|
|
4015
4014
|
"href": "/analysis",
|
|
4015
|
+
"icon": "tag",
|
|
4016
4016
|
"label": "Analysis"
|
|
4017
4017
|
},
|
|
4018
4018
|
{
|
|
4019
|
-
"
|
|
4019
|
+
"icon": "alert-triangle",
|
|
4020
4020
|
"label": "Issues",
|
|
4021
|
-
"
|
|
4021
|
+
"href": "/issues"
|
|
4022
4022
|
}
|
|
4023
4023
|
]
|
|
4024
4024
|
}
|
|
@@ -4183,31 +4183,31 @@
|
|
|
4183
4183
|
"render-ui",
|
|
4184
4184
|
"main",
|
|
4185
4185
|
{
|
|
4186
|
+
"type": "dashboard-layout",
|
|
4186
4187
|
"appName": "Code Reviewer",
|
|
4188
|
+
"children": [
|
|
4189
|
+
{
|
|
4190
|
+
"title": "Classifier",
|
|
4191
|
+
"description": "Classifier is ready",
|
|
4192
|
+
"type": "empty-state",
|
|
4193
|
+
"icon": "tag"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4187
4196
|
"navItems": [
|
|
4188
4197
|
{
|
|
4189
|
-
"
|
|
4198
|
+
"icon": "file-search",
|
|
4190
4199
|
"label": "Review",
|
|
4191
|
-
"
|
|
4200
|
+
"href": "/review"
|
|
4192
4201
|
},
|
|
4193
4202
|
{
|
|
4194
4203
|
"icon": "tag",
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4204
|
+
"href": "/analysis",
|
|
4205
|
+
"label": "Analysis"
|
|
4197
4206
|
},
|
|
4198
4207
|
{
|
|
4208
|
+
"label": "Issues",
|
|
4199
4209
|
"href": "/issues",
|
|
4200
|
-
"icon": "alert-triangle"
|
|
4201
|
-
"label": "Issues"
|
|
4202
|
-
}
|
|
4203
|
-
],
|
|
4204
|
-
"type": "dashboard-layout",
|
|
4205
|
-
"children": [
|
|
4206
|
-
{
|
|
4207
|
-
"type": "empty-state",
|
|
4208
|
-
"title": "Classifier",
|
|
4209
|
-
"description": "Classifier is ready",
|
|
4210
|
-
"icon": "tag"
|
|
4210
|
+
"icon": "alert-triangle"
|
|
4211
4211
|
}
|
|
4212
4212
|
]
|
|
4213
4213
|
}
|
|
@@ -4522,8 +4522,8 @@
|
|
|
4522
4522
|
"ReviewCompletion",
|
|
4523
4523
|
{
|
|
4524
4524
|
"emit": {
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4525
|
+
"success": "ReviewCompletionLoaded",
|
|
4526
|
+
"failure": "ReviewCompletionLoadFailed"
|
|
4527
4527
|
}
|
|
4528
4528
|
}
|
|
4529
4529
|
],
|
|
@@ -4532,16 +4532,19 @@
|
|
|
4532
4532
|
"main",
|
|
4533
4533
|
{
|
|
4534
4534
|
"type": "dashboard-layout",
|
|
4535
|
-
"appName": "Code Reviewer",
|
|
4536
4535
|
"children": [
|
|
4537
4536
|
{
|
|
4538
4537
|
"type": "stack",
|
|
4539
|
-
"gap": "lg",
|
|
4540
4538
|
"direction": "vertical",
|
|
4539
|
+
"gap": "lg",
|
|
4541
4540
|
"children": [
|
|
4542
4541
|
{
|
|
4542
|
+
"direction": "horizontal",
|
|
4543
|
+
"gap": "md",
|
|
4543
4544
|
"children": [
|
|
4544
4545
|
{
|
|
4546
|
+
"direction": "horizontal",
|
|
4547
|
+
"type": "stack",
|
|
4545
4548
|
"children": [
|
|
4546
4549
|
{
|
|
4547
4550
|
"type": "icon",
|
|
@@ -4549,34 +4552,30 @@
|
|
|
4549
4552
|
},
|
|
4550
4553
|
{
|
|
4551
4554
|
"type": "typography",
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4555
|
+
"content": "ReviewCompletion",
|
|
4556
|
+
"variant": "h2"
|
|
4554
4557
|
}
|
|
4555
4558
|
],
|
|
4556
|
-
"gap": "md"
|
|
4557
|
-
"direction": "horizontal",
|
|
4558
|
-
"type": "stack"
|
|
4559
|
+
"gap": "md"
|
|
4559
4560
|
},
|
|
4560
4561
|
{
|
|
4561
4562
|
"variant": "primary",
|
|
4562
|
-
"
|
|
4563
|
-
"action": "GENERATE",
|
|
4563
|
+
"label": "Open",
|
|
4564
4564
|
"icon": "sparkles",
|
|
4565
|
-
"
|
|
4565
|
+
"type": "button",
|
|
4566
|
+
"action": "GENERATE"
|
|
4566
4567
|
}
|
|
4567
4568
|
],
|
|
4568
|
-
"justify": "between",
|
|
4569
|
-
"gap": "md",
|
|
4570
4569
|
"type": "stack",
|
|
4571
|
-
"
|
|
4570
|
+
"justify": "between"
|
|
4572
4571
|
},
|
|
4573
4572
|
{
|
|
4574
4573
|
"type": "divider"
|
|
4575
4574
|
},
|
|
4576
4575
|
{
|
|
4577
4576
|
"type": "empty-state",
|
|
4578
|
-
"icon": "sparkles",
|
|
4579
4577
|
"title": "Nothing open",
|
|
4578
|
+
"icon": "sparkles",
|
|
4580
4579
|
"description": "Click Open to view details in a modal overlay."
|
|
4581
4580
|
}
|
|
4582
4581
|
]
|
|
@@ -4585,20 +4584,21 @@
|
|
|
4585
4584
|
"navItems": [
|
|
4586
4585
|
{
|
|
4587
4586
|
"label": "Review",
|
|
4588
|
-
"
|
|
4589
|
-
"
|
|
4587
|
+
"icon": "file-search",
|
|
4588
|
+
"href": "/review"
|
|
4590
4589
|
},
|
|
4591
4590
|
{
|
|
4591
|
+
"icon": "tag",
|
|
4592
4592
|
"href": "/analysis",
|
|
4593
|
-
"label": "Analysis"
|
|
4594
|
-
"icon": "tag"
|
|
4593
|
+
"label": "Analysis"
|
|
4595
4594
|
},
|
|
4596
4595
|
{
|
|
4597
|
-
"icon": "alert-triangle",
|
|
4598
4596
|
"href": "/issues",
|
|
4597
|
+
"icon": "alert-triangle",
|
|
4599
4598
|
"label": "Issues"
|
|
4600
4599
|
}
|
|
4601
|
-
]
|
|
4600
|
+
],
|
|
4601
|
+
"appName": "Code Reviewer"
|
|
4602
4602
|
}
|
|
4603
4603
|
]
|
|
4604
4604
|
]
|
|
@@ -4612,21 +4612,21 @@
|
|
|
4612
4612
|
"render-ui",
|
|
4613
4613
|
"modal",
|
|
4614
4614
|
{
|
|
4615
|
-
"
|
|
4615
|
+
"direction": "vertical",
|
|
4616
4616
|
"children": [
|
|
4617
4617
|
{
|
|
4618
|
-
"direction": "horizontal",
|
|
4619
|
-
"gap": "sm",
|
|
4620
4618
|
"type": "stack",
|
|
4619
|
+
"gap": "sm",
|
|
4620
|
+
"direction": "horizontal",
|
|
4621
4621
|
"children": [
|
|
4622
4622
|
{
|
|
4623
4623
|
"name": "sparkles",
|
|
4624
4624
|
"type": "icon"
|
|
4625
4625
|
},
|
|
4626
4626
|
{
|
|
4627
|
-
"
|
|
4627
|
+
"content": "ReviewCompletion",
|
|
4628
4628
|
"variant": "h3",
|
|
4629
|
-
"
|
|
4629
|
+
"type": "typography"
|
|
4630
4630
|
}
|
|
4631
4631
|
]
|
|
4632
4632
|
},
|
|
@@ -4635,31 +4635,31 @@
|
|
|
4635
4635
|
},
|
|
4636
4636
|
{
|
|
4637
4637
|
"gap": "sm",
|
|
4638
|
+
"type": "stack",
|
|
4638
4639
|
"children": [
|
|
4639
4640
|
{
|
|
4640
4641
|
"type": "badge",
|
|
4641
4642
|
"label": "@entity.provider"
|
|
4642
4643
|
},
|
|
4643
4644
|
{
|
|
4644
|
-
"
|
|
4645
|
-
"
|
|
4645
|
+
"label": "@entity.model",
|
|
4646
|
+
"type": "badge"
|
|
4646
4647
|
}
|
|
4647
4648
|
],
|
|
4648
|
-
"type": "stack",
|
|
4649
4649
|
"direction": "horizontal"
|
|
4650
4650
|
},
|
|
4651
4651
|
{
|
|
4652
|
+
"mode": "create",
|
|
4652
4653
|
"cancelEvent": "CLOSE",
|
|
4653
4654
|
"fields": [
|
|
4654
4655
|
"prompt"
|
|
4655
4656
|
],
|
|
4656
4657
|
"type": "form-section",
|
|
4657
|
-
"mode": "create",
|
|
4658
4658
|
"submitEvent": "SAVE"
|
|
4659
4659
|
}
|
|
4660
4660
|
],
|
|
4661
4661
|
"gap": "md",
|
|
4662
|
-
"
|
|
4662
|
+
"type": "stack"
|
|
4663
4663
|
}
|
|
4664
4664
|
]
|
|
4665
4665
|
]
|
|
@@ -4693,73 +4693,73 @@
|
|
|
4693
4693
|
"render-ui",
|
|
4694
4694
|
"main",
|
|
4695
4695
|
{
|
|
4696
|
+
"appName": "Code Reviewer",
|
|
4696
4697
|
"navItems": [
|
|
4697
4698
|
{
|
|
4698
|
-
"
|
|
4699
|
+
"label": "Review",
|
|
4699
4700
|
"href": "/review",
|
|
4700
|
-
"
|
|
4701
|
+
"icon": "file-search"
|
|
4701
4702
|
},
|
|
4702
4703
|
{
|
|
4703
4704
|
"icon": "tag",
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4705
|
+
"href": "/analysis",
|
|
4706
|
+
"label": "Analysis"
|
|
4706
4707
|
},
|
|
4707
4708
|
{
|
|
4709
|
+
"href": "/issues",
|
|
4708
4710
|
"icon": "alert-triangle",
|
|
4709
|
-
"label": "Issues"
|
|
4710
|
-
"href": "/issues"
|
|
4711
|
+
"label": "Issues"
|
|
4711
4712
|
}
|
|
4712
4713
|
],
|
|
4713
4714
|
"children": [
|
|
4714
4715
|
{
|
|
4715
|
-
"direction": "vertical",
|
|
4716
4716
|
"type": "stack",
|
|
4717
4717
|
"children": [
|
|
4718
4718
|
{
|
|
4719
|
-
"
|
|
4720
|
-
"type": "stack",
|
|
4721
|
-
"direction": "horizontal",
|
|
4719
|
+
"justify": "between",
|
|
4722
4720
|
"children": [
|
|
4723
4721
|
{
|
|
4724
|
-
"gap": "md",
|
|
4725
|
-
"type": "stack",
|
|
4726
|
-
"direction": "horizontal",
|
|
4727
4722
|
"children": [
|
|
4728
4723
|
{
|
|
4729
|
-
"
|
|
4730
|
-
"
|
|
4724
|
+
"type": "icon",
|
|
4725
|
+
"name": "sparkles"
|
|
4731
4726
|
},
|
|
4732
4727
|
{
|
|
4733
|
-
"
|
|
4728
|
+
"content": "ReviewCompletion",
|
|
4734
4729
|
"type": "typography",
|
|
4735
|
-
"
|
|
4730
|
+
"variant": "h2"
|
|
4736
4731
|
}
|
|
4737
|
-
]
|
|
4732
|
+
],
|
|
4733
|
+
"type": "stack",
|
|
4734
|
+
"gap": "md",
|
|
4735
|
+
"direction": "horizontal"
|
|
4738
4736
|
},
|
|
4739
4737
|
{
|
|
4740
4738
|
"action": "GENERATE",
|
|
4741
4739
|
"type": "button",
|
|
4742
4740
|
"variant": "primary",
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4741
|
+
"icon": "sparkles",
|
|
4742
|
+
"label": "Open"
|
|
4745
4743
|
}
|
|
4746
4744
|
],
|
|
4747
|
-
"
|
|
4745
|
+
"gap": "md",
|
|
4746
|
+
"type": "stack",
|
|
4747
|
+
"direction": "horizontal"
|
|
4748
4748
|
},
|
|
4749
4749
|
{
|
|
4750
4750
|
"type": "divider"
|
|
4751
4751
|
},
|
|
4752
4752
|
{
|
|
4753
|
-
"icon": "sparkles",
|
|
4754
|
-
"title": "Nothing open",
|
|
4755
4753
|
"type": "empty-state",
|
|
4756
|
-
"description": "Click Open to view details in a modal overlay."
|
|
4754
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4755
|
+
"icon": "sparkles",
|
|
4756
|
+
"title": "Nothing open"
|
|
4757
4757
|
}
|
|
4758
4758
|
],
|
|
4759
|
+
"direction": "vertical",
|
|
4759
4760
|
"gap": "lg"
|
|
4760
4761
|
}
|
|
4761
4762
|
],
|
|
4762
|
-
"appName": "Code Reviewer",
|
|
4763
4763
|
"type": "dashboard-layout"
|
|
4764
4764
|
}
|
|
4765
4765
|
]
|
|
@@ -4805,74 +4805,74 @@
|
|
|
4805
4805
|
"render-ui",
|
|
4806
4806
|
"main",
|
|
4807
4807
|
{
|
|
4808
|
-
"appName": "Code Reviewer",
|
|
4809
4808
|
"type": "dashboard-layout",
|
|
4809
|
+
"navItems": [
|
|
4810
|
+
{
|
|
4811
|
+
"href": "/review",
|
|
4812
|
+
"icon": "file-search",
|
|
4813
|
+
"label": "Review"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"icon": "tag",
|
|
4817
|
+
"label": "Analysis",
|
|
4818
|
+
"href": "/analysis"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"icon": "alert-triangle",
|
|
4822
|
+
"href": "/issues",
|
|
4823
|
+
"label": "Issues"
|
|
4824
|
+
}
|
|
4825
|
+
],
|
|
4810
4826
|
"children": [
|
|
4811
4827
|
{
|
|
4812
|
-
"type": "stack",
|
|
4813
|
-
"gap": "lg",
|
|
4814
4828
|
"children": [
|
|
4815
4829
|
{
|
|
4816
|
-
"type": "stack",
|
|
4817
|
-
"gap": "md",
|
|
4818
|
-
"justify": "between",
|
|
4819
4830
|
"children": [
|
|
4820
4831
|
{
|
|
4821
4832
|
"direction": "horizontal",
|
|
4822
|
-
"gap": "md",
|
|
4823
|
-
"type": "stack",
|
|
4824
4833
|
"children": [
|
|
4825
4834
|
{
|
|
4826
|
-
"
|
|
4827
|
-
"
|
|
4835
|
+
"name": "sparkles",
|
|
4836
|
+
"type": "icon"
|
|
4828
4837
|
},
|
|
4829
4838
|
{
|
|
4839
|
+
"content": "ReviewCompletion",
|
|
4830
4840
|
"variant": "h2",
|
|
4831
|
-
"type": "typography"
|
|
4832
|
-
"content": "ReviewCompletion"
|
|
4841
|
+
"type": "typography"
|
|
4833
4842
|
}
|
|
4834
|
-
]
|
|
4843
|
+
],
|
|
4844
|
+
"type": "stack",
|
|
4845
|
+
"gap": "md"
|
|
4835
4846
|
},
|
|
4836
4847
|
{
|
|
4837
|
-
"icon": "sparkles",
|
|
4838
4848
|
"type": "button",
|
|
4839
4849
|
"action": "GENERATE",
|
|
4840
|
-
"
|
|
4841
|
-
"variant": "primary"
|
|
4850
|
+
"icon": "sparkles",
|
|
4851
|
+
"variant": "primary",
|
|
4852
|
+
"label": "Open"
|
|
4842
4853
|
}
|
|
4843
4854
|
],
|
|
4844
|
-
"direction": "horizontal"
|
|
4855
|
+
"direction": "horizontal",
|
|
4856
|
+
"gap": "md",
|
|
4857
|
+
"justify": "between",
|
|
4858
|
+
"type": "stack"
|
|
4845
4859
|
},
|
|
4846
4860
|
{
|
|
4847
4861
|
"type": "divider"
|
|
4848
4862
|
},
|
|
4849
4863
|
{
|
|
4864
|
+
"type": "empty-state",
|
|
4850
4865
|
"icon": "sparkles",
|
|
4851
4866
|
"title": "Nothing open",
|
|
4852
|
-
"type": "empty-state",
|
|
4853
4867
|
"description": "Click Open to view details in a modal overlay."
|
|
4854
4868
|
}
|
|
4855
4869
|
],
|
|
4856
|
-
"
|
|
4870
|
+
"gap": "lg",
|
|
4871
|
+
"direction": "vertical",
|
|
4872
|
+
"type": "stack"
|
|
4857
4873
|
}
|
|
4858
4874
|
],
|
|
4859
|
-
"
|
|
4860
|
-
{
|
|
4861
|
-
"label": "Review",
|
|
4862
|
-
"icon": "file-search",
|
|
4863
|
-
"href": "/review"
|
|
4864
|
-
},
|
|
4865
|
-
{
|
|
4866
|
-
"label": "Analysis",
|
|
4867
|
-
"href": "/analysis",
|
|
4868
|
-
"icon": "tag"
|
|
4869
|
-
},
|
|
4870
|
-
{
|
|
4871
|
-
"label": "Issues",
|
|
4872
|
-
"href": "/issues",
|
|
4873
|
-
"icon": "alert-triangle"
|
|
4874
|
-
}
|
|
4875
|
-
]
|
|
4875
|
+
"appName": "Code Reviewer"
|
|
4876
4876
|
}
|
|
4877
4877
|
]
|
|
4878
4878
|
]
|
|
@@ -4982,8 +4982,8 @@
|
|
|
4982
4982
|
"ReviewCompletion",
|
|
4983
4983
|
{
|
|
4984
4984
|
"emit": {
|
|
4985
|
-
"
|
|
4986
|
-
"
|
|
4985
|
+
"success": "ReviewCompletionLoaded",
|
|
4986
|
+
"failure": "ReviewCompletionLoadFailed"
|
|
4987
4987
|
}
|
|
4988
4988
|
}
|
|
4989
4989
|
]
|
|
@@ -5008,16 +5008,17 @@
|
|
|
5008
5008
|
"render-ui",
|
|
5009
5009
|
"main",
|
|
5010
5010
|
{
|
|
5011
|
+
"type": "dashboard-layout",
|
|
5011
5012
|
"navItems": [
|
|
5012
5013
|
{
|
|
5014
|
+
"href": "/review",
|
|
5013
5015
|
"icon": "file-search",
|
|
5014
|
-
"label": "Review"
|
|
5015
|
-
"href": "/review"
|
|
5016
|
+
"label": "Review"
|
|
5016
5017
|
},
|
|
5017
5018
|
{
|
|
5019
|
+
"icon": "tag",
|
|
5018
5020
|
"label": "Analysis",
|
|
5019
|
-
"href": "/analysis"
|
|
5020
|
-
"icon": "tag"
|
|
5021
|
+
"href": "/analysis"
|
|
5021
5022
|
},
|
|
5022
5023
|
{
|
|
5023
5024
|
"label": "Issues",
|
|
@@ -5025,44 +5026,44 @@
|
|
|
5025
5026
|
"href": "/issues"
|
|
5026
5027
|
}
|
|
5027
5028
|
],
|
|
5028
|
-
"type": "dashboard-layout",
|
|
5029
|
-
"appName": "Code Reviewer",
|
|
5030
5029
|
"children": [
|
|
5031
5030
|
{
|
|
5032
5031
|
"type": "stack",
|
|
5032
|
+
"gap": "lg",
|
|
5033
|
+
"direction": "vertical",
|
|
5033
5034
|
"children": [
|
|
5034
5035
|
{
|
|
5035
|
-
"type": "stack",
|
|
5036
|
-
"justify": "between",
|
|
5037
5036
|
"children": [
|
|
5038
5037
|
{
|
|
5039
5038
|
"align": "center",
|
|
5040
5039
|
"children": [
|
|
5041
5040
|
{
|
|
5042
|
-
"
|
|
5043
|
-
"
|
|
5041
|
+
"type": "icon",
|
|
5042
|
+
"name": "sparkles"
|
|
5044
5043
|
},
|
|
5045
5044
|
{
|
|
5046
|
-
"content": "ReviewCompletion Status",
|
|
5047
5045
|
"type": "typography",
|
|
5046
|
+
"content": "ReviewCompletion Status",
|
|
5048
5047
|
"variant": "h2"
|
|
5049
5048
|
}
|
|
5050
5049
|
],
|
|
5051
|
-
"
|
|
5050
|
+
"type": "stack",
|
|
5052
5051
|
"gap": "md",
|
|
5053
|
-
"
|
|
5052
|
+
"direction": "horizontal"
|
|
5054
5053
|
},
|
|
5055
5054
|
{
|
|
5056
5055
|
"type": "button",
|
|
5057
|
-
"
|
|
5056
|
+
"action": "HIDE",
|
|
5058
5057
|
"icon": "x",
|
|
5059
5058
|
"label": "Dismiss",
|
|
5060
|
-
"
|
|
5059
|
+
"variant": "ghost"
|
|
5061
5060
|
}
|
|
5062
5061
|
],
|
|
5063
5062
|
"direction": "horizontal",
|
|
5063
|
+
"gap": "md",
|
|
5064
|
+
"type": "stack",
|
|
5064
5065
|
"align": "center",
|
|
5065
|
-
"
|
|
5066
|
+
"justify": "between"
|
|
5066
5067
|
},
|
|
5067
5068
|
{
|
|
5068
5069
|
"type": "divider"
|
|
@@ -5076,15 +5077,14 @@
|
|
|
5076
5077
|
"type": "toast-slot"
|
|
5077
5078
|
},
|
|
5078
5079
|
{
|
|
5079
|
-
"
|
|
5080
|
+
"type": "alert",
|
|
5080
5081
|
"variant": "warning",
|
|
5081
|
-
"
|
|
5082
|
+
"message": "@entity.message"
|
|
5082
5083
|
}
|
|
5083
|
-
]
|
|
5084
|
-
"direction": "vertical",
|
|
5085
|
-
"gap": "lg"
|
|
5084
|
+
]
|
|
5086
5085
|
}
|
|
5087
|
-
]
|
|
5086
|
+
],
|
|
5087
|
+
"appName": "Code Reviewer"
|
|
5088
5088
|
}
|
|
5089
5089
|
]
|
|
5090
5090
|
]
|
|
@@ -5108,17 +5108,40 @@
|
|
|
5108
5108
|
"render-ui",
|
|
5109
5109
|
"main",
|
|
5110
5110
|
{
|
|
5111
|
+
"navItems": [
|
|
5112
|
+
{
|
|
5113
|
+
"icon": "file-search",
|
|
5114
|
+
"href": "/review",
|
|
5115
|
+
"label": "Review"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"label": "Analysis",
|
|
5119
|
+
"href": "/analysis",
|
|
5120
|
+
"icon": "tag"
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"icon": "alert-triangle",
|
|
5124
|
+
"href": "/issues",
|
|
5125
|
+
"label": "Issues"
|
|
5126
|
+
}
|
|
5127
|
+
],
|
|
5128
|
+
"appName": "Code Reviewer",
|
|
5111
5129
|
"children": [
|
|
5112
5130
|
{
|
|
5131
|
+
"direction": "vertical",
|
|
5132
|
+
"type": "stack",
|
|
5133
|
+
"gap": "lg",
|
|
5113
5134
|
"children": [
|
|
5114
5135
|
{
|
|
5115
|
-
"type": "stack",
|
|
5116
5136
|
"gap": "md",
|
|
5117
|
-
"
|
|
5137
|
+
"align": "center",
|
|
5138
|
+
"justify": "between",
|
|
5139
|
+
"type": "stack",
|
|
5118
5140
|
"children": [
|
|
5119
5141
|
{
|
|
5120
|
-
"align": "center",
|
|
5121
5142
|
"direction": "horizontal",
|
|
5143
|
+
"gap": "md",
|
|
5144
|
+
"type": "stack",
|
|
5122
5145
|
"children": [
|
|
5123
5146
|
{
|
|
5124
5147
|
"type": "icon",
|
|
@@ -5130,61 +5153,38 @@
|
|
|
5130
5153
|
"content": "ReviewCompletion Status"
|
|
5131
5154
|
}
|
|
5132
5155
|
],
|
|
5133
|
-
"
|
|
5134
|
-
"gap": "md"
|
|
5156
|
+
"align": "center"
|
|
5135
5157
|
},
|
|
5136
5158
|
{
|
|
5159
|
+
"action": "HIDE",
|
|
5160
|
+
"label": "Dismiss",
|
|
5137
5161
|
"type": "button",
|
|
5138
5162
|
"variant": "ghost",
|
|
5139
|
-
"icon": "x"
|
|
5140
|
-
"action": "HIDE",
|
|
5141
|
-
"label": "Dismiss"
|
|
5163
|
+
"icon": "x"
|
|
5142
5164
|
}
|
|
5143
5165
|
],
|
|
5144
|
-
"
|
|
5145
|
-
"align": "center"
|
|
5166
|
+
"direction": "horizontal"
|
|
5146
5167
|
},
|
|
5147
5168
|
{
|
|
5148
5169
|
"type": "divider"
|
|
5149
5170
|
},
|
|
5150
5171
|
{
|
|
5151
|
-
"type": "alert",
|
|
5152
5172
|
"variant": "@entity.notificationType",
|
|
5153
|
-
"message": "@entity.message"
|
|
5173
|
+
"message": "@entity.message",
|
|
5174
|
+
"type": "alert"
|
|
5154
5175
|
},
|
|
5155
5176
|
{
|
|
5156
5177
|
"type": "toast-slot"
|
|
5157
5178
|
},
|
|
5158
5179
|
{
|
|
5159
|
-
"message": "@entity.message",
|
|
5160
5180
|
"variant": "warning",
|
|
5161
|
-
"type": "alert"
|
|
5181
|
+
"type": "alert",
|
|
5182
|
+
"message": "@entity.message"
|
|
5162
5183
|
}
|
|
5163
|
-
]
|
|
5164
|
-
"type": "stack",
|
|
5165
|
-
"gap": "lg",
|
|
5166
|
-
"direction": "vertical"
|
|
5167
|
-
}
|
|
5168
|
-
],
|
|
5169
|
-
"type": "dashboard-layout",
|
|
5170
|
-
"navItems": [
|
|
5171
|
-
{
|
|
5172
|
-
"label": "Review",
|
|
5173
|
-
"icon": "file-search",
|
|
5174
|
-
"href": "/review"
|
|
5175
|
-
},
|
|
5176
|
-
{
|
|
5177
|
-
"icon": "tag",
|
|
5178
|
-
"label": "Analysis",
|
|
5179
|
-
"href": "/analysis"
|
|
5180
|
-
},
|
|
5181
|
-
{
|
|
5182
|
-
"icon": "alert-triangle",
|
|
5183
|
-
"label": "Issues",
|
|
5184
|
-
"href": "/issues"
|
|
5184
|
+
]
|
|
5185
5185
|
}
|
|
5186
5186
|
],
|
|
5187
|
-
"
|
|
5187
|
+
"type": "dashboard-layout"
|
|
5188
5188
|
}
|
|
5189
5189
|
]
|
|
5190
5190
|
]
|
|
@@ -5345,8 +5345,8 @@
|
|
|
5345
5345
|
"ReviewCompletion",
|
|
5346
5346
|
{
|
|
5347
5347
|
"emit": {
|
|
5348
|
-
"
|
|
5349
|
-
"
|
|
5348
|
+
"success": "ReviewCompletionLoaded",
|
|
5349
|
+
"failure": "ReviewCompletionLoadFailed"
|
|
5350
5350
|
}
|
|
5351
5351
|
}
|
|
5352
5352
|
],
|
|
@@ -5354,26 +5354,26 @@
|
|
|
5354
5354
|
"render-ui",
|
|
5355
5355
|
"main",
|
|
5356
5356
|
{
|
|
5357
|
+
"type": "dashboard-layout",
|
|
5357
5358
|
"children": [
|
|
5358
5359
|
{
|
|
5359
|
-
"
|
|
5360
|
+
"description": "Completion is ready",
|
|
5360
5361
|
"title": "Completion",
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
5362
|
+
"type": "empty-state",
|
|
5363
|
+
"icon": "sparkles"
|
|
5363
5364
|
}
|
|
5364
5365
|
],
|
|
5365
5366
|
"appName": "Code Reviewer",
|
|
5366
|
-
"type": "dashboard-layout",
|
|
5367
5367
|
"navItems": [
|
|
5368
5368
|
{
|
|
5369
|
-
"label": "Review",
|
|
5370
5369
|
"href": "/review",
|
|
5371
|
-
"icon": "file-search"
|
|
5370
|
+
"icon": "file-search",
|
|
5371
|
+
"label": "Review"
|
|
5372
5372
|
},
|
|
5373
5373
|
{
|
|
5374
5374
|
"href": "/analysis",
|
|
5375
|
-
"
|
|
5376
|
-
"
|
|
5375
|
+
"icon": "tag",
|
|
5376
|
+
"label": "Analysis"
|
|
5377
5377
|
},
|
|
5378
5378
|
{
|
|
5379
5379
|
"icon": "alert-triangle",
|