@xrkseek/harness-cli 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/commands/restart.d.ts +3 -0
- package/dist/commands/restart.d.ts.map +1 -0
- package/dist/commands/restart.js +32 -0
- package/dist/commands/restart.js.map +1 -0
- package/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +38 -19
- package/dist/commands/serve.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/log.d.ts +19 -0
- package/dist/log.d.ts.map +1 -0
- package/dist/log.js +52 -0
- package/dist/log.js.map +1 -0
- package/dist/parse-args.d.ts +5 -1
- package/dist/parse-args.d.ts.map +1 -1
- package/dist/parse-args.js +37 -4
- package/dist/parse-args.js.map +1 -1
- package/dist/port.d.ts +9 -0
- package/dist/port.d.ts.map +1 -0
- package/dist/port.js +86 -0
- package/dist/port.js.map +1 -0
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts +2 -0
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +3 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +5 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +3 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +5 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +22 -2
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts +4 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.js +18 -2
- package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/fetch-http.js +1 -1
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts +9 -2
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/index.js +10 -7
- package/node_modules/@xrkseek/exec-web/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.d.ts +14 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.js +139 -0
- package/node_modules/@xrkseek/exec-web/dist/search-duckduckgo.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.d.ts +21 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.js +175 -0
- package/node_modules/@xrkseek/exec-web/dist/search-mcp-client.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.d.ts +12 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.js +105 -0
- package/node_modules/@xrkseek/exec-web/dist/search-parallel-free.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts +28 -3
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js +150 -23
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/project-content.js +1 -1
- package/node_modules/@xrkseek/mcp/dist/project-content.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +11 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +12 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js +4 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts +7 -1
- package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/token-usage.js +49 -24
- package/node_modules/@xrkseek/protocol/dist/token-usage.js.map +1 -1
- package/node_modules/@xrkseek/server-config/dist/index.js +1 -1
- package/node_modules/@xrkseek/server-face/dist/context.d.ts +6 -5
- package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/context.js +1 -3
- package/node_modules/@xrkseek/server-face/dist/context.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/dispatch.js +4 -2
- package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts +3 -2
- package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/face-schema.js +16 -4
- package/node_modules/@xrkseek/server-face/dist/face-schema.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js +26 -12
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js +3 -2
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js +24 -27
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +4 -3
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js +4 -3
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts +44 -6
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js +220 -34
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +4 -7
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/model-catalog.js +23 -26
- package/node_modules/@xrkseek/server-face/dist/model-catalog.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts +13 -1
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js +24 -9
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/session-cwd.d.ts +3 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.js +19 -0
- package/node_modules/@xrkseek/server-face/dist/session-cwd.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.js +116 -14
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-document.js +25 -22
- package/node_modules/@xrkseek/server-face/dist/settings-document.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-layers.d.ts +3 -0
- package/node_modules/@xrkseek/server-face/dist/settings-layers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-layers.js +19 -0
- package/node_modules/@xrkseek/server-face/dist/settings-layers.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +18 -11
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-face.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js +26 -9
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js +39 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts +4 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js +43 -1
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts +19 -2
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +150 -23
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/log.d.ts +14 -0
- package/node_modules/@xrkseek/server-host/dist/log.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/log.js +6 -0
- package/node_modules/@xrkseek/server-host/dist/log.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts +9 -4
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.js +42 -7
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js +2 -2
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +9 -0
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +9 -0
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +33 -33
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +156 -156
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +1 -1
- package/product-web/plugins/@xrkseek/client-ui-settings/client.js +7 -1
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +615 -548
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +30 -30
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
|
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
|
|
|
2683
2683
|
document.head.appendChild(tag);
|
|
2684
2684
|
}
|
|
2685
2685
|
var StatsLine_module_css_default = {
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2686
|
+
"root": "_EvZDq_root",
|
|
2687
|
+
"sep": "_EvZDq_sep"
|
|
2688
2688
|
};
|
|
2689
2689
|
//#endregion
|
|
2690
2690
|
//#region src/client/chat/StatsLine.tsx
|
|
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
|
|
|
2873
2873
|
document.head.appendChild(tag);
|
|
2874
2874
|
}
|
|
2875
2875
|
var ContextMeter_module_css_default = {
|
|
2876
|
-
"headline": "bloECW_headline",
|
|
2877
|
-
"fill": "bloECW_fill",
|
|
2878
|
-
"colorMessages": "bloECW_colorMessages",
|
|
2879
|
-
"segment": "bloECW_segment",
|
|
2880
2876
|
"header": "bloECW_header",
|
|
2881
|
-
"track": "bloECW_track",
|
|
2882
|
-
"rows": "bloECW_rows",
|
|
2883
|
-
"colorSystem": "bloECW_colorSystem",
|
|
2884
|
-
"swatch": "bloECW_swatch",
|
|
2885
2877
|
"percent": "bloECW_percent",
|
|
2878
|
+
"headline": "bloECW_headline",
|
|
2886
2879
|
"root": "bloECW_root",
|
|
2880
|
+
"bar": "bloECW_bar",
|
|
2881
|
+
"fill": "bloECW_fill",
|
|
2887
2882
|
"panel": "bloECW_panel",
|
|
2888
2883
|
"figures": "bloECW_figures",
|
|
2884
|
+
"colorSystem": "bloECW_colorSystem",
|
|
2885
|
+
"colorTools": "bloECW_colorTools",
|
|
2886
|
+
"swatch": "bloECW_swatch",
|
|
2887
|
+
"colorMessages": "bloECW_colorMessages",
|
|
2888
|
+
"rows": "bloECW_rows",
|
|
2889
2889
|
"row": "bloECW_row",
|
|
2890
2890
|
"trigger": "bloECW_trigger",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2891
|
+
"segment": "bloECW_segment",
|
|
2892
|
+
"track": "bloECW_track"
|
|
2893
2893
|
};
|
|
2894
2894
|
//#endregion
|
|
2895
2895
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3061,11 +3061,11 @@ window.__ModuleLoader__.load({
|
|
|
3061
3061
|
document.head.appendChild(tag);
|
|
3062
3062
|
}
|
|
3063
3063
|
var PermissionSelect_module_css_default = {
|
|
3064
|
-
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3065
3064
|
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3066
3065
|
"chevron": "UJ7tKa_chevron",
|
|
3067
3066
|
"trigger": "UJ7tKa_trigger",
|
|
3068
|
-
"triggerLabel": "UJ7tKa_triggerLabel"
|
|
3067
|
+
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3068
|
+
"chevronOpen": "UJ7tKa_chevronOpen"
|
|
3069
3069
|
};
|
|
3070
3070
|
//#endregion
|
|
3071
3071
|
//#region src/client/skeleton/PermissionSelect.tsx
|
|
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
|
|
|
3299
3299
|
document.head.appendChild(tag);
|
|
3300
3300
|
}
|
|
3301
3301
|
var InputBar_module_css_default = {
|
|
3302
|
-
"input": "QdFsVG_input",
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
3302
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3303
|
+
"add": "QdFsVG_add",
|
|
3304
|
+
"chipLabel": "QdFsVG_chipLabel",
|
|
3305
|
+
"hint": "QdFsVG_hint",
|
|
3306
|
+
"retry": "QdFsVG_retry",
|
|
3307
|
+
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3305
3308
|
"hero": "QdFsVG_hero",
|
|
3306
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3307
3309
|
"noticeError": "QdFsVG_noticeError",
|
|
3308
|
-
"primary": "QdFsVG_primary",
|
|
3309
|
-
"scroll": "QdFsVG_scroll",
|
|
3310
3310
|
"hlSegment": "QdFsVG_hlSegment",
|
|
3311
|
-
"
|
|
3312
|
-
"
|
|
3311
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3312
|
+
"textRef": "QdFsVG_textRef",
|
|
3313
3313
|
"row": "QdFsVG_row",
|
|
3314
|
-
"chipLabel": "QdFsVG_chipLabel",
|
|
3315
|
-
"trailing": "QdFsVG_trailing",
|
|
3316
3314
|
"card": "QdFsVG_card",
|
|
3317
|
-
"modes": "QdFsVG_modes",
|
|
3318
|
-
"hlToken": "QdFsVG_hlToken",
|
|
3319
|
-
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3320
|
-
"select": "QdFsVG_select",
|
|
3321
3315
|
"backdrop": "QdFsVG_backdrop",
|
|
3322
|
-
"
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3316
|
+
"tools": "QdFsVG_tools",
|
|
3317
|
+
"select": "QdFsVG_select",
|
|
3318
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3319
|
+
"accessory": "QdFsVG_accessory",
|
|
3320
|
+
"trailing": "QdFsVG_trailing",
|
|
3321
|
+
"primary": "QdFsVG_primary",
|
|
3322
|
+
"notice": "QdFsVG_notice",
|
|
3323
|
+
"modes": "QdFsVG_modes",
|
|
3328
3324
|
"attachments": "QdFsVG_attachments",
|
|
3329
|
-
"
|
|
3330
|
-
"
|
|
3325
|
+
"pending": "QdFsVG_pending",
|
|
3326
|
+
"input": "QdFsVG_input",
|
|
3327
|
+
"grow": "QdFsVG_grow",
|
|
3328
|
+
"root": "QdFsVG_root",
|
|
3329
|
+
"scroll": "QdFsVG_scroll",
|
|
3331
3330
|
"mirror": "QdFsVG_mirror",
|
|
3332
|
-
"
|
|
3331
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3332
|
+
"chip": "QdFsVG_chip"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -3980,11 +3980,11 @@ window.__ModuleLoader__.load({
|
|
|
3980
3980
|
document.head.appendChild(tag);
|
|
3981
3981
|
}
|
|
3982
3982
|
var EnterBehaviorRow_module_css_default = {
|
|
3983
|
-
"
|
|
3983
|
+
"title": "ssSNSa_title",
|
|
3984
3984
|
"selector": "ssSNSa_selector",
|
|
3985
3985
|
"row": "ssSNSa_row",
|
|
3986
3986
|
"rowText": "ssSNSa_rowText",
|
|
3987
|
-
"
|
|
3987
|
+
"desc": "ssSNSa_desc",
|
|
3988
3988
|
"chevron": "ssSNSa_chevron"
|
|
3989
3989
|
};
|
|
3990
3990
|
//#endregion
|
|
@@ -4058,32 +4058,32 @@ window.__ModuleLoader__.load({
|
|
|
4058
4058
|
document.head.appendChild(tag);
|
|
4059
4059
|
}
|
|
4060
4060
|
var MessageItem_module_css_default = {
|
|
4061
|
-
"
|
|
4062
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4063
|
-
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4061
|
+
"bubble": "DuLIaW_bubble",
|
|
4064
4062
|
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4065
|
-
"
|
|
4063
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4066
4064
|
"retryText": "DuLIaW_retryText",
|
|
4067
|
-
"
|
|
4068
|
-
"
|
|
4069
|
-
"
|
|
4065
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4066
|
+
"refChip": "DuLIaW_refChip",
|
|
4067
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4070
4068
|
"retryRow": "DuLIaW_retryRow",
|
|
4071
|
-
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4072
|
-
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4073
|
-
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4074
4069
|
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4075
|
-
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4076
|
-
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4077
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4078
4070
|
"userStack": "DuLIaW_userStack",
|
|
4079
|
-
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4080
4071
|
"userRow": "DuLIaW_userRow",
|
|
4081
4072
|
"retryDetails": "DuLIaW_retryDetails",
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4073
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4074
|
+
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4075
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4076
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4077
|
+
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4084
4078
|
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4085
|
-
"
|
|
4079
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4080
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4081
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4082
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4083
|
+
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4084
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4086
4085
|
"compactionRow": "DuLIaW_compactionRow",
|
|
4086
|
+
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4087
4087
|
"contextRow": "DuLIaW_contextRow"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
|
|
|
4156
4156
|
document.head.appendChild(tag);
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
|
-
"
|
|
4159
|
+
"entry": "mBNGpa_entry",
|
|
4160
|
+
"file": "mBNGpa_file",
|
|
4161
|
+
"fieldValue": "mBNGpa_fieldValue",
|
|
4162
|
+
"entries": "mBNGpa_entries",
|
|
4163
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4160
4164
|
"field": "mBNGpa_field",
|
|
4161
4165
|
"sectionText": "mBNGpa_sectionText",
|
|
4162
|
-
"
|
|
4166
|
+
"files": "mBNGpa_files",
|
|
4167
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4163
4168
|
"recallLabel": "mBNGpa_recallLabel",
|
|
4164
|
-
"text": "mBNGpa_text",
|
|
4165
|
-
"entries": "mBNGpa_entries",
|
|
4166
|
-
"sections": "mBNGpa_sections",
|
|
4167
|
-
"entryDescription": "mBNGpa_entryDescription",
|
|
4168
|
-
"entry": "mBNGpa_entry",
|
|
4169
|
-
"filePath": "mBNGpa_filePath",
|
|
4170
|
-
"fieldKey": "mBNGpa_fieldKey",
|
|
4171
|
-
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4172
|
-
"section": "mBNGpa_section",
|
|
4173
4169
|
"relaySender": "mBNGpa_relaySender",
|
|
4174
|
-
"recalls": "mBNGpa_recalls",
|
|
4175
|
-
"recall": "mBNGpa_recall",
|
|
4176
4170
|
"recallCounts": "mBNGpa_recallCounts",
|
|
4171
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4172
|
+
"filePath": "mBNGpa_filePath",
|
|
4173
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4177
4174
|
"entryName": "mBNGpa_entryName",
|
|
4178
|
-
"
|
|
4175
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4176
|
+
"sections": "mBNGpa_sections",
|
|
4177
|
+
"section": "mBNGpa_section",
|
|
4179
4178
|
"fields": "mBNGpa_fields",
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4179
|
+
"recall": "mBNGpa_recall",
|
|
4180
|
+
"recalls": "mBNGpa_recalls",
|
|
4181
|
+
"text": "mBNGpa_text"
|
|
4182
4182
|
};
|
|
4183
4183
|
//#endregion
|
|
4184
4184
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4713,12 +4713,12 @@ window.__ModuleLoader__.load({
|
|
|
4713
4713
|
document.head.appendChild(tag);
|
|
4714
4714
|
}
|
|
4715
4715
|
var ContextInjectionRow_module_css_default = {
|
|
4716
|
-
"sep": "BCt95a_sep",
|
|
4717
|
-
"body": "BCt95a_body",
|
|
4718
4716
|
"root": "BCt95a_root",
|
|
4717
|
+
"source": "BCt95a_source",
|
|
4719
4718
|
"summary": "BCt95a_summary",
|
|
4720
4719
|
"chevron": "BCt95a_chevron",
|
|
4721
|
-
"
|
|
4720
|
+
"body": "BCt95a_body",
|
|
4721
|
+
"sep": "BCt95a_sep"
|
|
4722
4722
|
};
|
|
4723
4723
|
//#endregion
|
|
4724
4724
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -4813,12 +4813,12 @@ window.__ModuleLoader__.load({
|
|
|
4813
4813
|
document.head.appendChild(tag);
|
|
4814
4814
|
}
|
|
4815
4815
|
var MessageIconActions_module_css_default = {
|
|
4816
|
+
"timeEnd": "vWo8Ba_timeEnd",
|
|
4817
|
+
"timeStart": "vWo8Ba_timeStart",
|
|
4816
4818
|
"visuallyHidden": "vWo8Ba_visuallyHidden",
|
|
4817
4819
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4818
|
-
"action": "vWo8Ba_action",
|
|
4819
|
-
"timeStart": "vWo8Ba_timeStart",
|
|
4820
4820
|
"actions": "vWo8Ba_actions",
|
|
4821
|
-
"
|
|
4821
|
+
"action": "vWo8Ba_action"
|
|
4822
4822
|
};
|
|
4823
4823
|
//#endregion
|
|
4824
4824
|
//#region src/client/chat/MessageIconActions.tsx
|
|
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
|
|
|
5211
5211
|
document.head.appendChild(tag);
|
|
5212
5212
|
}
|
|
5213
5213
|
var ChatView_module_css_default = {
|
|
5214
|
+
"openError": "rzfPEq_openError",
|
|
5214
5215
|
"column": "rzfPEq_column",
|
|
5215
|
-
"
|
|
5216
|
+
"older": "rzfPEq_older",
|
|
5217
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5218
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5216
5219
|
"toBottom": "rzfPEq_toBottom",
|
|
5217
5220
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5218
|
-
"older": "rzfPEq_older",
|
|
5219
|
-
"openError": "rzfPEq_openError",
|
|
5220
|
-
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5221
5221
|
"scroll": "rzfPEq_scroll",
|
|
5222
5222
|
"root": "rzfPEq_root",
|
|
5223
|
-
"
|
|
5223
|
+
"turnStatus": "rzfPEq_turnStatus",
|
|
5224
5224
|
"callRow": "rzfPEq_callRow",
|
|
5225
5225
|
"hint": "rzfPEq_hint",
|
|
5226
|
-
"
|
|
5226
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer"
|
|
5227
5227
|
};
|
|
5228
5228
|
//#endregion
|
|
5229
5229
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
|
|
|
5700
5700
|
document.head.appendChild(tag);
|
|
5701
5701
|
}
|
|
5702
5702
|
var ApprovalPanel_module_css_default = {
|
|
5703
|
+
"dot": "HtARWq_dot",
|
|
5703
5704
|
"command": "HtARWq_command",
|
|
5704
|
-
"
|
|
5705
|
-
"card": "HtARWq_card",
|
|
5706
|
-
"reject": "HtARWq_reject",
|
|
5707
|
-
"body": "HtARWq_body",
|
|
5705
|
+
"strip": "HtARWq_strip",
|
|
5708
5706
|
"headline": "HtARWq_headline",
|
|
5709
5707
|
"root": "HtARWq_root",
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5708
|
+
"card": "HtARWq_card",
|
|
5709
|
+
"actionRow": "HtARWq_actionRow",
|
|
5710
|
+
"body": "HtARWq_body",
|
|
5711
|
+
"reject": "HtARWq_reject"
|
|
5712
5712
|
};
|
|
5713
5713
|
//#endregion
|
|
5714
5714
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
|
|
|
6147
6147
|
document.head.appendChild(tag);
|
|
6148
6148
|
}
|
|
6149
6149
|
var TodoPanel_module_css_default = {
|
|
6150
|
-
"body": "_S9Ibq_body",
|
|
6151
|
-
"progress": "_S9Ibq_progress",
|
|
6152
6150
|
"header": "_S9Ibq_header",
|
|
6151
|
+
"lead": "_S9Ibq_lead",
|
|
6152
|
+
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6153
6153
|
"chevron": "_S9Ibq_chevron",
|
|
6154
|
-
"item": "_S9Ibq_item",
|
|
6155
|
-
"content": "_S9Ibq_content",
|
|
6156
6154
|
"root": "_S9Ibq_root",
|
|
6155
|
+
"item": "_S9Ibq_item",
|
|
6156
|
+
"list": "_S9Ibq_list",
|
|
6157
|
+
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6158
|
+
"body": "_S9Ibq_body",
|
|
6157
6159
|
"title": "_S9Ibq_title",
|
|
6158
|
-
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6159
|
-
"glyph": "_S9Ibq_glyph",
|
|
6160
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6161
6160
|
"glyphPending": "_S9Ibq_glyphPending",
|
|
6162
|
-
"
|
|
6163
|
-
"
|
|
6164
|
-
"
|
|
6161
|
+
"progress": "_S9Ibq_progress",
|
|
6162
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6163
|
+
"content": "_S9Ibq_content",
|
|
6164
|
+
"glyph": "_S9Ibq_glyph"
|
|
6165
6165
|
};
|
|
6166
6166
|
//#endregion
|
|
6167
6167
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6355
|
document.head.appendChild(tag);
|
|
6356
6356
|
}
|
|
6357
6357
|
var QueueDock_module_css_default = {
|
|
6358
|
-
"dock": "u7UfBG_dock",
|
|
6359
|
-
"row": "u7UfBG_row",
|
|
6360
|
-
"chevron": "u7UfBG_chevron",
|
|
6361
|
-
"editor": "u7UfBG_editor",
|
|
6362
|
-
"list": "u7UfBG_list",
|
|
6363
6358
|
"panel": "u7UfBG_panel",
|
|
6364
|
-
"
|
|
6359
|
+
"row": "u7UfBG_row",
|
|
6365
6360
|
"preview": "u7UfBG_preview",
|
|
6361
|
+
"editor": "u7UfBG_editor",
|
|
6362
|
+
"action": "u7UfBG_action",
|
|
6363
|
+
"chevron": "u7UfBG_chevron",
|
|
6366
6364
|
"actions": "u7UfBG_actions",
|
|
6367
6365
|
"lead": "u7UfBG_lead",
|
|
6368
|
-
"
|
|
6369
|
-
"
|
|
6366
|
+
"header": "u7UfBG_header",
|
|
6367
|
+
"list": "u7UfBG_list",
|
|
6368
|
+
"count": "u7UfBG_count",
|
|
6369
|
+
"dock": "u7UfBG_dock"
|
|
6370
6370
|
};
|
|
6371
6371
|
//#endregion
|
|
6372
6372
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6624,23 +6624,23 @@ window.__ModuleLoader__.load({
|
|
|
6624
6624
|
document.head.appendChild(tag);
|
|
6625
6625
|
}
|
|
6626
6626
|
var HeroShell_module_css_default = {
|
|
6627
|
-
"workspace": "W1fuRW_workspace",
|
|
6628
|
-
"folder": "W1fuRW_folder",
|
|
6629
6627
|
"headlineText": "W1fuRW_headlineText",
|
|
6630
|
-
"
|
|
6631
|
-
"
|
|
6632
|
-
"
|
|
6628
|
+
"markHitbox": "W1fuRW_markHitbox",
|
|
6629
|
+
"body": "W1fuRW_body",
|
|
6630
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6633
6631
|
"previewBadge": "W1fuRW_previewBadge",
|
|
6632
|
+
"stack": "W1fuRW_stack",
|
|
6634
6633
|
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6635
|
-
"
|
|
6634
|
+
"modalError": "W1fuRW_modalError",
|
|
6636
6635
|
"chevron": "W1fuRW_chevron",
|
|
6636
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6637
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6637
6638
|
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6638
|
-
"mark": "W1fuRW_mark",
|
|
6639
6639
|
"root": "W1fuRW_root",
|
|
6640
|
-
"
|
|
6641
|
-
"
|
|
6642
|
-
"
|
|
6643
|
-
"
|
|
6640
|
+
"headline": "W1fuRW_headline",
|
|
6641
|
+
"workspace": "W1fuRW_workspace",
|
|
6642
|
+
"folder": "W1fuRW_folder",
|
|
6643
|
+
"mark": "W1fuRW_mark"
|
|
6644
6644
|
};
|
|
6645
6645
|
//#endregion
|
|
6646
6646
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
|
|
|
6790
6790
|
document.head.appendChild(tag);
|
|
6791
6791
|
}
|
|
6792
6792
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"crumbSep": "MBmynq_crumbSep",
|
|
6794
|
-
"heroGlow": "MBmynq_heroGlow",
|
|
6795
|
-
"crumbs": "MBmynq_crumbs",
|
|
6796
|
-
"header": "MBmynq_header",
|
|
6797
|
-
"crumb": "MBmynq_crumb",
|
|
6798
|
-
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6799
|
-
"composerSeat": "MBmynq_composerSeat",
|
|
6800
|
-
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6801
|
-
"headerUtilities": "MBmynq_headerUtilities",
|
|
6802
|
-
"tabs": "MBmynq_tabs",
|
|
6803
|
-
"tabActive": "MBmynq_tabActive",
|
|
6804
6793
|
"viewArea": "MBmynq_viewArea",
|
|
6805
|
-
"
|
|
6806
|
-
"
|
|
6807
|
-
"
|
|
6794
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
6795
|
+
"composerHero": "MBmynq_composerHero",
|
|
6796
|
+
"crumbs": "MBmynq_crumbs",
|
|
6808
6797
|
"root": "MBmynq_root",
|
|
6809
|
-
"
|
|
6798
|
+
"tab": "MBmynq_tab",
|
|
6810
6799
|
"headerHidden": "MBmynq_headerHidden",
|
|
6800
|
+
"headerUtilities": "MBmynq_headerUtilities",
|
|
6801
|
+
"titleRow": "MBmynq_titleRow",
|
|
6811
6802
|
"scrollBody": "MBmynq_scrollBody",
|
|
6803
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
6804
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6805
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
6806
|
+
"tabActive": "MBmynq_tabActive",
|
|
6807
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
6808
|
+
"headerActions": "MBmynq_headerActions",
|
|
6812
6809
|
"composerStack": "MBmynq_composerStack",
|
|
6813
|
-
"
|
|
6814
|
-
"
|
|
6810
|
+
"header": "MBmynq_header",
|
|
6811
|
+
"crumb": "MBmynq_crumb",
|
|
6812
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6813
|
+
"tabs": "MBmynq_tabs",
|
|
6814
|
+
"composerSeat": "MBmynq_composerSeat"
|
|
6815
6815
|
};
|
|
6816
6816
|
//#endregion
|
|
6817
6817
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7087
|
document.head.appendChild(tag);
|
|
7088
7088
|
}
|
|
7089
7089
|
var DetailsPanel_module_css_default = {
|
|
7090
|
-
"close": "H9rWiW_close",
|
|
7091
|
-
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7092
|
-
"empty": "H9rWiW_empty",
|
|
7093
|
-
"header": "H9rWiW_header",
|
|
7094
|
-
"root": "H9rWiW_root",
|
|
7095
7090
|
"code": "H9rWiW_code",
|
|
7091
|
+
"empty": "H9rWiW_empty",
|
|
7096
7092
|
"title": "H9rWiW_title",
|
|
7097
7093
|
"body": "H9rWiW_body",
|
|
7098
|
-
"
|
|
7094
|
+
"header": "H9rWiW_header",
|
|
7095
|
+
"close": "H9rWiW_close",
|
|
7096
|
+
"root": "H9rWiW_root",
|
|
7097
|
+
"section": "H9rWiW_section",
|
|
7098
|
+
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7099
7099
|
};
|
|
7100
7100
|
//#endregion
|
|
7101
7101
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8954,15 +8954,15 @@ window.__ModuleLoader__.load({
|
|
|
8954
8954
|
document.head.appendChild(tag);
|
|
8955
8955
|
}
|
|
8956
8956
|
var ReasoningRow_module_css_default = {
|
|
8957
|
+
"row": "dc9yZG_row",
|
|
8958
|
+
"separator": "dc9yZG_separator",
|
|
8959
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8957
8960
|
"chevron": "dc9yZG_chevron",
|
|
8958
8961
|
"leading": "dc9yZG_leading",
|
|
8959
|
-
"
|
|
8960
|
-
"row": "dc9yZG_row",
|
|
8962
|
+
"thinkBody": "dc9yZG_thinkBody",
|
|
8961
8963
|
"summary": "dc9yZG_summary",
|
|
8962
8964
|
"root": "dc9yZG_root",
|
|
8963
|
-
"
|
|
8964
|
-
"thinkBody": "dc9yZG_thinkBody",
|
|
8965
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep"
|
|
8965
|
+
"title": "dc9yZG_title"
|
|
8966
8966
|
};
|
|
8967
8967
|
//#endregion
|
|
8968
8968
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9049,8 +9049,8 @@ window.__ModuleLoader__.load({
|
|
|
9049
9049
|
var AssistantMarkdown_module_css_default = {
|
|
9050
9050
|
"actions": "wAd5ea_actions",
|
|
9051
9051
|
"root": "wAd5ea_root",
|
|
9052
|
-
"
|
|
9053
|
-
"
|
|
9052
|
+
"stopped": "wAd5ea_stopped",
|
|
9053
|
+
"body": "wAd5ea_body"
|
|
9054
9054
|
};
|
|
9055
9055
|
//#endregion
|
|
9056
9056
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9164,14 +9164,14 @@ window.__ModuleLoader__.load({
|
|
|
9164
9164
|
}
|
|
9165
9165
|
var GenericCommandCard_module_css_default = {
|
|
9166
9166
|
"root": "Ga_JSG_root",
|
|
9167
|
+
"separator": "Ga_JSG_separator",
|
|
9167
9168
|
"row": "Ga_JSG_row",
|
|
9168
|
-
"body": "Ga_JSG_body",
|
|
9169
|
-
"leading": "Ga_JSG_leading",
|
|
9170
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9171
9169
|
"chevron": "Ga_JSG_chevron",
|
|
9170
|
+
"body": "Ga_JSG_body",
|
|
9171
|
+
"title": "Ga_JSG_title",
|
|
9172
9172
|
"summary": "Ga_JSG_summary",
|
|
9173
|
-
"
|
|
9174
|
-
"
|
|
9173
|
+
"leading": "Ga_JSG_leading",
|
|
9174
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
|
|
9175
9175
|
};
|
|
9176
9176
|
//#endregion
|
|
9177
9177
|
//#region src/client/chat/GenericCommandCard.tsx
|
|
@@ -9306,8 +9306,8 @@ window.__ModuleLoader__.load({
|
|
|
9306
9306
|
document.head.appendChild(tag);
|
|
9307
9307
|
}
|
|
9308
9308
|
var TurnTailNodeView_module_css_default = {
|
|
9309
|
-
"
|
|
9310
|
-
"
|
|
9309
|
+
"root": "iH5gSa_root",
|
|
9310
|
+
"actions": "iH5gSa_actions"
|
|
9311
9311
|
};
|
|
9312
9312
|
//#endregion
|
|
9313
9313
|
//#region src/client/chat/TurnTailNodeView.tsx
|
|
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
|
|
|
167
167
|
document.head.appendChild(tag);
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
|
-
"
|
|
170
|
+
"root": "LKrWRG_root",
|
|
171
|
+
"file": "LKrWRG_file",
|
|
172
|
+
"row": "LKrWRG_row",
|
|
173
|
+
"measure": "LKrWRG_measure",
|
|
171
174
|
"showFolder": "LKrWRG_showFolder",
|
|
172
175
|
"more": "LKrWRG_more",
|
|
173
176
|
"probe": "LKrWRG_probe",
|
|
174
|
-
"
|
|
175
|
-
"root": "LKrWRG_root",
|
|
176
|
-
"file": "LKrWRG_file",
|
|
177
|
-
"measure": "LKrWRG_measure"
|
|
177
|
+
"label": "LKrWRG_label"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|
|
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var DirectoryBrowser_module_css_default = {
|
|
37
|
-
"content": "eriWnG_content",
|
|
38
37
|
"dialog": "eriWnG_dialog",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
38
|
+
"rowName": "eriWnG_rowName",
|
|
39
|
+
"error": "eriWnG_error",
|
|
40
|
+
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
41
|
+
"divider": "eriWnG_divider",
|
|
43
42
|
"header": "eriWnG_header",
|
|
44
|
-
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
45
|
-
"column": "eriWnG_column",
|
|
46
|
-
"rowChevron": "eriWnG_rowChevron",
|
|
47
|
-
"rowIcon": "eriWnG_rowIcon",
|
|
48
|
-
"footerBar": "eriWnG_footerBar",
|
|
49
|
-
"rowSelected": "eriWnG_rowSelected",
|
|
50
|
-
"createTitle": "eriWnG_createTitle",
|
|
51
|
-
"crumbBar": "eriWnG_crumbBar",
|
|
52
|
-
"editorScope": "eriWnG_editorScope",
|
|
53
|
-
"millerRow": "eriWnG_millerRow",
|
|
54
43
|
"createActions": "eriWnG_createActions",
|
|
55
|
-
"
|
|
56
|
-
"divider": "eriWnG_divider",
|
|
57
|
-
"footerGap": "eriWnG_footerGap",
|
|
58
|
-
"footerAction": "eriWnG_footerAction",
|
|
44
|
+
"row": "eriWnG_row",
|
|
59
45
|
"crumbSeat": "eriWnG_crumbSeat",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"createInput": "eriWnG_createInput",
|
|
63
|
-
"rowName": "eriWnG_rowName",
|
|
64
|
-
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
46
|
+
"status": "eriWnG_status",
|
|
47
|
+
"crumbChevron": "eriWnG_crumbChevron",
|
|
65
48
|
"crumbTrail": "eriWnG_crumbTrail",
|
|
49
|
+
"createIn": "eriWnG_createIn",
|
|
50
|
+
"createBody": "eriWnG_createBody",
|
|
51
|
+
"createDialog": "eriWnG_createDialog",
|
|
66
52
|
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
53
|
+
"createInput": "eriWnG_createInput",
|
|
54
|
+
"footerBar": "eriWnG_footerBar",
|
|
55
|
+
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
56
|
+
"crumb": "eriWnG_crumb",
|
|
57
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
58
|
+
"rowSelected": "eriWnG_rowSelected",
|
|
59
|
+
"rowChevron": "eriWnG_rowChevron",
|
|
60
|
+
"editorScope": "eriWnG_editorScope",
|
|
69
61
|
"loadingFloat": "eriWnG_loadingFloat",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
62
|
+
"createTitle": "eriWnG_createTitle",
|
|
63
|
+
"content": "eriWnG_content",
|
|
72
64
|
"title": "eriWnG_title",
|
|
73
|
-
"
|
|
65
|
+
"rowIcon": "eriWnG_rowIcon",
|
|
66
|
+
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
67
|
+
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
68
|
+
"footerGap": "eriWnG_footerGap",
|
|
69
|
+
"footerAction": "eriWnG_footerAction",
|
|
70
|
+
"millerRow": "eriWnG_millerRow",
|
|
71
|
+
"column": "eriWnG_column",
|
|
72
|
+
"rowSeat": "eriWnG_rowSeat",
|
|
73
|
+
"pathInput": "eriWnG_pathInput"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/client/DirectoryBrowser.tsx
|
|
@@ -19,13 +19,13 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
21
|
"goalGlyph": "loP2MG_goalGlyph",
|
|
22
|
-
"
|
|
22
|
+
"label": "loP2MG_label",
|
|
23
|
+
"bar": "loP2MG_bar",
|
|
23
24
|
"objective": "loP2MG_objective",
|
|
25
|
+
"objectiveInput": "loP2MG_objectiveInput",
|
|
24
26
|
"actions": "loP2MG_actions",
|
|
25
|
-
"iconBtn": "loP2MG_iconBtn",
|
|
26
27
|
"error": "loP2MG_error",
|
|
27
|
-
"
|
|
28
|
-
"bar": "loP2MG_bar",
|
|
28
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
29
29
|
"dock": "loP2MG_dock"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
@@ -261,9 +261,9 @@ window.__ModuleLoader__.load({
|
|
|
261
261
|
document.head.appendChild(tag);
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
|
+
"bubble": "GzeMcW_bubble",
|
|
264
265
|
"row": "GzeMcW_row",
|
|
265
|
-
"stack": "GzeMcW_stack"
|
|
266
|
-
"bubble": "GzeMcW_bubble"
|
|
266
|
+
"stack": "GzeMcW_stack"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/client/GoalCommandInputView.tsx
|