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