@nomix-ai/nomix-harness 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/bundles/base/cordis.patch.yml +74 -74
- package/dist/bundles/headless/cordis.patch.yml +3 -3
- package/dist/bundles/web-app/cordis.patch.yml +51 -51
- package/dist/cli/plugins.js +1 -1
- package/dist/kernel/acp/package.json +1 -1
- package/dist/kernel/agent/package.json +1 -1
- package/dist/kernel/agent-default-model/package.json +1 -1
- package/dist/kernel/agent-instructions/package.json +1 -1
- package/dist/kernel/agent-loop/package.json +1 -1
- package/dist/kernel/agent-presets/package.json +1 -1
- package/dist/kernel/agent-tool-presentation/package.json +1 -1
- package/dist/kernel/anonymous-user-id/package.json +1 -1
- package/dist/kernel/api-gateway/package.json +1 -1
- package/dist/kernel/api-remotes/package.json +1 -1
- package/dist/kernel/app-boot/lib/index.js +30 -16
- package/dist/kernel/app-boot/lib/types/profile.d.ts +12 -15
- package/dist/kernel/app-boot/lib/types/profile.js +40 -16
- package/dist/kernel/app-boot/package.json +1 -1
- package/dist/kernel/atomic-write/package.json +1 -1
- package/dist/kernel/attachment/package.json +1 -1
- package/dist/kernel/attachment-local/package.json +1 -1
- package/dist/kernel/base/package.json +1 -1
- package/dist/kernel/bash-local/package.json +1 -1
- package/dist/kernel/bash-sandbox/package.json +1 -1
- package/dist/kernel/brand/package.json +1 -1
- package/dist/kernel/client-connection/package.json +1 -1
- package/dist/kernel/client-hmr/package.json +1 -1
- package/dist/kernel/client-locale/lib/client.js +5 -5
- package/dist/kernel/client-locale/package.json +1 -1
- package/dist/kernel/client-modules/package.json +1 -1
- package/dist/kernel/client-runtime/lib/client.js +1 -1
- package/dist/kernel/client-runtime/package.json +1 -1
- package/dist/kernel/client-schema-form/package.json +1 -1
- package/dist/kernel/client-ui-agent-preset/lib/client.js +41 -41
- package/dist/kernel/client-ui-agent-preset/package.json +1 -1
- package/dist/kernel/client-ui-attachment/package.json +1 -1
- package/dist/kernel/client-ui-commands/lib/client.js +10 -10
- package/dist/kernel/client-ui-commands/package.json +1 -1
- package/dist/kernel/client-ui-conversation/lib/client.js +168 -168
- package/dist/kernel/client-ui-conversation/package.json +1 -1
- package/dist/kernel/client-ui-cordis/lib/client.js +49 -49
- package/dist/kernel/client-ui-cordis/package.json +1 -1
- package/dist/kernel/client-ui-deliverables/lib/client.js +6 -6
- package/dist/kernel/client-ui-deliverables/package.json +1 -1
- package/dist/kernel/client-ui-directory-picker-browse/lib/client.js +30 -30
- package/dist/kernel/client-ui-directory-picker-browse/package.json +1 -1
- package/dist/kernel/client-ui-directory-picker-native/package.json +1 -1
- package/dist/kernel/client-ui-goal/lib/client.js +9 -9
- package/dist/kernel/client-ui-goal/package.json +1 -1
- package/dist/kernel/client-ui-input-trigger/lib/client.js +7 -7
- package/dist/kernel/client-ui-input-trigger/package.json +1 -1
- package/dist/kernel/client-ui-jobs/lib/client.js +10 -10
- package/dist/kernel/client-ui-jobs/package.json +1 -1
- package/dist/kernel/client-ui-layout/lib/client.js +5 -5
- package/dist/kernel/client-ui-layout/package.json +1 -1
- package/dist/kernel/client-ui-message-feedback/lib/client.js +4 -4
- package/dist/kernel/client-ui-message-feedback/package.json +1 -1
- package/dist/kernel/client-ui-model-selection/lib/client.js +19 -19
- package/dist/kernel/client-ui-model-selection/package.json +1 -1
- package/dist/kernel/client-ui-permission-presets/lib/client.js +7 -7
- package/dist/kernel/client-ui-permission-presets/package.json +1 -1
- package/dist/kernel/client-ui-plan/lib/client.js +4 -4
- package/dist/kernel/client-ui-plan/package.json +1 -1
- package/dist/kernel/client-ui-primitives/package.json +1 -1
- package/dist/kernel/client-ui-settings/lib/client.js +2 -2
- package/dist/kernel/client-ui-settings/package.json +1 -1
- package/dist/kernel/client-ui-settings-general/lib/client.js +17 -17
- package/dist/kernel/client-ui-settings-general/package.json +1 -1
- package/dist/kernel/client-ui-settings-models/lib/client.js +53 -53
- package/dist/kernel/client-ui-settings-models/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +12 -12
- package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugins/lib/client.js +22 -22
- package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
- package/dist/kernel/client-ui-sidebar/lib/client.js +17 -17
- package/dist/kernel/client-ui-sidebar/package.json +1 -1
- package/dist/kernel/client-ui-skill/lib/client.js +12 -12
- package/dist/kernel/client-ui-skill/package.json +1 -1
- package/dist/kernel/client-ui-slots/package.json +1 -1
- package/dist/kernel/client-ui-subagent/lib/client.js +20 -20
- package/dist/kernel/client-ui-subagent/package.json +1 -1
- package/dist/kernel/client-ui-theme/lib/client.js +5 -5
- package/dist/kernel/client-ui-theme/package.json +1 -1
- package/dist/kernel/client-ui-tool/lib/client.js +39 -39
- package/dist/kernel/client-ui-tool/package.json +1 -1
- package/dist/kernel/client-ui-trajectory/lib/client.js +146 -146
- package/dist/kernel/client-ui-trajectory/package.json +1 -1
- package/dist/kernel/client-ui-user-questions/lib/client.js +29 -29
- package/dist/kernel/client-ui-user-questions/package.json +1 -1
- package/dist/kernel/client-ui-workflow-run/lib/client.js +18 -18
- package/dist/kernel/client-ui-workflow-run/package.json +1 -1
- package/dist/kernel/client-ui-workspace/lib/client.js +56 -56
- package/dist/kernel/client-ui-workspace/package.json +1 -1
- package/dist/kernel/client-web/package.json +1 -1
- package/dist/kernel/client-web-react/package.json +1 -1
- package/dist/kernel/cmdline/package.json +1 -1
- package/dist/kernel/code-runtime/package.json +1 -1
- package/dist/kernel/code-runtime-worker-thread/package.json +1 -1
- package/dist/kernel/command-compact/package.json +1 -1
- package/dist/kernel/command-feedback/package.json +1 -1
- package/dist/kernel/command-goal/package.json +1 -1
- package/dist/kernel/commands/package.json +1 -1
- package/dist/kernel/compaction/package.json +1 -1
- package/dist/kernel/compaction-basic/package.json +1 -1
- package/dist/kernel/compaction-tool-result-pruner/package.json +1 -1
- package/dist/kernel/cordis-client-runner/package.json +1 -1
- package/dist/kernel/cordis-host-runner/package.json +1 -1
- package/dist/kernel/credentials/package.json +1 -1
- package/dist/kernel/credentials-local/package.json +1 -1
- package/dist/kernel/e2b/package.json +1 -1
- package/dist/kernel/fs/package.json +1 -1
- package/dist/kernel/fs-e2b/package.json +1 -1
- package/dist/kernel/fs-local/package.json +1 -1
- package/dist/kernel/fs-observation-policy/package.json +1 -1
- package/dist/kernel/fs-sandbox/package.json +1 -1
- package/dist/kernel/goal/package.json +1 -1
- package/dist/kernel/goal-round-driver/package.json +1 -1
- package/dist/kernel/headless/package.json +1 -1
- package/dist/kernel/home-paths/package.json +1 -1
- package/dist/kernel/hook-protocol/package.json +1 -1
- package/dist/kernel/hooks-claude-code/package.json +1 -1
- package/dist/kernel/hooks-codex/package.json +1 -1
- package/dist/kernel/host-apiproxy/package.json +1 -1
- package/dist/kernel/host-directory-picker/package.json +1 -1
- package/dist/kernel/host-directory-picker-auto/package.json +1 -1
- package/dist/kernel/host-directory-picker-browse/package.json +1 -1
- package/dist/kernel/host-directory-picker-native/package.json +1 -1
- package/dist/kernel/host-frontend-static/package.json +1 -1
- package/dist/kernel/host-plugin-inventory/package.json +1 -1
- package/dist/kernel/host-webserver/package.json +1 -1
- package/dist/kernel/invariants/package.json +1 -1
- package/dist/kernel/jobs/package.json +1 -1
- package/dist/kernel/jobs-local/package.json +1 -1
- package/dist/kernel/launch-environment/package.json +1 -1
- package/dist/kernel/llm/package.json +1 -1
- package/dist/kernel/llm-deepseek/package.json +1 -1
- package/dist/kernel/llm-pi-ai/package.json +1 -1
- package/dist/kernel/llm-retry/package.json +1 -1
- package/dist/kernel/lsp/package.json +1 -1
- package/dist/kernel/lsp-stdio/package.json +1 -1
- package/dist/kernel/manifest.json +213 -0
- package/dist/kernel/mcp-client/package.json +1 -1
- package/dist/kernel/message-feedback/package.json +1 -1
- package/dist/kernel/native-command/package.json +1 -1
- package/dist/kernel/output-retention/package.json +1 -1
- package/dist/kernel/permission-presets/package.json +1 -1
- package/dist/kernel/persona/package.json +1 -1
- package/dist/kernel/plan-mode/package.json +1 -1
- package/dist/kernel/pwsh-local/package.json +1 -1
- package/dist/kernel/pwsh-sandbox/package.json +1 -1
- package/dist/kernel/repeat-tool-reminder/package.json +1 -1
- package/dist/kernel/sandbox/package.json +1 -1
- package/dist/kernel/sandbox-local/package.json +1 -1
- package/dist/kernel/sandbox-policy/package.json +1 -1
- package/dist/kernel/sandbox-windows-acl/package.json +1 -1
- package/dist/kernel/schedule/package.json +1 -1
- package/dist/kernel/scope/package.json +1 -1
- package/dist/kernel/sdk-client/package.json +1 -1
- package/dist/kernel/sdk-jsonrpc-server/package.json +1 -1
- package/dist/kernel/sdk-protocol/package.json +1 -1
- package/dist/kernel/session/package.json +1 -1
- package/dist/kernel/session-checkpoint-policy/package.json +1 -1
- package/dist/kernel/session-log-export/lib/client.js +2 -2
- package/dist/kernel/session-log-export/package.json +1 -1
- package/dist/kernel/session-persistence/package.json +1 -1
- package/dist/kernel/session-persistence-jsonl/package.json +1 -1
- package/dist/kernel/session-persistence-sqlite/package.json +1 -1
- package/dist/kernel/session-projection/package.json +1 -1
- package/dist/kernel/session-projection-cache/package.json +1 -1
- package/dist/kernel/session-query/package.json +1 -1
- package/dist/kernel/session-query-sqlite/package.json +1 -1
- package/dist/kernel/session-reference/package.json +1 -1
- package/dist/kernel/session-stats/package.json +1 -1
- package/dist/kernel/session-telemetry/package.json +1 -1
- package/dist/kernel/session-telemetry-otel/package.json +1 -1
- package/dist/kernel/session-title/package.json +1 -1
- package/dist/kernel/session-title-all-prompts-llm/package.json +1 -1
- package/dist/kernel/session-title-first-prompt-llm/package.json +1 -1
- package/dist/kernel/session-title-llm/package.json +1 -1
- package/dist/kernel/settings/package.json +1 -1
- package/dist/kernel/settings-file/package.json +1 -1
- package/dist/kernel/shell/package.json +1 -1
- package/dist/kernel/shell-env/package.json +1 -1
- package/dist/kernel/skill/package.json +1 -1
- package/dist/kernel/skill-badge/package.json +1 -1
- package/dist/kernel/skill-filesystem/package.json +1 -1
- package/dist/kernel/spill/package.json +1 -1
- package/dist/kernel/spill-local/package.json +1 -1
- package/dist/kernel/spill-policy/package.json +1 -1
- package/dist/kernel/storage/package.json +1 -1
- package/dist/kernel/storage-domain/package.json +1 -1
- package/dist/kernel/storage-json/package.json +1 -1
- package/dist/kernel/storage-sqlite/package.json +1 -1
- package/dist/kernel/subagent/package.json +1 -1
- package/dist/kernel/subagent-acp/package.json +1 -1
- package/dist/kernel/subagent-claude-code/package.json +1 -1
- package/dist/kernel/subagent-codex/package.json +1 -1
- package/dist/kernel/subagent-fork-in-process/package.json +1 -1
- package/dist/kernel/subagent-in-process-driver/package.json +1 -1
- package/dist/kernel/subagent-nomix-sdk/package.json +1 -1
- package/dist/kernel/subagent-spawn-in-process/package.json +1 -1
- package/dist/kernel/subprocess/package.json +1 -1
- package/dist/kernel/subprocess-e2b/package.json +1 -1
- package/dist/kernel/subprocess-local/package.json +1 -1
- package/dist/kernel/system-prompt/package.json +1 -1
- package/dist/kernel/terminal/package.json +1 -1
- package/dist/kernel/terminal-bash/package.json +1 -1
- package/dist/kernel/time-context/package.json +1 -1
- package/dist/kernel/timeout/package.json +1 -1
- package/dist/kernel/tmux-context/package.json +1 -1
- package/dist/kernel/token-meter/package.json +1 -1
- package/dist/kernel/tool-ask-user/package.json +1 -1
- package/dist/kernel/tool-bash/package.json +1 -1
- package/dist/kernel/tool-bash-persistent/package.json +1 -1
- package/dist/kernel/tool-call-timeout-policy/package.json +1 -1
- package/dist/kernel/tool-cordis/package.json +1 -1
- package/dist/kernel/tool-fs/package.json +1 -1
- package/dist/kernel/tool-fs-search/package.json +1 -1
- package/dist/kernel/tool-goal/package.json +1 -1
- package/dist/kernel/tool-jobs/package.json +1 -1
- package/dist/kernel/tool-lsp/package.json +1 -1
- package/dist/kernel/tool-pwsh/package.json +1 -1
- package/dist/kernel/tool-ralph/package.json +1 -1
- package/dist/kernel/tool-session-query/package.json +1 -1
- package/dist/kernel/tool-skill/package.json +1 -1
- package/dist/kernel/tool-str-replace-editor/package.json +1 -1
- package/dist/kernel/tool-subagent/package.json +1 -1
- package/dist/kernel/tool-subagent-control/package.json +1 -1
- package/dist/kernel/tool-subagent-report/package.json +1 -1
- package/dist/kernel/tool-terminal/package.json +1 -1
- package/dist/kernel/tool-todo/package.json +1 -1
- package/dist/kernel/tool-web/package.json +1 -1
- package/dist/kernel/tool-workflow/package.json +1 -1
- package/dist/kernel/tools/package.json +1 -1
- package/dist/kernel/typert-generator/package.json +1 -1
- package/dist/kernel/typert-loader/package.json +1 -1
- package/dist/kernel/typert-protocol/package.json +1 -1
- package/dist/kernel/typert-registry/package.json +1 -1
- package/dist/kernel/user-approval/package.json +1 -1
- package/dist/kernel/user-questions/package.json +1 -1
- package/dist/kernel/web/package.json +1 -1
- package/dist/kernel/web-app/lib/index.js +4 -1
- package/dist/kernel/web-app/lib/types/index.js +5 -1
- package/dist/kernel/web-app/package.json +1 -1
- package/dist/kernel/web-fetch-http/package.json +1 -1
- package/dist/kernel/web-frontend/package.json +1 -1
- package/dist/kernel/web-search-deepseek/package.json +1 -1
- package/dist/kernel/web-search-exa/package.json +1 -1
- package/dist/kernel/web-search-perplexity/package.json +1 -1
- package/dist/kernel/workflow/package.json +1 -1
- package/dist/kernel/workflow-worker-thread/package.json +1 -1
- package/dist/kernel/workspace/package.json +1 -1
- package/dist/plugins/index.js +1 -1
- package/package.json +1 -1
|
@@ -4,13 +4,13 @@ window.__ModuleLoader__.load({
|
|
|
4
4
|
var module = { exports: {} };
|
|
5
5
|
var exports = module.exports;
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
|
-
let _nomix_ai_nomix_client_ui_slots = require("
|
|
8
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
7
|
+
let _nomix_ai_nomix_client_ui_slots = require("@nomix-ai/nomix-client-ui-slots");
|
|
8
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
9
9
|
let _nomix_ai_cordis = require("@nomix-ai/cordis");
|
|
10
10
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
11
11
|
let react = require("react");
|
|
12
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
13
|
-
let _nomix_ai_nomix_client_ui_attachment = require("
|
|
12
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
13
|
+
let _nomix_ai_nomix_client_ui_attachment = require("@nomix-ai/nomix-client-ui-attachment");
|
|
14
14
|
//#region lib/types/client/stores.js
|
|
15
15
|
/**
|
|
16
16
|
* Per-session chat store shared by conversation and details registrations.
|
|
@@ -2691,8 +2691,8 @@ window.__ModuleLoader__.load({
|
|
|
2691
2691
|
document.head.appendChild(tag);
|
|
2692
2692
|
}
|
|
2693
2693
|
var StatsLine_module_css_default = {
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2694
|
+
"sep": "_4f0wNW_sep",
|
|
2695
|
+
"root": "_4f0wNW_root"
|
|
2696
2696
|
};
|
|
2697
2697
|
//#endregion
|
|
2698
2698
|
//#region lib/types/client/chat/StatsLine.js
|
|
@@ -2881,23 +2881,23 @@ window.__ModuleLoader__.load({
|
|
|
2881
2881
|
document.head.appendChild(tag);
|
|
2882
2882
|
}
|
|
2883
2883
|
var ContextMeter_module_css_default = {
|
|
2884
|
-
"
|
|
2885
|
-
"trigger": "jexDtG_trigger",
|
|
2886
|
-
"rows": "jexDtG_rows",
|
|
2884
|
+
"fill": "jexDtG_fill",
|
|
2887
2885
|
"figures": "jexDtG_figures",
|
|
2888
|
-
"track": "jexDtG_track",
|
|
2889
2886
|
"colorMessages": "jexDtG_colorMessages",
|
|
2890
|
-
"
|
|
2891
|
-
"segment": "jexDtG_segment",
|
|
2892
|
-
"bar": "jexDtG_bar",
|
|
2887
|
+
"header": "jexDtG_header",
|
|
2893
2888
|
"panel": "jexDtG_panel",
|
|
2894
|
-
"root": "jexDtG_root",
|
|
2895
|
-
"swatch": "jexDtG_swatch",
|
|
2896
2889
|
"headline": "jexDtG_headline",
|
|
2897
2890
|
"row": "jexDtG_row",
|
|
2898
|
-
"
|
|
2891
|
+
"segment": "jexDtG_segment",
|
|
2892
|
+
"swatch": "jexDtG_swatch",
|
|
2893
|
+
"track": "jexDtG_track",
|
|
2899
2894
|
"colorTools": "jexDtG_colorTools",
|
|
2900
|
-
"
|
|
2895
|
+
"trigger": "jexDtG_trigger",
|
|
2896
|
+
"percent": "jexDtG_percent",
|
|
2897
|
+
"bar": "jexDtG_bar",
|
|
2898
|
+
"colorSystem": "jexDtG_colorSystem",
|
|
2899
|
+
"rows": "jexDtG_rows",
|
|
2900
|
+
"root": "jexDtG_root"
|
|
2901
2901
|
};
|
|
2902
2902
|
//#endregion
|
|
2903
2903
|
//#region lib/types/client/skeleton/ContextMeter.js
|
|
@@ -3069,10 +3069,10 @@ window.__ModuleLoader__.load({
|
|
|
3069
3069
|
document.head.appendChild(tag);
|
|
3070
3070
|
}
|
|
3071
3071
|
var PermissionSelect_module_css_default = {
|
|
3072
|
+
"chevron": "DEwL5W_chevron",
|
|
3072
3073
|
"trigger": "DEwL5W_trigger",
|
|
3073
|
-
"triggerLabel": "DEwL5W_triggerLabel",
|
|
3074
3074
|
"chevronOpen": "DEwL5W_chevronOpen",
|
|
3075
|
-
"
|
|
3075
|
+
"triggerLabel": "DEwL5W_triggerLabel",
|
|
3076
3076
|
"triggerIcon": "DEwL5W_triggerIcon"
|
|
3077
3077
|
};
|
|
3078
3078
|
//#endregion
|
|
@@ -3308,37 +3308,37 @@ window.__ModuleLoader__.load({
|
|
|
3308
3308
|
document.head.appendChild(tag);
|
|
3309
3309
|
}
|
|
3310
3310
|
var InputBar_module_css_default = {
|
|
3311
|
-
"
|
|
3312
|
-
"backdrop": "LiGuRq_backdrop",
|
|
3313
|
-
"select": "LiGuRq_select",
|
|
3314
|
-
"card": "LiGuRq_card",
|
|
3315
|
-
"accessory": "LiGuRq_accessory",
|
|
3311
|
+
"scroll": "LiGuRq_scroll",
|
|
3316
3312
|
"chipInvalid": "LiGuRq_chipInvalid",
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3313
|
+
"select": "LiGuRq_select",
|
|
3314
|
+
"pending": "LiGuRq_pending",
|
|
3315
|
+
"overlayAnchor": "LiGuRq_overlayAnchor",
|
|
3316
|
+
"hero": "LiGuRq_hero",
|
|
3320
3317
|
"primary": "LiGuRq_primary",
|
|
3321
|
-
"
|
|
3322
|
-
"
|
|
3323
|
-
"
|
|
3318
|
+
"add": "LiGuRq_add",
|
|
3319
|
+
"hlSegment": "LiGuRq_hlSegment",
|
|
3320
|
+
"tools": "LiGuRq_tools",
|
|
3321
|
+
"textRef": "LiGuRq_textRef",
|
|
3324
3322
|
"mirror": "LiGuRq_mirror",
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"root": "LiGuRq_root",
|
|
3328
|
-
"noticeError": "LiGuRq_noticeError",
|
|
3329
|
-
"input": "LiGuRq_input",
|
|
3323
|
+
"chipLabel": "LiGuRq_chipLabel",
|
|
3324
|
+
"accessory": "LiGuRq_accessory",
|
|
3330
3325
|
"hlToken": "LiGuRq_hlToken",
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3326
|
+
"card": "LiGuRq_card",
|
|
3327
|
+
"chip": "LiGuRq_chip",
|
|
3333
3328
|
"modes": "LiGuRq_modes",
|
|
3334
|
-
"
|
|
3335
|
-
"
|
|
3336
|
-
"
|
|
3329
|
+
"noticeError": "LiGuRq_noticeError",
|
|
3330
|
+
"grow": "LiGuRq_grow",
|
|
3331
|
+
"backdrop": "LiGuRq_backdrop",
|
|
3332
|
+
"input": "LiGuRq_input",
|
|
3333
|
+
"hint": "LiGuRq_hint",
|
|
3334
|
+
"input-pending": "LiGuRq_input-pending",
|
|
3335
|
+
"row": "LiGuRq_row",
|
|
3337
3336
|
"notice": "LiGuRq_notice",
|
|
3338
|
-
"hlSegment": "LiGuRq_hlSegment",
|
|
3339
3337
|
"retry": "LiGuRq_retry",
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3338
|
+
"attachments": "LiGuRq_attachments",
|
|
3339
|
+
"trailing": "LiGuRq_trailing",
|
|
3340
|
+
"root": "LiGuRq_root",
|
|
3341
|
+
"cardWorkspaceTrigger": "LiGuRq_cardWorkspaceTrigger"
|
|
3342
3342
|
};
|
|
3343
3343
|
//#endregion
|
|
3344
3344
|
//#region lib/types/client/skeleton/InputBar.js
|
|
@@ -3988,12 +3988,12 @@ window.__ModuleLoader__.load({
|
|
|
3988
3988
|
document.head.appendChild(tag);
|
|
3989
3989
|
}
|
|
3990
3990
|
var EnterBehaviorRow_module_css_default = {
|
|
3991
|
-
"title": "IJntMa_title",
|
|
3992
3991
|
"desc": "IJntMa_desc",
|
|
3993
|
-
"row": "IJntMa_row",
|
|
3994
|
-
"selector": "IJntMa_selector",
|
|
3995
3992
|
"chevron": "IJntMa_chevron",
|
|
3996
|
-
"rowText": "IJntMa_rowText"
|
|
3993
|
+
"rowText": "IJntMa_rowText",
|
|
3994
|
+
"title": "IJntMa_title",
|
|
3995
|
+
"selector": "IJntMa_selector",
|
|
3996
|
+
"row": "IJntMa_row"
|
|
3997
3997
|
};
|
|
3998
3998
|
//#endregion
|
|
3999
3999
|
//#region lib/types/client/settings/EnterBehaviorRow.js
|
|
@@ -4066,33 +4066,33 @@ window.__ModuleLoader__.load({
|
|
|
4066
4066
|
document.head.appendChild(tag);
|
|
4067
4067
|
}
|
|
4068
4068
|
var MessageItem_module_css_default = {
|
|
4069
|
-
"
|
|
4069
|
+
"turnErrorTitle": "g7eWLW_turnErrorTitle",
|
|
4070
|
+
"maxTokensTitle": "g7eWLW_maxTokensTitle",
|
|
4071
|
+
"retry-shimmer": "g7eWLW_retry-shimmer",
|
|
4072
|
+
"turnErrorMessage": "g7eWLW_turnErrorMessage",
|
|
4070
4073
|
"compactionDisclosureIcon": "g7eWLW_compactionDisclosureIcon",
|
|
4071
|
-
"bubble": "g7eWLW_bubble",
|
|
4072
|
-
"compactionSummary": "g7eWLW_compactionSummary",
|
|
4073
|
-
"turnErrorCopy": "g7eWLW_turnErrorCopy",
|
|
4074
|
-
"compactionRow": "g7eWLW_compactionRow",
|
|
4075
|
-
"compactionContextIcon": "g7eWLW_compactionContextIcon",
|
|
4076
|
-
"retryRow": "g7eWLW_retryRow",
|
|
4077
|
-
"compactionTitle": "g7eWLW_compactionTitle",
|
|
4078
4074
|
"retryText": "g7eWLW_retryText",
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4081
|
-
"retryDetailLabel": "g7eWLW_retryDetailLabel",
|
|
4075
|
+
"turnErrorCode": "g7eWLW_turnErrorCode",
|
|
4076
|
+
"compactionBody": "g7eWLW_compactionBody",
|
|
4082
4077
|
"retryDetails": "g7eWLW_retryDetails",
|
|
4083
|
-
"
|
|
4084
|
-
"turnErrorMessage": "g7eWLW_turnErrorMessage",
|
|
4085
|
-
"retry-shimmer": "g7eWLW_retry-shimmer",
|
|
4086
|
-
"turnErrorTitle": "g7eWLW_turnErrorTitle",
|
|
4078
|
+
"compactionContextIcon": "g7eWLW_compactionContextIcon",
|
|
4087
4079
|
"compactionSep": "g7eWLW_compactionSep",
|
|
4088
|
-
"
|
|
4080
|
+
"userStack": "g7eWLW_userStack",
|
|
4081
|
+
"retryDetailLabel": "g7eWLW_retryDetailLabel",
|
|
4082
|
+
"compactionButton": "g7eWLW_compactionButton",
|
|
4089
4083
|
"compactionLeading": "g7eWLW_compactionLeading",
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"turnErrorRow": "g7eWLW_turnErrorRow",
|
|
4084
|
+
"compactionSummary": "g7eWLW_compactionSummary",
|
|
4085
|
+
"turnErrorCopy": "g7eWLW_turnErrorCopy",
|
|
4093
4086
|
"refChip": "g7eWLW_refChip",
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4087
|
+
"compactionTitle": "g7eWLW_compactionTitle",
|
|
4088
|
+
"turnErrorRow": "g7eWLW_turnErrorRow",
|
|
4089
|
+
"contextRow": "g7eWLW_contextRow",
|
|
4090
|
+
"retrySummary": "g7eWLW_retrySummary",
|
|
4091
|
+
"retryRow": "g7eWLW_retryRow",
|
|
4092
|
+
"bubble": "g7eWLW_bubble",
|
|
4093
|
+
"userRow": "g7eWLW_userRow",
|
|
4094
|
+
"compactionRow": "g7eWLW_compactionRow",
|
|
4095
|
+
"turnErrorDot": "g7eWLW_turnErrorDot"
|
|
4096
4096
|
};
|
|
4097
4097
|
//#endregion
|
|
4098
4098
|
//#region lib/types/client/chat/CompactionItem.js
|
|
@@ -4164,29 +4164,29 @@ window.__ModuleLoader__.load({
|
|
|
4164
4164
|
document.head.appendChild(tag);
|
|
4165
4165
|
}
|
|
4166
4166
|
var ContextBody_module_css_default = {
|
|
4167
|
+
"catalogNotice": "M0vZua_catalogNotice",
|
|
4168
|
+
"fileAction": "M0vZua_fileAction",
|
|
4169
|
+
"recallLabel": "M0vZua_recallLabel",
|
|
4170
|
+
"filePath": "M0vZua_filePath",
|
|
4171
|
+
"entries": "M0vZua_entries",
|
|
4172
|
+
"entryName": "M0vZua_entryName",
|
|
4167
4173
|
"entryDescription": "M0vZua_entryDescription",
|
|
4168
|
-
"
|
|
4174
|
+
"sectionText": "M0vZua_sectionText",
|
|
4175
|
+
"text": "M0vZua_text",
|
|
4176
|
+
"file": "M0vZua_file",
|
|
4169
4177
|
"files": "M0vZua_files",
|
|
4170
|
-
"sections": "M0vZua_sections",
|
|
4171
|
-
"recalls": "M0vZua_recalls",
|
|
4172
|
-
"relaySender": "M0vZua_relaySender",
|
|
4173
4178
|
"field": "M0vZua_field",
|
|
4174
|
-
"section": "M0vZua_section",
|
|
4175
4179
|
"fieldValue": "M0vZua_fieldValue",
|
|
4176
|
-
"
|
|
4177
|
-
"
|
|
4178
|
-
"entryName": "M0vZua_entryName",
|
|
4179
|
-
"filePath": "M0vZua_filePath",
|
|
4180
|
-
"fileAction": "M0vZua_fileAction",
|
|
4180
|
+
"sections": "M0vZua_sections",
|
|
4181
|
+
"section": "M0vZua_section",
|
|
4181
4182
|
"sectionName": "M0vZua_sectionName",
|
|
4182
|
-
"
|
|
4183
|
-
"sectionText": "M0vZua_sectionText",
|
|
4184
|
-
"recallLabel": "M0vZua_recallLabel",
|
|
4185
|
-
"entry": "M0vZua_entry",
|
|
4186
|
-
"catalogNotice": "M0vZua_catalogNotice",
|
|
4187
|
-
"recallCounts": "M0vZua_recallCounts",
|
|
4183
|
+
"relaySender": "M0vZua_relaySender",
|
|
4188
4184
|
"fields": "M0vZua_fields",
|
|
4189
|
-
"
|
|
4185
|
+
"recallCounts": "M0vZua_recallCounts",
|
|
4186
|
+
"fieldKey": "M0vZua_fieldKey",
|
|
4187
|
+
"entry": "M0vZua_entry",
|
|
4188
|
+
"recalls": "M0vZua_recalls",
|
|
4189
|
+
"recall": "M0vZua_recall"
|
|
4190
4190
|
};
|
|
4191
4191
|
//#endregion
|
|
4192
4192
|
//#region lib/types/client/chat/ContextBody.js
|
|
@@ -4721,12 +4721,12 @@ window.__ModuleLoader__.load({
|
|
|
4721
4721
|
document.head.appendChild(tag);
|
|
4722
4722
|
}
|
|
4723
4723
|
var ContextInjectionRow_module_css_default = {
|
|
4724
|
-
"body": "_6Aj7nG_body",
|
|
4725
4724
|
"root": "_6Aj7nG_root",
|
|
4726
|
-
"chevron": "_6Aj7nG_chevron",
|
|
4727
4725
|
"source": "_6Aj7nG_source",
|
|
4726
|
+
"chevron": "_6Aj7nG_chevron",
|
|
4728
4727
|
"sep": "_6Aj7nG_sep",
|
|
4729
|
-
"summary": "_6Aj7nG_summary"
|
|
4728
|
+
"summary": "_6Aj7nG_summary",
|
|
4729
|
+
"body": "_6Aj7nG_body"
|
|
4730
4730
|
};
|
|
4731
4731
|
//#endregion
|
|
4732
4732
|
//#region lib/types/client/chat/ContextInjectionRow.js
|
|
@@ -4822,11 +4822,11 @@ window.__ModuleLoader__.load({
|
|
|
4822
4822
|
}
|
|
4823
4823
|
var MessageIconActions_module_css_default = {
|
|
4824
4824
|
"actions": "-pWzZa_actions",
|
|
4825
|
-
"runTimeDot": "-pWzZa_runTimeDot",
|
|
4826
4825
|
"timeEnd": "-pWzZa_timeEnd",
|
|
4827
|
-
"action": "-pWzZa_action",
|
|
4828
4826
|
"visuallyHidden": "-pWzZa_visuallyHidden",
|
|
4829
|
-
"
|
|
4827
|
+
"action": "-pWzZa_action",
|
|
4828
|
+
"timeStart": "-pWzZa_timeStart",
|
|
4829
|
+
"runTimeDot": "-pWzZa_runTimeDot"
|
|
4830
4830
|
};
|
|
4831
4831
|
//#endregion
|
|
4832
4832
|
//#region lib/types/client/chat/MessageIconActions.js
|
|
@@ -5220,18 +5220,18 @@ window.__ModuleLoader__.load({
|
|
|
5220
5220
|
}
|
|
5221
5221
|
var ChatView_module_css_default = {
|
|
5222
5222
|
"toBottomSlot": "_51QFdG_toBottomSlot",
|
|
5223
|
+
"root": "_51QFdG_root",
|
|
5223
5224
|
"turnStatus": "_51QFdG_turnStatus",
|
|
5224
|
-
"
|
|
5225
|
-
"
|
|
5226
|
-
"
|
|
5225
|
+
"openError": "_51QFdG_openError",
|
|
5226
|
+
"nomix-turn-status-shimmer": "_51QFdG_nomix-turn-status-shimmer",
|
|
5227
|
+
"scroll": "_51QFdG_scroll",
|
|
5227
5228
|
"toBottom": "_51QFdG_toBottom",
|
|
5228
|
-
"
|
|
5229
|
+
"older": "_51QFdG_older",
|
|
5229
5230
|
"flowItem": "_51QFdG_flowItem",
|
|
5231
|
+
"callRow": "_51QFdG_callRow",
|
|
5230
5232
|
"column": "_51QFdG_column",
|
|
5231
|
-
"
|
|
5232
|
-
"
|
|
5233
|
-
"openError": "_51QFdG_openError",
|
|
5234
|
-
"root": "_51QFdG_root"
|
|
5233
|
+
"turnStatusClock": "_51QFdG_turnStatusClock",
|
|
5234
|
+
"hint": "_51QFdG_hint"
|
|
5235
5235
|
};
|
|
5236
5236
|
//#endregion
|
|
5237
5237
|
//#region lib/types/client/chat/ChatNodeSeat.js
|
|
@@ -5708,15 +5708,15 @@ window.__ModuleLoader__.load({
|
|
|
5708
5708
|
document.head.appendChild(tag);
|
|
5709
5709
|
}
|
|
5710
5710
|
var ApprovalPanel_module_css_default = {
|
|
5711
|
+
"headline": "DitUla_headline",
|
|
5711
5712
|
"card": "DitUla_card",
|
|
5712
|
-
"dot": "DitUla_dot",
|
|
5713
|
-
"strip": "DitUla_strip",
|
|
5714
5713
|
"command": "DitUla_command",
|
|
5715
|
-
"headline": "DitUla_headline",
|
|
5716
|
-
"reject": "DitUla_reject",
|
|
5717
|
-
"body": "DitUla_body",
|
|
5718
5714
|
"actionRow": "DitUla_actionRow",
|
|
5719
|
-
"
|
|
5715
|
+
"strip": "DitUla_strip",
|
|
5716
|
+
"dot": "DitUla_dot",
|
|
5717
|
+
"root": "DitUla_root",
|
|
5718
|
+
"body": "DitUla_body",
|
|
5719
|
+
"reject": "DitUla_reject"
|
|
5720
5720
|
};
|
|
5721
5721
|
//#endregion
|
|
5722
5722
|
//#region lib/types/client/skeleton/ApprovalPanel.js
|
|
@@ -6155,21 +6155,21 @@ window.__ModuleLoader__.load({
|
|
|
6155
6155
|
document.head.appendChild(tag);
|
|
6156
6156
|
}
|
|
6157
6157
|
var TodoPanel_module_css_default = {
|
|
6158
|
+
"glyphCompleted": "XR6t8a_glyphCompleted",
|
|
6159
|
+
"header": "XR6t8a_header",
|
|
6160
|
+
"lead": "XR6t8a_lead",
|
|
6161
|
+
"progress": "XR6t8a_progress",
|
|
6158
6162
|
"root": "XR6t8a_root",
|
|
6159
6163
|
"list": "XR6t8a_list",
|
|
6160
|
-
"glyph": "XR6t8a_glyph",
|
|
6161
|
-
"content": "XR6t8a_content",
|
|
6162
|
-
"header": "XR6t8a_header",
|
|
6163
|
-
"item": "XR6t8a_item",
|
|
6164
6164
|
"glyphProgress": "XR6t8a_glyphProgress",
|
|
6165
|
-
"
|
|
6166
|
-
"
|
|
6167
|
-
"
|
|
6165
|
+
"item": "XR6t8a_item",
|
|
6166
|
+
"body": "XR6t8a_body",
|
|
6167
|
+
"content": "XR6t8a_content",
|
|
6168
6168
|
"glyphPending": "XR6t8a_glyphPending",
|
|
6169
|
-
"
|
|
6169
|
+
"title": "XR6t8a_title",
|
|
6170
6170
|
"chevron": "XR6t8a_chevron",
|
|
6171
|
-
"
|
|
6172
|
-
"
|
|
6171
|
+
"todo-progress-spin": "XR6t8a_todo-progress-spin",
|
|
6172
|
+
"glyph": "XR6t8a_glyph"
|
|
6173
6173
|
};
|
|
6174
6174
|
//#endregion
|
|
6175
6175
|
//#region lib/types/client/skeleton/TodoPanel.js
|
|
@@ -6362,18 +6362,18 @@ window.__ModuleLoader__.load({
|
|
|
6362
6362
|
document.head.appendChild(tag);
|
|
6363
6363
|
}
|
|
6364
6364
|
var QueueDock_module_css_default = {
|
|
6365
|
+
"lead": "i41fhG_lead",
|
|
6366
|
+
"chevron": "i41fhG_chevron",
|
|
6367
|
+
"row": "i41fhG_row",
|
|
6365
6368
|
"panel": "i41fhG_panel",
|
|
6369
|
+
"header": "i41fhG_header",
|
|
6366
6370
|
"actions": "i41fhG_actions",
|
|
6367
|
-
"count": "i41fhG_count",
|
|
6368
|
-
"list": "i41fhG_list",
|
|
6369
6371
|
"dock": "i41fhG_dock",
|
|
6370
|
-
"header": "i41fhG_header",
|
|
6371
|
-
"chevron": "i41fhG_chevron",
|
|
6372
|
-
"lead": "i41fhG_lead",
|
|
6373
|
-
"editor": "i41fhG_editor",
|
|
6374
|
-
"action": "i41fhG_action",
|
|
6375
6372
|
"preview": "i41fhG_preview",
|
|
6376
|
-
"
|
|
6373
|
+
"list": "i41fhG_list",
|
|
6374
|
+
"count": "i41fhG_count",
|
|
6375
|
+
"editor": "i41fhG_editor",
|
|
6376
|
+
"action": "i41fhG_action"
|
|
6377
6377
|
};
|
|
6378
6378
|
//#endregion
|
|
6379
6379
|
//#region lib/types/client/queue/QueueDock.js
|
|
@@ -6631,23 +6631,23 @@ window.__ModuleLoader__.load({
|
|
|
6631
6631
|
document.head.appendChild(tag);
|
|
6632
6632
|
}
|
|
6633
6633
|
var HeroShell_module_css_default = {
|
|
6634
|
-
"
|
|
6634
|
+
"workspace": "xoAT5G_workspace",
|
|
6635
6635
|
"root": "xoAT5G_root",
|
|
6636
|
-
"chevron": "xoAT5G_chevron",
|
|
6637
6636
|
"modalInput": "xoAT5G_modalInput",
|
|
6638
|
-
"
|
|
6639
|
-
"stack": "xoAT5G_stack",
|
|
6640
|
-
"hero-fish-swim": "xoAT5G_hero-fish-swim",
|
|
6641
|
-
"modalAction": "xoAT5G_modalAction",
|
|
6642
|
-
"headlineText": "xoAT5G_headlineText",
|
|
6637
|
+
"fishHitbox": "xoAT5G_fishHitbox",
|
|
6643
6638
|
"fish": "xoAT5G_fish",
|
|
6644
|
-
"
|
|
6645
|
-
"workspace": "xoAT5G_workspace",
|
|
6646
|
-
"headline": "xoAT5G_headline",
|
|
6639
|
+
"stack": "xoAT5G_stack",
|
|
6647
6640
|
"body": "xoAT5G_body",
|
|
6648
|
-
"
|
|
6641
|
+
"chevron": "xoAT5G_chevron",
|
|
6642
|
+
"previewBadge": "xoAT5G_previewBadge",
|
|
6649
6643
|
"folder": "xoAT5G_folder",
|
|
6650
|
-
"
|
|
6644
|
+
"workspaceRow": "xoAT5G_workspaceRow",
|
|
6645
|
+
"workspaceLabel": "xoAT5G_workspaceLabel",
|
|
6646
|
+
"modalAction": "xoAT5G_modalAction",
|
|
6647
|
+
"modalError": "xoAT5G_modalError",
|
|
6648
|
+
"headline": "xoAT5G_headline",
|
|
6649
|
+
"headlineText": "xoAT5G_headlineText",
|
|
6650
|
+
"hero-fish-swim": "xoAT5G_hero-fish-swim"
|
|
6651
6651
|
};
|
|
6652
6652
|
//#endregion
|
|
6653
6653
|
//#region lib/types/client/skeleton/EmptyHero.js
|
|
@@ -6797,28 +6797,28 @@ window.__ModuleLoader__.load({
|
|
|
6797
6797
|
document.head.appendChild(tag);
|
|
6798
6798
|
}
|
|
6799
6799
|
var ConversationRoot_module_css_default = {
|
|
6800
|
-
"tabActive": "rwy4Oa_tabActive",
|
|
6801
6800
|
"heroGlow": "rwy4Oa_heroGlow",
|
|
6802
|
-
"
|
|
6801
|
+
"viewArea": "rwy4Oa_viewArea",
|
|
6802
|
+
"root": "rwy4Oa_root",
|
|
6803
|
+
"crumbSeg": "rwy4Oa_crumbSeg",
|
|
6804
|
+
"header": "rwy4Oa_header",
|
|
6805
|
+
"crumbSep": "rwy4Oa_crumbSep",
|
|
6803
6806
|
"crumbCurrent": "rwy4Oa_crumbCurrent",
|
|
6804
|
-
"
|
|
6807
|
+
"headerHidden": "rwy4Oa_headerHidden",
|
|
6805
6808
|
"crumb": "rwy4Oa_crumb",
|
|
6806
|
-
"
|
|
6807
|
-
"headerUtilities": "rwy4Oa_headerUtilities",
|
|
6809
|
+
"tab": "rwy4Oa_tab",
|
|
6808
6810
|
"composerStack": "rwy4Oa_composerStack",
|
|
6809
|
-
"header": "rwy4Oa_header",
|
|
6810
6811
|
"heroWorkspaceRow": "rwy4Oa_heroWorkspaceRow",
|
|
6811
|
-
"
|
|
6812
|
+
"headerUtilities": "rwy4Oa_headerUtilities",
|
|
6813
|
+
"tabs": "rwy4Oa_tabs",
|
|
6814
|
+
"scrollBody": "rwy4Oa_scrollBody",
|
|
6815
|
+
"titleCluster": "rwy4Oa_titleCluster",
|
|
6816
|
+
"tabActive": "rwy4Oa_tabActive",
|
|
6812
6817
|
"headerActions": "rwy4Oa_headerActions",
|
|
6813
|
-
"
|
|
6818
|
+
"titleRow": "rwy4Oa_titleRow",
|
|
6819
|
+
"crumbs": "rwy4Oa_crumbs",
|
|
6814
6820
|
"composerSeat": "rwy4Oa_composerSeat",
|
|
6815
|
-
"
|
|
6816
|
-
"tab": "rwy4Oa_tab",
|
|
6817
|
-
"root": "rwy4Oa_root",
|
|
6818
|
-
"titleCluster": "rwy4Oa_titleCluster",
|
|
6819
|
-
"crumbSeg": "rwy4Oa_crumbSeg",
|
|
6820
|
-
"scrollBody": "rwy4Oa_scrollBody",
|
|
6821
|
-
"viewArea": "rwy4Oa_viewArea"
|
|
6821
|
+
"composerHero": "rwy4Oa_composerHero"
|
|
6822
6822
|
};
|
|
6823
6823
|
//#endregion
|
|
6824
6824
|
//#region lib/types/client/skeleton/ConversationRoot.js
|
|
@@ -7094,15 +7094,15 @@ window.__ModuleLoader__.load({
|
|
|
7094
7094
|
document.head.appendChild(tag);
|
|
7095
7095
|
}
|
|
7096
7096
|
var DetailsPanel_module_css_default = {
|
|
7097
|
-
"
|
|
7098
|
-
"title": "L4qOyG_title",
|
|
7099
|
-
"close": "L4qOyG_close",
|
|
7097
|
+
"header": "L4qOyG_header",
|
|
7100
7098
|
"sectionLabel": "L4qOyG_sectionLabel",
|
|
7101
|
-
"
|
|
7102
|
-
"body": "L4qOyG_body",
|
|
7099
|
+
"close": "L4qOyG_close",
|
|
7103
7100
|
"section": "L4qOyG_section",
|
|
7104
|
-
"
|
|
7105
|
-
"
|
|
7101
|
+
"empty": "L4qOyG_empty",
|
|
7102
|
+
"title": "L4qOyG_title",
|
|
7103
|
+
"code": "L4qOyG_code",
|
|
7104
|
+
"root": "L4qOyG_root",
|
|
7105
|
+
"body": "L4qOyG_body"
|
|
7106
7106
|
};
|
|
7107
7107
|
//#endregion
|
|
7108
7108
|
//#region lib/types/client/skeleton/DetailsPanel.js
|
|
@@ -8955,15 +8955,15 @@ window.__ModuleLoader__.load({
|
|
|
8955
8955
|
document.head.appendChild(tag);
|
|
8956
8956
|
}
|
|
8957
8957
|
var ReasoningRow_module_css_default = {
|
|
8958
|
-
"nomix-reasoning-row-sweep": "DQ_Ega_nomix-reasoning-row-sweep",
|
|
8959
|
-
"row": "DQ_Ega_row",
|
|
8960
8958
|
"title": "DQ_Ega_title",
|
|
8961
|
-
"
|
|
8959
|
+
"summary": "DQ_Ega_summary",
|
|
8962
8960
|
"thinkBody": "DQ_Ega_thinkBody",
|
|
8961
|
+
"leading": "DQ_Ega_leading",
|
|
8963
8962
|
"root": "DQ_Ega_root",
|
|
8964
8963
|
"chevron": "DQ_Ega_chevron",
|
|
8965
|
-
"
|
|
8966
|
-
"
|
|
8964
|
+
"separator": "DQ_Ega_separator",
|
|
8965
|
+
"nomix-reasoning-row-sweep": "DQ_Ega_nomix-reasoning-row-sweep",
|
|
8966
|
+
"row": "DQ_Ega_row"
|
|
8967
8967
|
};
|
|
8968
8968
|
//#endregion
|
|
8969
8969
|
//#region lib/types/client/chat/ReasoningRow.js
|
|
@@ -9048,8 +9048,8 @@ window.__ModuleLoader__.load({
|
|
|
9048
9048
|
document.head.appendChild(tag);
|
|
9049
9049
|
}
|
|
9050
9050
|
var AssistantMarkdown_module_css_default = {
|
|
9051
|
-
"actions": "h3DxwW_actions",
|
|
9052
9051
|
"root": "h3DxwW_root",
|
|
9052
|
+
"actions": "h3DxwW_actions",
|
|
9053
9053
|
"body": "h3DxwW_body",
|
|
9054
9054
|
"stopped": "h3DxwW_stopped"
|
|
9055
9055
|
};
|
|
@@ -9164,15 +9164,15 @@ window.__ModuleLoader__.load({
|
|
|
9164
9164
|
document.head.appendChild(tag);
|
|
9165
9165
|
}
|
|
9166
9166
|
var GenericCommandCard_module_css_default = {
|
|
9167
|
-
"
|
|
9167
|
+
"leading": "mLFSJq_leading",
|
|
9168
|
+
"summary": "mLFSJq_summary",
|
|
9169
|
+
"row": "mLFSJq_row",
|
|
9168
9170
|
"root": "mLFSJq_root",
|
|
9169
9171
|
"separator": "mLFSJq_separator",
|
|
9172
|
+
"nomix-command-row-sweep": "mLFSJq_nomix-command-row-sweep",
|
|
9170
9173
|
"chevron": "mLFSJq_chevron",
|
|
9171
9174
|
"title": "mLFSJq_title",
|
|
9172
|
-
"
|
|
9173
|
-
"row": "mLFSJq_row",
|
|
9174
|
-
"nomix-command-row-sweep": "mLFSJq_nomix-command-row-sweep",
|
|
9175
|
-
"leading": "mLFSJq_leading"
|
|
9175
|
+
"body": "mLFSJq_body"
|
|
9176
9176
|
};
|
|
9177
9177
|
//#endregion
|
|
9178
9178
|
//#region lib/types/client/chat/GenericCommandCard.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-conversation",
|
|
3
3
|
"description": "Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|