@xrkseek/harness-cli 0.0.8 → 0.0.10

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 (67) hide show
  1. package/dist/commands/serve.d.ts.map +1 -1
  2. package/dist/commands/serve.js +25 -5
  3. package/dist/commands/serve.js.map +1 -1
  4. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
  5. package/node_modules/@xrkseek/core-agent-loop/dist/index.js +6 -1
  6. package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
  7. package/node_modules/@xrkseek/protocol/dist/index.d.ts +1 -1
  8. package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
  9. package/node_modules/@xrkseek/protocol/dist/index.js +1 -1
  10. package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
  11. package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
  12. package/node_modules/@xrkseek/protocol/dist/json-schema.js +1 -0
  13. package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
  14. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +8 -0
  15. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
  16. package/node_modules/@xrkseek/protocol/dist/session-events.js +5 -0
  17. package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
  18. package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
  19. package/node_modules/@xrkseek/protocol/dist/validate.js +2 -0
  20. package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
  21. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
  22. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +4 -1
  23. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
  24. package/node_modules/@xrkseek/server-face/dist/attach-http.d.ts.map +1 -1
  25. package/node_modules/@xrkseek/server-face/dist/attach-http.js +33 -4
  26. package/node_modules/@xrkseek/server-face/dist/attach-http.js.map +1 -1
  27. package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
  28. package/node_modules/@xrkseek/server-face/dist/runtime.js +9 -1
  29. package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
  30. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  31. package/node_modules/@xrkseek/server-host/dist/index.js +27 -21
  32. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  33. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  34. package/node_modules/@xrkseek/server-http/dist/index.js +9 -1
  35. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  36. package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
  37. package/node_modules/@xrkseek/workspace/dist/index.js +2 -0
  38. package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -1
  39. package/package.json +1 -1
  40. package/product-web/boot.json +1 -1
  41. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  42. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +34 -34
  43. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  44. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +157 -157
  45. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +6 -6
  46. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
  47. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +4 -4
  48. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
  49. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  50. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
  51. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
  52. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +16 -16
  53. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  54. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  55. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +17 -17
  56. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +51 -51
  57. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  58. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
  59. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
  60. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
  61. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +16 -16
  62. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
  63. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
  64. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +143 -143
  65. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +28 -28
  66. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  67. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
@@ -19,30 +19,30 @@ window.__ModuleLoader__.load({
19
19
  document.head.appendChild(tag);
20
20
  }
21
21
  var SubagentCatalogAction_module_css_default = {
22
- "count": "zp9X5G_count",
23
22
  "disabled": "zp9X5G_disabled",
23
+ "count": "zp9X5G_count",
24
+ "menu": "zp9X5G_menu",
24
25
  "disclosureSpace": "zp9X5G_disclosureSpace",
25
- "node": "zp9X5G_node",
26
- "content": "zp9X5G_content",
27
- "label": "zp9X5G_label",
28
26
  "metricToken": "zp9X5G_metricToken",
27
+ "content": "zp9X5G_content",
28
+ "metrics": "zp9X5G_metrics",
29
29
  "refresh": "zp9X5G_refresh",
30
- "trigger": "zp9X5G_trigger",
31
- "clickarea": "zp9X5G_clickarea",
32
- "children": "zp9X5G_children",
33
- "error": "zp9X5G_error",
34
- "metricDuration": "zp9X5G_metricDuration",
35
- "disclosure": "zp9X5G_disclosure",
30
+ "root": "zp9X5G_root",
36
31
  "triggerOpen": "zp9X5G_triggerOpen",
32
+ "loadingRow": "zp9X5G_loadingRow",
33
+ "label": "zp9X5G_label",
37
34
  "row": "zp9X5G_row",
35
+ "node": "zp9X5G_node",
36
+ "disclosureOpen": "zp9X5G_disclosureOpen",
37
+ "summary": "zp9X5G_summary",
38
+ "metricDuration": "zp9X5G_metricDuration",
39
+ "trigger": "zp9X5G_trigger",
38
40
  "activitySlot": "zp9X5G_activitySlot",
39
- "menu": "zp9X5G_menu",
40
- "loadingRow": "zp9X5G_loadingRow",
41
- "metrics": "zp9X5G_metrics",
41
+ "disclosure": "zp9X5G_disclosure",
42
+ "clickarea": "zp9X5G_clickarea",
43
+ "children": "zp9X5G_children",
42
44
  "notice": "zp9X5G_notice",
43
- "summary": "zp9X5G_summary",
44
- "root": "zp9X5G_root",
45
- "disclosureOpen": "zp9X5G_disclosureOpen"
45
+ "error": "zp9X5G_error"
46
46
  };
47
47
  //#endregion
48
48
  //#region src/client/SubagentCatalogAction.tsx
@@ -33,10 +33,10 @@ window.__ModuleLoader__.load({
33
33
  document.head.appendChild(tag);
34
34
  }
35
35
  var AppearanceRow_module_css_default = {
36
+ "themeCube": "rjCQBa_themeCube",
37
+ "cubeRow": "rjCQBa_cubeRow",
36
38
  "title": "rjCQBa_title",
37
39
  "group": "rjCQBa_group",
38
- "cubeRow": "rjCQBa_cubeRow",
39
- "themeCube": "rjCQBa_themeCube",
40
40
  "selected": "rjCQBa_selected"
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
- "dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
609
608
  "codeBody": "svsF2W_codeBody",
610
- "ioDivider": "svsF2W_ioDivider",
611
- "title": "svsF2W_title",
612
- "terminalBody": "svsF2W_terminalBody",
613
- "errorSummary": "svsF2W_errorSummary",
614
- "readBody": "svsF2W_readBody",
615
- "ioText": "svsF2W_ioText",
616
- "searchBody": "svsF2W_searchBody",
617
609
  "chevron": "svsF2W_chevron",
618
- "webBody": "svsF2W_webBody",
619
- "leading": "svsF2W_leading",
620
- "root": "svsF2W_root",
610
+ "sep": "svsF2W_sep",
621
611
  "ioLabel": "svsF2W_ioLabel",
622
- "searchRecovery": "svsF2W_searchRecovery",
612
+ "bodyScroll": "svsF2W_bodyScroll",
613
+ "ioSection": "svsF2W_ioSection",
614
+ "terminalBody": "svsF2W_terminalBody",
615
+ "inspectButton": "svsF2W_inspectButton",
616
+ "leading": "svsF2W_leading",
623
617
  "summarySuffix": "svsF2W_summarySuffix",
618
+ "root": "svsF2W_root",
624
619
  "fileLink": "svsF2W_fileLink",
625
- "ioCard": "svsF2W_ioCard",
620
+ "dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
621
+ "bodyWrap": "svsF2W_bodyWrap",
626
622
  "diffBody": "svsF2W_diffBody",
627
- "visuallyHidden": "svsF2W_visuallyHidden",
628
- "inspectButton": "svsF2W_inspectButton",
629
623
  "row": "svsF2W_row",
630
- "sep": "svsF2W_sep",
631
- "summary": "svsF2W_summary",
632
- "ioSection": "svsF2W_ioSection",
633
- "bodyWrap": "svsF2W_bodyWrap",
634
- "bodyScroll": "svsF2W_bodyScroll"
624
+ "webBody": "svsF2W_webBody",
625
+ "title": "svsF2W_title",
626
+ "ioDivider": "svsF2W_ioDivider",
627
+ "ioText": "svsF2W_ioText",
628
+ "searchBody": "svsF2W_searchBody",
629
+ "searchRecovery": "svsF2W_searchRecovery",
630
+ "visuallyHidden": "svsF2W_visuallyHidden",
631
+ "readBody": "svsF2W_readBody",
632
+ "errorSummary": "svsF2W_errorSummary",
633
+ "ioCard": "svsF2W_ioCard",
634
+ "summary": "svsF2W_summary"
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
@@ -949,13 +949,13 @@ window.__ModuleLoader__.load({
949
949
  document.head.appendChild(tag);
950
950
  }
951
951
  var ToolDetails_module_css_default = {
952
- "recovery": "_5bRnqW_recovery",
953
- "code": "_5bRnqW_code",
954
952
  "cardBody": "_5bRnqW_cardBody",
955
- "read": "_5bRnqW_read",
953
+ "code": "_5bRnqW_code",
954
+ "recovery": "_5bRnqW_recovery",
956
955
  "web": "_5bRnqW_web",
957
- "empty": "_5bRnqW_empty",
958
- "description": "_5bRnqW_description"
956
+ "read": "_5bRnqW_read",
957
+ "description": "_5bRnqW_description",
958
+ "empty": "_5bRnqW_empty"
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
- "card": "N2AvQG_card",
1103
- "title": "N2AvQG_title",
1104
1102
  "ioLabel": "N2AvQG_ioLabel",
1105
- "dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
1106
- "leading": "N2AvQG_leading",
1103
+ "chevronHover": "N2AvQG_chevronHover",
1107
1104
  "sep": "N2AvQG_sep",
1108
- "errorSummary": "N2AvQG_errorSummary",
1105
+ "terminal": "N2AvQG_terminal",
1106
+ "title": "N2AvQG_title",
1109
1107
  "ioCard": "N2AvQG_ioCard",
1108
+ "ioDivider": "N2AvQG_ioDivider",
1110
1109
  "summary": "N2AvQG_summary",
1111
- "ioSection": "N2AvQG_ioSection",
1110
+ "chevron": "N2AvQG_chevron",
1111
+ "dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
1112
+ "errorSummary": "N2AvQG_errorSummary",
1112
1113
  "ioText": "N2AvQG_ioText",
1113
- "iconIdle": "N2AvQG_iconIdle",
1114
- "inspectButton": "N2AvQG_inspectButton",
1115
- "terminal": "N2AvQG_terminal",
1116
1114
  "bodyWrap": "N2AvQG_bodyWrap",
1115
+ "iconIdle": "N2AvQG_iconIdle",
1116
+ "ioSection": "N2AvQG_ioSection",
1117
1117
  "root": "N2AvQG_root",
1118
- "visuallyHidden": "N2AvQG_visuallyHidden",
1119
- "chevron": "N2AvQG_chevron",
1120
- "chevronHover": "N2AvQG_chevronHover",
1121
- "ioDivider": "N2AvQG_ioDivider"
1118
+ "leading": "N2AvQG_leading",
1119
+ "inspectButton": "N2AvQG_inspectButton",
1120
+ "card": "N2AvQG_card",
1121
+ "visuallyHidden": "N2AvQG_visuallyHidden"
1122
1122
  };
1123
1123
  //#endregion
1124
1124
  //#region src/client/tool/toolviews/bash-sample.tsx
@@ -3039,152 +3039,152 @@ window.__ModuleLoader__.load({
3039
3039
  document.head.appendChild(tag);
3040
3040
  }
3041
3041
  var TrajectoryTable_module_css_default = {
3042
- "arrow": "yfS7ra_arrow",
3042
+ "turnLabelActive": "yfS7ra_turnLabelActive",
3043
+ "schemaIntro": "yfS7ra_schemaIntro",
3044
+ "detailsTitle": "yfS7ra_detailsTitle",
3045
+ "collapsedTurnText": "yfS7ra_collapsedTurnText",
3046
+ "thinkingChevron": "yfS7ra_thinkingChevron",
3047
+ "assistantOutput": "yfS7ra_assistantOutput",
3048
+ "overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
3049
+ "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3050
+ "event": "yfS7ra_event",
3051
+ "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3052
+ "split": "yfS7ra_split",
3043
3053
  "resultBlockText": "yfS7ra_resultBlockText",
3044
- "compactedSummary": "yfS7ra_compactedSummary",
3045
- "sourceBlockContent": "yfS7ra_sourceBlockContent",
3046
- "message": "yfS7ra_message",
3047
- "payloadPreview": "yfS7ra_payloadPreview",
3048
- "sourceBlock": "yfS7ra_sourceBlock",
3054
+ "contentText": "yfS7ra_contentText",
3055
+ "overviewParentLinks": "yfS7ra_overviewParentLinks",
3056
+ "toolCatalogTree": "yfS7ra_toolCatalogTree",
3049
3057
  "historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
3050
- "errorPayload": "yfS7ra_errorPayload",
3058
+ "jsonPreview": "yfS7ra_jsonPreview",
3059
+ "turnLabel": "yfS7ra_turnLabel",
3060
+ "detailTab": "yfS7ra_detailTab",
3061
+ "toolCatalogChevron": "yfS7ra_toolCatalogChevron",
3062
+ "toolCatalogName": "yfS7ra_toolCatalogName",
3063
+ "details": "yfS7ra_details",
3064
+ "assistantToolCallButton": "yfS7ra_assistantToolCallButton",
3065
+ "assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
3066
+ "toolCatalogItem": "yfS7ra_toolCatalogItem",
3067
+ "sourceBlockContent": "yfS7ra_sourceBlockContent",
3051
3068
  "detailTabs": "yfS7ra_detailTabs",
3052
- "table": "yfS7ra_table",
3053
- "sourceBlocks": "yfS7ra_sourceBlocks",
3054
3069
  "requestDetailsName": "yfS7ra_requestDetailsName",
3055
- "assistantToolCalls": "yfS7ra_assistantToolCalls",
3056
- "kindTagLabel": "yfS7ra_kindTagLabel",
3057
- "assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
3058
- "assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
3059
- "selectionRail": "yfS7ra_selectionRail",
3060
- "toolAmber": "yfS7ra_toolAmber",
3061
- "turnLabelCompact": "yfS7ra_turnLabelCompact",
3062
- "systemNeutral": "yfS7ra_systemNeutral",
3063
- "promptDiff": "yfS7ra_promptDiff",
3064
- "detailTabActive": "yfS7ra_detailTabActive",
3065
- "collapsedTurnText": "yfS7ra_collapsedTurnText",
3066
- "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3067
- "detailTab": "yfS7ra_detailTab",
3068
- "timestampToggle": "yfS7ra_timestampToggle",
3070
+ "historyLoadButton": "yfS7ra_historyLoadButton",
3071
+ "contextGreen": "yfS7ra_contextGreen",
3072
+ "schemaTree": "yfS7ra_schemaTree",
3073
+ "payloadPreview": "yfS7ra_payloadPreview",
3074
+ "usagePanel": "yfS7ra_usagePanel",
3075
+ "sourceBlockLabel": "yfS7ra_sourceBlockLabel",
3076
+ "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3077
+ "table": "yfS7ra_table",
3069
3078
  "toolCatalogIcon": "yfS7ra_toolCatalogIcon",
3070
- "kindTagIcon": "yfS7ra_kindTagIcon",
3071
- "panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
3072
- "thinkingQuote": "yfS7ra_thinkingQuote",
3073
- "assistantToolCallName": "yfS7ra_assistantToolCallName",
3074
- "sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
3075
- "usageGroup": "yfS7ra_usageGroup",
3076
- "noOutputText": "yfS7ra_noOutputText",
3079
+ "eventColumn": "yfS7ra_eventColumn",
3080
+ "subtoolAmber": "yfS7ra_subtoolAmber",
3081
+ "sourceBlock": "yfS7ra_sourceBlock",
3082
+ "historyLoading": "yfS7ra_historyLoading",
3083
+ "detailTabActive": "yfS7ra_detailTabActive",
3077
3084
  "visuallyHidden": "yfS7ra_visuallyHidden",
3078
- "historyLoadRow": "yfS7ra_historyLoadRow",
3079
- "content": "yfS7ra_content",
3080
- "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3081
- "overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
3082
- "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3083
- "schema": "yfS7ra_schema",
3084
- "sourceBlockHeader": "yfS7ra_sourceBlockHeader",
3085
- "compacted": "yfS7ra_compacted",
3086
- "resultPreview": "yfS7ra_resultPreview",
3087
- "schemaIntro": "yfS7ra_schemaIntro",
3088
- "assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
3089
- "schemaDescription": "yfS7ra_schemaDescription",
3090
- "inlineResult": "yfS7ra_inlineResult",
3085
+ "assistantVioletBright": "yfS7ra_assistantVioletBright",
3086
+ "toolCallPayload": "yfS7ra_toolCallPayload",
3087
+ "usageHeading": "yfS7ra_usageHeading",
3088
+ "assistantContentRendered": "yfS7ra_assistantContentRendered",
3089
+ "messageImages": "yfS7ra_messageImages",
3090
+ "assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
3091
+ "noPayload": "yfS7ra_noPayload",
3092
+ "schemaParameters": "yfS7ra_schemaParameters",
3093
+ "schemaParametersTitle": "yfS7ra_schemaParametersTitle",
3094
+ "trajectory-table": "yfS7ra_trajectory-table",
3091
3095
  "promptDiffSections": "yfS7ra_promptDiffSections",
3092
- "overviewPreview": "yfS7ra_overviewPreview",
3093
- "turnRail": "yfS7ra_turnRail",
3094
- "thinkingChevron": "yfS7ra_thinkingChevron",
3096
+ "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3097
+ "thinkingToggle": "yfS7ra_thinkingToggle",
3098
+ "detailBody": "yfS7ra_detailBody",
3099
+ "resultRequest": "yfS7ra_resultRequest",
3100
+ "kindTagLabel": "yfS7ra_kindTagLabel",
3101
+ "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3102
+ "kindTag": "yfS7ra_kindTag",
3095
3103
  "detailBodySummary": "yfS7ra_detailBodySummary",
3096
- "overviewSection": "yfS7ra_overviewSection",
3104
+ "markdownPreview": "yfS7ra_markdownPreview",
3105
+ "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3097
3106
  "assistantToolCallText": "yfS7ra_assistantToolCallText",
3098
- "details": "yfS7ra_details",
3099
- "overviewParentLinks": "yfS7ra_overviewParentLinks",
3107
+ "promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
3108
+ "schema": "yfS7ra_schema",
3109
+ "thinkingQuote": "yfS7ra_thinkingQuote",
3110
+ "jsonPayload": "yfS7ra_jsonPayload",
3111
+ "overviewHeading": "yfS7ra_overviewHeading",
3112
+ "assistantContent": "yfS7ra_assistantContent",
3113
+ "resultPreview": "yfS7ra_resultPreview",
3114
+ "overviewSections": "yfS7ra_overviewSections",
3100
3115
  "resultBlocks": "yfS7ra_resultBlocks",
3101
- "panelImage": "yfS7ra_panelImage",
3102
- "kindSlot": "yfS7ra_kindSlot",
3103
- "detailsLocation": "yfS7ra_detailsLocation",
3104
- "detailBody": "yfS7ra_detailBody",
3105
- "schemaParameters": "yfS7ra_schemaParameters",
3116
+ "assistantToolCallName": "yfS7ra_assistantToolCallName",
3117
+ "contentColumn": "yfS7ra_contentColumn",
3118
+ "panelImageLink": "yfS7ra_panelImageLink",
3106
3119
  "detailsHeader": "yfS7ra_detailsHeader",
3107
- "eventHeader": "yfS7ra_eventHeader",
3108
- "overview": "yfS7ra_overview",
3109
- "assistantToolCallButton": "yfS7ra_assistantToolCallButton",
3110
- "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3111
- "assistantVioletBright": "yfS7ra_assistantVioletBright",
3112
- "markdownPayload": "yfS7ra_markdownPayload",
3113
- "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3114
- "schemaParametersTitle": "yfS7ra_schemaParametersTitle",
3115
- "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3116
3120
  "turnLabelFull": "yfS7ra_turnLabelFull",
3117
- "contextGreen": "yfS7ra_contextGreen",
3118
- "toolCallPayload": "yfS7ra_toolCallPayload",
3119
- "virtualSpacer": "yfS7ra_virtualSpacer",
3121
+ "noOutputText": "yfS7ra_noOutputText",
3122
+ "schemaDescription": "yfS7ra_schemaDescription",
3123
+ "history-loading-spin": "yfS7ra_history-loading-spin",
3124
+ "schemaPreview": "yfS7ra_schemaPreview",
3125
+ "overview": "yfS7ra_overview",
3126
+ "toolCatalog": "yfS7ra_toolCatalog",
3127
+ "sourceBlockHeader": "yfS7ra_sourceBlockHeader",
3128
+ "turnLabelCompact": "yfS7ra_turnLabelCompact",
3129
+ "inlineResult": "yfS7ra_inlineResult",
3130
+ "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3131
+ "inlineResultText": "yfS7ra_inlineResultText",
3132
+ "content": "yfS7ra_content",
3133
+ "turnRail": "yfS7ra_turnRail",
3134
+ "systemNeutral": "yfS7ra_systemNeutral",
3135
+ "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3120
3136
  "toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
3121
- "toolCatalogName": "yfS7ra_toolCatalogName",
3137
+ "promptDiffTitle": "yfS7ra_promptDiffTitle",
3138
+ "errorPayload": "yfS7ra_errorPayload",
3139
+ "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3140
+ "panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
3141
+ "requestDetailsDot": "yfS7ra_requestDetailsDot",
3142
+ "collapsedTurnContent": "yfS7ra_collapsedTurnContent",
3122
3143
  "sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
3123
- "promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
3124
- "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3125
3144
  "promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
3126
- "usageHeading": "yfS7ra_usageHeading",
3127
- "historyLoading": "yfS7ra_historyLoading",
3128
- "turnLabel": "yfS7ra_turnLabel",
3129
- "resultRequest": "yfS7ra_resultRequest",
3130
- "toolCallOnly": "yfS7ra_toolCallOnly",
3131
- "messageImages": "yfS7ra_messageImages",
3132
- "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3133
- "overviewTitle": "yfS7ra_overviewTitle",
3145
+ "virtualSpacer": "yfS7ra_virtualSpacer",
3146
+ "kindSlot": "yfS7ra_kindSlot",
3147
+ "compacted": "yfS7ra_compacted",
3148
+ "detailsLocation": "yfS7ra_detailsLocation",
3149
+ "promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
3150
+ "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3134
3151
  "schemaName": "yfS7ra_schemaName",
3135
- "trajectory-table": "yfS7ra_trajectory-table",
3136
- "close": "yfS7ra_close",
3137
- "requestTokenDetail": "yfS7ra_requestTokenDetail",
3138
- "schemaPreview": "yfS7ra_schemaPreview",
3139
3152
  "messageImagesPreview": "yfS7ra_messageImagesPreview",
3140
- "eventColumn": "yfS7ra_eventColumn",
3141
- "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3142
- "kindTag": "yfS7ra_kindTag",
3143
- "collapsedTurnContent": "yfS7ra_collapsedTurnContent",
3144
- "schemaTree": "yfS7ra_schemaTree",
3153
+ "usageGroup": "yfS7ra_usageGroup",
3145
3154
  "payload": "yfS7ra_payload",
3146
- "toolCatalog": "yfS7ra_toolCatalog",
3147
- "toolCatalogItem": "yfS7ra_toolCatalogItem",
3148
- "toolCatalogChevron": "yfS7ra_toolCatalogChevron",
3149
- "historyLoadingBar": "yfS7ra_historyLoadingBar",
3150
- "jsonPreview": "yfS7ra_jsonPreview",
3151
- "error": "yfS7ra_error",
3152
- "assistantOutput": "yfS7ra_assistantOutput",
3153
- "promptDiffTitle": "yfS7ra_promptDiffTitle",
3154
- "requestDetailsDot": "yfS7ra_requestDetailsDot",
3155
- "turnLabelActive": "yfS7ra_turnLabelActive",
3156
- "contentText": "yfS7ra_contentText",
3157
- "toolCatalogTree": "yfS7ra_toolCatalogTree",
3155
+ "assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
3156
+ "eventInner": "yfS7ra_eventInner",
3157
+ "overviewSection": "yfS7ra_overviewSection",
3158
+ "overviewTitle": "yfS7ra_overviewTitle",
3159
+ "assistantToolCalls": "yfS7ra_assistantToolCalls",
3160
+ "tablePane": "yfS7ra_tablePane",
3161
+ "historyLoadRow": "yfS7ra_historyLoadRow",
3162
+ "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3163
+ "sourceBlocks": "yfS7ra_sourceBlocks",
3164
+ "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3165
+ "selectionRail": "yfS7ra_selectionRail",
3158
3166
  "promptDiffSection": "yfS7ra_promptDiffSection",
3159
- "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3160
- "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3161
- "contentColumn": "yfS7ra_contentColumn",
3162
- "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3163
- "overviewHeading": "yfS7ra_overviewHeading",
3164
- "markdownPreview": "yfS7ra_markdownPreview",
3165
- "detailsTitle": "yfS7ra_detailsTitle",
3166
3167
  "systemPrompt": "yfS7ra_systemPrompt",
3167
- "tablePane": "yfS7ra_tablePane",
3168
- "jsonPayload": "yfS7ra_jsonPayload",
3168
+ "toolAmber": "yfS7ra_toolAmber",
3169
+ "eventHeader": "yfS7ra_eventHeader",
3170
+ "toolCallOnly": "yfS7ra_toolCallOnly",
3171
+ "panelImage": "yfS7ra_panelImage",
3172
+ "message": "yfS7ra_message",
3173
+ "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3174
+ "historyLoadingBar": "yfS7ra_historyLoadingBar",
3169
3175
  "user": "yfS7ra_user",
3170
- "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3171
- "historyLoadButton": "yfS7ra_historyLoadButton",
3172
- "eventInner": "yfS7ra_eventInner",
3173
- "overviewSections": "yfS7ra_overviewSections",
3174
- "assistantContentRendered": "yfS7ra_assistantContentRendered",
3175
- "noPayload": "yfS7ra_noPayload",
3176
- "panelImageLink": "yfS7ra_panelImageLink",
3177
- "split": "yfS7ra_split",
3178
- "usagePanel": "yfS7ra_usagePanel",
3179
- "inlineResultText": "yfS7ra_inlineResultText",
3180
- "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3181
- "assistantContent": "yfS7ra_assistantContent",
3182
- "thinkingToggle": "yfS7ra_thinkingToggle",
3183
- "sourceBlockLabel": "yfS7ra_sourceBlockLabel",
3184
- "subtoolAmber": "yfS7ra_subtoolAmber",
3185
- "promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
3186
- "history-loading-spin": "yfS7ra_history-loading-spin",
3187
- "event": "yfS7ra_event"
3176
+ "promptDiff": "yfS7ra_promptDiff",
3177
+ "overviewPreview": "yfS7ra_overviewPreview",
3178
+ "sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
3179
+ "kindTagIcon": "yfS7ra_kindTagIcon",
3180
+ "arrow": "yfS7ra_arrow",
3181
+ "markdownPayload": "yfS7ra_markdownPayload",
3182
+ "error": "yfS7ra_error",
3183
+ "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3184
+ "requestTokenDetail": "yfS7ra_requestTokenDetail",
3185
+ "close": "yfS7ra_close",
3186
+ "timestampToggle": "yfS7ra_timestampToggle",
3187
+ "compactedSummary": "yfS7ra_compactedSummary"
3188
3188
  };
3189
3189
  //#endregion
3190
3190
  //#region src/client/TrajectoryTable.tsx
@@ -5348,19 +5348,19 @@ window.__ModuleLoader__.load({
5348
5348
  document.head.appendChild(tag);
5349
5349
  }
5350
5350
  var TrajectoryToolbar_module_css_default = {
5351
- "action": "ItN3YG_action",
5352
- "control": "ItN3YG_control",
5353
- "actionIcon": "ItN3YG_actionIcon",
5354
- "searchIcon": "ItN3YG_searchIcon",
5355
- "toggleIcon": "ItN3YG_toggleIcon",
5356
- "controlThumb": "ItN3YG_controlThumb",
5357
5351
  "inner": "ItN3YG_inner",
5358
5352
  "actions": "ItN3YG_actions",
5359
- "controlTrack": "ItN3YG_controlTrack",
5360
- "root": "ItN3YG_root",
5361
- "search": "ItN3YG_search",
5353
+ "actionIcon": "ItN3YG_actionIcon",
5362
5354
  "toggle": "ItN3YG_toggle",
5363
- "searchInput": "ItN3YG_searchInput"
5355
+ "search": "ItN3YG_search",
5356
+ "root": "ItN3YG_root",
5357
+ "controlTrack": "ItN3YG_controlTrack",
5358
+ "control": "ItN3YG_control",
5359
+ "searchIcon": "ItN3YG_searchIcon",
5360
+ "searchInput": "ItN3YG_searchInput",
5361
+ "controlThumb": "ItN3YG_controlThumb",
5362
+ "toggleIcon": "ItN3YG_toggleIcon",
5363
+ "action": "ItN3YG_action"
5364
5364
  };
5365
5365
  //#endregion
5366
5366
  //#region src/client/TrajectoryToolbar.tsx
@@ -5599,19 +5599,19 @@ window.__ModuleLoader__.load({
5599
5599
  document.head.appendChild(tag);
5600
5600
  }
5601
5601
  var TrajectoryTimeline_module_css_default = {
5602
+ "selectionEdges": "kwzH6G_selectionEdges",
5603
+ "turnBoundary": "kwzH6G_turnBoundary",
5604
+ "labels": "kwzH6G_labels",
5602
5605
  "selection": "kwzH6G_selection",
5603
- "track": "kwzH6G_track",
5604
- "root": "kwzH6G_root",
5605
- "plot": "kwzH6G_plot",
5606
+ "lanes": "kwzH6G_lanes",
5606
5607
  "earlierHistory": "kwzH6G_earlierHistory",
5607
- "turnBoundary": "kwzH6G_turnBoundary",
5608
+ "root": "kwzH6G_root",
5609
+ "turnBoundaries": "kwzH6G_turnBoundaries",
5608
5610
  "span": "kwzH6G_span",
5609
- "labels": "kwzH6G_labels",
5610
5611
  "empty": "kwzH6G_empty",
5611
- "selectionEdges": "kwzH6G_selectionEdges",
5612
5612
  "hoverLine": "kwzH6G_hoverLine",
5613
- "turnBoundaries": "kwzH6G_turnBoundaries",
5614
- "lanes": "kwzH6G_lanes"
5613
+ "plot": "kwzH6G_plot",
5614
+ "track": "kwzH6G_track"
5615
5615
  };
5616
5616
  //#endregion
5617
5617
  //#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
- "footer": "qwZnSa_footer",
126
- "actions": "qwZnSa_actions",
125
+ "feedback": "qwZnSa_feedback",
126
+ "strip": "qwZnSa_strip",
127
+ "frame": "qwZnSa_frame",
127
128
  "dot": "qwZnSa_dot",
128
129
  "body": "qwZnSa_body",
129
130
  "discuss": "qwZnSa_discuss",
130
- "strip": "qwZnSa_strip",
131
+ "actions": "qwZnSa_actions",
131
132
  "card": "qwZnSa_card",
132
- "frame": "qwZnSa_frame",
133
- "feedback": "qwZnSa_feedback"
133
+ "footer": "qwZnSa_footer"
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
- "headingBlock": "_3wP-uG_headingBlock",
244
- "customInput": "_3wP-uG_customInput",
245
- "optionLabel": "_3wP-uG_optionLabel",
246
- "frame": "_3wP-uG_frame",
247
- "optionCopy": "_3wP-uG_optionCopy",
248
- "feedback": "_3wP-uG_feedback",
249
- "card": "_3wP-uG_card",
250
- "number": "_3wP-uG_number",
251
243
  "footer": "_3wP-uG_footer",
244
+ "optionSelected": "_3wP-uG_optionSelected",
245
+ "badge": "_3wP-uG_badge",
246
+ "checkbox": "_3wP-uG_checkbox",
247
+ "customTextarea": "_3wP-uG_customTextarea",
248
+ "option": "_3wP-uG_option",
249
+ "progress": "_3wP-uG_progress",
250
+ "card": "_3wP-uG_card",
251
+ "body": "_3wP-uG_body",
252
+ "description": "_3wP-uG_description",
253
+ "optionCopy": "_3wP-uG_optionCopy",
252
254
  "detail": "_3wP-uG_detail",
255
+ "number": "_3wP-uG_number",
256
+ "customRow": "_3wP-uG_customRow",
257
+ "optionLabel": "_3wP-uG_optionLabel",
258
+ "feedback": "_3wP-uG_feedback",
253
259
  "options": "_3wP-uG_options",
254
- "description": "_3wP-uG_description",
255
- "body": "_3wP-uG_body",
256
- "title": "_3wP-uG_title",
257
- "progress": "_3wP-uG_progress",
258
- "eyebrow": "_3wP-uG_eyebrow",
259
- "customTextarea": "_3wP-uG_customTextarea",
260
- "optionLine": "_3wP-uG_optionLine",
260
+ "frame": "_3wP-uG_frame",
261
+ "customRowActive": "_3wP-uG_customRowActive",
261
262
  "footerActions": "_3wP-uG_footerActions",
262
- "pager": "_3wP-uG_pager",
263
- "badge": "_3wP-uG_badge",
263
+ "headingBlock": "_3wP-uG_headingBlock",
264
+ "headerActions": "_3wP-uG_headerActions",
264
265
  "cardMinimized": "_3wP-uG_cardMinimized",
266
+ "customInput": "_3wP-uG_customInput",
267
+ "eyebrow": "_3wP-uG_eyebrow",
265
268
  "header": "_3wP-uG_header",
266
- "checkbox": "_3wP-uG_checkbox",
267
- "headerActions": "_3wP-uG_headerActions",
268
- "option": "_3wP-uG_option",
269
- "optionSelected": "_3wP-uG_optionSelected",
270
- "customRowActive": "_3wP-uG_customRowActive",
271
269
  "checkboxChecked": "_3wP-uG_checkboxChecked",
272
270
  "iconButton": "_3wP-uG_iconButton",
273
- "customRow": "_3wP-uG_customRow"
271
+ "title": "_3wP-uG_title",
272
+ "optionLine": "_3wP-uG_optionLine",
273
+ "pager": "_3wP-uG_pager"
274
274
  };
275
275
  //#endregion
276
276
  //#region src/client/QuestionComposer.tsx