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