@xrkseek/harness-cli 0.1.0 → 0.1.1

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