@tylertech/forge-ai 0.8.0 → 0.8.1

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.
Files changed (31) hide show
  1. package/custom-elements.json +1175 -1108
  2. package/dist/ai-assistant-response/ai-assistant-response.d.ts +2 -2
  3. package/dist/ai-assistant-response/ai-assistant-response.mjs +6 -5
  4. package/dist/ai-assistant-response/ai-assistant-response.scss.mjs +1 -1
  5. package/dist/ai-chatbot/ai-chatbot.mjs +16 -2
  6. package/dist/ai-message-thread/ai-message-thread.d.ts +4 -4
  7. package/dist/ai-message-thread/ai-message-thread.mjs +4 -4
  8. package/dist/ai-message-thread/index.d.ts +1 -1
  9. package/dist/ai-response-message-toolbar/ai-response-message-toolbar.d.ts +41 -0
  10. package/dist/ai-response-message-toolbar/ai-response-message-toolbar.mjs +230 -0
  11. package/dist/{ai-actions-toolbar/ai-actions-toolbar.scss.mjs → ai-response-message-toolbar/ai-response-message-toolbar.scss.mjs} +1 -1
  12. package/dist/ai-response-message-toolbar/index.d.ts +1 -0
  13. package/dist/ai-response-message-toolbar/index.mjs +5 -0
  14. package/dist/ai-user-message/ai-user-message.mjs +13 -83
  15. package/dist/ai-user-message/ai-user-message.scss.mjs +1 -1
  16. package/dist/ai-user-message-toolbar/ai-user-message-toolbar.d.ts +28 -0
  17. package/dist/ai-user-message-toolbar/ai-user-message-toolbar.mjs +160 -0
  18. package/dist/ai-user-message-toolbar/ai-user-message-toolbar.scss.mjs +4 -0
  19. package/dist/ai-user-message-toolbar/index.d.ts +1 -0
  20. package/dist/ai-user-message-toolbar/index.mjs +5 -0
  21. package/dist/index.d.ts +2 -1
  22. package/dist/index.mjs +6 -3
  23. package/package.json +1 -1
  24. package/dist/ai-actions-toolbar/ai-actions-toolbar.d.ts +0 -51
  25. package/dist/ai-actions-toolbar/ai-actions-toolbar.mjs +0 -211
  26. package/dist/ai-actions-toolbar/index.d.ts +0 -1
  27. package/dist/ai-actions-toolbar/index.mjs +0 -5
  28. package/dist/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.d.ts +0 -10
  29. package/dist/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.mjs +0 -20
  30. package/dist/tools/ai-confirm-tool-call/index.d.ts +0 -1
  31. package/dist/tools/ai-confirm-tool-call/index.mjs +0 -5
@@ -76,110 +76,6 @@
76
76
  }
77
77
  ]
78
78
  },
79
- {
80
- "kind": "javascript-module",
81
- "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
82
- "declarations": [
83
- {
84
- "kind": "variable",
85
- "name": "AiActionsToolbarComponentTagName",
86
- "type": {
87
- "text": "keyof HTMLElementTagNameMap"
88
- },
89
- "default": "'forge-ai-actions-toolbar'"
90
- },
91
- {
92
- "kind": "class",
93
- "description": "",
94
- "name": "AiActionsToolbarComponent",
95
- "members": [
96
- {
97
- "kind": "field",
98
- "name": "enableReactions",
99
- "type": {
100
- "text": "boolean"
101
- },
102
- "privacy": "public",
103
- "default": "false",
104
- "attribute": "enable-reactions"
105
- },
106
- {
107
- "kind": "field",
108
- "name": "feedbackType",
109
- "type": {
110
- "text": "FeedbackType | undefined"
111
- },
112
- "privacy": "public",
113
- "attribute": "feedback-type"
114
- }
115
- ],
116
- "events": [
117
- {
118
- "type": {
119
- "text": "CustomEvent<ForgeAiActionsToolbarActionEventData>"
120
- },
121
- "description": "Fired when an action button is clicked. The detail contains the action type.",
122
- "name": "forge-ai-actions-toolbar-action"
123
- },
124
- {
125
- "type": {
126
- "text": "CustomEvent<ForgeAiActionsToolbarFeedbackEventData>"
127
- },
128
- "description": "Fired when feedback is submitted. The detail contains the action and optional feedback text.",
129
- "name": "forge-ai-actions-toolbar-feedback"
130
- }
131
- ],
132
- "attributes": [
133
- {
134
- "name": "enable-reactions",
135
- "type": {
136
- "text": "boolean"
137
- },
138
- "default": "false",
139
- "fieldName": "enableReactions"
140
- },
141
- {
142
- "name": "feedback-type",
143
- "type": {
144
- "text": "FeedbackType | undefined"
145
- },
146
- "fieldName": "feedbackType"
147
- }
148
- ],
149
- "superclass": {
150
- "name": "LitElement",
151
- "package": "lit"
152
- },
153
- "tagName": "forge-ai-actions-toolbar",
154
- "customElement": true
155
- }
156
- ],
157
- "exports": [
158
- {
159
- "kind": "js",
160
- "name": "AiActionsToolbarComponentTagName",
161
- "declaration": {
162
- "name": "AiActionsToolbarComponentTagName",
163
- "module": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts"
164
- }
165
- },
166
- {
167
- "kind": "js",
168
- "name": "AiActionsToolbarComponent",
169
- "declaration": {
170
- "name": "AiActionsToolbarComponent",
171
- "module": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts"
172
- }
173
- },
174
- {
175
- "kind": "custom-element-definition",
176
- "declaration": {
177
- "name": "AiActionsToolbarComponent",
178
- "module": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts"
179
- }
180
- }
181
- ]
182
- },
183
79
  {
184
80
  "kind": "javascript-module",
185
81
  "path": "src/lib/ai-agent-info/ai-agent-info.ts",
@@ -308,8 +204,8 @@
308
204
  "type": {
309
205
  "text": "CustomEvent<{ responseId: string }>"
310
206
  },
311
- "description": "Fired when refresh action is clicked",
312
- "name": "forge-ai-assistant-response-refresh"
207
+ "description": "Fired when resend action is clicked",
208
+ "name": "forge-ai-assistant-response-resend"
313
209
  },
314
210
  {
315
211
  "type": {
@@ -450,87 +346,6 @@
450
346
  }
451
347
  ]
452
348
  },
453
- {
454
- "kind": "javascript-module",
455
- "path": "src/lib/ai-button/ai-button.ts",
456
- "declarations": [
457
- {
458
- "kind": "variable",
459
- "name": "AiButtonComponentTagName",
460
- "type": {
461
- "text": "keyof HTMLElementTagNameMap"
462
- },
463
- "default": "'forge-ai-button'"
464
- },
465
- {
466
- "kind": "class",
467
- "description": "",
468
- "name": "AiButtonComponent",
469
- "slots": [
470
- {
471
- "description": "Default slot for button content",
472
- "name": ""
473
- }
474
- ],
475
- "members": [
476
- {
477
- "kind": "field",
478
- "name": "disabled",
479
- "type": {
480
- "text": "boolean"
481
- },
482
- "privacy": "public",
483
- "default": "false",
484
- "description": "Whether the button is disabled",
485
- "attribute": "disabled",
486
- "reflects": true
487
- }
488
- ],
489
- "attributes": [
490
- {
491
- "name": "disabled",
492
- "type": {
493
- "text": "boolean"
494
- },
495
- "default": "false",
496
- "description": "Whether the button is disabled",
497
- "fieldName": "disabled"
498
- }
499
- ],
500
- "superclass": {
501
- "name": "LitElement",
502
- "package": "lit"
503
- },
504
- "tagName": "forge-ai-button",
505
- "customElement": true
506
- }
507
- ],
508
- "exports": [
509
- {
510
- "kind": "js",
511
- "name": "AiButtonComponentTagName",
512
- "declaration": {
513
- "name": "AiButtonComponentTagName",
514
- "module": "src/lib/ai-button/ai-button.ts"
515
- }
516
- },
517
- {
518
- "kind": "js",
519
- "name": "AiButtonComponent",
520
- "declaration": {
521
- "name": "AiButtonComponent",
522
- "module": "src/lib/ai-button/ai-button.ts"
523
- }
524
- },
525
- {
526
- "kind": "custom-element-definition",
527
- "declaration": {
528
- "name": "AiButtonComponent",
529
- "module": "src/lib/ai-button/ai-button.ts"
530
- }
531
- }
532
- ]
533
- },
534
349
  {
535
350
  "kind": "javascript-module",
536
351
  "path": "src/lib/ai-attachment/ai-attachment.ts",
@@ -703,49 +518,102 @@
703
518
  },
704
519
  {
705
520
  "kind": "javascript-module",
706
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
521
+ "path": "src/lib/ai-button/ai-button.ts",
707
522
  "declarations": [
708
523
  {
709
524
  "kind": "variable",
710
- "name": "AiChatHeaderComponentTagName",
525
+ "name": "AiButtonComponentTagName",
711
526
  "type": {
712
527
  "text": "keyof HTMLElementTagNameMap"
713
528
  },
714
- "default": "'forge-ai-chat-header'"
529
+ "default": "'forge-ai-button'"
715
530
  },
716
531
  {
717
532
  "kind": "class",
718
533
  "description": "",
719
- "name": "AiChatHeaderComponent",
534
+ "name": "AiButtonComponent",
720
535
  "slots": [
721
536
  {
722
- "description": "Slot for custom icon (default: forge-ai-icon)",
723
- "name": "icon"
537
+ "description": "Default slot for button content",
538
+ "name": ""
724
539
  }
725
540
  ],
726
541
  "members": [
727
542
  {
728
543
  "kind": "field",
729
- "name": "showExpandButton",
544
+ "name": "disabled",
730
545
  "type": {
731
546
  "text": "boolean"
732
547
  },
733
548
  "privacy": "public",
734
549
  "default": "false",
735
- "description": "Controls whether the expand button is visible",
736
- "attribute": "show-expand-button"
737
- },
550
+ "description": "Whether the button is disabled",
551
+ "attribute": "disabled",
552
+ "reflects": true
553
+ }
554
+ ],
555
+ "attributes": [
738
556
  {
739
- "kind": "field",
740
- "name": "showMinimizeButton",
557
+ "name": "disabled",
741
558
  "type": {
742
559
  "text": "boolean"
743
560
  },
744
- "privacy": "public",
745
561
  "default": "false",
746
- "description": "Controls whether the minimize button is visible",
747
- "attribute": "show-minimize-button"
748
- },
562
+ "description": "Whether the button is disabled",
563
+ "fieldName": "disabled"
564
+ }
565
+ ],
566
+ "superclass": {
567
+ "name": "LitElement",
568
+ "package": "lit"
569
+ },
570
+ "tagName": "forge-ai-button",
571
+ "customElement": true
572
+ }
573
+ ],
574
+ "exports": [
575
+ {
576
+ "kind": "js",
577
+ "name": "AiButtonComponentTagName",
578
+ "declaration": {
579
+ "name": "AiButtonComponentTagName",
580
+ "module": "src/lib/ai-button/ai-button.ts"
581
+ }
582
+ },
583
+ {
584
+ "kind": "js",
585
+ "name": "AiButtonComponent",
586
+ "declaration": {
587
+ "name": "AiButtonComponent",
588
+ "module": "src/lib/ai-button/ai-button.ts"
589
+ }
590
+ },
591
+ {
592
+ "kind": "custom-element-definition",
593
+ "declaration": {
594
+ "name": "AiButtonComponent",
595
+ "module": "src/lib/ai-button/ai-button.ts"
596
+ }
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "kind": "javascript-module",
602
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
603
+ "declarations": [
604
+ {
605
+ "kind": "variable",
606
+ "name": "AiChainOfThoughtComponentTagName",
607
+ "type": {
608
+ "text": "keyof HTMLElementTagNameMap"
609
+ },
610
+ "default": "'forge-ai-chain-of-thought'"
611
+ },
612
+ {
613
+ "kind": "class",
614
+ "description": "",
615
+ "name": "AiChainOfThoughtComponent",
616
+ "members": [
749
617
  {
750
618
  "kind": "field",
751
619
  "name": "expanded",
@@ -754,9 +622,112 @@
754
622
  },
755
623
  "privacy": "public",
756
624
  "default": "false",
757
- "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
758
- "attribute": "expanded"
759
- },
625
+ "description": "Whether the chain of thought is expanded",
626
+ "attribute": "expanded",
627
+ "reflects": true
628
+ }
629
+ ],
630
+ "attributes": [
631
+ {
632
+ "name": "expanded",
633
+ "type": {
634
+ "text": "boolean"
635
+ },
636
+ "default": "false",
637
+ "description": "Whether the chain of thought is expanded",
638
+ "fieldName": "expanded"
639
+ }
640
+ ],
641
+ "superclass": {
642
+ "name": "LitElement",
643
+ "package": "lit"
644
+ },
645
+ "tagName": "forge-ai-chain-of-thought",
646
+ "customElement": true
647
+ }
648
+ ],
649
+ "exports": [
650
+ {
651
+ "kind": "js",
652
+ "name": "AiChainOfThoughtComponentTagName",
653
+ "declaration": {
654
+ "name": "AiChainOfThoughtComponentTagName",
655
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
656
+ }
657
+ },
658
+ {
659
+ "kind": "js",
660
+ "name": "AiChainOfThoughtComponent",
661
+ "declaration": {
662
+ "name": "AiChainOfThoughtComponent",
663
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
664
+ }
665
+ },
666
+ {
667
+ "kind": "custom-element-definition",
668
+ "declaration": {
669
+ "name": "AiChainOfThoughtComponent",
670
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
671
+ }
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "kind": "javascript-module",
677
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
678
+ "declarations": [
679
+ {
680
+ "kind": "variable",
681
+ "name": "AiChatHeaderComponentTagName",
682
+ "type": {
683
+ "text": "keyof HTMLElementTagNameMap"
684
+ },
685
+ "default": "'forge-ai-chat-header'"
686
+ },
687
+ {
688
+ "kind": "class",
689
+ "description": "",
690
+ "name": "AiChatHeaderComponent",
691
+ "slots": [
692
+ {
693
+ "description": "Slot for custom icon (default: forge-ai-icon)",
694
+ "name": "icon"
695
+ }
696
+ ],
697
+ "members": [
698
+ {
699
+ "kind": "field",
700
+ "name": "showExpandButton",
701
+ "type": {
702
+ "text": "boolean"
703
+ },
704
+ "privacy": "public",
705
+ "default": "false",
706
+ "description": "Controls whether the expand button is visible",
707
+ "attribute": "show-expand-button"
708
+ },
709
+ {
710
+ "kind": "field",
711
+ "name": "showMinimizeButton",
712
+ "type": {
713
+ "text": "boolean"
714
+ },
715
+ "privacy": "public",
716
+ "default": "false",
717
+ "description": "Controls whether the minimize button is visible",
718
+ "attribute": "show-minimize-button"
719
+ },
720
+ {
721
+ "kind": "field",
722
+ "name": "expanded",
723
+ "type": {
724
+ "text": "boolean"
725
+ },
726
+ "privacy": "public",
727
+ "default": "false",
728
+ "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
729
+ "attribute": "expanded"
730
+ },
760
731
  {
761
732
  "kind": "field",
762
733
  "name": "minimizeIcon",
@@ -986,81 +957,6 @@
986
957
  }
987
958
  ]
988
959
  },
989
- {
990
- "kind": "javascript-module",
991
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
992
- "declarations": [
993
- {
994
- "kind": "variable",
995
- "name": "AiChainOfThoughtComponentTagName",
996
- "type": {
997
- "text": "keyof HTMLElementTagNameMap"
998
- },
999
- "default": "'forge-ai-chain-of-thought'"
1000
- },
1001
- {
1002
- "kind": "class",
1003
- "description": "",
1004
- "name": "AiChainOfThoughtComponent",
1005
- "members": [
1006
- {
1007
- "kind": "field",
1008
- "name": "expanded",
1009
- "type": {
1010
- "text": "boolean"
1011
- },
1012
- "privacy": "public",
1013
- "default": "false",
1014
- "description": "Whether the chain of thought is expanded",
1015
- "attribute": "expanded",
1016
- "reflects": true
1017
- }
1018
- ],
1019
- "attributes": [
1020
- {
1021
- "name": "expanded",
1022
- "type": {
1023
- "text": "boolean"
1024
- },
1025
- "default": "false",
1026
- "description": "Whether the chain of thought is expanded",
1027
- "fieldName": "expanded"
1028
- }
1029
- ],
1030
- "superclass": {
1031
- "name": "LitElement",
1032
- "package": "lit"
1033
- },
1034
- "tagName": "forge-ai-chain-of-thought",
1035
- "customElement": true
1036
- }
1037
- ],
1038
- "exports": [
1039
- {
1040
- "kind": "js",
1041
- "name": "AiChainOfThoughtComponentTagName",
1042
- "declaration": {
1043
- "name": "AiChainOfThoughtComponentTagName",
1044
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "AiChainOfThoughtComponent",
1050
- "declaration": {
1051
- "name": "AiChainOfThoughtComponent",
1052
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "custom-element-definition",
1057
- "declaration": {
1058
- "name": "AiChainOfThoughtComponent",
1059
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1060
- }
1061
- }
1062
- ]
1063
- },
1064
960
  {
1065
961
  "kind": "javascript-module",
1066
962
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
@@ -1097,10 +993,6 @@
1097
993
  {
1098
994
  "description": "Slot for AI prompt component",
1099
995
  "name": "prompt"
1100
- },
1101
- {
1102
- "description": "Slot for confirmation prompt overlay",
1103
- "name": "confirmation"
1104
996
  }
1105
997
  ],
1106
998
  "members": [
@@ -1151,71 +1043,214 @@
1151
1043
  },
1152
1044
  {
1153
1045
  "kind": "javascript-module",
1154
- "path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
1046
+ "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
1155
1047
  "declarations": [
1048
+ {
1049
+ "kind": "variable",
1050
+ "name": "AiConfirmationPromptComponentTagName",
1051
+ "type": {
1052
+ "text": "keyof HTMLElementTagNameMap"
1053
+ },
1054
+ "default": "'forge-ai-confirmation-prompt'"
1055
+ },
1156
1056
  {
1157
1057
  "kind": "class",
1158
1058
  "description": "",
1159
- "name": "AgUiAdapter",
1059
+ "name": "AiConfirmationPromptComponent",
1160
1060
  "members": [
1161
1061
  {
1162
1062
  "kind": "field",
1163
- "name": "threadId",
1063
+ "name": "text",
1164
1064
  "type": {
1165
1065
  "text": "string"
1166
1066
  },
1167
1067
  "privacy": "public",
1168
- "inheritedFrom": {
1169
- "name": "AgentAdapter",
1170
- "module": "src/lib/ai-chatbot/agent-adapter.ts"
1171
- }
1068
+ "default": "''",
1069
+ "attribute": "text"
1172
1070
  },
1173
1071
  {
1174
- "kind": "method",
1175
- "name": "setContext",
1176
- "privacy": "public",
1177
- "return": {
1178
- "type": {
1179
- "text": "void"
1180
- }
1072
+ "kind": "field",
1073
+ "name": "confirmText",
1074
+ "type": {
1075
+ "text": "string"
1181
1076
  },
1182
- "parameters": [
1183
- {
1184
- "name": "context",
1185
- "type": {
1186
- "text": "Record<string, unknown>"
1187
- }
1188
- }
1189
- ]
1190
- },
1191
- {
1192
- "kind": "method",
1193
- "name": "getContext",
1194
1077
  "privacy": "public",
1195
- "return": {
1196
- "type": {
1197
- "text": "Record<string, unknown>"
1198
- }
1199
- }
1078
+ "default": "'Confirm'",
1079
+ "attribute": "confirm-text"
1200
1080
  },
1201
1081
  {
1202
- "kind": "method",
1203
- "name": "create",
1204
- "privacy": "public",
1205
- "static": true,
1206
- "return": {
1207
- "type": {
1208
- "text": "Promise<AgUiAdapter>"
1209
- }
1082
+ "kind": "field",
1083
+ "name": "denyText",
1084
+ "type": {
1085
+ "text": "string"
1210
1086
  },
1211
- "parameters": [
1212
- {
1213
- "name": "config",
1214
- "type": {
1215
- "text": "AgUiAdapterConfig & { threadId?: string }"
1216
- }
1217
- }
1218
- ]
1087
+ "privacy": "public",
1088
+ "default": "'Deny'",
1089
+ "attribute": "deny-text"
1090
+ },
1091
+ {
1092
+ "kind": "field",
1093
+ "name": "disabled",
1094
+ "type": {
1095
+ "text": "boolean"
1096
+ },
1097
+ "privacy": "public",
1098
+ "default": "false",
1099
+ "attribute": "disabled"
1100
+ }
1101
+ ],
1102
+ "events": [
1103
+ {
1104
+ "type": {
1105
+ "text": "CustomEvent<void>"
1106
+ },
1107
+ "description": "Fired when user confirms the prompt",
1108
+ "name": "forge-ai-confirmation-prompt-confirm"
1109
+ },
1110
+ {
1111
+ "type": {
1112
+ "text": "CustomEvent<void>"
1113
+ },
1114
+ "description": "Fired when user denies the prompt",
1115
+ "name": "forge-ai-confirmation-prompt-deny"
1116
+ }
1117
+ ],
1118
+ "attributes": [
1119
+ {
1120
+ "name": "text",
1121
+ "type": {
1122
+ "text": "string"
1123
+ },
1124
+ "default": "''",
1125
+ "fieldName": "text"
1126
+ },
1127
+ {
1128
+ "name": "confirm-text",
1129
+ "type": {
1130
+ "text": "string"
1131
+ },
1132
+ "default": "'Confirm'",
1133
+ "fieldName": "confirmText"
1134
+ },
1135
+ {
1136
+ "name": "deny-text",
1137
+ "type": {
1138
+ "text": "string"
1139
+ },
1140
+ "default": "'Deny'",
1141
+ "fieldName": "denyText"
1142
+ },
1143
+ {
1144
+ "name": "disabled",
1145
+ "type": {
1146
+ "text": "boolean"
1147
+ },
1148
+ "default": "false",
1149
+ "fieldName": "disabled"
1150
+ }
1151
+ ],
1152
+ "superclass": {
1153
+ "name": "LitElement",
1154
+ "package": "lit"
1155
+ },
1156
+ "tagName": "forge-ai-confirmation-prompt",
1157
+ "customElement": true,
1158
+ "summary": "Displays a confirmation UI for requiring human approval."
1159
+ }
1160
+ ],
1161
+ "exports": [
1162
+ {
1163
+ "kind": "js",
1164
+ "name": "AiConfirmationPromptComponentTagName",
1165
+ "declaration": {
1166
+ "name": "AiConfirmationPromptComponentTagName",
1167
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1168
+ }
1169
+ },
1170
+ {
1171
+ "kind": "js",
1172
+ "name": "AiConfirmationPromptComponent",
1173
+ "declaration": {
1174
+ "name": "AiConfirmationPromptComponent",
1175
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1176
+ }
1177
+ },
1178
+ {
1179
+ "kind": "custom-element-definition",
1180
+ "declaration": {
1181
+ "name": "AiConfirmationPromptComponent",
1182
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1183
+ }
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "kind": "javascript-module",
1189
+ "path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
1190
+ "declarations": [
1191
+ {
1192
+ "kind": "class",
1193
+ "description": "",
1194
+ "name": "AgUiAdapter",
1195
+ "members": [
1196
+ {
1197
+ "kind": "field",
1198
+ "name": "threadId",
1199
+ "type": {
1200
+ "text": "string"
1201
+ },
1202
+ "privacy": "public",
1203
+ "inheritedFrom": {
1204
+ "name": "AgentAdapter",
1205
+ "module": "src/lib/ai-chatbot/agent-adapter.ts"
1206
+ }
1207
+ },
1208
+ {
1209
+ "kind": "method",
1210
+ "name": "setContext",
1211
+ "privacy": "public",
1212
+ "return": {
1213
+ "type": {
1214
+ "text": "void"
1215
+ }
1216
+ },
1217
+ "parameters": [
1218
+ {
1219
+ "name": "context",
1220
+ "type": {
1221
+ "text": "Record<string, unknown>"
1222
+ }
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "kind": "method",
1228
+ "name": "getContext",
1229
+ "privacy": "public",
1230
+ "return": {
1231
+ "type": {
1232
+ "text": "Record<string, unknown>"
1233
+ }
1234
+ }
1235
+ },
1236
+ {
1237
+ "kind": "method",
1238
+ "name": "create",
1239
+ "privacy": "public",
1240
+ "static": true,
1241
+ "return": {
1242
+ "type": {
1243
+ "text": "Promise<AgUiAdapter>"
1244
+ }
1245
+ },
1246
+ "parameters": [
1247
+ {
1248
+ "name": "config",
1249
+ "type": {
1250
+ "text": "AgUiAdapterConfig & { threadId?: string }"
1251
+ }
1252
+ }
1253
+ ]
1219
1254
  },
1220
1255
  {
1221
1256
  "kind": "method",
@@ -3340,11 +3375,6 @@
3340
3375
  "customElement": true,
3341
3376
  "summary": "A complete, self-contained AI chatbot component that implements the AG-UI protocol using an adapter pattern."
3342
3377
  },
3343
- {
3344
- "kind": "variable",
3345
- "name": "args",
3346
- "default": "event.args as unknown"
3347
- },
3348
3378
  {
3349
3379
  "kind": "variable",
3350
3380
  "name": "event"
@@ -4545,257 +4575,114 @@
4545
4575
  },
4546
4576
  {
4547
4577
  "kind": "javascript-module",
4548
- "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
4578
+ "path": "src/lib/ai-dialog/ai-dialog.ts",
4549
4579
  "declarations": [
4550
4580
  {
4551
4581
  "kind": "variable",
4552
- "name": "AiConfirmationPromptComponentTagName",
4582
+ "name": "AiDialogComponentTagName",
4553
4583
  "type": {
4554
4584
  "text": "keyof HTMLElementTagNameMap"
4555
4585
  },
4556
- "default": "'forge-ai-confirmation-prompt'"
4586
+ "default": "'forge-ai-dialog'"
4557
4587
  },
4558
4588
  {
4559
4589
  "kind": "class",
4560
4590
  "description": "",
4561
- "name": "AiConfirmationPromptComponent",
4591
+ "name": "AiDialogComponent",
4592
+ "slots": [
4593
+ {
4594
+ "description": "Default slot for dialog content (typically ai-chat-interface)",
4595
+ "name": ""
4596
+ }
4597
+ ],
4562
4598
  "members": [
4563
4599
  {
4564
4600
  "kind": "field",
4565
- "name": "text",
4601
+ "name": "open",
4566
4602
  "type": {
4567
- "text": "string"
4603
+ "text": "boolean"
4568
4604
  },
4569
4605
  "privacy": "public",
4570
- "default": "''",
4571
- "attribute": "text"
4606
+ "default": "false",
4607
+ "description": "Indicates whether the dialog is open.",
4608
+ "attribute": "open"
4572
4609
  },
4573
4610
  {
4574
4611
  "kind": "field",
4575
- "name": "confirmText",
4612
+ "name": "expanded",
4576
4613
  "type": {
4577
- "text": "string"
4614
+ "text": "boolean"
4578
4615
  },
4579
4616
  "privacy": "public",
4580
- "default": "'Confirm'",
4581
- "attribute": "confirm-text"
4617
+ "default": "false",
4618
+ "description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
4619
+ "attribute": "expanded"
4582
4620
  },
4583
4621
  {
4584
4622
  "kind": "field",
4585
- "name": "denyText",
4623
+ "name": "isFullscreen",
4586
4624
  "type": {
4587
- "text": "string"
4625
+ "text": "boolean"
4588
4626
  },
4589
4627
  "privacy": "public",
4590
- "default": "'Deny'",
4591
- "attribute": "deny-text"
4628
+ "description": "Gets the current fullscreen state (readonly)",
4629
+ "readonly": true
4592
4630
  },
4593
4631
  {
4594
- "kind": "field",
4595
- "name": "disabled",
4596
- "type": {
4597
- "text": "boolean"
4632
+ "kind": "method",
4633
+ "name": "show",
4634
+ "privacy": "public",
4635
+ "return": {
4636
+ "type": {
4637
+ "text": "void"
4638
+ }
4598
4639
  },
4640
+ "description": "Opens the dialog."
4641
+ },
4642
+ {
4643
+ "kind": "method",
4644
+ "name": "close",
4599
4645
  "privacy": "public",
4600
- "default": "false",
4601
- "attribute": "disabled"
4646
+ "return": {
4647
+ "type": {
4648
+ "text": "void"
4649
+ }
4650
+ },
4651
+ "description": "Closes the dialog."
4652
+ },
4653
+ {
4654
+ "kind": "method",
4655
+ "name": "toggle",
4656
+ "privacy": "public",
4657
+ "return": {
4658
+ "type": {
4659
+ "text": "void"
4660
+ }
4661
+ },
4662
+ "description": "Toggles the dialog open state."
4602
4663
  }
4603
4664
  ],
4604
4665
  "events": [
4605
4666
  {
4606
4667
  "type": {
4607
- "text": "CustomEvent<void>"
4668
+ "text": "CustomEvent<{ isFullscreen: boolean }>"
4608
4669
  },
4609
- "description": "Fired when user confirms the prompt",
4610
- "name": "forge-ai-confirmation-prompt-confirm"
4670
+ "description": "Fired when the fullscreen state changes due to viewport size",
4671
+ "name": "forge-ai-dialog-fullscreen-change"
4611
4672
  },
4612
4673
  {
4613
4674
  "type": {
4614
4675
  "text": "CustomEvent<void>"
4615
4676
  },
4616
- "description": "Fired when user denies the prompt",
4617
- "name": "forge-ai-confirmation-prompt-deny"
4677
+ "description": "Fired when the dialog is closed",
4678
+ "name": "forge-ai-dialog-close"
4618
4679
  }
4619
4680
  ],
4620
4681
  "attributes": [
4621
4682
  {
4622
- "name": "text",
4683
+ "name": "open",
4623
4684
  "type": {
4624
- "text": "string"
4625
- },
4626
- "default": "''",
4627
- "fieldName": "text"
4628
- },
4629
- {
4630
- "name": "confirm-text",
4631
- "type": {
4632
- "text": "string"
4633
- },
4634
- "default": "'Confirm'",
4635
- "fieldName": "confirmText"
4636
- },
4637
- {
4638
- "name": "deny-text",
4639
- "type": {
4640
- "text": "string"
4641
- },
4642
- "default": "'Deny'",
4643
- "fieldName": "denyText"
4644
- },
4645
- {
4646
- "name": "disabled",
4647
- "type": {
4648
- "text": "boolean"
4649
- },
4650
- "default": "false",
4651
- "fieldName": "disabled"
4652
- }
4653
- ],
4654
- "superclass": {
4655
- "name": "LitElement",
4656
- "package": "lit"
4657
- },
4658
- "tagName": "forge-ai-confirmation-prompt",
4659
- "customElement": true,
4660
- "summary": "Displays a confirmation UI for requiring human approval."
4661
- }
4662
- ],
4663
- "exports": [
4664
- {
4665
- "kind": "js",
4666
- "name": "AiConfirmationPromptComponentTagName",
4667
- "declaration": {
4668
- "name": "AiConfirmationPromptComponentTagName",
4669
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4670
- }
4671
- },
4672
- {
4673
- "kind": "js",
4674
- "name": "AiConfirmationPromptComponent",
4675
- "declaration": {
4676
- "name": "AiConfirmationPromptComponent",
4677
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4678
- }
4679
- },
4680
- {
4681
- "kind": "custom-element-definition",
4682
- "declaration": {
4683
- "name": "AiConfirmationPromptComponent",
4684
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4685
- }
4686
- }
4687
- ]
4688
- },
4689
- {
4690
- "kind": "javascript-module",
4691
- "path": "src/lib/ai-dialog/ai-dialog.ts",
4692
- "declarations": [
4693
- {
4694
- "kind": "variable",
4695
- "name": "AiDialogComponentTagName",
4696
- "type": {
4697
- "text": "keyof HTMLElementTagNameMap"
4698
- },
4699
- "default": "'forge-ai-dialog'"
4700
- },
4701
- {
4702
- "kind": "class",
4703
- "description": "",
4704
- "name": "AiDialogComponent",
4705
- "slots": [
4706
- {
4707
- "description": "Default slot for dialog content (typically ai-chat-interface)",
4708
- "name": ""
4709
- }
4710
- ],
4711
- "members": [
4712
- {
4713
- "kind": "field",
4714
- "name": "open",
4715
- "type": {
4716
- "text": "boolean"
4717
- },
4718
- "privacy": "public",
4719
- "default": "false",
4720
- "description": "Indicates whether the dialog is open.",
4721
- "attribute": "open"
4722
- },
4723
- {
4724
- "kind": "field",
4725
- "name": "expanded",
4726
- "type": {
4727
- "text": "boolean"
4728
- },
4729
- "privacy": "public",
4730
- "default": "false",
4731
- "description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
4732
- "attribute": "expanded"
4733
- },
4734
- {
4735
- "kind": "field",
4736
- "name": "isFullscreen",
4737
- "type": {
4738
- "text": "boolean"
4739
- },
4740
- "privacy": "public",
4741
- "description": "Gets the current fullscreen state (readonly)",
4742
- "readonly": true
4743
- },
4744
- {
4745
- "kind": "method",
4746
- "name": "show",
4747
- "privacy": "public",
4748
- "return": {
4749
- "type": {
4750
- "text": "void"
4751
- }
4752
- },
4753
- "description": "Opens the dialog."
4754
- },
4755
- {
4756
- "kind": "method",
4757
- "name": "close",
4758
- "privacy": "public",
4759
- "return": {
4760
- "type": {
4761
- "text": "void"
4762
- }
4763
- },
4764
- "description": "Closes the dialog."
4765
- },
4766
- {
4767
- "kind": "method",
4768
- "name": "toggle",
4769
- "privacy": "public",
4770
- "return": {
4771
- "type": {
4772
- "text": "void"
4773
- }
4774
- },
4775
- "description": "Toggles the dialog open state."
4776
- }
4777
- ],
4778
- "events": [
4779
- {
4780
- "type": {
4781
- "text": "CustomEvent<{ isFullscreen: boolean }>"
4782
- },
4783
- "description": "Fired when the fullscreen state changes due to viewport size",
4784
- "name": "forge-ai-dialog-fullscreen-change"
4785
- },
4786
- {
4787
- "type": {
4788
- "text": "CustomEvent<void>"
4789
- },
4790
- "description": "Fired when the dialog is closed",
4791
- "name": "forge-ai-dialog-close"
4792
- }
4793
- ],
4794
- "attributes": [
4795
- {
4796
- "name": "open",
4797
- "type": {
4798
- "text": "boolean"
4685
+ "text": "boolean"
4799
4686
  },
4800
4687
  "default": "false",
4801
4688
  "description": "Indicates whether the dialog is open.",
@@ -6840,10 +6727,10 @@
6840
6727
  },
6841
6728
  {
6842
6729
  "type": {
6843
- "text": "CustomEvent<ForgeAiMessageThreadRefreshEventData>"
6730
+ "text": "CustomEvent<ForgeAiMessageThreadResendEventData>"
6844
6731
  },
6845
- "description": "Fired when user clicks refresh on a message",
6846
- "name": "forge-ai-message-thread-refresh"
6732
+ "description": "Fired when user clicks resend on a message",
6733
+ "name": "forge-ai-message-thread-resend"
6847
6734
  },
6848
6735
  {
6849
6736
  "type": {
@@ -7686,113 +7573,233 @@
7686
7573
  },
7687
7574
  {
7688
7575
  "kind": "javascript-module",
7689
- "path": "src/lib/ai-sidebar/ai-sidebar.ts",
7576
+ "path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
7690
7577
  "declarations": [
7691
7578
  {
7692
7579
  "kind": "variable",
7693
- "name": "AiSidebarComponentTagName",
7580
+ "name": "AiResponseMessageToolbarComponentTagName",
7694
7581
  "type": {
7695
7582
  "text": "keyof HTMLElementTagNameMap"
7696
7583
  },
7697
- "default": "'forge-ai-sidebar'"
7584
+ "default": "'forge-ai-response-message-toolbar'"
7698
7585
  },
7699
7586
  {
7700
7587
  "kind": "class",
7701
7588
  "description": "",
7702
- "name": "AiSidebarComponent",
7703
- "slots": [
7704
- {
7705
- "description": "Default slot for sidebar content (typically ai-chat-interface)",
7706
- "name": ""
7707
- }
7708
- ],
7589
+ "name": "AiResponseMessageToolbarComponent",
7709
7590
  "members": [
7710
7591
  {
7711
7592
  "kind": "field",
7712
- "name": "open",
7593
+ "name": "enableReactions",
7713
7594
  "type": {
7714
7595
  "text": "boolean"
7715
7596
  },
7716
7597
  "privacy": "public",
7717
7598
  "default": "false",
7718
- "description": "Indicates whether the sidebar is open.",
7719
- "attribute": "open"
7599
+ "attribute": "enable-reactions"
7720
7600
  },
7721
7601
  {
7722
- "kind": "method",
7723
- "name": "show",
7724
- "privacy": "public",
7725
- "return": {
7726
- "type": {
7727
- "text": "void"
7728
- }
7602
+ "kind": "field",
7603
+ "name": "feedbackType",
7604
+ "type": {
7605
+ "text": "FeedbackType | undefined"
7729
7606
  },
7730
- "description": "Opens the sidebar."
7731
- },
7732
- {
7733
- "kind": "method",
7734
- "name": "close",
7735
7607
  "privacy": "public",
7736
- "return": {
7737
- "type": {
7738
- "text": "void"
7739
- }
7740
- },
7741
- "description": "Closes the sidebar."
7608
+ "attribute": "feedback-type"
7742
7609
  },
7743
7610
  {
7744
- "kind": "method",
7745
- "name": "toggle",
7746
- "privacy": "public",
7747
- "return": {
7748
- "type": {
7749
- "text": "void"
7750
- }
7611
+ "kind": "field",
7612
+ "name": "feedbackReason",
7613
+ "type": {
7614
+ "text": "string | undefined"
7751
7615
  },
7752
- "description": "Toggles the sidebar open state."
7616
+ "privacy": "public",
7617
+ "attribute": "feedback-reason"
7753
7618
  }
7754
7619
  ],
7755
7620
  "events": [
7756
7621
  {
7757
- "description": "Fired when the sidebar is opened",
7758
- "name": "forge-ai-sidebar-open"
7622
+ "type": {
7623
+ "text": "CustomEvent<ForgeAiResponseMessageToolbarActionEventData>"
7624
+ },
7625
+ "description": "Fired when an action button is clicked. The detail contains the action type.",
7626
+ "name": "forge-ai-response-message-toolbar-action"
7759
7627
  },
7760
7628
  {
7761
- "description": "Fired when the sidebar is closed",
7762
- "name": "forge-ai-sidebar-close"
7629
+ "type": {
7630
+ "text": "CustomEvent<ForgeAiResponseMessageToolbarFeedbackEventData>"
7631
+ },
7632
+ "description": "Fired when feedback is submitted. The detail contains the action and optional feedback text.",
7633
+ "name": "forge-ai-response-message-toolbar-feedback"
7763
7634
  }
7764
7635
  ],
7765
7636
  "attributes": [
7766
7637
  {
7767
- "name": "open",
7638
+ "name": "enable-reactions",
7768
7639
  "type": {
7769
7640
  "text": "boolean"
7770
7641
  },
7771
7642
  "default": "false",
7772
- "description": "Indicates whether the sidebar is open.",
7773
- "fieldName": "open"
7643
+ "fieldName": "enableReactions"
7644
+ },
7645
+ {
7646
+ "name": "feedback-type",
7647
+ "type": {
7648
+ "text": "FeedbackType | undefined"
7649
+ },
7650
+ "fieldName": "feedbackType"
7651
+ },
7652
+ {
7653
+ "name": "feedback-reason",
7654
+ "type": {
7655
+ "text": "string | undefined"
7656
+ },
7657
+ "fieldName": "feedbackReason"
7774
7658
  }
7775
7659
  ],
7776
7660
  "superclass": {
7777
7661
  "name": "LitElement",
7778
7662
  "package": "lit"
7779
7663
  },
7780
- "tagName": "forge-ai-sidebar",
7664
+ "tagName": "forge-ai-response-message-toolbar",
7781
7665
  "customElement": true
7782
7666
  }
7783
7667
  ],
7784
7668
  "exports": [
7785
7669
  {
7786
7670
  "kind": "js",
7787
- "name": "AiSidebarComponentTagName",
7671
+ "name": "AiResponseMessageToolbarComponentTagName",
7788
7672
  "declaration": {
7789
- "name": "AiSidebarComponentTagName",
7790
- "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7673
+ "name": "AiResponseMessageToolbarComponentTagName",
7674
+ "module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
7791
7675
  }
7792
7676
  },
7793
7677
  {
7794
7678
  "kind": "js",
7795
- "name": "AiSidebarComponent",
7679
+ "name": "AiResponseMessageToolbarComponent",
7680
+ "declaration": {
7681
+ "name": "AiResponseMessageToolbarComponent",
7682
+ "module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
7683
+ }
7684
+ },
7685
+ {
7686
+ "kind": "custom-element-definition",
7687
+ "declaration": {
7688
+ "name": "AiResponseMessageToolbarComponent",
7689
+ "module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
7690
+ }
7691
+ }
7692
+ ]
7693
+ },
7694
+ {
7695
+ "kind": "javascript-module",
7696
+ "path": "src/lib/ai-sidebar/ai-sidebar.ts",
7697
+ "declarations": [
7698
+ {
7699
+ "kind": "variable",
7700
+ "name": "AiSidebarComponentTagName",
7701
+ "type": {
7702
+ "text": "keyof HTMLElementTagNameMap"
7703
+ },
7704
+ "default": "'forge-ai-sidebar'"
7705
+ },
7706
+ {
7707
+ "kind": "class",
7708
+ "description": "",
7709
+ "name": "AiSidebarComponent",
7710
+ "slots": [
7711
+ {
7712
+ "description": "Default slot for sidebar content (typically ai-chat-interface)",
7713
+ "name": ""
7714
+ }
7715
+ ],
7716
+ "members": [
7717
+ {
7718
+ "kind": "field",
7719
+ "name": "open",
7720
+ "type": {
7721
+ "text": "boolean"
7722
+ },
7723
+ "privacy": "public",
7724
+ "default": "false",
7725
+ "description": "Indicates whether the sidebar is open.",
7726
+ "attribute": "open"
7727
+ },
7728
+ {
7729
+ "kind": "method",
7730
+ "name": "show",
7731
+ "privacy": "public",
7732
+ "return": {
7733
+ "type": {
7734
+ "text": "void"
7735
+ }
7736
+ },
7737
+ "description": "Opens the sidebar."
7738
+ },
7739
+ {
7740
+ "kind": "method",
7741
+ "name": "close",
7742
+ "privacy": "public",
7743
+ "return": {
7744
+ "type": {
7745
+ "text": "void"
7746
+ }
7747
+ },
7748
+ "description": "Closes the sidebar."
7749
+ },
7750
+ {
7751
+ "kind": "method",
7752
+ "name": "toggle",
7753
+ "privacy": "public",
7754
+ "return": {
7755
+ "type": {
7756
+ "text": "void"
7757
+ }
7758
+ },
7759
+ "description": "Toggles the sidebar open state."
7760
+ }
7761
+ ],
7762
+ "events": [
7763
+ {
7764
+ "description": "Fired when the sidebar is opened",
7765
+ "name": "forge-ai-sidebar-open"
7766
+ },
7767
+ {
7768
+ "description": "Fired when the sidebar is closed",
7769
+ "name": "forge-ai-sidebar-close"
7770
+ }
7771
+ ],
7772
+ "attributes": [
7773
+ {
7774
+ "name": "open",
7775
+ "type": {
7776
+ "text": "boolean"
7777
+ },
7778
+ "default": "false",
7779
+ "description": "Indicates whether the sidebar is open.",
7780
+ "fieldName": "open"
7781
+ }
7782
+ ],
7783
+ "superclass": {
7784
+ "name": "LitElement",
7785
+ "package": "lit"
7786
+ },
7787
+ "tagName": "forge-ai-sidebar",
7788
+ "customElement": true
7789
+ }
7790
+ ],
7791
+ "exports": [
7792
+ {
7793
+ "kind": "js",
7794
+ "name": "AiSidebarComponentTagName",
7795
+ "declaration": {
7796
+ "name": "AiSidebarComponentTagName",
7797
+ "module": "src/lib/ai-sidebar/ai-sidebar.ts"
7798
+ }
7799
+ },
7800
+ {
7801
+ "kind": "js",
7802
+ "name": "AiSidebarComponent",
7796
7803
  "declaration": {
7797
7804
  "name": "AiSidebarComponent",
7798
7805
  "module": "src/lib/ai-sidebar/ai-sidebar.ts"
@@ -7971,89 +7978,6 @@
7971
7978
  }
7972
7979
  ]
7973
7980
  },
7974
- {
7975
- "kind": "javascript-module",
7976
- "path": "src/lib/ai-spinner/ai-spinner.ts",
7977
- "declarations": [
7978
- {
7979
- "kind": "variable",
7980
- "name": "AiSpinnerComponentTagName",
7981
- "type": {
7982
- "text": "keyof HTMLElementTagNameMap"
7983
- },
7984
- "default": "'forge-ai-spinner'"
7985
- },
7986
- {
7987
- "kind": "class",
7988
- "description": "",
7989
- "name": "AiSpinnerComponent",
7990
- "cssProperties": [
7991
- {
7992
- "description": "Color of the spinner indicator",
7993
- "name": "--forge-ai-spinner-color"
7994
- },
7995
- {
7996
- "description": "Color of the spinner track",
7997
- "name": "--forge-ai-spinner-track-color"
7998
- }
7999
- ],
8000
- "members": [
8001
- {
8002
- "kind": "field",
8003
- "name": "size",
8004
- "type": {
8005
- "text": "SpinnerSize"
8006
- },
8007
- "privacy": "public",
8008
- "default": "'medium'",
8009
- "attribute": "size"
8010
- }
8011
- ],
8012
- "attributes": [
8013
- {
8014
- "name": "size",
8015
- "type": {
8016
- "text": "SpinnerSize"
8017
- },
8018
- "default": "'medium'",
8019
- "fieldName": "size"
8020
- }
8021
- ],
8022
- "superclass": {
8023
- "name": "LitElement",
8024
- "package": "lit"
8025
- },
8026
- "tagName": "forge-ai-spinner",
8027
- "customElement": true,
8028
- "summary": "Indeterminate circular progress indicator."
8029
- }
8030
- ],
8031
- "exports": [
8032
- {
8033
- "kind": "js",
8034
- "name": "AiSpinnerComponentTagName",
8035
- "declaration": {
8036
- "name": "AiSpinnerComponentTagName",
8037
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8038
- }
8039
- },
8040
- {
8041
- "kind": "js",
8042
- "name": "AiSpinnerComponent",
8043
- "declaration": {
8044
- "name": "AiSpinnerComponent",
8045
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8046
- }
8047
- },
8048
- {
8049
- "kind": "custom-element-definition",
8050
- "declaration": {
8051
- "name": "AiSpinnerComponent",
8052
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8053
- }
8054
- }
8055
- ]
8056
- },
8057
7981
  {
8058
7982
  "kind": "javascript-module",
8059
7983
  "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
@@ -8217,65 +8141,257 @@
8217
8141
  },
8218
8142
  {
8219
8143
  "kind": "javascript-module",
8220
- "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
8144
+ "path": "src/lib/ai-spinner/ai-spinner.ts",
8221
8145
  "declarations": [
8222
8146
  {
8223
8147
  "kind": "variable",
8224
- "name": "AiThinkingIndicatorComponentTagName",
8148
+ "name": "AiSpinnerComponentTagName",
8225
8149
  "type": {
8226
8150
  "text": "keyof HTMLElementTagNameMap"
8227
8151
  },
8228
- "default": "'forge-ai-thinking-indicator'"
8152
+ "default": "'forge-ai-spinner'"
8229
8153
  },
8230
8154
  {
8231
8155
  "kind": "class",
8232
8156
  "description": "",
8233
- "name": "AiThinkingIndicatorComponent",
8234
- "members": [
8157
+ "name": "AiSpinnerComponent",
8158
+ "cssProperties": [
8235
8159
  {
8236
- "kind": "field",
8237
- "name": "showText",
8238
- "type": {
8239
- "text": "boolean"
8240
- },
8241
- "privacy": "public",
8242
- "default": "false",
8243
- "attribute": "show-text"
8160
+ "description": "Color of the spinner indicator",
8161
+ "name": "--forge-ai-spinner-color"
8244
8162
  },
8245
8163
  {
8246
- "kind": "field",
8247
- "name": "initialDelay",
8248
- "type": {
8249
- "text": "number"
8250
- },
8251
- "privacy": "public",
8252
- "default": "0",
8253
- "attribute": "initial-delay"
8254
- },
8164
+ "description": "Color of the spinner track",
8165
+ "name": "--forge-ai-spinner-track-color"
8166
+ }
8167
+ ],
8168
+ "members": [
8255
8169
  {
8256
8170
  "kind": "field",
8257
- "name": "cycleInterval",
8171
+ "name": "size",
8258
8172
  "type": {
8259
- "text": "number"
8173
+ "text": "SpinnerSize"
8260
8174
  },
8261
8175
  "privacy": "public",
8262
- "default": "5000",
8263
- "attribute": "cycle-interval"
8176
+ "default": "'medium'",
8177
+ "attribute": "size"
8264
8178
  }
8265
8179
  ],
8266
8180
  "attributes": [
8267
8181
  {
8268
- "name": "show-text",
8269
- "type": {
8270
- "text": "boolean"
8271
- },
8272
- "default": "false",
8273
- "fieldName": "showText"
8274
- },
8275
- {
8276
- "name": "initial-delay",
8182
+ "name": "size",
8277
8183
  "type": {
8278
- "text": "number"
8184
+ "text": "SpinnerSize"
8185
+ },
8186
+ "default": "'medium'",
8187
+ "fieldName": "size"
8188
+ }
8189
+ ],
8190
+ "superclass": {
8191
+ "name": "LitElement",
8192
+ "package": "lit"
8193
+ },
8194
+ "tagName": "forge-ai-spinner",
8195
+ "customElement": true,
8196
+ "summary": "Indeterminate circular progress indicator."
8197
+ }
8198
+ ],
8199
+ "exports": [
8200
+ {
8201
+ "kind": "js",
8202
+ "name": "AiSpinnerComponentTagName",
8203
+ "declaration": {
8204
+ "name": "AiSpinnerComponentTagName",
8205
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8206
+ }
8207
+ },
8208
+ {
8209
+ "kind": "js",
8210
+ "name": "AiSpinnerComponent",
8211
+ "declaration": {
8212
+ "name": "AiSpinnerComponent",
8213
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8214
+ }
8215
+ },
8216
+ {
8217
+ "kind": "custom-element-definition",
8218
+ "declaration": {
8219
+ "name": "AiSpinnerComponent",
8220
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8221
+ }
8222
+ }
8223
+ ]
8224
+ },
8225
+ {
8226
+ "kind": "javascript-module",
8227
+ "path": "src/lib/ai-suggestions/ai-suggestions.ts",
8228
+ "declarations": [
8229
+ {
8230
+ "kind": "variable",
8231
+ "name": "AiSuggestionsComponentTagName",
8232
+ "type": {
8233
+ "text": "keyof HTMLElementTagNameMap"
8234
+ },
8235
+ "default": "'forge-ai-suggestions'"
8236
+ },
8237
+ {
8238
+ "kind": "class",
8239
+ "description": "",
8240
+ "name": "AiSuggestionsComponent",
8241
+ "cssProperties": [
8242
+ {
8243
+ "description": "The maximum width of the suggestion buttons in inline layout.",
8244
+ "name": "--forge-ai-suggestion-max-width"
8245
+ }
8246
+ ],
8247
+ "members": [
8248
+ {
8249
+ "kind": "field",
8250
+ "name": "suggestions",
8251
+ "type": {
8252
+ "text": "Suggestion[]"
8253
+ },
8254
+ "privacy": "public",
8255
+ "default": "[]",
8256
+ "description": "Array of suggestion objects to display"
8257
+ },
8258
+ {
8259
+ "kind": "field",
8260
+ "name": "variant",
8261
+ "type": {
8262
+ "text": "AiSuggestionsVariant"
8263
+ },
8264
+ "privacy": "public",
8265
+ "default": "'inline'",
8266
+ "description": "Display variant for suggestions layout",
8267
+ "attribute": "variant"
8268
+ }
8269
+ ],
8270
+ "events": [
8271
+ {
8272
+ "type": {
8273
+ "text": "CustomEvent<ForgeAiSuggestionsEventData>"
8274
+ },
8275
+ "description": "Fired when a suggestion is selected.",
8276
+ "name": "forge-ai-suggestions-select"
8277
+ }
8278
+ ],
8279
+ "attributes": [
8280
+ {
8281
+ "name": "variant",
8282
+ "type": {
8283
+ "text": "AiSuggestionsVariant"
8284
+ },
8285
+ "default": "'inline'",
8286
+ "description": "Display variant for suggestions layout",
8287
+ "fieldName": "variant"
8288
+ }
8289
+ ],
8290
+ "superclass": {
8291
+ "name": "LitElement",
8292
+ "package": "lit"
8293
+ },
8294
+ "tagName": "forge-ai-suggestions",
8295
+ "customElement": true,
8296
+ "states": [
8297
+ {
8298
+ "name": "inline",
8299
+ "description": "The suggestions are displayed inline."
8300
+ },
8301
+ {
8302
+ "name": "block",
8303
+ "description": "The suggestions are displayed as blocks."
8304
+ }
8305
+ ]
8306
+ }
8307
+ ],
8308
+ "exports": [
8309
+ {
8310
+ "kind": "js",
8311
+ "name": "AiSuggestionsComponentTagName",
8312
+ "declaration": {
8313
+ "name": "AiSuggestionsComponentTagName",
8314
+ "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8315
+ }
8316
+ },
8317
+ {
8318
+ "kind": "js",
8319
+ "name": "AiSuggestionsComponent",
8320
+ "declaration": {
8321
+ "name": "AiSuggestionsComponent",
8322
+ "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8323
+ }
8324
+ },
8325
+ {
8326
+ "kind": "custom-element-definition",
8327
+ "declaration": {
8328
+ "name": "AiSuggestionsComponent",
8329
+ "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8330
+ }
8331
+ }
8332
+ ]
8333
+ },
8334
+ {
8335
+ "kind": "javascript-module",
8336
+ "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
8337
+ "declarations": [
8338
+ {
8339
+ "kind": "variable",
8340
+ "name": "AiThinkingIndicatorComponentTagName",
8341
+ "type": {
8342
+ "text": "keyof HTMLElementTagNameMap"
8343
+ },
8344
+ "default": "'forge-ai-thinking-indicator'"
8345
+ },
8346
+ {
8347
+ "kind": "class",
8348
+ "description": "",
8349
+ "name": "AiThinkingIndicatorComponent",
8350
+ "members": [
8351
+ {
8352
+ "kind": "field",
8353
+ "name": "showText",
8354
+ "type": {
8355
+ "text": "boolean"
8356
+ },
8357
+ "privacy": "public",
8358
+ "default": "false",
8359
+ "attribute": "show-text"
8360
+ },
8361
+ {
8362
+ "kind": "field",
8363
+ "name": "initialDelay",
8364
+ "type": {
8365
+ "text": "number"
8366
+ },
8367
+ "privacy": "public",
8368
+ "default": "0",
8369
+ "attribute": "initial-delay"
8370
+ },
8371
+ {
8372
+ "kind": "field",
8373
+ "name": "cycleInterval",
8374
+ "type": {
8375
+ "text": "number"
8376
+ },
8377
+ "privacy": "public",
8378
+ "default": "5000",
8379
+ "attribute": "cycle-interval"
8380
+ }
8381
+ ],
8382
+ "attributes": [
8383
+ {
8384
+ "name": "show-text",
8385
+ "type": {
8386
+ "text": "boolean"
8387
+ },
8388
+ "default": "false",
8389
+ "fieldName": "showText"
8390
+ },
8391
+ {
8392
+ "name": "initial-delay",
8393
+ "type": {
8394
+ "text": "number"
8279
8395
  },
8280
8396
  "default": "0",
8281
8397
  "fieldName": "initialDelay"
@@ -8309,17 +8425,144 @@
8309
8425
  },
8310
8426
  {
8311
8427
  "kind": "js",
8312
- "name": "AiThinkingIndicatorComponent",
8428
+ "name": "AiThinkingIndicatorComponent",
8429
+ "declaration": {
8430
+ "name": "AiThinkingIndicatorComponent",
8431
+ "module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
8432
+ }
8433
+ },
8434
+ {
8435
+ "kind": "custom-element-definition",
8436
+ "declaration": {
8437
+ "name": "AiThinkingIndicatorComponent",
8438
+ "module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
8439
+ }
8440
+ }
8441
+ ]
8442
+ },
8443
+ {
8444
+ "kind": "javascript-module",
8445
+ "path": "src/lib/ai-user-message/ai-user-message.ts",
8446
+ "declarations": [
8447
+ {
8448
+ "kind": "variable",
8449
+ "name": "AiUserMessageComponentTagName",
8450
+ "type": {
8451
+ "text": "keyof HTMLElementTagNameMap"
8452
+ },
8453
+ "default": "'forge-ai-user-message'"
8454
+ },
8455
+ {
8456
+ "kind": "class",
8457
+ "description": "",
8458
+ "name": "AiUserMessageComponent",
8459
+ "members": [
8460
+ {
8461
+ "kind": "field",
8462
+ "name": "timestamp",
8463
+ "type": {
8464
+ "text": "number | undefined"
8465
+ },
8466
+ "privacy": "public"
8467
+ },
8468
+ {
8469
+ "kind": "field",
8470
+ "name": "messageId",
8471
+ "type": {
8472
+ "text": "string | undefined"
8473
+ },
8474
+ "privacy": "public",
8475
+ "attribute": "message-id"
8476
+ },
8477
+ {
8478
+ "kind": "field",
8479
+ "name": "streaming",
8480
+ "type": {
8481
+ "text": "boolean"
8482
+ },
8483
+ "privacy": "public",
8484
+ "default": "false",
8485
+ "attribute": "streaming"
8486
+ },
8487
+ {
8488
+ "kind": "field",
8489
+ "name": "content",
8490
+ "type": {
8491
+ "text": "string | undefined"
8492
+ },
8493
+ "privacy": "public"
8494
+ }
8495
+ ],
8496
+ "events": [
8497
+ {
8498
+ "name": "forge-ai-user-message-copy",
8499
+ "type": {
8500
+ "text": "CustomEvent<ForgeAiUserMessageCopyEventData>"
8501
+ },
8502
+ "description": "Fired when user clicks copy button"
8503
+ },
8504
+ {
8505
+ "name": "forge-ai-user-message-resend",
8506
+ "type": {
8507
+ "text": "CustomEvent<ForgeAiUserMessageResendEventData>"
8508
+ },
8509
+ "description": "Fired when user clicks resend button"
8510
+ },
8511
+ {
8512
+ "name": "forge-ai-user-message-edit",
8513
+ "type": {
8514
+ "text": "CustomEvent<ForgeAiUserMessageEditEventData>"
8515
+ },
8516
+ "description": "Fired when user saves edited message"
8517
+ }
8518
+ ],
8519
+ "attributes": [
8520
+ {
8521
+ "name": "message-id",
8522
+ "type": {
8523
+ "text": "string | undefined"
8524
+ },
8525
+ "fieldName": "messageId"
8526
+ },
8527
+ {
8528
+ "name": "streaming",
8529
+ "type": {
8530
+ "text": "boolean"
8531
+ },
8532
+ "default": "false",
8533
+ "fieldName": "streaming"
8534
+ }
8535
+ ],
8536
+ "superclass": {
8537
+ "name": "LitElement",
8538
+ "package": "lit"
8539
+ },
8540
+ "tagName": "forge-ai-user-message",
8541
+ "customElement": true
8542
+ }
8543
+ ],
8544
+ "exports": [
8545
+ {
8546
+ "kind": "js",
8547
+ "name": "AiUserMessageComponentTagName",
8548
+ "declaration": {
8549
+ "name": "AiUserMessageComponentTagName",
8550
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8551
+ }
8552
+ },
8553
+ {
8554
+ "kind": "js",
8555
+ "name": "AiUserMessageComponent",
8313
8556
  "declaration": {
8314
- "name": "AiThinkingIndicatorComponent",
8315
- "module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
8557
+ "name": "AiUserMessageComponent",
8558
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8316
8559
  }
8317
8560
  },
8318
8561
  {
8319
8562
  "kind": "custom-element-definition",
8320
8563
  "declaration": {
8321
- "name": "AiThinkingIndicatorComponent",
8322
- "module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
8564
+ "name": "AiUserMessageComponent",
8565
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8323
8566
  }
8324
8567
  }
8325
8568
  ]
@@ -8429,147 +8672,29 @@
8429
8672
  },
8430
8673
  {
8431
8674
  "kind": "javascript-module",
8432
- "path": "src/lib/ai-suggestions/ai-suggestions.ts",
8433
- "declarations": [
8434
- {
8435
- "kind": "variable",
8436
- "name": "AiSuggestionsComponentTagName",
8437
- "type": {
8438
- "text": "keyof HTMLElementTagNameMap"
8439
- },
8440
- "default": "'forge-ai-suggestions'"
8441
- },
8442
- {
8443
- "kind": "class",
8444
- "description": "",
8445
- "name": "AiSuggestionsComponent",
8446
- "cssProperties": [
8447
- {
8448
- "description": "The maximum width of the suggestion buttons in inline layout.",
8449
- "name": "--forge-ai-suggestion-max-width"
8450
- }
8451
- ],
8452
- "members": [
8453
- {
8454
- "kind": "field",
8455
- "name": "suggestions",
8456
- "type": {
8457
- "text": "Suggestion[]"
8458
- },
8459
- "privacy": "public",
8460
- "default": "[]",
8461
- "description": "Array of suggestion objects to display"
8462
- },
8463
- {
8464
- "kind": "field",
8465
- "name": "variant",
8466
- "type": {
8467
- "text": "AiSuggestionsVariant"
8468
- },
8469
- "privacy": "public",
8470
- "default": "'inline'",
8471
- "description": "Display variant for suggestions layout",
8472
- "attribute": "variant"
8473
- }
8474
- ],
8475
- "events": [
8476
- {
8477
- "type": {
8478
- "text": "CustomEvent<ForgeAiSuggestionsEventData>"
8479
- },
8480
- "description": "Fired when a suggestion is selected.",
8481
- "name": "forge-ai-suggestions-select"
8482
- }
8483
- ],
8484
- "attributes": [
8485
- {
8486
- "name": "variant",
8487
- "type": {
8488
- "text": "AiSuggestionsVariant"
8489
- },
8490
- "default": "'inline'",
8491
- "description": "Display variant for suggestions layout",
8492
- "fieldName": "variant"
8493
- }
8494
- ],
8495
- "superclass": {
8496
- "name": "LitElement",
8497
- "package": "lit"
8498
- },
8499
- "tagName": "forge-ai-suggestions",
8500
- "customElement": true,
8501
- "states": [
8502
- {
8503
- "name": "inline",
8504
- "description": "The suggestions are displayed inline."
8505
- },
8506
- {
8507
- "name": "block",
8508
- "description": "The suggestions are displayed as blocks."
8509
- }
8510
- ]
8511
- }
8512
- ],
8513
- "exports": [
8514
- {
8515
- "kind": "js",
8516
- "name": "AiSuggestionsComponentTagName",
8517
- "declaration": {
8518
- "name": "AiSuggestionsComponentTagName",
8519
- "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8520
- }
8521
- },
8522
- {
8523
- "kind": "js",
8524
- "name": "AiSuggestionsComponent",
8525
- "declaration": {
8526
- "name": "AiSuggestionsComponent",
8527
- "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8528
- }
8529
- },
8530
- {
8531
- "kind": "custom-element-definition",
8532
- "declaration": {
8533
- "name": "AiSuggestionsComponent",
8534
- "module": "src/lib/ai-suggestions/ai-suggestions.ts"
8535
- }
8536
- }
8537
- ]
8538
- },
8539
- {
8540
- "kind": "javascript-module",
8541
- "path": "src/lib/ai-user-message/ai-user-message.ts",
8675
+ "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
8542
8676
  "declarations": [
8543
8677
  {
8544
8678
  "kind": "variable",
8545
- "name": "AiUserMessageComponentTagName",
8679
+ "name": "AiUserMessageToolbarComponentTagName",
8546
8680
  "type": {
8547
8681
  "text": "keyof HTMLElementTagNameMap"
8548
8682
  },
8549
- "default": "'forge-ai-user-message'"
8683
+ "default": "'forge-ai-user-message-toolbar'"
8550
8684
  },
8551
8685
  {
8552
8686
  "kind": "class",
8553
8687
  "description": "",
8554
- "name": "AiUserMessageComponent",
8688
+ "name": "AiUserMessageToolbarComponent",
8555
8689
  "members": [
8556
8690
  {
8557
8691
  "kind": "field",
8558
8692
  "name": "timestamp",
8559
8693
  "type": {
8560
- "text": "number | undefined"
8694
+ "text": "number"
8561
8695
  },
8562
8696
  "privacy": "public"
8563
8697
  },
8564
- {
8565
- "kind": "field",
8566
- "name": "messageId",
8567
- "type": {
8568
- "text": "string | undefined"
8569
- },
8570
- "privacy": "public",
8571
- "attribute": "message-id"
8572
- },
8573
8698
  {
8574
8699
  "kind": "field",
8575
8700
  "name": "streaming",
@@ -8579,47 +8704,32 @@
8579
8704
  "privacy": "public",
8580
8705
  "default": "false",
8581
8706
  "attribute": "streaming"
8582
- },
8583
- {
8584
- "kind": "field",
8585
- "name": "content",
8586
- "type": {
8587
- "text": "string | undefined"
8588
- },
8589
- "privacy": "public"
8590
8707
  }
8591
8708
  ],
8592
8709
  "events": [
8593
8710
  {
8594
- "name": "forge-ai-user-message-copy",
8711
+ "name": "forge-ai-user-message-toolbar-copy",
8595
8712
  "type": {
8596
- "text": "CustomEvent<ForgeAiUserMessageCopyEventData>"
8713
+ "text": "CustomEvent<void>"
8597
8714
  },
8598
- "description": "Fired when user clicks copy button"
8715
+ "description": "Fired when copy button is clicked"
8599
8716
  },
8600
8717
  {
8601
- "name": "forge-ai-user-message-resend",
8718
+ "name": "forge-ai-user-message-toolbar-resend",
8602
8719
  "type": {
8603
- "text": "CustomEvent<ForgeAiUserMessageResendEventData>"
8720
+ "text": "CustomEvent<void>"
8604
8721
  },
8605
- "description": "Fired when user clicks resend button"
8722
+ "description": "Fired when resend button is clicked"
8606
8723
  },
8607
8724
  {
8608
- "name": "forge-ai-user-message-edit",
8725
+ "name": "forge-ai-user-message-toolbar-edit",
8609
8726
  "type": {
8610
- "text": "CustomEvent<ForgeAiUserMessageEditEventData>"
8727
+ "text": "CustomEvent<void>"
8611
8728
  },
8612
- "description": "Fired when user saves edited message"
8729
+ "description": "Fired when edit button is clicked"
8613
8730
  }
8614
8731
  ],
8615
8732
  "attributes": [
8616
- {
8617
- "name": "message-id",
8618
- "type": {
8619
- "text": "string | undefined"
8620
- },
8621
- "fieldName": "messageId"
8622
- },
8623
8733
  {
8624
8734
  "name": "streaming",
8625
8735
  "type": {
@@ -8633,32 +8743,33 @@
8633
8743
  "name": "LitElement",
8634
8744
  "package": "lit"
8635
8745
  },
8636
- "tagName": "forge-ai-user-message",
8637
- "customElement": true
8746
+ "tagName": "forge-ai-user-message-toolbar",
8747
+ "customElement": true,
8748
+ "summary": "Toolbar for user message actions including copy, resend, and edit."
8638
8749
  }
8639
8750
  ],
8640
8751
  "exports": [
8641
8752
  {
8642
8753
  "kind": "js",
8643
- "name": "AiUserMessageComponentTagName",
8754
+ "name": "AiUserMessageToolbarComponentTagName",
8644
8755
  "declaration": {
8645
- "name": "AiUserMessageComponentTagName",
8646
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8756
+ "name": "AiUserMessageToolbarComponentTagName",
8757
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
8647
8758
  }
8648
8759
  },
8649
8760
  {
8650
8761
  "kind": "js",
8651
- "name": "AiUserMessageComponent",
8762
+ "name": "AiUserMessageToolbarComponent",
8652
8763
  "declaration": {
8653
- "name": "AiUserMessageComponent",
8654
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8764
+ "name": "AiUserMessageToolbarComponent",
8765
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
8655
8766
  }
8656
8767
  },
8657
8768
  {
8658
8769
  "kind": "custom-element-definition",
8659
8770
  "declaration": {
8660
- "name": "AiUserMessageComponent",
8661
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8771
+ "name": "AiUserMessageToolbarComponent",
8772
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
8662
8773
  }
8663
8774
  }
8664
8775
  ]
@@ -9404,114 +9515,52 @@
9404
9515
  "text": "HTMLElement | null"
9405
9516
  },
9406
9517
  "default": "null",
9407
- "description": "The arrow element to position relative to the overlay.",
9408
- "fieldName": "arrowElement"
9409
- },
9410
- {
9411
- "name": "offset",
9412
- "type": {
9413
- "text": "OverlayOffset | undefined"
9414
- },
9415
- "default": "undefined",
9416
- "description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
9417
- "fieldName": "offset"
9418
- },
9419
- {
9420
- "name": "dismiss-mode",
9421
- "type": {
9422
- "text": "'auto' | 'manual'"
9423
- },
9424
- "default": "'auto'",
9425
- "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9426
- "fieldName": "dismissMode"
9427
- }
9428
- ],
9429
- "superclass": {
9430
- "name": "LitElement",
9431
- "package": "lit"
9432
- },
9433
- "summary": "A low-level overlay component for internal use within AI components.",
9434
- "tagName": "forge-ai-overlay",
9435
- "customElement": true
9436
- }
9437
- ],
9438
- "exports": [
9439
- {
9440
- "kind": "js",
9441
- "name": "ForgeAiOverlayComponent",
9442
- "declaration": {
9443
- "name": "ForgeAiOverlayComponent",
9444
- "module": "src/lib/core/overlay/overlay.ts"
9445
- }
9446
- },
9447
- {
9448
- "kind": "custom-element-definition",
9449
- "name": "forge-ai-overlay",
9450
- "declaration": {
9451
- "name": "ForgeAiOverlayComponent",
9452
- "module": "src/lib/core/overlay/overlay.ts"
9453
- }
9454
- }
9455
- ]
9456
- },
9457
- {
9458
- "kind": "javascript-module",
9459
- "path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
9460
- "declarations": [
9461
- {
9462
- "kind": "variable",
9463
- "name": "displayDataTableTool",
9464
- "type": {
9465
- "text": "ToolDefinition"
9466
- },
9467
- "default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
9468
- }
9469
- ],
9470
- "exports": [
9471
- {
9472
- "kind": "js",
9473
- "name": "displayDataTableTool",
9474
- "declaration": {
9475
- "name": "displayDataTableTool",
9476
- "module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
9477
- }
9478
- }
9479
- ]
9480
- },
9481
- {
9482
- "kind": "javascript-module",
9483
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
9484
- "declarations": [
9485
- {
9486
- "kind": "class",
9487
- "description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
9488
- "name": "DataTableToolElement",
9489
- "members": [
9518
+ "description": "The arrow element to position relative to the overlay.",
9519
+ "fieldName": "arrowElement"
9520
+ },
9490
9521
  {
9491
- "kind": "field",
9492
- "name": "toolCall",
9522
+ "name": "offset",
9493
9523
  "type": {
9494
- "text": "ToolCall<TableData>"
9524
+ "text": "OverlayOffset | undefined"
9495
9525
  },
9496
- "privacy": "public",
9497
- "description": "Tool call data containing table configuration and data"
9526
+ "default": "undefined",
9527
+ "description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
9528
+ "fieldName": "offset"
9529
+ },
9530
+ {
9531
+ "name": "dismiss-mode",
9532
+ "type": {
9533
+ "text": "'auto' | 'manual'"
9534
+ },
9535
+ "default": "'auto'",
9536
+ "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9537
+ "fieldName": "dismissMode"
9498
9538
  }
9499
9539
  ],
9500
9540
  "superclass": {
9501
9541
  "name": "LitElement",
9502
9542
  "package": "lit"
9503
9543
  },
9504
- "tagName": "forge-ai-tool-data-table",
9544
+ "summary": "A low-level overlay component for internal use within AI components.",
9545
+ "tagName": "forge-ai-overlay",
9505
9546
  "customElement": true
9506
9547
  }
9507
9548
  ],
9508
9549
  "exports": [
9550
+ {
9551
+ "kind": "js",
9552
+ "name": "ForgeAiOverlayComponent",
9553
+ "declaration": {
9554
+ "name": "ForgeAiOverlayComponent",
9555
+ "module": "src/lib/core/overlay/overlay.ts"
9556
+ }
9557
+ },
9509
9558
  {
9510
9559
  "kind": "custom-element-definition",
9511
- "name": "forge-ai-tool-data-table",
9560
+ "name": "forge-ai-overlay",
9512
9561
  "declaration": {
9513
- "name": "DataTableToolElement",
9514
- "module": "src/lib/tools/ai-data-table/ai-data-table.ts"
9562
+ "name": "ForgeAiOverlayComponent",
9563
+ "module": "src/lib/core/overlay/overlay.ts"
9515
9564
  }
9516
9565
  }
9517
9566
  ]
@@ -9953,46 +10002,6 @@
9953
10002
  }
9954
10003
  ]
9955
10004
  },
9956
- {
9957
- "kind": "javascript-module",
9958
- "path": "src/lib/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.ts",
9959
- "declarations": [
9960
- {
9961
- "kind": "variable",
9962
- "name": "CONFIRM_TOOL_CALL_NAME",
9963
- "type": {
9964
- "text": "string"
9965
- },
9966
- "default": "'confirmToolCall'"
9967
- },
9968
- {
9969
- "kind": "variable",
9970
- "name": "confirmActionTool",
9971
- "type": {
9972
- "text": "ToolDefinition<ConfirmActionToolArgs>"
9973
- },
9974
- "default": "{ name: CONFIRM_TOOL_CALL_NAME, displayName: 'Confirm Action', description: 'Request user confirmation before executing a tool. The user will see a prompt with the action description and can confirm or deny. Use this tool before executing ANY other tools.', parameters: { type: 'object' as const, properties: { action: { type: 'string', description: 'A clear, user-friendly description of the action to be confirmed' } }, required: ['action'] } }"
9975
- }
9976
- ],
9977
- "exports": [
9978
- {
9979
- "kind": "js",
9980
- "name": "CONFIRM_TOOL_CALL_NAME",
9981
- "declaration": {
9982
- "name": "CONFIRM_TOOL_CALL_NAME",
9983
- "module": "src/lib/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.ts"
9984
- }
9985
- },
9986
- {
9987
- "kind": "js",
9988
- "name": "confirmActionTool",
9989
- "declaration": {
9990
- "name": "confirmActionTool",
9991
- "module": "src/lib/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.ts"
9992
- }
9993
- }
9994
- ]
9995
- },
9996
10005
  {
9997
10006
  "kind": "javascript-module",
9998
10007
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
@@ -10094,26 +10103,72 @@
10094
10103
  }
10095
10104
  }
10096
10105
  ]
10106
+ },
10107
+ {
10108
+ "kind": "javascript-module",
10109
+ "path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
10110
+ "declarations": [
10111
+ {
10112
+ "kind": "variable",
10113
+ "name": "displayDataTableTool",
10114
+ "type": {
10115
+ "text": "ToolDefinition"
10116
+ },
10117
+ "default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
10118
+ }
10119
+ ],
10120
+ "exports": [
10121
+ {
10122
+ "kind": "js",
10123
+ "name": "displayDataTableTool",
10124
+ "declaration": {
10125
+ "name": "displayDataTableTool",
10126
+ "module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
10127
+ }
10128
+ }
10129
+ ]
10130
+ },
10131
+ {
10132
+ "kind": "javascript-module",
10133
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10134
+ "declarations": [
10135
+ {
10136
+ "kind": "class",
10137
+ "description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
10138
+ "name": "DataTableToolElement",
10139
+ "members": [
10140
+ {
10141
+ "kind": "field",
10142
+ "name": "toolCall",
10143
+ "type": {
10144
+ "text": "ToolCall<TableData>"
10145
+ },
10146
+ "privacy": "public",
10147
+ "description": "Tool call data containing table configuration and data"
10148
+ }
10149
+ ],
10150
+ "superclass": {
10151
+ "name": "LitElement",
10152
+ "package": "lit"
10153
+ },
10154
+ "tagName": "forge-ai-tool-data-table",
10155
+ "customElement": true
10156
+ }
10157
+ ],
10158
+ "exports": [
10159
+ {
10160
+ "kind": "custom-element-definition",
10161
+ "name": "forge-ai-tool-data-table",
10162
+ "declaration": {
10163
+ "name": "DataTableToolElement",
10164
+ "module": "src/lib/tools/ai-data-table/ai-data-table.ts"
10165
+ }
10166
+ }
10167
+ ]
10097
10168
  }
10098
10169
  ],
10099
- "branchName": "confirm-tool-calls",
10170
+ "branchName": "main",
10100
10171
  "forgeTypes": {
10101
- "ForgeAiActionsToolbarActionEventData": {
10102
- "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
10103
- "lineNumber": 23
10104
- },
10105
- "ForgeAiActionsToolbarFeedbackEventData": {
10106
- "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
10107
- "lineNumber": 27
10108
- },
10109
- "AiActionsToolbarAction": {
10110
- "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
10111
- "lineNumber": 32
10112
- },
10113
- "AiActionsToolbarComponent": {
10114
- "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
10115
- "lineNumber": 42
10116
- },
10117
10172
  "AgentInfo": {
10118
10173
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
10119
10174
  "lineNumber": 39
@@ -10134,10 +10189,6 @@
10134
10189
  "path": "src/lib/ai-artifact/ai-artifact.ts",
10135
10190
  "lineNumber": 23
10136
10191
  },
10137
- "AiButtonComponent": {
10138
- "path": "src/lib/ai-button/ai-button.ts",
10139
- "lineNumber": 22
10140
- },
10141
10192
  "ForgeAiAttachmentRemoveEventData": {
10142
10193
  "path": "src/lib/ai-attachment/ai-attachment.ts",
10143
10194
  "lineNumber": 19
@@ -10146,6 +10197,14 @@
10146
10197
  "path": "src/lib/ai-attachment/ai-attachment.ts",
10147
10198
  "lineNumber": 41
10148
10199
  },
10200
+ "AiButtonComponent": {
10201
+ "path": "src/lib/ai-button/ai-button.ts",
10202
+ "lineNumber": 22
10203
+ },
10204
+ "AiChainOfThoughtComponent": {
10205
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
10206
+ "lineNumber": 17
10207
+ },
10149
10208
  "MinimizeIconType": {
10150
10209
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
10151
10210
  "lineNumber": 35
@@ -10158,13 +10217,13 @@
10158
10217
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
10159
10218
  "lineNumber": 68
10160
10219
  },
10161
- "AiChainOfThoughtComponent": {
10162
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
10163
- "lineNumber": 17
10164
- },
10165
10220
  "AiChatInterfaceComponent": {
10166
10221
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
10167
- "lineNumber": 26
10222
+ "lineNumber": 25
10223
+ },
10224
+ "AiConfirmationPromptComponent": {
10225
+ "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
10226
+ "lineNumber": 27
10168
10227
  },
10169
10228
  "AgUiAdapterConfig": {
10170
10229
  "path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
@@ -10180,15 +10239,15 @@
10180
10239
  },
10181
10240
  "MessageStartEvent": {
10182
10241
  "path": "src/lib/ai-chatbot/types.ts",
10183
- "lineNumber": 81
10242
+ "lineNumber": 75
10184
10243
  },
10185
10244
  "MessageDeltaEvent": {
10186
10245
  "path": "src/lib/ai-chatbot/types.ts",
10187
- "lineNumber": 85
10246
+ "lineNumber": 79
10188
10247
  },
10189
10248
  "MessageEndEvent": {
10190
10249
  "path": "src/lib/ai-chatbot/types.ts",
10191
- "lineNumber": 90
10250
+ "lineNumber": 84
10192
10251
  },
10193
10252
  "ToolCallEvent": {
10194
10253
  "path": "src/lib/ai-chatbot/agent-adapter.ts",
@@ -10196,19 +10255,19 @@
10196
10255
  },
10197
10256
  "ToolCallStartEvent": {
10198
10257
  "path": "src/lib/ai-chatbot/types.ts",
10199
- "lineNumber": 94
10258
+ "lineNumber": 88
10200
10259
  },
10201
10260
  "ToolCallArgsEvent": {
10202
10261
  "path": "src/lib/ai-chatbot/types.ts",
10203
- "lineNumber": 100
10262
+ "lineNumber": 94
10204
10263
  },
10205
10264
  "ToolCallEndEvent": {
10206
10265
  "path": "src/lib/ai-chatbot/types.ts",
10207
- "lineNumber": 108
10266
+ "lineNumber": 102
10208
10267
  },
10209
10268
  "ToolResultEvent": {
10210
10269
  "path": "src/lib/ai-chatbot/types.ts",
10211
- "lineNumber": 115
10270
+ "lineNumber": 109
10212
10271
  },
10213
10272
  "AdapterState": {
10214
10273
  "path": "src/lib/ai-chatbot/agent-adapter.ts",
@@ -10220,7 +10279,7 @@
10220
10279
  },
10221
10280
  "FileRemoveEvent": {
10222
10281
  "path": "src/lib/ai-chatbot/types.ts",
10223
- "lineNumber": 210
10282
+ "lineNumber": 204
10224
10283
  },
10225
10284
  "ErrorEvent": {
10226
10285
  "path": "src/lib/ai-chatbot/agent-adapter.ts",
@@ -10288,31 +10347,31 @@
10288
10347
  },
10289
10348
  "ForgeAiChatbotMessageEventData": {
10290
10349
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10291
- "lineNumber": 89
10350
+ "lineNumber": 83
10292
10351
  },
10293
10352
  "ForgeAiChatbotToolCallEventData": {
10294
10353
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10295
- "lineNumber": 93
10354
+ "lineNumber": 87
10296
10355
  },
10297
10356
  "ForgeAiChatbotErrorEventData": {
10298
10357
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10299
- "lineNumber": 99
10358
+ "lineNumber": 93
10300
10359
  },
10301
10360
  "ForgeAiChatbotFileRemoveEventData": {
10302
10361
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10303
- "lineNumber": 103
10362
+ "lineNumber": 97
10304
10363
  },
10305
10364
  "ForgeAiChatbotResponseFeedbackEventData": {
10306
10365
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10307
- "lineNumber": 107
10366
+ "lineNumber": 101
10308
10367
  },
10309
10368
  "FeatureToggle": {
10310
10369
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10311
- "lineNumber": 118
10370
+ "lineNumber": 112
10312
10371
  },
10313
10372
  "AiChatbotComponent": {
10314
10373
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10315
- "lineNumber": 149
10374
+ "lineNumber": 143
10316
10375
  },
10317
10376
  "CreateToolRendererElementConfig": {
10318
10377
  "path": "src/lib/ai-chatbot/create-tool-renderer.ts",
@@ -10408,67 +10467,63 @@
10408
10467
  },
10409
10468
  "StreamEvent": {
10410
10469
  "path": "src/lib/ai-chatbot/types.ts",
10411
- "lineNumber": 121
10470
+ "lineNumber": 115
10412
10471
  },
10413
10472
  "ChatMessage": {
10414
10473
  "path": "src/lib/ai-chatbot/types.ts",
10415
- "lineNumber": 130
10474
+ "lineNumber": 124
10416
10475
  },
10417
10476
  "ToolCall": {
10418
10477
  "path": "src/lib/ai-chatbot/types.ts",
10419
- "lineNumber": 143
10478
+ "lineNumber": 137
10420
10479
  },
10421
10480
  "ResponseItem": {
10422
10481
  "path": "src/lib/ai-chatbot/types.ts",
10423
- "lineNumber": 155
10482
+ "lineNumber": 149
10424
10483
  },
10425
10484
  "FeedbackType": {
10426
10485
  "path": "src/lib/ai-chatbot/types.ts",
10427
- "lineNumber": 159
10486
+ "lineNumber": 153
10428
10487
  },
10429
10488
  "ResponseFeedback": {
10430
10489
  "path": "src/lib/ai-chatbot/types.ts",
10431
- "lineNumber": 161
10490
+ "lineNumber": 155
10432
10491
  },
10433
10492
  "AssistantResponse": {
10434
10493
  "path": "src/lib/ai-chatbot/types.ts",
10435
- "lineNumber": 166
10494
+ "lineNumber": 160
10436
10495
  },
10437
10496
  "FileAttachment": {
10438
10497
  "path": "src/lib/ai-chatbot/types.ts",
10439
- "lineNumber": 175
10498
+ "lineNumber": 169
10440
10499
  },
10441
10500
  "UploadedFileMetadata": {
10442
10501
  "path": "src/lib/ai-chatbot/types.ts",
10443
- "lineNumber": 188
10502
+ "lineNumber": 182
10444
10503
  },
10445
10504
  "FileUploadCallbacks": {
10446
10505
  "path": "src/lib/ai-chatbot/types.ts",
10447
- "lineNumber": 196
10506
+ "lineNumber": 190
10448
10507
  },
10449
10508
  "FileUploadHandler": {
10450
10509
  "path": "src/lib/ai-chatbot/types.ts",
10451
- "lineNumber": 203
10510
+ "lineNumber": 197
10452
10511
  },
10453
10512
  "FileRemoveCallbacks": {
10454
10513
  "path": "src/lib/ai-chatbot/types.ts",
10455
- "lineNumber": 205
10514
+ "lineNumber": 199
10456
10515
  },
10457
10516
  "ForgeAiChatbotFileSelectEventData": {
10458
10517
  "path": "src/lib/ai-chatbot/types.ts",
10459
- "lineNumber": 214
10518
+ "lineNumber": 208
10460
10519
  },
10461
10520
  "MessageItem": {
10462
10521
  "path": "src/lib/ai-chatbot/types.ts",
10463
- "lineNumber": 227
10522
+ "lineNumber": 221
10464
10523
  },
10465
10524
  "ThreadState": {
10466
10525
  "path": "src/lib/ai-chatbot/types.ts",
10467
- "lineNumber": 232
10468
- },
10469
- "AiConfirmationPromptComponent": {
10470
- "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
10471
- "lineNumber": 27
10526
+ "lineNumber": 226
10472
10527
  },
10473
10528
  "AiDialogComponent": {
10474
10529
  "path": "src/lib/ai-dialog/ai-dialog.ts",
@@ -10594,7 +10649,7 @@
10594
10649
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10595
10650
  "lineNumber": 37
10596
10651
  },
10597
- "ForgeAiMessageThreadRefreshEventData": {
10652
+ "ForgeAiMessageThreadResendEventData": {
10598
10653
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10599
10654
  "lineNumber": 41
10600
10655
  },
@@ -10646,6 +10701,22 @@
10646
10701
  "path": "src/lib/ai-response-message/ai-response-message.ts",
10647
10702
  "lineNumber": 19
10648
10703
  },
10704
+ "ForgeAiResponseMessageToolbarActionEventData": {
10705
+ "path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
10706
+ "lineNumber": 23
10707
+ },
10708
+ "ForgeAiResponseMessageToolbarFeedbackEventData": {
10709
+ "path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
10710
+ "lineNumber": 27
10711
+ },
10712
+ "AiResponseMessageToolbarAction": {
10713
+ "path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
10714
+ "lineNumber": 32
10715
+ },
10716
+ "AiResponseMessageToolbarComponent": {
10717
+ "path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
10718
+ "lineNumber": 43
10719
+ },
10649
10720
  "AiSidebarComponent": {
10650
10721
  "path": "src/lib/ai-sidebar/ai-sidebar.ts",
10651
10722
  "lineNumber": 28
@@ -10654,6 +10725,10 @@
10654
10725
  "path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
10655
10726
  "lineNumber": 42
10656
10727
  },
10728
+ "AiSlashCommandMenuComponent": {
10729
+ "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
10730
+ "lineNumber": 32
10731
+ },
10657
10732
  "SpinnerSize": {
10658
10733
  "path": "src/lib/ai-spinner/ai-spinner.ts",
10659
10734
  "lineNumber": 14
@@ -10662,26 +10737,6 @@
10662
10737
  "path": "src/lib/ai-spinner/ai-spinner.ts",
10663
10738
  "lineNumber": 27
10664
10739
  },
10665
- "AiSlashCommandMenuComponent": {
10666
- "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
10667
- "lineNumber": 32
10668
- },
10669
- "AiThinkingIndicatorComponent": {
10670
- "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
10671
- "lineNumber": 38
10672
- },
10673
- "Thread": {
10674
- "path": "src/lib/ai-threads/ai-threads.ts",
10675
- "lineNumber": 19
10676
- },
10677
- "ForgeAiThreadsSelectEventData": {
10678
- "path": "src/lib/ai-threads/ai-threads.ts",
10679
- "lineNumber": 26
10680
- },
10681
- "AiThreadsComponent": {
10682
- "path": "src/lib/ai-threads/ai-threads.ts",
10683
- "lineNumber": 46
10684
- },
10685
10740
  "Suggestion": {
10686
10741
  "path": "src/lib/ai-suggestions/ai-suggestions.ts",
10687
10742
  "lineNumber": 20
@@ -10698,21 +10753,41 @@
10698
10753
  "path": "src/lib/ai-suggestions/ai-suggestions.ts",
10699
10754
  "lineNumber": 44
10700
10755
  },
10756
+ "AiThinkingIndicatorComponent": {
10757
+ "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
10758
+ "lineNumber": 38
10759
+ },
10701
10760
  "ForgeAiUserMessageCopyEventData": {
10702
10761
  "path": "src/lib/ai-user-message/ai-user-message.ts",
10703
- "lineNumber": 21
10762
+ "lineNumber": 20
10704
10763
  },
10705
10764
  "ForgeAiUserMessageResendEventData": {
10706
10765
  "path": "src/lib/ai-user-message/ai-user-message.ts",
10707
- "lineNumber": 25
10766
+ "lineNumber": 24
10708
10767
  },
10709
10768
  "ForgeAiUserMessageEditEventData": {
10710
10769
  "path": "src/lib/ai-user-message/ai-user-message.ts",
10711
- "lineNumber": 29
10770
+ "lineNumber": 28
10712
10771
  },
10713
10772
  "AiUserMessageComponent": {
10714
10773
  "path": "src/lib/ai-user-message/ai-user-message.ts",
10715
- "lineNumber": 43
10774
+ "lineNumber": 42
10775
+ },
10776
+ "Thread": {
10777
+ "path": "src/lib/ai-threads/ai-threads.ts",
10778
+ "lineNumber": 19
10779
+ },
10780
+ "ForgeAiThreadsSelectEventData": {
10781
+ "path": "src/lib/ai-threads/ai-threads.ts",
10782
+ "lineNumber": 26
10783
+ },
10784
+ "AiThreadsComponent": {
10785
+ "path": "src/lib/ai-threads/ai-threads.ts",
10786
+ "lineNumber": 46
10787
+ },
10788
+ "AiUserMessageToolbarComponent": {
10789
+ "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
10790
+ "lineNumber": 31
10716
10791
  },
10717
10792
  "SpeechRecognitionAlternative": {
10718
10793
  "path": "src/lib/ai-voice-input/ai-voice-input.ts",
@@ -10790,14 +10865,6 @@
10790
10865
  "path": "src/lib/core/overlay/overlay.ts",
10791
10866
  "lineNumber": 40
10792
10867
  },
10793
- "TableData": {
10794
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10795
- "lineNumber": 16
10796
- },
10797
- "DataTableToolElement": {
10798
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10799
- "lineNumber": 32
10800
- },
10801
10868
  "PopoverToggleEventData": {
10802
10869
  "path": "src/lib/core/popover/popover.ts",
10803
10870
  "lineNumber": 18
@@ -10830,17 +10897,17 @@
10830
10897
  "path": "src/lib/core/tooltip/tooltip.ts",
10831
10898
  "lineNumber": 44
10832
10899
  },
10833
- "ConfirmActionToolArgs": {
10834
- "path": "src/lib/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.ts",
10835
- "lineNumber": 5
10836
- },
10837
- "ConfirmActionToolResult": {
10838
- "path": "src/lib/tools/ai-confirm-tool-call/ai-confirm-tool-call-definition.ts",
10839
- "lineNumber": 9
10840
- },
10841
10900
  "AiPaginator": {
10842
10901
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
10843
10902
  "lineNumber": 13
10903
+ },
10904
+ "TableData": {
10905
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10906
+ "lineNumber": 16
10907
+ },
10908
+ "DataTableToolElement": {
10909
+ "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10910
+ "lineNumber": 32
10844
10911
  }
10845
10912
  }
10846
10913
  }