@xrkseek/harness-cli 0.1.0 → 0.1.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.
Files changed (64) hide show
  1. package/README.md +1 -1
  2. package/dist/port.d.ts.map +1 -1
  3. package/dist/port.js +1 -0
  4. package/dist/port.js.map +1 -1
  5. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  6. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts +33 -0
  7. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts.map +1 -0
  8. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js +43 -0
  9. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js.map +1 -0
  10. package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts +13 -0
  11. package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts.map +1 -0
  12. package/node_modules/@xrkseek/xrk-file-reference/dist/types.js +7 -0
  13. package/node_modules/@xrkseek/xrk-file-reference/dist/types.js.map +1 -0
  14. package/node_modules/@xrkseek/xrk-file-reference/package.json +9 -46
  15. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts +52 -0
  16. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts.map +1 -0
  17. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js +258 -0
  18. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js.map +1 -0
  19. package/node_modules/@xrkseek/xrk-file-reference-local/package.json +7 -34
  20. package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts +25 -0
  21. package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts.map +1 -0
  22. package/node_modules/@xrkseek/xrk-session-reference/dist/config.js +18 -0
  23. package/node_modules/@xrkseek/xrk-session-reference/dist/config.js.map +1 -0
  24. package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts +70 -0
  25. package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts.map +1 -0
  26. package/node_modules/@xrkseek/xrk-session-reference/dist/types.js +11 -0
  27. package/node_modules/@xrkseek/xrk-session-reference/dist/types.js.map +1 -0
  28. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts +40 -0
  29. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts.map +1 -0
  30. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js +81 -0
  31. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js.map +1 -0
  32. package/node_modules/@xrkseek/xrk-session-reference/package.json +13 -53
  33. package/package.json +3 -2
  34. package/product-web/boot.json +1 -1
  35. package/product-web/plugins/@xrkseek/client-connection/client.js +1160 -367
  36. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  37. package/product-web/plugins/@xrkseek/client-runtime/client.js +4 -13
  38. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +38 -38
  39. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +15 -15
  40. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  41. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +169 -169
  42. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  43. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
  44. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
  45. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +8 -8
  46. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +7 -7
  47. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  48. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
  49. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
  50. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  51. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  52. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +14 -14
  53. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +57 -57
  54. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  55. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +41 -41
  56. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
  57. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +10 -10
  58. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
  59. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  60. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
  61. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +141 -141
  62. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  63. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +14 -14
  64. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
@@ -20,35 +20,35 @@ window.__ModuleLoader__.load({
20
20
  document.head.appendChild(tag);
21
21
  }
22
22
  var SubagentHeaderLineage_module_css_default = {
23
- "content": "_4qiw1a_content",
24
23
  "metricToken": "_4qiw1a_metricToken",
25
- "ancestorSwitcherTrigger": "_4qiw1a_ancestorSwitcherTrigger",
26
- "trigger": "_4qiw1a_trigger",
27
24
  "triggerOpen": "_4qiw1a_triggerOpen",
28
- "disabled": "_4qiw1a_disabled",
29
- "disclosureSpace": "_4qiw1a_disclosureSpace",
30
- "error": "_4qiw1a_error",
31
- "currentLabel": "_4qiw1a_currentLabel",
32
- "children": "_4qiw1a_children",
33
25
  "metricDuration": "_4qiw1a_metricDuration",
34
- "label": "_4qiw1a_label",
26
+ "clickarea": "_4qiw1a_clickarea",
27
+ "switcherRoot": "_4qiw1a_switcherRoot",
28
+ "children": "_4qiw1a_children",
29
+ "switcherTitle": "_4qiw1a_switcherTitle",
35
30
  "refresh": "_4qiw1a_refresh",
36
- "row": "_4qiw1a_row",
37
- "node": "_4qiw1a_node",
31
+ "notice": "_4qiw1a_notice",
32
+ "separator": "_4qiw1a_separator",
33
+ "label": "_4qiw1a_label",
38
34
  "switcherTrigger": "_4qiw1a_switcherTrigger",
39
- "metrics": "_4qiw1a_metrics",
40
- "disclosure": "_4qiw1a_disclosure",
41
- "switcherRoot": "_4qiw1a_switcherRoot",
42
- "root": "_4qiw1a_root",
43
- "clickarea": "_4qiw1a_clickarea",
35
+ "disclosureSpace": "_4qiw1a_disclosureSpace",
36
+ "content": "_4qiw1a_content",
44
37
  "loadingRow": "_4qiw1a_loadingRow",
45
- "separator": "_4qiw1a_separator",
38
+ "currentLabel": "_4qiw1a_currentLabel",
39
+ "metrics": "_4qiw1a_metrics",
40
+ "disabled": "_4qiw1a_disabled",
41
+ "activitySlot": "_4qiw1a_activitySlot",
42
+ "node": "_4qiw1a_node",
43
+ "row": "_4qiw1a_row",
46
44
  "disclosureOpen": "_4qiw1a_disclosureOpen",
47
- "menu": "_4qiw1a_menu",
45
+ "ancestorSwitcherTrigger": "_4qiw1a_ancestorSwitcherTrigger",
46
+ "trigger": "_4qiw1a_trigger",
47
+ "error": "_4qiw1a_error",
48
48
  "summary": "_4qiw1a_summary",
49
- "activitySlot": "_4qiw1a_activitySlot",
50
- "switcherTitle": "_4qiw1a_switcherTitle",
51
- "notice": "_4qiw1a_notice"
49
+ "menu": "_4qiw1a_menu",
50
+ "disclosure": "_4qiw1a_disclosure",
51
+ "root": "_4qiw1a_root"
52
52
  };
53
53
  //#endregion
54
54
  //#region src/client/SubagentHeaderLineage.tsx
@@ -33,11 +33,11 @@ window.__ModuleLoader__.load({
33
33
  document.head.appendChild(tag);
34
34
  }
35
35
  var AppearanceRow_module_css_default = {
36
+ "themeCube": "rjCQBa_themeCube",
37
+ "selected": "rjCQBa_selected",
36
38
  "cubeRow": "rjCQBa_cubeRow",
37
39
  "title": "rjCQBa_title",
38
- "group": "rjCQBa_group",
39
- "selected": "rjCQBa_selected",
40
- "themeCube": "rjCQBa_themeCube"
40
+ "group": "rjCQBa_group"
41
41
  };
42
42
  //#endregion
43
43
  //#region src/client/AppearanceRow.tsx
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
605
605
  document.head.appendChild(tag);
606
606
  }
607
607
  var ToolRow_module_css_default = {
608
- "searchBody": "svsF2W_searchBody",
609
- "diffBody": "svsF2W_diffBody",
610
- "webBody": "svsF2W_webBody",
611
- "searchRecovery": "svsF2W_searchRecovery",
612
- "bodyWrap": "svsF2W_bodyWrap",
613
- "visuallyHidden": "svsF2W_visuallyHidden",
614
- "dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
608
+ "bodyScroll": "svsF2W_bodyScroll",
609
+ "fileLink": "svsF2W_fileLink",
610
+ "ioDivider": "svsF2W_ioDivider",
615
611
  "chevron": "svsF2W_chevron",
616
- "summary": "svsF2W_summary",
617
- "row": "svsF2W_row",
618
- "summarySuffix": "svsF2W_summarySuffix",
612
+ "ioText": "svsF2W_ioText",
619
613
  "root": "svsF2W_root",
620
- "title": "svsF2W_title",
614
+ "row": "svsF2W_row",
615
+ "diffBody": "svsF2W_diffBody",
616
+ "dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
621
617
  "ioCard": "svsF2W_ioCard",
622
- "ioSection": "svsF2W_ioSection",
623
- "ioLabel": "svsF2W_ioLabel",
624
- "leading": "svsF2W_leading",
625
- "errorSummary": "svsF2W_errorSummary",
626
- "inspectButton": "svsF2W_inspectButton",
627
- "codeBody": "svsF2W_codeBody",
628
- "fileLink": "svsF2W_fileLink",
629
- "ioText": "svsF2W_ioText",
630
- "ioDivider": "svsF2W_ioDivider",
631
618
  "terminalBody": "svsF2W_terminalBody",
632
- "bodyScroll": "svsF2W_bodyScroll",
619
+ "readBody": "svsF2W_readBody",
620
+ "searchRecovery": "svsF2W_searchRecovery",
633
621
  "sep": "svsF2W_sep",
634
- "readBody": "svsF2W_readBody"
622
+ "codeBody": "svsF2W_codeBody",
623
+ "inspectButton": "svsF2W_inspectButton",
624
+ "searchBody": "svsF2W_searchBody",
625
+ "ioLabel": "svsF2W_ioLabel",
626
+ "title": "svsF2W_title",
627
+ "summarySuffix": "svsF2W_summarySuffix",
628
+ "ioSection": "svsF2W_ioSection",
629
+ "errorSummary": "svsF2W_errorSummary",
630
+ "visuallyHidden": "svsF2W_visuallyHidden",
631
+ "summary": "svsF2W_summary",
632
+ "bodyWrap": "svsF2W_bodyWrap",
633
+ "webBody": "svsF2W_webBody",
634
+ "leading": "svsF2W_leading"
635
635
  };
636
636
  //#endregion
637
637
  //#region src/client/tool/components/ToolRow.tsx
@@ -850,8 +850,8 @@ window.__ModuleLoader__.load({
850
850
  document.head.appendChild(tag);
851
851
  }
852
852
  var ToolCallTree_module_css_default = {
853
- "subCalls": "S9d_QW_subCalls",
854
- "callRow": "S9d_QW_callRow"
853
+ "callRow": "S9d_QW_callRow",
854
+ "subCalls": "S9d_QW_subCalls"
855
855
  };
856
856
  //#endregion
857
857
  //#region src/client/tool/ToolCallTree.tsx
@@ -950,12 +950,12 @@ window.__ModuleLoader__.load({
950
950
  }
951
951
  var ToolDetails_module_css_default = {
952
952
  "web": "_5bRnqW_web",
953
- "empty": "_5bRnqW_empty",
954
953
  "code": "_5bRnqW_code",
954
+ "empty": "_5bRnqW_empty",
955
955
  "recovery": "_5bRnqW_recovery",
956
956
  "description": "_5bRnqW_description",
957
- "read": "_5bRnqW_read",
958
- "cardBody": "_5bRnqW_cardBody"
957
+ "cardBody": "_5bRnqW_cardBody",
958
+ "read": "_5bRnqW_read"
959
959
  };
960
960
  //#endregion
961
961
  //#region src/client/tool/ToolDetails.tsx
@@ -1100,25 +1100,25 @@ window.__ModuleLoader__.load({
1100
1100
  }
1101
1101
  var bash_sample_module_css_default = {
1102
1102
  "chevronHover": "N2AvQG_chevronHover",
1103
+ "ioDivider": "N2AvQG_ioDivider",
1104
+ "iconIdle": "N2AvQG_iconIdle",
1105
+ "sep": "N2AvQG_sep",
1106
+ "ioCard": "N2AvQG_ioCard",
1107
+ "summary": "N2AvQG_summary",
1108
+ "errorSummary": "N2AvQG_errorSummary",
1103
1109
  "root": "N2AvQG_root",
1104
- "terminal": "N2AvQG_terminal",
1105
1110
  "dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
1106
1111
  "card": "N2AvQG_card",
1107
- "iconIdle": "N2AvQG_iconIdle",
1108
- "summary": "N2AvQG_summary",
1109
- "ioLabel": "N2AvQG_ioLabel",
1110
- "inspectButton": "N2AvQG_inspectButton",
1111
- "leading": "N2AvQG_leading",
1112
- "ioDivider": "N2AvQG_ioDivider",
1112
+ "ioText": "N2AvQG_ioText",
1113
1113
  "chevron": "N2AvQG_chevron",
1114
- "errorSummary": "N2AvQG_errorSummary",
1115
- "bodyWrap": "N2AvQG_bodyWrap",
1114
+ "title": "N2AvQG_title",
1116
1115
  "visuallyHidden": "N2AvQG_visuallyHidden",
1117
- "ioText": "N2AvQG_ioText",
1118
- "sep": "N2AvQG_sep",
1116
+ "terminal": "N2AvQG_terminal",
1117
+ "bodyWrap": "N2AvQG_bodyWrap",
1118
+ "inspectButton": "N2AvQG_inspectButton",
1119
+ "ioLabel": "N2AvQG_ioLabel",
1119
1120
  "ioSection": "N2AvQG_ioSection",
1120
- "ioCard": "N2AvQG_ioCard",
1121
- "title": "N2AvQG_title"
1121
+ "leading": "N2AvQG_leading"
1122
1122
  };
1123
1123
  //#endregion
1124
1124
  //#region src/client/tool/toolviews/bash-sample.tsx
@@ -3018,152 +3018,152 @@ window.__ModuleLoader__.load({
3018
3018
  document.head.appendChild(tag);
3019
3019
  }
3020
3020
  var TrajectoryTable_module_css_default = {
3021
- "usagePanel": "yfS7ra_usagePanel",
3022
- "compacted": "yfS7ra_compacted",
3021
+ "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3022
+ "schemaIntro": "yfS7ra_schemaIntro",
3023
+ "promptDiffSections": "yfS7ra_promptDiffSections",
3024
+ "table": "yfS7ra_table",
3023
3025
  "detailTabActive": "yfS7ra_detailTabActive",
3024
- "historyLoadButton": "yfS7ra_historyLoadButton",
3025
- "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3026
- "overviewTitle": "yfS7ra_overviewTitle",
3027
- "requestDetailsName": "yfS7ra_requestDetailsName",
3028
- "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3029
- "turnLabelFull": "yfS7ra_turnLabelFull",
3030
- "toolCallOnly": "yfS7ra_toolCallOnly",
3031
- "detailsTitle": "yfS7ra_detailsTitle",
3026
+ "systemNeutral": "yfS7ra_systemNeutral",
3027
+ "timestampToggle": "yfS7ra_timestampToggle",
3028
+ "detailTab": "yfS7ra_detailTab",
3029
+ "toolCatalogItem": "yfS7ra_toolCatalogItem",
3030
+ "resultBlocks": "yfS7ra_resultBlocks",
3032
3031
  "historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
3032
+ "payloadPreview": "yfS7ra_payloadPreview",
3033
+ "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3034
+ "toolCallPayload": "yfS7ra_toolCallPayload",
3035
+ "jsonPreview": "yfS7ra_jsonPreview",
3036
+ "markdownPreview": "yfS7ra_markdownPreview",
3033
3037
  "schema": "yfS7ra_schema",
3034
- "thinkingQuote": "yfS7ra_thinkingQuote",
3035
- "panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
3036
- "systemNeutral": "yfS7ra_systemNeutral",
3037
- "thinkingChevron": "yfS7ra_thinkingChevron",
3038
- "promptDiffSections": "yfS7ra_promptDiffSections",
3039
- "collapsedTurnText": "yfS7ra_collapsedTurnText",
3040
- "inlineResultText": "yfS7ra_inlineResultText",
3041
- "noPayload": "yfS7ra_noPayload",
3038
+ "assistantToolCallText": "yfS7ra_assistantToolCallText",
3039
+ "requestTokenDetail": "yfS7ra_requestTokenDetail",
3040
+ "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3041
+ "overviewTitle": "yfS7ra_overviewTitle",
3042
3042
  "messageImages": "yfS7ra_messageImages",
3043
- "assistantToolCallName": "yfS7ra_assistantToolCallName",
3044
- "usageGroup": "yfS7ra_usageGroup",
3045
- "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3046
- "toolCatalogIcon": "yfS7ra_toolCatalogIcon",
3047
- "compactedSummary": "yfS7ra_compactedSummary",
3048
- "detailsLocation": "yfS7ra_detailsLocation",
3049
- "payloadPreview": "yfS7ra_payloadPreview",
3050
- "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3051
- "inlineResult": "yfS7ra_inlineResult",
3052
- "detailsHeader": "yfS7ra_detailsHeader",
3053
- "usageHeading": "yfS7ra_usageHeading",
3054
- "timestampToggle": "yfS7ra_timestampToggle",
3055
- "sourceBlockHeader": "yfS7ra_sourceBlockHeader",
3056
- "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3057
- "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3058
- "table": "yfS7ra_table",
3059
- "assistantContent": "yfS7ra_assistantContent",
3060
- "sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
3061
- "historyLoadRow": "yfS7ra_historyLoadRow",
3062
- "turnLabel": "yfS7ra_turnLabel",
3063
- "kindSlot": "yfS7ra_kindSlot",
3064
- "event": "yfS7ra_event",
3065
- "noOutputText": "yfS7ra_noOutputText",
3043
+ "kindTagLabel": "yfS7ra_kindTagLabel",
3044
+ "toolCatalog": "yfS7ra_toolCatalog",
3045
+ "historyLoading": "yfS7ra_historyLoading",
3046
+ "errorPayload": "yfS7ra_errorPayload",
3047
+ "sourceBlockLabel": "yfS7ra_sourceBlockLabel",
3066
3048
  "overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
3049
+ "assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
3050
+ "assistantVioletBright": "yfS7ra_assistantVioletBright",
3051
+ "contentColumn": "yfS7ra_contentColumn",
3052
+ "turnRail": "yfS7ra_turnRail",
3053
+ "schemaParameters": "yfS7ra_schemaParameters",
3054
+ "message": "yfS7ra_message",
3055
+ "schemaParametersTitle": "yfS7ra_schemaParametersTitle",
3056
+ "usagePanel": "yfS7ra_usagePanel",
3057
+ "visuallyHidden": "yfS7ra_visuallyHidden",
3058
+ "content": "yfS7ra_content",
3059
+ "assistantContentRendered": "yfS7ra_assistantContentRendered",
3060
+ "panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
3061
+ "messageImagesPreview": "yfS7ra_messageImagesPreview",
3062
+ "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3063
+ "resultPreview": "yfS7ra_resultPreview",
3064
+ "schemaTree": "yfS7ra_schemaTree",
3065
+ "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3066
+ "overviewParentLinks": "yfS7ra_overviewParentLinks",
3067
3067
  "overviewHeading": "yfS7ra_overviewHeading",
3068
- "overview": "yfS7ra_overview",
3069
- "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3070
- "schemaPreview": "yfS7ra_schemaPreview",
3071
- "resultRequest": "yfS7ra_resultRequest",
3072
- "details": "yfS7ra_details",
3073
- "history-loading-spin": "yfS7ra_history-loading-spin",
3074
- "panelImageLink": "yfS7ra_panelImageLink",
3068
+ "noPayload": "yfS7ra_noPayload",
3069
+ "historyLoadButton": "yfS7ra_historyLoadButton",
3070
+ "sourceBlockHeader": "yfS7ra_sourceBlockHeader",
3071
+ "assistantOutput": "yfS7ra_assistantOutput",
3072
+ "resultBlockText": "yfS7ra_resultBlockText",
3075
3073
  "toolCatalogChevron": "yfS7ra_toolCatalogChevron",
3076
- "promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
3077
- "contextGreen": "yfS7ra_contextGreen",
3078
- "historyLoadingBar": "yfS7ra_historyLoadingBar",
3079
- "detailBody": "yfS7ra_detailBody",
3080
- "promptDiffTitle": "yfS7ra_promptDiffTitle",
3081
- "assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
3082
- "errorPayload": "yfS7ra_errorPayload",
3083
- "payload": "yfS7ra_payload",
3084
3074
  "promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
3085
- "error": "yfS7ra_error",
3086
- "turnRail": "yfS7ra_turnRail",
3087
3075
  "close": "yfS7ra_close",
3088
- "jsonPreview": "yfS7ra_jsonPreview",
3089
- "kindTagLabel": "yfS7ra_kindTagLabel",
3090
- "turnLabelCompact": "yfS7ra_turnLabelCompact",
3091
- "detailTabs": "yfS7ra_detailTabs",
3092
- "split": "yfS7ra_split",
3093
- "sourceBlock": "yfS7ra_sourceBlock",
3076
+ "sourceBlocks": "yfS7ra_sourceBlocks",
3077
+ "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3078
+ "historyLoadingBar": "yfS7ra_historyLoadingBar",
3079
+ "toolCallOnly": "yfS7ra_toolCallOnly",
3080
+ "contentText": "yfS7ra_contentText",
3081
+ "kindSlot": "yfS7ra_kindSlot",
3082
+ "detailBodySummary": "yfS7ra_detailBodySummary",
3083
+ "user": "yfS7ra_user",
3084
+ "assistantToolCallName": "yfS7ra_assistantToolCallName",
3085
+ "promptDiffSection": "yfS7ra_promptDiffSection",
3086
+ "kindTag": "yfS7ra_kindTag",
3087
+ "virtualSpacer": "yfS7ra_virtualSpacer",
3088
+ "jsonPayload": "yfS7ra_jsonPayload",
3089
+ "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3090
+ "compacted": "yfS7ra_compacted",
3094
3091
  "overviewSection": "yfS7ra_overviewSection",
3095
3092
  "assistantToolCallButton": "yfS7ra_assistantToolCallButton",
3096
- "detailBodySummary": "yfS7ra_detailBodySummary",
3097
- "turnLabelActive": "yfS7ra_turnLabelActive",
3098
- "panelImage": "yfS7ra_panelImage",
3099
- "sourceBlockContent": "yfS7ra_sourceBlockContent",
3093
+ "assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
3094
+ "toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
3095
+ "tablePane": "yfS7ra_tablePane",
3096
+ "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3097
+ "thinkingChevron": "yfS7ra_thinkingChevron",
3098
+ "eventInner": "yfS7ra_eventInner",
3099
+ "assistantToolCalls": "yfS7ra_assistantToolCalls",
3100
+ "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3101
+ "detailTabs": "yfS7ra_detailTabs",
3102
+ "resultRequest": "yfS7ra_resultRequest",
3100
3103
  "arrow": "yfS7ra_arrow",
3101
- "promptDiffSection": "yfS7ra_promptDiffSection",
3104
+ "markdownPayload": "yfS7ra_markdownPayload",
3105
+ "turnLabel": "yfS7ra_turnLabel",
3106
+ "payload": "yfS7ra_payload",
3107
+ "panelImage": "yfS7ra_panelImage",
3108
+ "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3109
+ "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3110
+ "detailsLocation": "yfS7ra_detailsLocation",
3102
3111
  "trajectory-table": "yfS7ra_trajectory-table",
3103
- "requestTokenDetail": "yfS7ra_requestTokenDetail",
3104
- "schemaName": "yfS7ra_schemaName",
3105
- "schemaDescription": "yfS7ra_schemaDescription",
3106
- "toolCatalogName": "yfS7ra_toolCatalogName",
3107
- "toolCatalog": "yfS7ra_toolCatalog",
3108
- "message": "yfS7ra_message",
3109
- "resultPreview": "yfS7ra_resultPreview",
3112
+ "assistantContent": "yfS7ra_assistantContent",
3113
+ "sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
3114
+ "sourceBlockContent": "yfS7ra_sourceBlockContent",
3110
3115
  "eventColumn": "yfS7ra_eventColumn",
3111
- "kindTag": "yfS7ra_kindTag",
3112
- "toolCallPayload": "yfS7ra_toolCallPayload",
3113
- "markdownPayload": "yfS7ra_markdownPayload",
3114
- "visuallyHidden": "yfS7ra_visuallyHidden",
3115
- "sourceBlockLabel": "yfS7ra_sourceBlockLabel",
3116
- "promptDiff": "yfS7ra_promptDiff",
3117
- "systemPrompt": "yfS7ra_systemPrompt",
3118
- "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3119
- "historyLoading": "yfS7ra_historyLoading",
3120
- "contentText": "yfS7ra_contentText",
3121
- "assistantToolCalls": "yfS7ra_assistantToolCalls",
3122
- "toolCatalogItem": "yfS7ra_toolCatalogItem",
3123
- "schemaParametersTitle": "yfS7ra_schemaParametersTitle",
3124
- "resultBlockText": "yfS7ra_resultBlockText",
3125
- "assistantVioletBright": "yfS7ra_assistantVioletBright",
3126
- "eventInner": "yfS7ra_eventInner",
3116
+ "inlineResultText": "yfS7ra_inlineResultText",
3127
3117
  "collapsedTurnContent": "yfS7ra_collapsedTurnContent",
3128
- "contentColumn": "yfS7ra_contentColumn",
3129
- "overviewPreview": "yfS7ra_overviewPreview",
3130
- "sourceBlocks": "yfS7ra_sourceBlocks",
3131
- "markdownPreview": "yfS7ra_markdownPreview",
3118
+ "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3119
+ "toolCatalogTree": "yfS7ra_toolCatalogTree",
3120
+ "requestDetailsName": "yfS7ra_requestDetailsName",
3121
+ "promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
3122
+ "usageHeading": "yfS7ra_usageHeading",
3123
+ "split": "yfS7ra_split",
3124
+ "collapsedTurnText": "yfS7ra_collapsedTurnText",
3125
+ "turnLabelCompact": "yfS7ra_turnLabelCompact",
3126
+ "promptDiff": "yfS7ra_promptDiff",
3127
+ "toolCatalogIcon": "yfS7ra_toolCatalogIcon",
3132
3128
  "overviewSections": "yfS7ra_overviewSections",
3133
- "eventHeader": "yfS7ra_eventHeader",
3134
- "thinkingToggle": "yfS7ra_thinkingToggle",
3135
- "user": "yfS7ra_user",
3136
- "assistantToolCallText": "yfS7ra_assistantToolCallText",
3137
- "assistantOutput": "yfS7ra_assistantOutput",
3138
- "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3139
- "sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
3140
- "toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
3141
- "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3142
- "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3143
3129
  "selectionRail": "yfS7ra_selectionRail",
3144
- "schemaTree": "yfS7ra_schemaTree",
3145
- "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3146
- "schemaIntro": "yfS7ra_schemaIntro",
3147
- "virtualSpacer": "yfS7ra_virtualSpacer",
3148
- "kindTagIcon": "yfS7ra_kindTagIcon",
3149
- "requestDetailsDot": "yfS7ra_requestDetailsDot",
3150
- "messageImagesPreview": "yfS7ra_messageImagesPreview",
3151
- "content": "yfS7ra_content",
3152
- "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3153
- "tablePane": "yfS7ra_tablePane",
3154
- "toolAmber": "yfS7ra_toolAmber",
3155
- "assistantContentRendered": "yfS7ra_assistantContentRendered",
3156
- "toolCatalogTree": "yfS7ra_toolCatalogTree",
3157
- "assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
3130
+ "noOutputText": "yfS7ra_noOutputText",
3131
+ "overviewPreview": "yfS7ra_overviewPreview",
3132
+ "event": "yfS7ra_event",
3133
+ "turnLabelActive": "yfS7ra_turnLabelActive",
3134
+ "inlineResult": "yfS7ra_inlineResult",
3135
+ "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3136
+ "schemaDescription": "yfS7ra_schemaDescription",
3137
+ "turnLabelFull": "yfS7ra_turnLabelFull",
3138
+ "schemaName": "yfS7ra_schemaName",
3139
+ "sourceBlock": "yfS7ra_sourceBlock",
3140
+ "detailBody": "yfS7ra_detailBody",
3141
+ "promptDiffTitle": "yfS7ra_promptDiffTitle",
3158
3142
  "subtoolAmber": "yfS7ra_subtoolAmber",
3159
- "schemaParameters": "yfS7ra_schemaParameters",
3160
- "resultBlocks": "yfS7ra_resultBlocks",
3161
- "promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
3162
- "detailTab": "yfS7ra_detailTab",
3143
+ "usageGroup": "yfS7ra_usageGroup",
3144
+ "thinkingToggle": "yfS7ra_thinkingToggle",
3145
+ "detailsTitle": "yfS7ra_detailsTitle",
3146
+ "promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
3147
+ "eventHeader": "yfS7ra_eventHeader",
3148
+ "history-loading-spin": "yfS7ra_history-loading-spin",
3149
+ "overview": "yfS7ra_overview",
3150
+ "contextGreen": "yfS7ra_contextGreen",
3151
+ "compactedSummary": "yfS7ra_compactedSummary",
3152
+ "requestDetailsDot": "yfS7ra_requestDetailsDot",
3153
+ "details": "yfS7ra_details",
3154
+ "thinkingQuote": "yfS7ra_thinkingQuote",
3155
+ "schemaPreview": "yfS7ra_schemaPreview",
3163
3156
  "assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
3164
- "jsonPayload": "yfS7ra_jsonPayload",
3165
- "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3166
- "overviewParentLinks": "yfS7ra_overviewParentLinks"
3157
+ "kindTagIcon": "yfS7ra_kindTagIcon",
3158
+ "toolCatalogName": "yfS7ra_toolCatalogName",
3159
+ "detailsHeader": "yfS7ra_detailsHeader",
3160
+ "historyLoadRow": "yfS7ra_historyLoadRow",
3161
+ "panelImageLink": "yfS7ra_panelImageLink",
3162
+ "toolAmber": "yfS7ra_toolAmber",
3163
+ "systemPrompt": "yfS7ra_systemPrompt",
3164
+ "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3165
+ "error": "yfS7ra_error",
3166
+ "sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget"
3167
3167
  };
3168
3168
  //#endregion
3169
3169
  //#region src/client/TrajectoryTable.tsx
@@ -5328,18 +5328,18 @@ window.__ModuleLoader__.load({
5328
5328
  }
5329
5329
  var TrajectoryToolbar_module_css_default = {
5330
5330
  "searchInput": "ItN3YG_searchInput",
5331
- "root": "ItN3YG_root",
5331
+ "toggleIcon": "ItN3YG_toggleIcon",
5332
5332
  "actions": "ItN3YG_actions",
5333
- "control": "ItN3YG_control",
5334
- "controlThumb": "ItN3YG_controlThumb",
5335
- "actionIcon": "ItN3YG_actionIcon",
5336
5333
  "toggle": "ItN3YG_toggle",
5337
- "toggleIcon": "ItN3YG_toggleIcon",
5338
5334
  "action": "ItN3YG_action",
5339
- "search": "ItN3YG_search",
5340
5335
  "inner": "ItN3YG_inner",
5336
+ "root": "ItN3YG_root",
5337
+ "control": "ItN3YG_control",
5338
+ "search": "ItN3YG_search",
5339
+ "controlThumb": "ItN3YG_controlThumb",
5340
+ "searchIcon": "ItN3YG_searchIcon",
5341
5341
  "controlTrack": "ItN3YG_controlTrack",
5342
- "searchIcon": "ItN3YG_searchIcon"
5342
+ "actionIcon": "ItN3YG_actionIcon"
5343
5343
  };
5344
5344
  //#endregion
5345
5345
  //#region src/client/TrajectoryToolbar.tsx
@@ -5578,17 +5578,17 @@ window.__ModuleLoader__.load({
5578
5578
  document.head.appendChild(tag);
5579
5579
  }
5580
5580
  var TrajectoryTimeline_module_css_default = {
5581
- "earlierHistory": "kwzH6G_earlierHistory",
5582
- "selectionEdges": "kwzH6G_selectionEdges",
5583
- "track": "kwzH6G_track",
5581
+ "empty": "kwzH6G_empty",
5584
5582
  "turnBoundary": "kwzH6G_turnBoundary",
5583
+ "root": "kwzH6G_root",
5584
+ "track": "kwzH6G_track",
5585
+ "labels": "kwzH6G_labels",
5586
+ "earlierHistory": "kwzH6G_earlierHistory",
5585
5587
  "span": "kwzH6G_span",
5586
- "lanes": "kwzH6G_lanes",
5587
5588
  "selection": "kwzH6G_selection",
5588
- "root": "kwzH6G_root",
5589
- "empty": "kwzH6G_empty",
5589
+ "selectionEdges": "kwzH6G_selectionEdges",
5590
+ "lanes": "kwzH6G_lanes",
5590
5591
  "hoverLine": "kwzH6G_hoverLine",
5591
- "labels": "kwzH6G_labels",
5592
5592
  "plot": "kwzH6G_plot",
5593
5593
  "turnBoundaries": "kwzH6G_turnBoundaries"
5594
5594
  };
@@ -122,13 +122,13 @@ window.__ModuleLoader__.load({
122
122
  document.head.appendChild(tag);
123
123
  }
124
124
  var PlanReviewPanel_module_css_default = {
125
- "actions": "qwZnSa_actions",
126
125
  "dot": "qwZnSa_dot",
127
- "footer": "qwZnSa_footer",
126
+ "actions": "qwZnSa_actions",
128
127
  "feedback": "qwZnSa_feedback",
129
- "card": "qwZnSa_card",
130
- "body": "qwZnSa_body",
131
128
  "discuss": "qwZnSa_discuss",
129
+ "body": "qwZnSa_body",
130
+ "footer": "qwZnSa_footer",
131
+ "card": "qwZnSa_card",
132
132
  "frame": "qwZnSa_frame",
133
133
  "strip": "qwZnSa_strip"
134
134
  };
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
240
240
  document.head.appendChild(tag);
241
241
  }
242
242
  var QuestionComposer_module_css_default = {
243
- "badge": "_3wP-uG_badge",
244
- "feedback": "_3wP-uG_feedback",
243
+ "cardMinimized": "_3wP-uG_cardMinimized",
244
+ "pager": "_3wP-uG_pager",
245
245
  "footerActions": "_3wP-uG_footerActions",
246
246
  "headerActions": "_3wP-uG_headerActions",
247
+ "badge": "_3wP-uG_badge",
247
248
  "optionSelected": "_3wP-uG_optionSelected",
248
- "optionCopy": "_3wP-uG_optionCopy",
249
- "customRow": "_3wP-uG_customRow",
250
- "header": "_3wP-uG_header",
251
- "checkboxChecked": "_3wP-uG_checkboxChecked",
252
- "customRowActive": "_3wP-uG_customRowActive",
253
- "headingBlock": "_3wP-uG_headingBlock",
254
- "detail": "_3wP-uG_detail",
255
- "checkbox": "_3wP-uG_checkbox",
256
- "option": "_3wP-uG_option",
257
- "cardMinimized": "_3wP-uG_cardMinimized",
258
- "eyebrow": "_3wP-uG_eyebrow",
259
- "pager": "_3wP-uG_pager",
249
+ "feedback": "_3wP-uG_feedback",
260
250
  "number": "_3wP-uG_number",
261
- "customTextarea": "_3wP-uG_customTextarea",
262
- "description": "_3wP-uG_description",
251
+ "footer": "_3wP-uG_footer",
252
+ "eyebrow": "_3wP-uG_eyebrow",
253
+ "option": "_3wP-uG_option",
263
254
  "card": "_3wP-uG_card",
264
- "options": "_3wP-uG_options",
265
- "customInput": "_3wP-uG_customInput",
266
- "title": "_3wP-uG_title",
255
+ "headingBlock": "_3wP-uG_headingBlock",
256
+ "body": "_3wP-uG_body",
267
257
  "frame": "_3wP-uG_frame",
268
- "progress": "_3wP-uG_progress",
258
+ "checkboxChecked": "_3wP-uG_checkboxChecked",
259
+ "customTextarea": "_3wP-uG_customTextarea",
260
+ "options": "_3wP-uG_options",
261
+ "description": "_3wP-uG_description",
262
+ "customRow": "_3wP-uG_customRow",
269
263
  "iconButton": "_3wP-uG_iconButton",
270
- "footer": "_3wP-uG_footer",
271
- "optionLine": "_3wP-uG_optionLine",
264
+ "detail": "_3wP-uG_detail",
272
265
  "optionLabel": "_3wP-uG_optionLabel",
273
- "body": "_3wP-uG_body"
266
+ "header": "_3wP-uG_header",
267
+ "title": "_3wP-uG_title",
268
+ "customRowActive": "_3wP-uG_customRowActive",
269
+ "checkbox": "_3wP-uG_checkbox",
270
+ "optionCopy": "_3wP-uG_optionCopy",
271
+ "optionLine": "_3wP-uG_optionLine",
272
+ "customInput": "_3wP-uG_customInput",
273
+ "progress": "_3wP-uG_progress"
274
274
  };
275
275
  //#endregion
276
276
  //#region src/client/QuestionComposer.tsx