@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
|
@@ -6,8 +6,8 @@ window.__ModuleLoader__.load({
|
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
8
|
let react = require("react");
|
|
9
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
10
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
9
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
10
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
11
11
|
//#region \0nomix-css:/home/runner/work/nomix-harness/nomix-harness/packages/client/ui-subagent/src/client/SubagentCatalogAction.module.css.mjs
|
|
12
12
|
const css$1 = "._7-_r8G_root{position:relative}._7-_r8G_trigger{min-height:28px;color:var(--dsw-alias-label-tertiary);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:3px;padding:3px 2px;font-size:12px;line-height:18px;display:inline-flex}._7-_r8G_count{margin:0 5px}._7-_r8G_activitySlot{flex:none;width:10px;height:10px;display:inline-flex}._7-_r8G_trigger:hover,._7-_r8G_trigger:focus-visible{color:var(--dsw-alias-label-secondary)}._7-_r8G_trigger svg{transition:transform .12s}._7-_r8G_triggerOpen{transform:rotate(180deg)}._7-_r8G_menu{z-index:100;box-sizing:border-box;background:var(--dsw-specific-menu);--nomix-scrollbar-thumb:var(--dsw-alias-scrollbar-bg-l2);--nomix-scrollbar-thumb-hover:var(--dsw-alias-scrollbar-hover-l2);width:336px;max-width:min(400px,100vw - 32px);max-height:min(560px,100vh - 140px);box-shadow:var(--dsw-shadow-lv3);border-radius:12px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 5px);left:0;overflow:auto}._7-_r8G_node{min-width:0;position:relative}._7-_r8G_menu>._7-_r8G_node{margin-left:-3px}._7-_r8G_row{box-sizing:border-box;width:100%;min-height:50px;color:var(--dsw-alias-label-primary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:none;align-items:flex-start;gap:8px;padding:7px 8px 7px 11px;font-size:13px;line-height:18px;display:flex;position:relative}._7-_r8G_row:hover>._7-_r8G_clickarea,._7-_r8G_row:focus-visible>._7-_r8G_clickarea{background:var(--dsw-alias-interactive-bg-hover)}._7-_r8G_clickarea{box-sizing:border-box;border-radius:8px;flex:1;align-self:stretch;align-items:flex-start;gap:8px;min-width:0;margin:-7px -8px;padding:7px 8px;display:flex}._7-_r8G_row>[data-state],._7-_r8G_clickarea>[data-state]{margin-top:4px}._7-_r8G_disabled{color:var(--dsw-alias-label-dimmed);cursor:not-allowed}._7-_r8G_disabled:hover{background:0 0}._7-_r8G_loadingRow{cursor:default}._7-_r8G_disclosure,._7-_r8G_disclosureSpace{flex:none;width:14px;height:18px}._7-_r8G_disclosure{color:var(--dsw-alias-label-tertiary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:transform .12s;display:inline-flex}._7-_r8G_disclosure:hover{color:var(--dsw-alias-label-primary)}._7-_r8G_disclosureOpen{transform:rotate(90deg)}._7-_r8G_content{flex-direction:column;flex:1;min-width:0;display:flex}._7-_r8G_label,._7-_r8G_summary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._7-_r8G_label{color:inherit;font-weight:400}._7-_r8G_summary,._7-_r8G_metrics{color:var(--dsw-alias-label-tertiary);font-size:11px;line-height:16px}._7-_r8G_metrics{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;flex:none;grid-template-rows:18px 16px;display:grid}._7-_r8G_metricToken{grid-row:1;line-height:18px}._7-_r8G_metricDuration{grid-row:2}._7-_r8G_children{margin-left:18px;padding-left:4px;position:relative}._7-_r8G_children:before,._7-_r8G_children>._7-_r8G_node:before{content:\"\";border-left:1px solid var(--dsw-alias-border-l2);position:absolute;left:0}._7-_r8G_children:before{height:26px;top:-26px}._7-_r8G_children[aria-busy=true]:before{content:none}._7-_r8G_children>._7-_r8G_node:before{top:0;bottom:0;left:-4px}._7-_r8G_children>._7-_r8G_node:last-child:before{height:17px;bottom:auto}._7-_r8G_children>._7-_r8G_node>._7-_r8G_row:before{content:\"\";border-top:1px solid var(--dsw-alias-border-l2);width:14px;position:absolute;top:16px;left:-4px}._7-_r8G_notice,._7-_r8G_error{color:var(--dsw-alias-label-tertiary);padding:10px 12px;font-size:12px;line-height:18px}._7-_r8G_error{color:var(--dsw-alias-state-error-primary);justify-content:space-between;align-items:center;gap:12px;display:flex}._7-_r8G_refresh{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;align-items:center;gap:4px;padding:4px 6px;display:inline-flex}._7-_r8G_refresh:hover{background:var(--dsw-alias-interactive-bg-hover)}";
|
|
13
13
|
const tagId$1 = "@nomix-ai/nomix-client-ui-subagent/SubagentCatalogAction.module.css";
|
|
@@ -19,30 +19,30 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var SubagentCatalogAction_module_css_default = {
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"loadingRow": "_7-_r8G_loadingRow",
|
|
26
|
-
"metricToken": "_7-_r8G_metricToken",
|
|
27
|
-
"node": "_7-_r8G_node",
|
|
22
|
+
"count": "_7-_r8G_count",
|
|
23
|
+
"metrics": "_7-_r8G_metrics",
|
|
24
|
+
"clickarea": "_7-_r8G_clickarea",
|
|
28
25
|
"disclosure": "_7-_r8G_disclosure",
|
|
29
|
-
"disclosureSpace": "_7-_r8G_disclosureSpace",
|
|
30
|
-
"disclosureOpen": "_7-_r8G_disclosureOpen",
|
|
31
|
-
"metricDuration": "_7-_r8G_metricDuration",
|
|
32
26
|
"notice": "_7-_r8G_notice",
|
|
33
|
-
"
|
|
27
|
+
"menu": "_7-_r8G_menu",
|
|
28
|
+
"loadingRow": "_7-_r8G_loadingRow",
|
|
34
29
|
"label": "_7-_r8G_label",
|
|
35
|
-
"
|
|
30
|
+
"content": "_7-_r8G_content",
|
|
31
|
+
"node": "_7-_r8G_node",
|
|
32
|
+
"disclosureOpen": "_7-_r8G_disclosureOpen",
|
|
33
|
+
"children": "_7-_r8G_children",
|
|
34
|
+
"error": "_7-_r8G_error",
|
|
36
35
|
"root": "_7-_r8G_root",
|
|
37
|
-
"menu": "_7-_r8G_menu",
|
|
38
|
-
"summary": "_7-_r8G_summary",
|
|
39
36
|
"trigger": "_7-_r8G_trigger",
|
|
40
|
-
"
|
|
37
|
+
"summary": "_7-_r8G_summary",
|
|
38
|
+
"disabled": "_7-_r8G_disabled",
|
|
39
|
+
"metricToken": "_7-_r8G_metricToken",
|
|
40
|
+
"disclosureSpace": "_7-_r8G_disclosureSpace",
|
|
41
|
+
"row": "_7-_r8G_row",
|
|
41
42
|
"activitySlot": "_7-_r8G_activitySlot",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"clickarea": "_7-_r8G_clickarea"
|
|
43
|
+
"triggerOpen": "_7-_r8G_triggerOpen",
|
|
44
|
+
"metricDuration": "_7-_r8G_metricDuration",
|
|
45
|
+
"refresh": "_7-_r8G_refresh"
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region lib/types/client/SubagentCatalogAction.js
|
|
@@ -5,8 +5,8 @@ window.__ModuleLoader__.load({
|
|
|
5
5
|
var exports = module.exports;
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
9
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
8
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
9
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
10
10
|
//#region ../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
|
|
11
11
|
function r(e) {
|
|
12
12
|
var t, f, n = "";
|
|
@@ -34,10 +34,10 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
}
|
|
35
35
|
var AppearanceRow_module_css_default = {
|
|
36
36
|
"group": "gO8vLG_group",
|
|
37
|
-
"
|
|
38
|
-
"themeCube": "gO8vLG_themeCube",
|
|
37
|
+
"cubeRow": "gO8vLG_cubeRow",
|
|
39
38
|
"title": "gO8vLG_title",
|
|
40
|
-
"
|
|
39
|
+
"themeCube": "gO8vLG_themeCube",
|
|
40
|
+
"selected": "gO8vLG_selected"
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region lib/types/client/AppearanceRow.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-theme",
|
|
3
3
|
"description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -6,8 +6,8 @@ window.__ModuleLoader__.load({
|
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
8
|
let react = require("react");
|
|
9
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
10
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
9
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
10
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
11
11
|
//#region lib/types/client/tool/models/tool-call-model.js
|
|
12
12
|
/** Figma row titles per variant (design literals, not translatable copy). */
|
|
13
13
|
const VARIANT_TITLES = {
|
|
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
|
|
|
605
605
|
document.head.appendChild(tag);
|
|
606
606
|
}
|
|
607
607
|
var ToolRow_module_css_default = {
|
|
608
|
-
"row": "uvVWwG_row",
|
|
609
|
-
"nomix-tool-row-sweep": "uvVWwG_nomix-tool-row-sweep",
|
|
610
|
-
"readBody": "uvVWwG_readBody",
|
|
611
|
-
"bodyWrap": "uvVWwG_bodyWrap",
|
|
612
|
-
"webBody": "uvVWwG_webBody",
|
|
613
|
-
"leading": "uvVWwG_leading",
|
|
614
608
|
"bodyScroll": "uvVWwG_bodyScroll",
|
|
615
|
-
"
|
|
616
|
-
"searchRecovery": "uvVWwG_searchRecovery",
|
|
617
|
-
"searchBody": "uvVWwG_searchBody",
|
|
609
|
+
"ioSection": "uvVWwG_ioSection",
|
|
618
610
|
"ioDivider": "uvVWwG_ioDivider",
|
|
619
|
-
"
|
|
611
|
+
"diffBody": "uvVWwG_diffBody",
|
|
612
|
+
"searchBody": "uvVWwG_searchBody",
|
|
613
|
+
"searchRecovery": "uvVWwG_searchRecovery",
|
|
614
|
+
"bodyWrap": "uvVWwG_bodyWrap",
|
|
620
615
|
"root": "uvVWwG_root",
|
|
621
|
-
"
|
|
616
|
+
"nomix-tool-row-sweep": "uvVWwG_nomix-tool-row-sweep",
|
|
622
617
|
"title": "uvVWwG_title",
|
|
623
|
-
"
|
|
618
|
+
"fileLink": "uvVWwG_fileLink",
|
|
619
|
+
"row": "uvVWwG_row",
|
|
620
|
+
"leading": "uvVWwG_leading",
|
|
621
|
+
"sep": "uvVWwG_sep",
|
|
624
622
|
"ioCard": "uvVWwG_ioCard",
|
|
623
|
+
"summary": "uvVWwG_summary",
|
|
624
|
+
"ioLabel": "uvVWwG_ioLabel",
|
|
625
625
|
"codeBody": "uvVWwG_codeBody",
|
|
626
|
-
"
|
|
626
|
+
"readBody": "uvVWwG_readBody",
|
|
627
|
+
"inspectButton": "uvVWwG_inspectButton",
|
|
628
|
+
"visuallyHidden": "uvVWwG_visuallyHidden",
|
|
627
629
|
"summarySuffix": "uvVWwG_summarySuffix",
|
|
628
|
-
"
|
|
630
|
+
"ioText": "uvVWwG_ioText",
|
|
629
631
|
"chevron": "uvVWwG_chevron",
|
|
630
|
-
"
|
|
631
|
-
"ioSection": "uvVWwG_ioSection",
|
|
632
|
-
"ioLabel": "uvVWwG_ioLabel",
|
|
632
|
+
"errorSummary": "uvVWwG_errorSummary",
|
|
633
633
|
"terminalBody": "uvVWwG_terminalBody",
|
|
634
|
-
"
|
|
634
|
+
"webBody": "uvVWwG_webBody"
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region lib/types/client/tool/components/ToolRow.js
|
|
@@ -850,8 +850,8 @@ window.__ModuleLoader__.load({
|
|
|
850
850
|
document.head.appendChild(tag);
|
|
851
851
|
}
|
|
852
852
|
var ToolCallTree_module_css_default = {
|
|
853
|
-
"
|
|
854
|
-
"
|
|
853
|
+
"callRow": "Vlrg3a_callRow",
|
|
854
|
+
"subCalls": "Vlrg3a_subCalls"
|
|
855
855
|
};
|
|
856
856
|
//#endregion
|
|
857
857
|
//#region lib/types/client/tool/ToolCallTree.js
|
|
@@ -950,12 +950,12 @@ window.__ModuleLoader__.load({
|
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
952
|
"description": "ktuhBa_description",
|
|
953
|
-
"cardBody": "ktuhBa_cardBody",
|
|
954
|
-
"read": "ktuhBa_read",
|
|
955
953
|
"web": "ktuhBa_web",
|
|
956
|
-
"
|
|
954
|
+
"cardBody": "ktuhBa_cardBody",
|
|
957
955
|
"recovery": "ktuhBa_recovery",
|
|
958
|
-
"code": "ktuhBa_code"
|
|
956
|
+
"code": "ktuhBa_code",
|
|
957
|
+
"empty": "ktuhBa_empty",
|
|
958
|
+
"read": "ktuhBa_read"
|
|
959
959
|
};
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region lib/types/client/tool/ToolDetails.js
|
|
@@ -1099,26 +1099,26 @@ window.__ModuleLoader__.load({
|
|
|
1099
1099
|
document.head.appendChild(tag);
|
|
1100
1100
|
}
|
|
1101
1101
|
var bash_sample_module_css_default = {
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
"ioCard": "_6xlivG_ioCard",
|
|
1102
|
+
"inspectButton": "_6xlivG_inspectButton",
|
|
1103
|
+
"chevron": "_6xlivG_chevron",
|
|
1105
1104
|
"summary": "_6xlivG_summary",
|
|
1106
|
-
"title": "_6xlivG_title",
|
|
1107
|
-
"bodyWrap": "_6xlivG_bodyWrap",
|
|
1108
1105
|
"leading": "_6xlivG_leading",
|
|
1106
|
+
"ioText": "_6xlivG_ioText",
|
|
1109
1107
|
"nomix-bash-row-sweep": "_6xlivG_nomix-bash-row-sweep",
|
|
1110
|
-
"
|
|
1108
|
+
"ioLabel": "_6xlivG_ioLabel",
|
|
1109
|
+
"ioDivider": "_6xlivG_ioDivider",
|
|
1110
|
+
"chevronHover": "_6xlivG_chevronHover",
|
|
1111
|
+
"ioCard": "_6xlivG_ioCard",
|
|
1112
|
+
"bodyWrap": "_6xlivG_bodyWrap",
|
|
1111
1113
|
"sep": "_6xlivG_sep",
|
|
1112
|
-
"ioText": "_6xlivG_ioText",
|
|
1113
|
-
"errorSummary": "_6xlivG_errorSummary",
|
|
1114
|
-
"root": "_6xlivG_root",
|
|
1115
1114
|
"visuallyHidden": "_6xlivG_visuallyHidden",
|
|
1116
|
-
"
|
|
1115
|
+
"errorSummary": "_6xlivG_errorSummary",
|
|
1116
|
+
"title": "_6xlivG_title",
|
|
1117
|
+
"card": "_6xlivG_card",
|
|
1117
1118
|
"terminal": "_6xlivG_terminal",
|
|
1118
1119
|
"ioSection": "_6xlivG_ioSection",
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1121
|
-
"ioLabel": "_6xlivG_ioLabel"
|
|
1120
|
+
"root": "_6xlivG_root",
|
|
1121
|
+
"iconIdle": "_6xlivG_iconIdle"
|
|
1122
1122
|
};
|
|
1123
1123
|
//#endregion
|
|
1124
1124
|
//#region lib/types/client/tool/toolviews/bash-sample.js
|
|
@@ -26,12 +26,12 @@ window.__ModuleLoader__.load({
|
|
|
26
26
|
enumerable: true
|
|
27
27
|
}) : target, mod));
|
|
28
28
|
//#endregion
|
|
29
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
29
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
30
30
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
31
31
|
let react = require("react");
|
|
32
32
|
react = __toESM(react, 1);
|
|
33
33
|
let react_dom = require("react-dom");
|
|
34
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
34
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
35
35
|
//#region lib/types/client/duration-store.js
|
|
36
36
|
/**
|
|
37
37
|
* Create the browser-wide trajectory duration preference source.
|
|
@@ -3001,152 +3001,152 @@ window.__ModuleLoader__.load({
|
|
|
3001
3001
|
document.head.appendChild(tag);
|
|
3002
3002
|
}
|
|
3003
3003
|
var TrajectoryTable_module_css_default = {
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3006
|
-
"arrow": "LDfJYG_arrow",
|
|
3007
|
-
"detailsHeader": "LDfJYG_detailsHeader",
|
|
3008
|
-
"detailsLocation": "LDfJYG_detailsLocation",
|
|
3009
|
-
"overview": "LDfJYG_overview",
|
|
3010
|
-
"promptDiffSections": "LDfJYG_promptDiffSections",
|
|
3011
|
-
"detailTabs": "LDfJYG_detailTabs",
|
|
3012
|
-
"detailTabActive": "LDfJYG_detailTabActive",
|
|
3013
|
-
"detailBodySummary": "LDfJYG_detailBodySummary",
|
|
3014
|
-
"payload": "LDfJYG_payload",
|
|
3015
|
-
"sourceBlockHeader": "LDfJYG_sourceBlockHeader",
|
|
3016
|
-
"assistantVioletBright": "LDfJYG_assistantVioletBright",
|
|
3017
|
-
"resultBlockText": "LDfJYG_resultBlockText",
|
|
3018
|
-
"panelImageLink": "LDfJYG_panelImageLink",
|
|
3019
|
-
"overviewSection": "LDfJYG_overviewSection",
|
|
3020
|
-
"error": "LDfJYG_error",
|
|
3021
|
-
"subtoolAmber": "LDfJYG_subtoolAmber",
|
|
3022
|
-
"collapsedTurnEllipsis": "LDfJYG_collapsedTurnEllipsis",
|
|
3023
|
-
"timestampToggle": "LDfJYG_timestampToggle",
|
|
3024
|
-
"detailBody": "LDfJYG_detailBody",
|
|
3025
|
-
"overviewHeading": "LDfJYG_overviewHeading",
|
|
3004
|
+
"kindTagIcon": "LDfJYG_kindTagIcon",
|
|
3005
|
+
"contentText": "LDfJYG_contentText",
|
|
3026
3006
|
"thinkingToggle": "LDfJYG_thinkingToggle",
|
|
3027
|
-
"
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
3030
|
-
"
|
|
3007
|
+
"eventHeader": "LDfJYG_eventHeader",
|
|
3008
|
+
"tablePane": "LDfJYG_tablePane",
|
|
3009
|
+
"assistantContent": "LDfJYG_assistantContent",
|
|
3010
|
+
"turnRail": "LDfJYG_turnRail",
|
|
3011
|
+
"selectionRail": "LDfJYG_selectionRail",
|
|
3031
3012
|
"toolCatalogName": "LDfJYG_toolCatalogName",
|
|
3032
|
-
"
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
3035
|
-
"
|
|
3036
|
-
"assistantContentRendered": "LDfJYG_assistantContentRendered",
|
|
3037
|
-
"inlineResult": "LDfJYG_inlineResult",
|
|
3013
|
+
"virtualSpacer": "LDfJYG_virtualSpacer",
|
|
3014
|
+
"sourceBlockHeader": "LDfJYG_sourceBlockHeader",
|
|
3015
|
+
"toolCatalogFullDescription": "LDfJYG_toolCatalogFullDescription",
|
|
3016
|
+
"turnLabelFull": "LDfJYG_turnLabelFull",
|
|
3038
3017
|
"sourceBlockContent": "LDfJYG_sourceBlockContent",
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3041
|
-
"requestTokenDetail": "LDfJYG_requestTokenDetail",
|
|
3042
|
-
"history-loading-spin": "LDfJYG_history-loading-spin",
|
|
3043
|
-
"promptDiffLineadded": "LDfJYG_promptDiffLineadded",
|
|
3018
|
+
"assistantToolCallIcon": "LDfJYG_assistantToolCallIcon",
|
|
3019
|
+
"systemNeutral": "LDfJYG_systemNeutral",
|
|
3044
3020
|
"kindTag": "LDfJYG_kindTag",
|
|
3045
|
-
"
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
3048
|
-
"
|
|
3049
|
-
"trajectory-table": "LDfJYG_trajectory-table",
|
|
3050
|
-
"compactedSummary": "LDfJYG_compactedSummary",
|
|
3051
|
-
"noOutputText": "LDfJYG_noOutputText",
|
|
3052
|
-
"schemaParametersTitle": "LDfJYG_schemaParametersTitle",
|
|
3053
|
-
"historyLoading": "LDfJYG_historyLoading",
|
|
3054
|
-
"thinkingQuote": "LDfJYG_thinkingQuote",
|
|
3055
|
-
"kindTagIcon": "LDfJYG_kindTagIcon",
|
|
3056
|
-
"overviewHierarchyNavLink": "LDfJYG_overviewHierarchyNavLink",
|
|
3021
|
+
"jsonPreview": "LDfJYG_jsonPreview",
|
|
3022
|
+
"contextGreen": "LDfJYG_contextGreen",
|
|
3023
|
+
"summaryScrollRegion": "LDfJYG_summaryScrollRegion",
|
|
3024
|
+
"assistantToolCallButton": "LDfJYG_assistantToolCallButton",
|
|
3057
3025
|
"user": "LDfJYG_user",
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3062
|
-
"
|
|
3063
|
-
"
|
|
3026
|
+
"toolCallOnly": "LDfJYG_toolCallOnly",
|
|
3027
|
+
"noOutputText": "LDfJYG_noOutputText",
|
|
3028
|
+
"schema": "LDfJYG_schema",
|
|
3029
|
+
"messageImages": "LDfJYG_messageImages",
|
|
3030
|
+
"toolCatalogSummary": "LDfJYG_toolCatalogSummary",
|
|
3031
|
+
"split": "LDfJYG_split",
|
|
3032
|
+
"toolCatalogDescription": "LDfJYG_toolCatalogDescription",
|
|
3033
|
+
"visuallyHidden": "LDfJYG_visuallyHidden",
|
|
3034
|
+
"overview": "LDfJYG_overview",
|
|
3035
|
+
"toolCatalogIcon": "LDfJYG_toolCatalogIcon",
|
|
3036
|
+
"resultRequest": "LDfJYG_resultRequest",
|
|
3037
|
+
"resultBlockText": "LDfJYG_resultBlockText",
|
|
3038
|
+
"assistantVioletBright": "LDfJYG_assistantVioletBright",
|
|
3039
|
+
"promptDiffLineremoved": "LDfJYG_promptDiffLineremoved",
|
|
3040
|
+
"historyLoadButton": "LDfJYG_historyLoadButton",
|
|
3041
|
+
"compacted": "LDfJYG_compacted",
|
|
3042
|
+
"promptDiffLineadded": "LDfJYG_promptDiffLineadded",
|
|
3064
3043
|
"detailsResizeHandle": "LDfJYG_detailsResizeHandle",
|
|
3065
|
-
"
|
|
3066
|
-
"
|
|
3044
|
+
"sourceBlockLabel": "LDfJYG_sourceBlockLabel",
|
|
3045
|
+
"resultBlocks": "LDfJYG_resultBlocks",
|
|
3046
|
+
"usagePanel": "LDfJYG_usagePanel",
|
|
3067
3047
|
"eventColumn": "LDfJYG_eventColumn",
|
|
3068
|
-
"toolCallNameTypeface": "LDfJYG_toolCallNameTypeface",
|
|
3069
|
-
"overviewParentLinks": "LDfJYG_overviewParentLinks",
|
|
3070
|
-
"toolCallOnly": "LDfJYG_toolCallOnly",
|
|
3071
|
-
"detailTab": "LDfJYG_detailTab",
|
|
3072
|
-
"markdownPreview": "LDfJYG_markdownPreview",
|
|
3073
|
-
"overviewTitleIcon": "LDfJYG_overviewTitleIcon",
|
|
3074
|
-
"resultBlocksPreview": "LDfJYG_resultBlocksPreview",
|
|
3075
3048
|
"requestBoundaryControlActive": "LDfJYG_requestBoundaryControlActive",
|
|
3049
|
+
"kindSlot": "LDfJYG_kindSlot",
|
|
3050
|
+
"trajectory-table": "LDfJYG_trajectory-table",
|
|
3051
|
+
"overviewSection": "LDfJYG_overviewSection",
|
|
3052
|
+
"resultBlocksPreview": "LDfJYG_resultBlocksPreview",
|
|
3053
|
+
"schemaIntro": "LDfJYG_schemaIntro",
|
|
3054
|
+
"detailsTitle": "LDfJYG_detailsTitle",
|
|
3055
|
+
"requestBoundaryControl": "LDfJYG_requestBoundaryControl",
|
|
3056
|
+
"event": "LDfJYG_event",
|
|
3057
|
+
"turnLabel": "LDfJYG_turnLabel",
|
|
3058
|
+
"toolAmber": "LDfJYG_toolAmber",
|
|
3059
|
+
"schemaParameters": "LDfJYG_schemaParameters",
|
|
3060
|
+
"toolCallNameTypeface": "LDfJYG_toolCallNameTypeface",
|
|
3061
|
+
"usageGroup": "LDfJYG_usageGroup",
|
|
3062
|
+
"resultPreview": "LDfJYG_resultPreview",
|
|
3076
3063
|
"requestDetailsDot": "LDfJYG_requestDetailsDot",
|
|
3077
3064
|
"historyLoadingSpinner": "LDfJYG_historyLoadingSpinner",
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3082
|
-
"turnLabelCompact": "LDfJYG_turnLabelCompact",
|
|
3065
|
+
"overviewHierarchyJumpIconTight": "LDfJYG_overviewHierarchyJumpIconTight",
|
|
3066
|
+
"requestDetailsName": "LDfJYG_requestDetailsName",
|
|
3067
|
+
"compactedSummary": "LDfJYG_compactedSummary",
|
|
3068
|
+
"historyLoadRow": "LDfJYG_historyLoadRow",
|
|
3083
3069
|
"assistantToolCallText": "LDfJYG_assistantToolCallText",
|
|
3084
|
-
"thinkingQuoteOnlyPreview": "LDfJYG_thinkingQuoteOnlyPreview",
|
|
3085
|
-
"usagePanel": "LDfJYG_usagePanel",
|
|
3086
3070
|
"historyLoadingBar": "LDfJYG_historyLoadingBar",
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3092
|
-
"promptDiffLineremoved": "LDfJYG_promptDiffLineremoved",
|
|
3093
|
-
"sourceBlockJumpTarget": "LDfJYG_sourceBlockJumpTarget",
|
|
3094
|
-
"requestBoundaryControl": "LDfJYG_requestBoundaryControl",
|
|
3095
|
-
"sourceBlockJumpIcon": "LDfJYG_sourceBlockJumpIcon",
|
|
3096
|
-
"panelImageLinkPreview": "LDfJYG_panelImageLinkPreview",
|
|
3097
|
-
"toolCatalogSummary": "LDfJYG_toolCatalogSummary",
|
|
3071
|
+
"assistantOutput": "LDfJYG_assistantOutput",
|
|
3072
|
+
"sourceBlock": "LDfJYG_sourceBlock",
|
|
3073
|
+
"toolCatalogTree": "LDfJYG_toolCatalogTree",
|
|
3074
|
+
"overviewSections": "LDfJYG_overviewSections",
|
|
3075
|
+
"overviewHeading": "LDfJYG_overviewHeading",
|
|
3098
3076
|
"toolCatalogChevron": "LDfJYG_toolCatalogChevron",
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3077
|
+
"promptDiffLinemeta": "LDfJYG_promptDiffLinemeta",
|
|
3078
|
+
"table": "LDfJYG_table",
|
|
3079
|
+
"turnLabelCompact": "LDfJYG_turnLabelCompact",
|
|
3080
|
+
"detailTabs": "LDfJYG_detailTabs",
|
|
3081
|
+
"markdownPayload": "LDfJYG_markdownPayload",
|
|
3082
|
+
"collapsedTurnEllipsis": "LDfJYG_collapsedTurnEllipsis",
|
|
3083
|
+
"promptDiff": "LDfJYG_promptDiff",
|
|
3084
|
+
"details": "LDfJYG_details",
|
|
3085
|
+
"systemPrompt": "LDfJYG_systemPrompt",
|
|
3086
|
+
"detailsLocation": "LDfJYG_detailsLocation",
|
|
3087
|
+
"overviewParentLinks": "LDfJYG_overviewParentLinks",
|
|
3088
|
+
"detailBodySummary": "LDfJYG_detailBodySummary",
|
|
3089
|
+
"detailsHeader": "LDfJYG_detailsHeader",
|
|
3090
|
+
"overviewHierarchyNavLink": "LDfJYG_overviewHierarchyNavLink",
|
|
3091
|
+
"sourceBlockJumpTarget": "LDfJYG_sourceBlockJumpTarget",
|
|
3092
|
+
"toolCatalogDefinition": "LDfJYG_toolCatalogDefinition",
|
|
3093
|
+
"detailTabActive": "LDfJYG_detailTabActive",
|
|
3094
|
+
"markdownPreview": "LDfJYG_markdownPreview",
|
|
3095
|
+
"panelImageLink": "LDfJYG_panelImageLink",
|
|
3096
|
+
"noPayload": "LDfJYG_noPayload",
|
|
3097
|
+
"jsonPayload": "LDfJYG_jsonPayload",
|
|
3098
|
+
"turnLabelActive": "LDfJYG_turnLabelActive",
|
|
3099
|
+
"detailBody": "LDfJYG_detailBody",
|
|
3100
|
+
"historyLoading": "LDfJYG_historyLoading",
|
|
3101
|
+
"assistantToolCallsPreview": "LDfJYG_assistantToolCallsPreview",
|
|
3102
|
+
"message": "LDfJYG_message",
|
|
3103
|
+
"thinkingQuoteOnlyPreview": "LDfJYG_thinkingQuoteOnlyPreview",
|
|
3104
|
+
"messageImagesPreview": "LDfJYG_messageImagesPreview",
|
|
3105
|
+
"toolCatalogItem": "LDfJYG_toolCatalogItem",
|
|
3103
3106
|
"errorPayload": "LDfJYG_errorPayload",
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3107
|
+
"history-loading-spin": "LDfJYG_history-loading-spin",
|
|
3108
|
+
"close": "LDfJYG_close",
|
|
3109
|
+
"toolCatalog": "LDfJYG_toolCatalog",
|
|
3110
|
+
"thinkingQuote": "LDfJYG_thinkingQuote",
|
|
3111
|
+
"panelImageLinkPreview": "LDfJYG_panelImageLinkPreview",
|
|
3112
|
+
"schemaPreview": "LDfJYG_schemaPreview",
|
|
3113
|
+
"payloadPreview": "LDfJYG_payloadPreview",
|
|
3114
|
+
"assistantContentRendered": "LDfJYG_assistantContentRendered",
|
|
3115
|
+
"inlineResult": "LDfJYG_inlineResult",
|
|
3116
|
+
"collapsedTurnText": "LDfJYG_collapsedTurnText",
|
|
3117
|
+
"schemaDescription": "LDfJYG_schemaDescription",
|
|
3118
|
+
"schemaName": "LDfJYG_schemaName",
|
|
3119
|
+
"detailTab": "LDfJYG_detailTab",
|
|
3106
3120
|
"promptDiffSection": "LDfJYG_promptDiffSection",
|
|
3107
|
-
"
|
|
3121
|
+
"content": "LDfJYG_content",
|
|
3108
3122
|
"schemaTree": "LDfJYG_schemaTree",
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3123
|
+
"payload": "LDfJYG_payload",
|
|
3124
|
+
"overviewPreview": "LDfJYG_overviewPreview",
|
|
3125
|
+
"arrow": "LDfJYG_arrow",
|
|
3126
|
+
"collapsedTurnContent": "LDfJYG_collapsedTurnContent",
|
|
3127
|
+
"assistantToolCallArgs": "LDfJYG_assistantToolCallArgs",
|
|
3112
3128
|
"promptDiffLinecontext": "LDfJYG_promptDiffLinecontext",
|
|
3113
|
-
"
|
|
3114
|
-
"split": "LDfJYG_split",
|
|
3115
|
-
"thinkingChevron": "LDfJYG_thinkingChevron",
|
|
3116
|
-
"assistantToolCallsPreview": "LDfJYG_assistantToolCallsPreview",
|
|
3117
|
-
"toolAmber": "LDfJYG_toolAmber",
|
|
3118
|
-
"jsonPreview": "LDfJYG_jsonPreview",
|
|
3119
|
-
"historyLoadRow": "LDfJYG_historyLoadRow",
|
|
3120
|
-
"turnLabelActive": "LDfJYG_turnLabelActive",
|
|
3121
|
-
"usageGroup": "LDfJYG_usageGroup",
|
|
3122
|
-
"assistantContent": "LDfJYG_assistantContent",
|
|
3123
|
-
"sourceBlock": "LDfJYG_sourceBlock",
|
|
3124
|
-
"compacted": "LDfJYG_compacted",
|
|
3125
|
-
"resultRequest": "LDfJYG_resultRequest",
|
|
3126
|
-
"detailsTitle": "LDfJYG_detailsTitle",
|
|
3127
|
-
"resultBlocks": "LDfJYG_resultBlocks",
|
|
3128
|
-
"contentText": "LDfJYG_contentText",
|
|
3129
|
-
"contextGreen": "LDfJYG_contextGreen",
|
|
3130
|
-
"eventHeader": "LDfJYG_eventHeader",
|
|
3131
|
-
"virtualSpacer": "LDfJYG_virtualSpacer",
|
|
3129
|
+
"promptDiffSections": "LDfJYG_promptDiffSections",
|
|
3132
3130
|
"promptDiffTitle": "LDfJYG_promptDiffTitle",
|
|
3133
|
-
"
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3136
|
-
"kindSlot": "LDfJYG_kindSlot",
|
|
3137
|
-
"schemaPreview": "LDfJYG_schemaPreview",
|
|
3138
|
-
"panelImage": "LDfJYG_panelImage",
|
|
3139
|
-
"tablePane": "LDfJYG_tablePane",
|
|
3140
|
-
"toolCatalogIcon": "LDfJYG_toolCatalogIcon",
|
|
3131
|
+
"sourceBlockJumpIcon": "LDfJYG_sourceBlockJumpIcon",
|
|
3132
|
+
"assistantToolCalls": "LDfJYG_assistantToolCalls",
|
|
3133
|
+
"eventInner": "LDfJYG_eventInner",
|
|
3141
3134
|
"inlineResultText": "LDfJYG_inlineResultText",
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3144
|
-
"
|
|
3145
|
-
"
|
|
3146
|
-
"
|
|
3147
|
-
"
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
3135
|
+
"error": "LDfJYG_error",
|
|
3136
|
+
"subtoolAmber": "LDfJYG_subtoolAmber",
|
|
3137
|
+
"requestTokenDetail": "LDfJYG_requestTokenDetail",
|
|
3138
|
+
"toolCallPayload": "LDfJYG_toolCallPayload",
|
|
3139
|
+
"schemaParametersTitle": "LDfJYG_schemaParametersTitle",
|
|
3140
|
+
"assistantToolCallName": "LDfJYG_assistantToolCallName",
|
|
3141
|
+
"sourceBlocks": "LDfJYG_sourceBlocks",
|
|
3142
|
+
"panelImage": "LDfJYG_panelImage",
|
|
3143
|
+
"thinkingChevron": "LDfJYG_thinkingChevron",
|
|
3144
|
+
"overviewTitleIcon": "LDfJYG_overviewTitleIcon",
|
|
3145
|
+
"overviewTitle": "LDfJYG_overviewTitle",
|
|
3146
|
+
"contentColumn": "LDfJYG_contentColumn",
|
|
3147
|
+
"timestampToggle": "LDfJYG_timestampToggle",
|
|
3148
|
+
"usageHeading": "LDfJYG_usageHeading",
|
|
3149
|
+
"kindTagLabel": "LDfJYG_kindTagLabel"
|
|
3150
3150
|
};
|
|
3151
3151
|
//#endregion
|
|
3152
3152
|
//#region lib/types/client/TrajectoryTable.js
|
|
@@ -5306,19 +5306,19 @@ window.__ModuleLoader__.load({
|
|
|
5306
5306
|
document.head.appendChild(tag);
|
|
5307
5307
|
}
|
|
5308
5308
|
var TrajectoryToolbar_module_css_default = {
|
|
5309
|
-
"root": "SHVPJW_root",
|
|
5310
|
-
"searchInput": "SHVPJW_searchInput",
|
|
5311
|
-
"controlThumb": "SHVPJW_controlThumb",
|
|
5312
5309
|
"toggle": "SHVPJW_toggle",
|
|
5313
5310
|
"toggleIcon": "SHVPJW_toggleIcon",
|
|
5314
|
-
"
|
|
5315
|
-
"inner": "SHVPJW_inner",
|
|
5311
|
+
"controlThumb": "SHVPJW_controlThumb",
|
|
5316
5312
|
"action": "SHVPJW_action",
|
|
5317
|
-
"controlTrack": "SHVPJW_controlTrack",
|
|
5318
5313
|
"actionIcon": "SHVPJW_actionIcon",
|
|
5319
|
-
"
|
|
5314
|
+
"actions": "SHVPJW_actions",
|
|
5315
|
+
"search": "SHVPJW_search",
|
|
5316
|
+
"searchInput": "SHVPJW_searchInput",
|
|
5320
5317
|
"searchIcon": "SHVPJW_searchIcon",
|
|
5321
|
-
"
|
|
5318
|
+
"control": "SHVPJW_control",
|
|
5319
|
+
"root": "SHVPJW_root",
|
|
5320
|
+
"controlTrack": "SHVPJW_controlTrack",
|
|
5321
|
+
"inner": "SHVPJW_inner"
|
|
5322
5322
|
};
|
|
5323
5323
|
//#endregion
|
|
5324
5324
|
//#region lib/types/client/TrajectoryToolbar.js
|
|
@@ -5558,19 +5558,19 @@ window.__ModuleLoader__.load({
|
|
|
5558
5558
|
document.head.appendChild(tag);
|
|
5559
5559
|
}
|
|
5560
5560
|
var TrajectoryTimeline_module_css_default = {
|
|
5561
|
-
"
|
|
5561
|
+
"turnBoundaries": "bZCXAG_turnBoundaries",
|
|
5562
|
+
"track": "bZCXAG_track",
|
|
5563
|
+
"earlierHistory": "bZCXAG_earlierHistory",
|
|
5564
|
+
"turnBoundary": "bZCXAG_turnBoundary",
|
|
5565
|
+
"root": "bZCXAG_root",
|
|
5562
5566
|
"empty": "bZCXAG_empty",
|
|
5567
|
+
"labels": "bZCXAG_labels",
|
|
5563
5568
|
"selection": "bZCXAG_selection",
|
|
5564
|
-
"
|
|
5565
|
-
"
|
|
5569
|
+
"hoverLine": "bZCXAG_hoverLine",
|
|
5570
|
+
"plot": "bZCXAG_plot",
|
|
5566
5571
|
"selectionEdges": "bZCXAG_selectionEdges",
|
|
5567
5572
|
"span": "bZCXAG_span",
|
|
5568
|
-
"
|
|
5569
|
-
"labels": "bZCXAG_labels",
|
|
5570
|
-
"turnBoundaries": "bZCXAG_turnBoundaries",
|
|
5571
|
-
"turnBoundary": "bZCXAG_turnBoundary",
|
|
5572
|
-
"earlierHistory": "bZCXAG_earlierHistory",
|
|
5573
|
-
"track": "bZCXAG_track"
|
|
5573
|
+
"lanes": "bZCXAG_lanes"
|
|
5574
5574
|
};
|
|
5575
5575
|
//#endregion
|
|
5576
5576
|
//#region lib/types/client/TrajectoryTimeline.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-trajectory",
|
|
3
3
|
"description": "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|