@agent-native/core 0.110.0 → 0.110.2
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/corpus/core/CHANGELOG.md +12 -0
- package/corpus/core/migration-manifest.json +268 -123
- package/corpus/core/package.json +1 -1
- package/dist/collab/struct-routes.d.ts +1 -1
- package/dist/notifications/routes.d.ts +3 -3
- package/dist/secrets/routes.d.ts +9 -9
- package/dist/server/agent-engine-api-key-route.d.ts +1 -1
- package/dist/server/transcribe-voice.d.ts +1 -1
- package/migration-manifest.json +268 -123
- package/package.json +1 -1
package/migration-manifest.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"sinceVersion": "0.
|
|
2
|
+
"sinceVersion": "0.110.0",
|
|
3
3
|
"moves": {
|
|
4
4
|
"@agent-native/core/client": {
|
|
5
5
|
"to": "@agent-native/core/client/agent-chat",
|
|
6
6
|
"symbols": {
|
|
7
7
|
"AGENT_PROMPT_MAX_INLINE_IMAGE_BYTES": {
|
|
8
|
-
"to": "@agent-native/
|
|
8
|
+
"to": "@agent-native/core/client/composer",
|
|
9
9
|
"status": "planned"
|
|
10
10
|
},
|
|
11
11
|
"AGENT_PROMPT_MAX_INLINE_TEXT_CHARS": {
|
|
12
|
-
"to": "@agent-native/
|
|
12
|
+
"to": "@agent-native/core/client/composer",
|
|
13
13
|
"status": "planned"
|
|
14
14
|
},
|
|
15
15
|
"AgentChatHome": "AgentChatHome",
|
|
16
16
|
"AgentChatMessage": "AgentChatMessage",
|
|
17
17
|
"AgentChatSurface": "AgentChatSurface",
|
|
18
18
|
"AgentComposerFrame": {
|
|
19
|
-
"to": "@agent-native/
|
|
19
|
+
"to": "@agent-native/core/client/composer",
|
|
20
20
|
"status": "planned"
|
|
21
21
|
},
|
|
22
22
|
"AgentComposerFrameProps": {
|
|
23
|
-
"to": "@agent-native/
|
|
23
|
+
"to": "@agent-native/core/client/composer",
|
|
24
24
|
"status": "planned"
|
|
25
25
|
},
|
|
26
26
|
"AgentComposerLayoutVariant": {
|
|
27
|
-
"to": "@agent-native/
|
|
27
|
+
"to": "@agent-native/core/client/composer",
|
|
28
28
|
"status": "planned"
|
|
29
29
|
},
|
|
30
30
|
"AgentNativeI18nCatalog": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"to": "@agent-native/toolkit/collab-ui"
|
|
43
43
|
},
|
|
44
44
|
"AgentPromptAttachment": {
|
|
45
|
-
"to": "@agent-native/
|
|
45
|
+
"to": "@agent-native/core/client/composer",
|
|
46
46
|
"status": "planned"
|
|
47
47
|
},
|
|
48
48
|
"AgentSidebar": "AgentSidebar",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"to": "@agent-native/core/client/navigation"
|
|
118
118
|
},
|
|
119
119
|
"ComposerSubmitIntent": {
|
|
120
|
-
"to": "@agent-native/
|
|
120
|
+
"to": "@agent-native/core/client/composer",
|
|
121
121
|
"status": "planned"
|
|
122
122
|
},
|
|
123
123
|
"CreateCodeBlockNodeOptions": {
|
|
@@ -188,11 +188,11 @@
|
|
|
188
188
|
"to": "@agent-native/core/client/ui"
|
|
189
189
|
},
|
|
190
190
|
"FileReference": {
|
|
191
|
-
"to": "@agent-native/
|
|
191
|
+
"to": "@agent-native/core/client/composer",
|
|
192
192
|
"status": "planned"
|
|
193
193
|
},
|
|
194
194
|
"FileResult": {
|
|
195
|
-
"to": "@agent-native/
|
|
195
|
+
"to": "@agent-native/core/client/composer",
|
|
196
196
|
"status": "planned"
|
|
197
197
|
},
|
|
198
198
|
"GuidedQuestion": "GuidedQuestion",
|
|
@@ -248,15 +248,15 @@
|
|
|
248
248
|
"to": "@agent-native/toolkit/editor"
|
|
249
249
|
},
|
|
250
250
|
"MentionItem": {
|
|
251
|
-
"to": "@agent-native/
|
|
251
|
+
"to": "@agent-native/core/client/composer",
|
|
252
252
|
"status": "planned"
|
|
253
253
|
},
|
|
254
254
|
"MentionPopover": {
|
|
255
|
-
"to": "@agent-native/
|
|
255
|
+
"to": "@agent-native/core/client/composer",
|
|
256
256
|
"status": "planned"
|
|
257
257
|
},
|
|
258
258
|
"MentionReference": {
|
|
259
|
-
"to": "@agent-native/
|
|
259
|
+
"to": "@agent-native/core/client/composer",
|
|
260
260
|
"status": "planned"
|
|
261
261
|
},
|
|
262
262
|
"NewWorkspaceAppFlow": {
|
|
@@ -278,19 +278,19 @@
|
|
|
278
278
|
"to": "@agent-native/toolkit/collab-ui"
|
|
279
279
|
},
|
|
280
280
|
"PromptComposer": {
|
|
281
|
-
"to": "@agent-native/
|
|
281
|
+
"to": "@agent-native/core/client/composer",
|
|
282
282
|
"status": "planned"
|
|
283
283
|
},
|
|
284
284
|
"PromptComposerFile": {
|
|
285
|
-
"to": "@agent-native/
|
|
285
|
+
"to": "@agent-native/core/client/composer",
|
|
286
286
|
"status": "planned"
|
|
287
287
|
},
|
|
288
288
|
"PromptComposerProps": {
|
|
289
|
-
"to": "@agent-native/
|
|
289
|
+
"to": "@agent-native/core/client/composer",
|
|
290
290
|
"status": "planned"
|
|
291
291
|
},
|
|
292
292
|
"PromptComposerSubmitOptions": {
|
|
293
|
-
"to": "@agent-native/
|
|
293
|
+
"to": "@agent-native/core/client/composer",
|
|
294
294
|
"status": "planned"
|
|
295
295
|
},
|
|
296
296
|
"RICH_MARKDOWN_PROGRAMMATIC_TRANSACTION": {
|
|
@@ -300,67 +300,67 @@
|
|
|
300
300
|
"to": "@agent-native/toolkit/editor"
|
|
301
301
|
},
|
|
302
302
|
"ReadAgentPromptAttachmentOptions": {
|
|
303
|
-
"to": "@agent-native/
|
|
303
|
+
"to": "@agent-native/core/client/composer",
|
|
304
304
|
"status": "planned"
|
|
305
305
|
},
|
|
306
306
|
"RealtimeVoiceModeApi": {
|
|
307
|
-
"to": "@agent-native/
|
|
307
|
+
"to": "@agent-native/core/client/composer",
|
|
308
308
|
"status": "planned"
|
|
309
309
|
},
|
|
310
310
|
"RealtimeVoiceModeBoundary": {
|
|
311
|
-
"to": "@agent-native/
|
|
311
|
+
"to": "@agent-native/core/client/composer",
|
|
312
312
|
"status": "planned"
|
|
313
313
|
},
|
|
314
314
|
"RealtimeVoiceModeCopy": {
|
|
315
|
-
"to": "@agent-native/
|
|
315
|
+
"to": "@agent-native/core/client/composer",
|
|
316
316
|
"status": "planned"
|
|
317
317
|
},
|
|
318
318
|
"RealtimeVoiceModeDock": {
|
|
319
|
-
"to": "@agent-native/
|
|
319
|
+
"to": "@agent-native/core/client/composer",
|
|
320
320
|
"status": "planned"
|
|
321
321
|
},
|
|
322
322
|
"RealtimeVoiceModeDockProps": {
|
|
323
|
-
"to": "@agent-native/
|
|
323
|
+
"to": "@agent-native/core/client/composer",
|
|
324
324
|
"status": "planned"
|
|
325
325
|
},
|
|
326
326
|
"RealtimeVoiceModeEntry": {
|
|
327
|
-
"to": "@agent-native/
|
|
327
|
+
"to": "@agent-native/core/client/composer",
|
|
328
328
|
"status": "planned"
|
|
329
329
|
},
|
|
330
330
|
"RealtimeVoiceModeEntryProps": {
|
|
331
|
-
"to": "@agent-native/
|
|
331
|
+
"to": "@agent-native/core/client/composer",
|
|
332
332
|
"status": "planned"
|
|
333
333
|
},
|
|
334
334
|
"RealtimeVoiceModeInlineSettings": {
|
|
335
|
-
"to": "@agent-native/
|
|
335
|
+
"to": "@agent-native/core/client/composer",
|
|
336
336
|
"status": "planned"
|
|
337
337
|
},
|
|
338
338
|
"RealtimeVoiceModeProvider": {
|
|
339
|
-
"to": "@agent-native/
|
|
339
|
+
"to": "@agent-native/core/client/composer",
|
|
340
340
|
"status": "planned"
|
|
341
341
|
},
|
|
342
342
|
"RealtimeVoiceModeProviderProps": {
|
|
343
|
-
"to": "@agent-native/
|
|
343
|
+
"to": "@agent-native/core/client/composer",
|
|
344
344
|
"status": "planned"
|
|
345
345
|
},
|
|
346
346
|
"RealtimeVoiceModeSelectSetting": {
|
|
347
|
-
"to": "@agent-native/
|
|
347
|
+
"to": "@agent-native/core/client/composer",
|
|
348
348
|
"status": "planned"
|
|
349
349
|
},
|
|
350
350
|
"RealtimeVoiceModeSettingOption": {
|
|
351
|
-
"to": "@agent-native/
|
|
351
|
+
"to": "@agent-native/core/client/composer",
|
|
352
352
|
"status": "planned"
|
|
353
353
|
},
|
|
354
354
|
"RealtimeVoiceModeState": {
|
|
355
|
-
"to": "@agent-native/
|
|
355
|
+
"to": "@agent-native/core/client/composer",
|
|
356
356
|
"status": "planned"
|
|
357
357
|
},
|
|
358
358
|
"RealtimeVoiceSessionAnswer": {
|
|
359
|
-
"to": "@agent-native/
|
|
359
|
+
"to": "@agent-native/core/client/composer",
|
|
360
360
|
"status": "planned"
|
|
361
361
|
},
|
|
362
362
|
"RealtimeVoiceToolResult": {
|
|
363
|
-
"to": "@agent-native/
|
|
363
|
+
"to": "@agent-native/core/client/composer",
|
|
364
364
|
"status": "planned"
|
|
365
365
|
},
|
|
366
366
|
"RecentEditHighlights": {
|
|
@@ -370,11 +370,11 @@
|
|
|
370
370
|
"to": "@agent-native/toolkit/collab-ui"
|
|
371
371
|
},
|
|
372
372
|
"Reference": {
|
|
373
|
-
"to": "@agent-native/
|
|
373
|
+
"to": "@agent-native/core/client/composer",
|
|
374
374
|
"status": "planned"
|
|
375
375
|
},
|
|
376
376
|
"RegistryBlockDataProvider": {
|
|
377
|
-
"to": "@agent-native/
|
|
377
|
+
"to": "@agent-native/core/blocks",
|
|
378
378
|
"status": "planned"
|
|
379
379
|
},
|
|
380
380
|
"RegistryBlockDataValue": {
|
|
@@ -464,15 +464,15 @@
|
|
|
464
464
|
"to": "@agent-native/toolkit/editor"
|
|
465
465
|
},
|
|
466
466
|
"SkillReference": {
|
|
467
|
-
"to": "@agent-native/
|
|
467
|
+
"to": "@agent-native/core/client/composer",
|
|
468
468
|
"status": "planned"
|
|
469
469
|
},
|
|
470
470
|
"SkillResult": {
|
|
471
|
-
"to": "@agent-native/
|
|
471
|
+
"to": "@agent-native/core/client/composer",
|
|
472
472
|
"status": "planned"
|
|
473
473
|
},
|
|
474
474
|
"SlashCommand": {
|
|
475
|
-
"to": "@agent-native/
|
|
475
|
+
"to": "@agent-native/core/client/composer",
|
|
476
476
|
"status": "planned"
|
|
477
477
|
},
|
|
478
478
|
"SlashCommandItem": {
|
|
@@ -488,19 +488,19 @@
|
|
|
488
488
|
"to": "@agent-native/core/client/ui"
|
|
489
489
|
},
|
|
490
490
|
"TiptapComposer": {
|
|
491
|
-
"to": "@agent-native/
|
|
491
|
+
"to": "@agent-native/core/client/composer",
|
|
492
492
|
"status": "planned"
|
|
493
493
|
},
|
|
494
494
|
"TiptapComposerHandle": {
|
|
495
|
-
"to": "@agent-native/
|
|
495
|
+
"to": "@agent-native/core/client/composer",
|
|
496
496
|
"status": "planned"
|
|
497
497
|
},
|
|
498
498
|
"TiptapComposerProps": {
|
|
499
|
-
"to": "@agent-native/
|
|
499
|
+
"to": "@agent-native/core/client/composer",
|
|
500
500
|
"status": "planned"
|
|
501
501
|
},
|
|
502
502
|
"TiptapComposerSubmitOptions": {
|
|
503
|
-
"to": "@agent-native/
|
|
503
|
+
"to": "@agent-native/core/client/composer",
|
|
504
504
|
"status": "planned"
|
|
505
505
|
},
|
|
506
506
|
"ToolRendererContext": "ToolRendererContext",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"to": "@agent-native/core/client/hooks"
|
|
601
601
|
},
|
|
602
602
|
"canSubmitComposerContent": {
|
|
603
|
-
"to": "@agent-native/
|
|
603
|
+
"to": "@agent-native/core/client/composer",
|
|
604
604
|
"status": "planned"
|
|
605
605
|
},
|
|
606
606
|
"captureClientException": {
|
|
@@ -636,11 +636,11 @@
|
|
|
636
636
|
"to": "@agent-native/core/client/collab"
|
|
637
637
|
},
|
|
638
638
|
"createRealtimeVoiceSession": {
|
|
639
|
-
"to": "@agent-native/
|
|
639
|
+
"to": "@agent-native/core/client/composer",
|
|
640
640
|
"status": "planned"
|
|
641
641
|
},
|
|
642
642
|
"createRealtimeVoiceSessionWithCapability": {
|
|
643
|
-
"to": "@agent-native/
|
|
643
|
+
"to": "@agent-native/core/client/composer",
|
|
644
644
|
"status": "planned"
|
|
645
645
|
},
|
|
646
646
|
"createRegistryBlockNode": {
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"to": "@agent-native/core/client/integrations"
|
|
667
667
|
},
|
|
668
668
|
"displayableComposerModeMessage": {
|
|
669
|
-
"to": "@agent-native/
|
|
669
|
+
"to": "@agent-native/core/client/composer",
|
|
670
670
|
"status": "planned"
|
|
671
671
|
},
|
|
672
672
|
"emailToColor": {
|
|
@@ -682,24 +682,24 @@
|
|
|
682
682
|
"to": "@agent-native/core/client/host"
|
|
683
683
|
},
|
|
684
684
|
"escapePromptAttachmentAttribute": {
|
|
685
|
-
"to": "@agent-native/
|
|
685
|
+
"to": "@agent-native/core/client/composer",
|
|
686
686
|
"status": "planned"
|
|
687
687
|
},
|
|
688
688
|
"executeRealtimeVoiceTool": {
|
|
689
|
-
"to": "@agent-native/
|
|
689
|
+
"to": "@agent-native/core/client/composer",
|
|
690
690
|
"status": "planned"
|
|
691
691
|
},
|
|
692
692
|
"exitSelectionMode": {
|
|
693
693
|
"to": "@agent-native/core/client/host"
|
|
694
694
|
},
|
|
695
695
|
"extractRealtimeVoiceFunctionCalls": {
|
|
696
|
-
"to": "@agent-native/
|
|
696
|
+
"to": "@agent-native/core/client/composer",
|
|
697
697
|
"status": "planned"
|
|
698
698
|
},
|
|
699
699
|
"focusAgentChat": "focusAgentChat",
|
|
700
700
|
"formatGuidedAnswersForAgent": "formatGuidedAnswersForAgent",
|
|
701
701
|
"formatPromptWithAttachments": {
|
|
702
|
-
"to": "@agent-native/
|
|
702
|
+
"to": "@agent-native/core/client/composer",
|
|
703
703
|
"status": "planned"
|
|
704
704
|
},
|
|
705
705
|
"generateTabId": "generateTabId",
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"to": "@agent-native/core/client/hooks"
|
|
711
711
|
},
|
|
712
712
|
"getComposerSubmitIntentForEnterKey": {
|
|
713
|
-
"to": "@agent-native/
|
|
713
|
+
"to": "@agent-native/core/client/composer",
|
|
714
714
|
"status": "planned"
|
|
715
715
|
},
|
|
716
716
|
"getEditorMarkdown": {
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"to": "@agent-native/toolkit/editor"
|
|
742
742
|
},
|
|
743
743
|
"handleComposerFileDrop": {
|
|
744
|
-
"to": "@agent-native/
|
|
744
|
+
"to": "@agent-native/core/client/composer",
|
|
745
745
|
"status": "planned"
|
|
746
746
|
},
|
|
747
747
|
"hasGuidedAnswer": "hasGuidedAnswer",
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
},
|
|
751
751
|
"insertAgentComposerReference": "insertAgentComposerReference",
|
|
752
752
|
"insertComposerHardBreakAndScrollIntoView": {
|
|
753
|
-
"to": "@agent-native/
|
|
753
|
+
"to": "@agent-native/core/client/composer",
|
|
754
754
|
"status": "planned"
|
|
755
755
|
},
|
|
756
756
|
"installRouteChunkRecovery": {
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
"to": "@agent-native/core/client/host"
|
|
773
773
|
},
|
|
774
774
|
"isInlineableAgentPromptFile": {
|
|
775
|
-
"to": "@agent-native/
|
|
775
|
+
"to": "@agent-native/core/client/composer",
|
|
776
776
|
"status": "planned"
|
|
777
777
|
},
|
|
778
778
|
"isOtherGuidedAnswer": "isOtherGuidedAnswer",
|
|
@@ -833,14 +833,14 @@
|
|
|
833
833
|
"to": "@agent-native/toolkit/editor"
|
|
834
834
|
},
|
|
835
835
|
"readAgentPromptAttachment": {
|
|
836
|
-
"to": "@agent-native/
|
|
836
|
+
"to": "@agent-native/core/client/composer",
|
|
837
837
|
"status": "planned"
|
|
838
838
|
},
|
|
839
839
|
"readClientAppState": {
|
|
840
840
|
"to": "@agent-native/core/client/hooks"
|
|
841
841
|
},
|
|
842
842
|
"readRealtimeVoiceContext": {
|
|
843
|
-
"to": "@agent-native/
|
|
843
|
+
"to": "@agent-native/core/client/composer",
|
|
844
844
|
"status": "planned"
|
|
845
845
|
},
|
|
846
846
|
"registerActionChatRenderer": "registerActionChatRenderer",
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
},
|
|
887
887
|
"updateMcpAppModelContext": "updateMcpAppModelContext",
|
|
888
888
|
"uploadEditorImage": {
|
|
889
|
-
"to": "@agent-native/
|
|
889
|
+
"to": "@agent-native/core/client/uploads",
|
|
890
890
|
"status": "planned"
|
|
891
891
|
},
|
|
892
892
|
"useActionMutation": {
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
"to": "@agent-native/core/client/i18n"
|
|
958
958
|
},
|
|
959
959
|
"useMentionSearch": {
|
|
960
|
-
"to": "@agent-native/
|
|
960
|
+
"to": "@agent-native/core/client/composer",
|
|
961
961
|
"status": "planned"
|
|
962
962
|
},
|
|
963
963
|
"usePinchZoom": {
|
|
@@ -967,15 +967,15 @@
|
|
|
967
967
|
"to": "@agent-native/core/client/collab"
|
|
968
968
|
},
|
|
969
969
|
"useRealtimeVoiceMode": {
|
|
970
|
-
"to": "@agent-native/
|
|
970
|
+
"to": "@agent-native/core/client/composer",
|
|
971
971
|
"status": "planned"
|
|
972
972
|
},
|
|
973
973
|
"useRealtimeVoiceModeCopy": {
|
|
974
|
-
"to": "@agent-native/
|
|
974
|
+
"to": "@agent-native/core/client/composer",
|
|
975
975
|
"status": "planned"
|
|
976
976
|
},
|
|
977
977
|
"useRealtimeVoiceModeOptional": {
|
|
978
|
-
"to": "@agent-native/
|
|
978
|
+
"to": "@agent-native/core/client/composer",
|
|
979
979
|
"status": "planned"
|
|
980
980
|
},
|
|
981
981
|
"useRecentEdits": {
|
|
@@ -1022,251 +1022,396 @@
|
|
|
1022
1022
|
"to": "@agent-native/core/client/agent-chat",
|
|
1023
1023
|
"symbols": {
|
|
1024
1024
|
"AGENT_PROMPT_MAX_INLINE_IMAGE_BYTES": {
|
|
1025
|
-
"to": "@agent-native/
|
|
1025
|
+
"to": "@agent-native/core/client/composer",
|
|
1026
1026
|
"status": "planned"
|
|
1027
1027
|
},
|
|
1028
1028
|
"AGENT_PROMPT_MAX_INLINE_TEXT_CHARS": {
|
|
1029
|
-
"to": "@agent-native/
|
|
1029
|
+
"to": "@agent-native/core/client/composer",
|
|
1030
1030
|
"status": "planned"
|
|
1031
1031
|
},
|
|
1032
1032
|
"AgentComposerFrame": {
|
|
1033
|
-
"to": "@agent-native/
|
|
1033
|
+
"to": "@agent-native/core/client/composer",
|
|
1034
1034
|
"status": "planned"
|
|
1035
1035
|
},
|
|
1036
1036
|
"AgentComposerFrameProps": {
|
|
1037
|
-
"to": "@agent-native/
|
|
1037
|
+
"to": "@agent-native/core/client/composer",
|
|
1038
1038
|
"status": "planned"
|
|
1039
1039
|
},
|
|
1040
1040
|
"AgentComposerLayoutVariant": {
|
|
1041
|
-
"to": "@agent-native/
|
|
1041
|
+
"to": "@agent-native/core/client/composer",
|
|
1042
1042
|
"status": "planned"
|
|
1043
1043
|
},
|
|
1044
1044
|
"AgentPromptAttachment": {
|
|
1045
|
-
"to": "@agent-native/
|
|
1045
|
+
"to": "@agent-native/core/client/composer",
|
|
1046
1046
|
"status": "planned"
|
|
1047
1047
|
},
|
|
1048
1048
|
"ComposerSubmitIntent": {
|
|
1049
|
-
"to": "@agent-native/
|
|
1049
|
+
"to": "@agent-native/core/client/composer",
|
|
1050
1050
|
"status": "planned"
|
|
1051
1051
|
},
|
|
1052
1052
|
"FileReference": {
|
|
1053
|
-
"to": "@agent-native/
|
|
1053
|
+
"to": "@agent-native/core/client/composer",
|
|
1054
1054
|
"status": "planned"
|
|
1055
1055
|
},
|
|
1056
1056
|
"FileResult": {
|
|
1057
|
-
"to": "@agent-native/
|
|
1057
|
+
"to": "@agent-native/core/client/composer",
|
|
1058
1058
|
"status": "planned"
|
|
1059
1059
|
},
|
|
1060
1060
|
"MentionItem": {
|
|
1061
|
-
"to": "@agent-native/
|
|
1061
|
+
"to": "@agent-native/core/client/composer",
|
|
1062
1062
|
"status": "planned"
|
|
1063
1063
|
},
|
|
1064
1064
|
"MentionPopover": {
|
|
1065
|
-
"to": "@agent-native/
|
|
1065
|
+
"to": "@agent-native/core/client/composer",
|
|
1066
1066
|
"status": "planned"
|
|
1067
1067
|
},
|
|
1068
1068
|
"MentionReference": {
|
|
1069
|
-
"to": "@agent-native/
|
|
1069
|
+
"to": "@agent-native/core/client/composer",
|
|
1070
1070
|
"status": "planned"
|
|
1071
1071
|
},
|
|
1072
1072
|
"PromptComposer": {
|
|
1073
|
-
"to": "@agent-native/
|
|
1073
|
+
"to": "@agent-native/core/client/composer",
|
|
1074
1074
|
"status": "planned"
|
|
1075
1075
|
},
|
|
1076
1076
|
"PromptComposerFile": {
|
|
1077
|
-
"to": "@agent-native/
|
|
1077
|
+
"to": "@agent-native/core/client/composer",
|
|
1078
1078
|
"status": "planned"
|
|
1079
1079
|
},
|
|
1080
1080
|
"PromptComposerProps": {
|
|
1081
|
-
"to": "@agent-native/
|
|
1081
|
+
"to": "@agent-native/core/client/composer",
|
|
1082
1082
|
"status": "planned"
|
|
1083
1083
|
},
|
|
1084
1084
|
"PromptComposerSubmitOptions": {
|
|
1085
|
-
"to": "@agent-native/
|
|
1085
|
+
"to": "@agent-native/core/client/composer",
|
|
1086
1086
|
"status": "planned"
|
|
1087
1087
|
},
|
|
1088
1088
|
"ReadAgentPromptAttachmentOptions": {
|
|
1089
|
-
"to": "@agent-native/
|
|
1089
|
+
"to": "@agent-native/core/client/composer",
|
|
1090
1090
|
"status": "planned"
|
|
1091
1091
|
},
|
|
1092
1092
|
"RealtimeVoiceModeApi": {
|
|
1093
|
-
"to": "@agent-native/
|
|
1093
|
+
"to": "@agent-native/core/client/composer",
|
|
1094
1094
|
"status": "planned"
|
|
1095
1095
|
},
|
|
1096
1096
|
"RealtimeVoiceModeBoundary": {
|
|
1097
|
-
"to": "@agent-native/
|
|
1097
|
+
"to": "@agent-native/core/client/composer",
|
|
1098
1098
|
"status": "planned"
|
|
1099
1099
|
},
|
|
1100
1100
|
"RealtimeVoiceModeCopy": {
|
|
1101
|
-
"to": "@agent-native/
|
|
1101
|
+
"to": "@agent-native/core/client/composer",
|
|
1102
1102
|
"status": "planned"
|
|
1103
1103
|
},
|
|
1104
1104
|
"RealtimeVoiceModeDock": {
|
|
1105
|
-
"to": "@agent-native/
|
|
1105
|
+
"to": "@agent-native/core/client/composer",
|
|
1106
1106
|
"status": "planned"
|
|
1107
1107
|
},
|
|
1108
1108
|
"RealtimeVoiceModeDockProps": {
|
|
1109
|
-
"to": "@agent-native/
|
|
1109
|
+
"to": "@agent-native/core/client/composer",
|
|
1110
1110
|
"status": "planned"
|
|
1111
1111
|
},
|
|
1112
1112
|
"RealtimeVoiceModeEntry": {
|
|
1113
|
-
"to": "@agent-native/
|
|
1113
|
+
"to": "@agent-native/core/client/composer",
|
|
1114
1114
|
"status": "planned"
|
|
1115
1115
|
},
|
|
1116
1116
|
"RealtimeVoiceModeEntryProps": {
|
|
1117
|
-
"to": "@agent-native/
|
|
1117
|
+
"to": "@agent-native/core/client/composer",
|
|
1118
1118
|
"status": "planned"
|
|
1119
1119
|
},
|
|
1120
1120
|
"RealtimeVoiceModeInlineSettings": {
|
|
1121
|
-
"to": "@agent-native/
|
|
1121
|
+
"to": "@agent-native/core/client/composer",
|
|
1122
1122
|
"status": "planned"
|
|
1123
1123
|
},
|
|
1124
1124
|
"RealtimeVoiceModeProvider": {
|
|
1125
|
-
"to": "@agent-native/
|
|
1125
|
+
"to": "@agent-native/core/client/composer",
|
|
1126
1126
|
"status": "planned"
|
|
1127
1127
|
},
|
|
1128
1128
|
"RealtimeVoiceModeProviderProps": {
|
|
1129
|
-
"to": "@agent-native/
|
|
1129
|
+
"to": "@agent-native/core/client/composer",
|
|
1130
1130
|
"status": "planned"
|
|
1131
1131
|
},
|
|
1132
1132
|
"RealtimeVoiceModeSelectSetting": {
|
|
1133
|
-
"to": "@agent-native/
|
|
1133
|
+
"to": "@agent-native/core/client/composer",
|
|
1134
1134
|
"status": "planned"
|
|
1135
1135
|
},
|
|
1136
1136
|
"RealtimeVoiceModeSettingOption": {
|
|
1137
|
-
"to": "@agent-native/
|
|
1137
|
+
"to": "@agent-native/core/client/composer",
|
|
1138
1138
|
"status": "planned"
|
|
1139
1139
|
},
|
|
1140
1140
|
"RealtimeVoiceModeState": {
|
|
1141
|
-
"to": "@agent-native/
|
|
1141
|
+
"to": "@agent-native/core/client/composer",
|
|
1142
1142
|
"status": "planned"
|
|
1143
1143
|
},
|
|
1144
1144
|
"RealtimeVoiceSessionAnswer": {
|
|
1145
|
-
"to": "@agent-native/
|
|
1145
|
+
"to": "@agent-native/core/client/composer",
|
|
1146
1146
|
"status": "planned"
|
|
1147
1147
|
},
|
|
1148
1148
|
"RealtimeVoiceToolResult": {
|
|
1149
|
-
"to": "@agent-native/
|
|
1149
|
+
"to": "@agent-native/core/client/composer",
|
|
1150
1150
|
"status": "planned"
|
|
1151
1151
|
},
|
|
1152
1152
|
"Reference": {
|
|
1153
|
-
"to": "@agent-native/
|
|
1153
|
+
"to": "@agent-native/core/client/composer",
|
|
1154
1154
|
"status": "planned"
|
|
1155
1155
|
},
|
|
1156
1156
|
"SkillReference": {
|
|
1157
|
-
"to": "@agent-native/
|
|
1157
|
+
"to": "@agent-native/core/client/composer",
|
|
1158
1158
|
"status": "planned"
|
|
1159
1159
|
},
|
|
1160
1160
|
"SkillResult": {
|
|
1161
|
-
"to": "@agent-native/
|
|
1161
|
+
"to": "@agent-native/core/client/composer",
|
|
1162
1162
|
"status": "planned"
|
|
1163
1163
|
},
|
|
1164
1164
|
"SlashCommand": {
|
|
1165
|
-
"to": "@agent-native/
|
|
1165
|
+
"to": "@agent-native/core/client/composer",
|
|
1166
1166
|
"status": "planned"
|
|
1167
1167
|
},
|
|
1168
1168
|
"TiptapComposer": {
|
|
1169
|
-
"to": "@agent-native/
|
|
1169
|
+
"to": "@agent-native/core/client/composer",
|
|
1170
1170
|
"status": "planned"
|
|
1171
1171
|
},
|
|
1172
1172
|
"TiptapComposerHandle": {
|
|
1173
|
-
"to": "@agent-native/
|
|
1173
|
+
"to": "@agent-native/core/client/composer",
|
|
1174
1174
|
"status": "planned"
|
|
1175
1175
|
},
|
|
1176
1176
|
"TiptapComposerProps": {
|
|
1177
|
-
"to": "@agent-native/
|
|
1177
|
+
"to": "@agent-native/core/client/composer",
|
|
1178
1178
|
"status": "planned"
|
|
1179
1179
|
},
|
|
1180
1180
|
"TiptapComposerSubmitOptions": {
|
|
1181
|
-
"to": "@agent-native/
|
|
1181
|
+
"to": "@agent-native/core/client/composer",
|
|
1182
1182
|
"status": "planned"
|
|
1183
1183
|
},
|
|
1184
1184
|
"canSubmitComposerContent": {
|
|
1185
|
-
"to": "@agent-native/
|
|
1185
|
+
"to": "@agent-native/core/client/composer",
|
|
1186
1186
|
"status": "planned"
|
|
1187
1187
|
},
|
|
1188
1188
|
"createRealtimeVoiceSession": {
|
|
1189
|
-
"to": "@agent-native/
|
|
1189
|
+
"to": "@agent-native/core/client/composer",
|
|
1190
1190
|
"status": "planned"
|
|
1191
1191
|
},
|
|
1192
1192
|
"createRealtimeVoiceSessionWithCapability": {
|
|
1193
|
-
"to": "@agent-native/
|
|
1193
|
+
"to": "@agent-native/core/client/composer",
|
|
1194
1194
|
"status": "planned"
|
|
1195
1195
|
},
|
|
1196
1196
|
"displayableComposerModeMessage": {
|
|
1197
|
-
"to": "@agent-native/
|
|
1197
|
+
"to": "@agent-native/core/client/composer",
|
|
1198
1198
|
"status": "planned"
|
|
1199
1199
|
},
|
|
1200
1200
|
"escapePromptAttachmentAttribute": {
|
|
1201
|
-
"to": "@agent-native/
|
|
1201
|
+
"to": "@agent-native/core/client/composer",
|
|
1202
1202
|
"status": "planned"
|
|
1203
1203
|
},
|
|
1204
1204
|
"executeRealtimeVoiceTool": {
|
|
1205
|
-
"to": "@agent-native/
|
|
1205
|
+
"to": "@agent-native/core/client/composer",
|
|
1206
1206
|
"status": "planned"
|
|
1207
1207
|
},
|
|
1208
1208
|
"extractRealtimeVoiceFunctionCalls": {
|
|
1209
|
-
"to": "@agent-native/
|
|
1209
|
+
"to": "@agent-native/core/client/composer",
|
|
1210
1210
|
"status": "planned"
|
|
1211
1211
|
},
|
|
1212
1212
|
"formatPromptWithAttachments": {
|
|
1213
|
-
"to": "@agent-native/
|
|
1213
|
+
"to": "@agent-native/core/client/composer",
|
|
1214
1214
|
"status": "planned"
|
|
1215
1215
|
},
|
|
1216
1216
|
"getComposerSubmitIntentForEnterKey": {
|
|
1217
|
-
"to": "@agent-native/
|
|
1217
|
+
"to": "@agent-native/core/client/composer",
|
|
1218
1218
|
"status": "planned"
|
|
1219
1219
|
},
|
|
1220
1220
|
"handleComposerFileDrop": {
|
|
1221
|
-
"to": "@agent-native/
|
|
1221
|
+
"to": "@agent-native/core/client/composer",
|
|
1222
1222
|
"status": "planned"
|
|
1223
1223
|
},
|
|
1224
1224
|
"insertComposerHardBreakAndScrollIntoView": {
|
|
1225
|
-
"to": "@agent-native/
|
|
1225
|
+
"to": "@agent-native/core/client/composer",
|
|
1226
1226
|
"status": "planned"
|
|
1227
1227
|
},
|
|
1228
1228
|
"isInlineableAgentPromptFile": {
|
|
1229
|
-
"to": "@agent-native/
|
|
1229
|
+
"to": "@agent-native/core/client/composer",
|
|
1230
1230
|
"status": "planned"
|
|
1231
1231
|
},
|
|
1232
1232
|
"readAgentPromptAttachment": {
|
|
1233
|
-
"to": "@agent-native/
|
|
1233
|
+
"to": "@agent-native/core/client/composer",
|
|
1234
1234
|
"status": "planned"
|
|
1235
1235
|
},
|
|
1236
1236
|
"readRealtimeVoiceContext": {
|
|
1237
|
-
"to": "@agent-native/
|
|
1237
|
+
"to": "@agent-native/core/client/composer",
|
|
1238
1238
|
"status": "planned"
|
|
1239
1239
|
},
|
|
1240
1240
|
"useMentionSearch": {
|
|
1241
|
-
"to": "@agent-native/
|
|
1241
|
+
"to": "@agent-native/core/client/composer",
|
|
1242
1242
|
"status": "planned"
|
|
1243
1243
|
},
|
|
1244
1244
|
"useRealtimeVoiceMode": {
|
|
1245
|
-
"to": "@agent-native/
|
|
1245
|
+
"to": "@agent-native/core/client/composer",
|
|
1246
1246
|
"status": "planned"
|
|
1247
1247
|
},
|
|
1248
1248
|
"useRealtimeVoiceModeCopy": {
|
|
1249
|
-
"to": "@agent-native/
|
|
1249
|
+
"to": "@agent-native/core/client/composer",
|
|
1250
1250
|
"status": "planned"
|
|
1251
1251
|
},
|
|
1252
1252
|
"useRealtimeVoiceModeOptional": {
|
|
1253
|
-
"to": "@agent-native/
|
|
1253
|
+
"to": "@agent-native/core/client/composer",
|
|
1254
1254
|
"status": "planned"
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
1257
|
},
|
|
1258
|
-
"@agent-native/core/client/composer": {
|
|
1259
|
-
"to": "@agent-native/toolkit/composer",
|
|
1260
|
-
"status": "planned"
|
|
1261
|
-
},
|
|
1262
1258
|
"@agent-native/core/client/editor": {
|
|
1263
1259
|
"to": "@agent-native/toolkit/editor",
|
|
1260
|
+
"symbols": {
|
|
1261
|
+
"applyDocSurgically": "applyDocSurgically",
|
|
1262
|
+
"BubbleToolbar": "BubbleToolbar",
|
|
1263
|
+
"buildDefaultBubbleItems": "buildDefaultBubbleItems",
|
|
1264
|
+
"createCodeBlockNode": "createCodeBlockNode",
|
|
1265
|
+
"createImageExtension": "createImageExtension",
|
|
1266
|
+
"createImageSlashCommand": "createImageSlashCommand",
|
|
1267
|
+
"createRichMarkdownExtensions": "createRichMarkdownExtensions",
|
|
1268
|
+
"createSharedEditorExtensions": "createSharedEditorExtensions",
|
|
1269
|
+
"DEFAULT_CODE_LANGUAGES": "DEFAULT_CODE_LANGUAGES",
|
|
1270
|
+
"DEFAULT_DRAG_HANDLE_WRAPPER_SELECTOR": "DEFAULT_DRAG_HANDLE_WRAPPER_SELECTOR",
|
|
1271
|
+
"DEFAULT_SLASH_COMMANDS": "DEFAULT_SLASH_COMMANDS",
|
|
1272
|
+
"defaultParseValue": "defaultParseValue",
|
|
1273
|
+
"diffTopLevel": "diffTopLevel",
|
|
1274
|
+
"DragHandle": "DragHandle",
|
|
1275
|
+
"getEditorMarkdown": "getEditorMarkdown",
|
|
1276
|
+
"gfmToProseJSON": "gfmToProseJSON",
|
|
1277
|
+
"MARKDOWN_DIALECT_CONFIG": "MARKDOWN_DIALECT_CONFIG",
|
|
1278
|
+
"pickAndInsertImage": "pickAndInsertImage",
|
|
1279
|
+
"proseJSONToGfm": "proseJSONToGfm",
|
|
1280
|
+
"RICH_MARKDOWN_PROGRAMMATIC_TRANSACTION": "RICH_MARKDOWN_PROGRAMMATIC_TRANSACTION",
|
|
1281
|
+
"RichMarkdownEditor": "RichMarkdownEditor",
|
|
1282
|
+
"RunId": "RunId",
|
|
1283
|
+
"RUN_ID_NODE_TYPES": "RUN_ID_NODE_TYPES",
|
|
1284
|
+
"SharedImage": "SharedImage",
|
|
1285
|
+
"SharedRichEditor": "SharedRichEditor",
|
|
1286
|
+
"SlashCommandMenu": "SlashCommandMenu",
|
|
1287
|
+
"useCollabReconcile": "useCollabReconcile",
|
|
1288
|
+
"BubbleToolbarItem": "BubbleToolbarItem",
|
|
1289
|
+
"BubbleToolbarProps": "BubbleToolbarProps",
|
|
1290
|
+
"CodeBlockClassNames": "CodeBlockClassNames",
|
|
1291
|
+
"CodeLanguageOption": "CodeLanguageOption",
|
|
1292
|
+
"CreateCodeBlockNodeOptions": "CreateCodeBlockNodeOptions",
|
|
1293
|
+
"CreateRichMarkdownExtensionsOptions": "CreateRichMarkdownExtensionsOptions",
|
|
1294
|
+
"CreateSharedEditorExtensionsOptions": "CreateSharedEditorExtensionsOptions",
|
|
1295
|
+
"DragHandleDropContext": "DragHandleDropContext",
|
|
1296
|
+
"DragHandleDropPlacement": "DragHandleDropPlacement",
|
|
1297
|
+
"DragHandleOptions": "DragHandleOptions",
|
|
1298
|
+
"ImageUploadFn": "ImageUploadFn",
|
|
1299
|
+
"RichMarkdownCollabUser": "RichMarkdownCollabUser",
|
|
1300
|
+
"RichMarkdownDialect": "RichMarkdownDialect",
|
|
1301
|
+
"RichMarkdownEditorPreset": "RichMarkdownEditorPreset",
|
|
1302
|
+
"RichMarkdownEditorProps": "RichMarkdownEditorProps",
|
|
1303
|
+
"SharedEditorCollab": "SharedEditorCollab",
|
|
1304
|
+
"SharedEditorFeatures": "SharedEditorFeatures",
|
|
1305
|
+
"SharedImageOptions": "SharedImageOptions",
|
|
1306
|
+
"SharedRichEditorProps": "SharedRichEditorProps",
|
|
1307
|
+
"SlashCommandItem": "SlashCommandItem",
|
|
1308
|
+
"SlashCommandMenuProps": "SlashCommandMenuProps",
|
|
1309
|
+
"TopLevelDiff": "TopLevelDiff",
|
|
1310
|
+
"UseCollabReconcileOptions": "UseCollabReconcileOptions",
|
|
1311
|
+
"UseCollabReconcileResult": "UseCollabReconcileResult",
|
|
1312
|
+
"createRegistryBlockNode": "createRegistryBlockNode",
|
|
1313
|
+
"RegistryBlockNodeView": "RegistryBlockNodeView",
|
|
1314
|
+
"RegistryBlockDataProvider": {
|
|
1315
|
+
"to": "@agent-native/core/blocks",
|
|
1316
|
+
"status": "planned"
|
|
1317
|
+
},
|
|
1318
|
+
"useRegistryBlockData": "useRegistryBlockData",
|
|
1319
|
+
"CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
|
|
1320
|
+
"RegistryBlockDataValue": "RegistryBlockDataValue",
|
|
1321
|
+
"RegistryBlockSideMapBlock": "RegistryBlockSideMapBlock",
|
|
1322
|
+
"buildRegistryBlockSlashItems": "buildRegistryBlockSlashItems",
|
|
1323
|
+
"getRegistryBlockSlashDescription": "getRegistryBlockSlashDescription",
|
|
1324
|
+
"getRegistryBlockSlashSearchText": "getRegistryBlockSlashSearchText",
|
|
1325
|
+
"BuildRegistryBlockSlashItemsOptions": "BuildRegistryBlockSlashItemsOptions",
|
|
1326
|
+
"uploadEditorImage": {
|
|
1327
|
+
"to": "@agent-native/core/client/uploads"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1264
1330
|
"status": "planned"
|
|
1265
1331
|
},
|
|
1266
1332
|
"@agent-native/core/client/rich-markdown-editor": {
|
|
1267
1333
|
"to": "@agent-native/toolkit/editor",
|
|
1334
|
+
"symbols": {
|
|
1335
|
+
"applyDocSurgically": "applyDocSurgically",
|
|
1336
|
+
"BubbleToolbar": "BubbleToolbar",
|
|
1337
|
+
"buildDefaultBubbleItems": "buildDefaultBubbleItems",
|
|
1338
|
+
"createCodeBlockNode": "createCodeBlockNode",
|
|
1339
|
+
"createImageExtension": "createImageExtension",
|
|
1340
|
+
"createImageSlashCommand": "createImageSlashCommand",
|
|
1341
|
+
"createRichMarkdownExtensions": "createRichMarkdownExtensions",
|
|
1342
|
+
"createSharedEditorExtensions": "createSharedEditorExtensions",
|
|
1343
|
+
"DEFAULT_CODE_LANGUAGES": "DEFAULT_CODE_LANGUAGES",
|
|
1344
|
+
"DEFAULT_DRAG_HANDLE_WRAPPER_SELECTOR": "DEFAULT_DRAG_HANDLE_WRAPPER_SELECTOR",
|
|
1345
|
+
"DEFAULT_SLASH_COMMANDS": "DEFAULT_SLASH_COMMANDS",
|
|
1346
|
+
"defaultParseValue": "defaultParseValue",
|
|
1347
|
+
"diffTopLevel": "diffTopLevel",
|
|
1348
|
+
"DragHandle": "DragHandle",
|
|
1349
|
+
"getEditorMarkdown": "getEditorMarkdown",
|
|
1350
|
+
"gfmToProseJSON": "gfmToProseJSON",
|
|
1351
|
+
"MARKDOWN_DIALECT_CONFIG": "MARKDOWN_DIALECT_CONFIG",
|
|
1352
|
+
"pickAndInsertImage": "pickAndInsertImage",
|
|
1353
|
+
"proseJSONToGfm": "proseJSONToGfm",
|
|
1354
|
+
"RICH_MARKDOWN_PROGRAMMATIC_TRANSACTION": "RICH_MARKDOWN_PROGRAMMATIC_TRANSACTION",
|
|
1355
|
+
"RichMarkdownEditor": "RichMarkdownEditor",
|
|
1356
|
+
"RunId": "RunId",
|
|
1357
|
+
"RUN_ID_NODE_TYPES": "RUN_ID_NODE_TYPES",
|
|
1358
|
+
"SharedImage": "SharedImage",
|
|
1359
|
+
"SharedRichEditor": "SharedRichEditor",
|
|
1360
|
+
"SlashCommandMenu": "SlashCommandMenu",
|
|
1361
|
+
"useCollabReconcile": "useCollabReconcile",
|
|
1362
|
+
"BubbleToolbarItem": "BubbleToolbarItem",
|
|
1363
|
+
"BubbleToolbarProps": "BubbleToolbarProps",
|
|
1364
|
+
"CodeBlockClassNames": "CodeBlockClassNames",
|
|
1365
|
+
"CodeLanguageOption": "CodeLanguageOption",
|
|
1366
|
+
"CreateCodeBlockNodeOptions": "CreateCodeBlockNodeOptions",
|
|
1367
|
+
"CreateRichMarkdownExtensionsOptions": "CreateRichMarkdownExtensionsOptions",
|
|
1368
|
+
"CreateSharedEditorExtensionsOptions": "CreateSharedEditorExtensionsOptions",
|
|
1369
|
+
"DragHandleDropContext": "DragHandleDropContext",
|
|
1370
|
+
"DragHandleDropPlacement": "DragHandleDropPlacement",
|
|
1371
|
+
"DragHandleOptions": "DragHandleOptions",
|
|
1372
|
+
"ImageUploadFn": "ImageUploadFn",
|
|
1373
|
+
"RichMarkdownCollabUser": "RichMarkdownCollabUser",
|
|
1374
|
+
"RichMarkdownDialect": "RichMarkdownDialect",
|
|
1375
|
+
"RichMarkdownEditorPreset": "RichMarkdownEditorPreset",
|
|
1376
|
+
"RichMarkdownEditorProps": "RichMarkdownEditorProps",
|
|
1377
|
+
"SharedEditorCollab": "SharedEditorCollab",
|
|
1378
|
+
"SharedEditorFeatures": "SharedEditorFeatures",
|
|
1379
|
+
"SharedImageOptions": "SharedImageOptions",
|
|
1380
|
+
"SharedRichEditorProps": "SharedRichEditorProps",
|
|
1381
|
+
"SlashCommandItem": "SlashCommandItem",
|
|
1382
|
+
"SlashCommandMenuProps": "SlashCommandMenuProps",
|
|
1383
|
+
"TopLevelDiff": "TopLevelDiff",
|
|
1384
|
+
"UseCollabReconcileOptions": "UseCollabReconcileOptions",
|
|
1385
|
+
"UseCollabReconcileResult": "UseCollabReconcileResult",
|
|
1386
|
+
"createRegistryBlockNode": "createRegistryBlockNode",
|
|
1387
|
+
"RegistryBlockNodeView": "RegistryBlockNodeView",
|
|
1388
|
+
"RegistryBlockDataProvider": {
|
|
1389
|
+
"to": "@agent-native/core/blocks",
|
|
1390
|
+
"status": "planned"
|
|
1391
|
+
},
|
|
1392
|
+
"useRegistryBlockData": "useRegistryBlockData",
|
|
1393
|
+
"CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
|
|
1394
|
+
"RegistryBlockDataValue": "RegistryBlockDataValue",
|
|
1395
|
+
"RegistryBlockSideMapBlock": "RegistryBlockSideMapBlock",
|
|
1396
|
+
"buildRegistryBlockSlashItems": "buildRegistryBlockSlashItems",
|
|
1397
|
+
"getRegistryBlockSlashDescription": "getRegistryBlockSlashDescription",
|
|
1398
|
+
"getRegistryBlockSlashSearchText": "getRegistryBlockSlashSearchText",
|
|
1399
|
+
"BuildRegistryBlockSlashItemsOptions": "BuildRegistryBlockSlashItemsOptions",
|
|
1400
|
+
"uploadEditorImage": {
|
|
1401
|
+
"to": "@agent-native/core/client/uploads"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1268
1404
|
"status": "planned"
|
|
1269
1405
|
},
|
|
1406
|
+
"@agent-native/core/testing": {
|
|
1407
|
+
"to": "@agent-native/core/testing",
|
|
1408
|
+
"symbols": {
|
|
1409
|
+
"DragHandle": {
|
|
1410
|
+
"to": "@agent-native/toolkit/editor",
|
|
1411
|
+
"status": "planned"
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1270
1415
|
"@agent-native/core/client/collab": {
|
|
1271
1416
|
"to": "@agent-native/core/client/collab",
|
|
1272
1417
|
"symbols": {
|