@xrkseek/harness-cli 0.1.4 → 0.1.5

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