@nomix-ai/nomix-harness 0.2.1 → 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/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/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 +6 -6
- 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 +40 -40
- 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 +171 -171
- package/dist/kernel/client-ui-conversation/package.json +1 -1
- package/dist/kernel/client-ui-cordis/lib/client.js +50 -50
- 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 +28 -28
- 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 +6 -6
- package/dist/kernel/client-ui-message-feedback/package.json +1 -1
- package/dist/kernel/client-ui-model-selection/lib/client.js +20 -20
- 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 +3 -3
- 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 +18 -18
- package/dist/kernel/client-ui-settings-general/package.json +1 -1
- package/dist/kernel/client-ui-settings-models/lib/client.js +59 -59
- package/dist/kernel/client-ui-settings-models/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +13 -13
- package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugins/lib/client.js +24 -24
- package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
- package/dist/kernel/client-ui-sidebar/lib/client.js +15 -15
- package/dist/kernel/client-ui-sidebar/package.json +1 -1
- package/dist/kernel/client-ui-skill/lib/client.js +13 -13
- 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 +17 -17
- 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 +36 -36
- 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 +19 -19
- package/dist/kernel/client-ui-workflow-run/package.json +1 -1
- package/dist/kernel/client-ui-workspace/lib/client.js +54 -54
- 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/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/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/package.json +1 -1
|
@@ -5,7 +5,7 @@ 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("
|
|
8
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
9
9
|
let react = require("react");
|
|
10
10
|
//#region lib/types/client/card-model.js
|
|
11
11
|
/** Replay-stable view models for Cordis lifecycle Tool calls. */
|
|
@@ -123,17 +123,17 @@ window.__ModuleLoader__.load({
|
|
|
123
123
|
document.head.appendChild(tag);
|
|
124
124
|
}
|
|
125
125
|
var CordisRunRow_module_css_default = {
|
|
126
|
-
"status": "ws1PFW_status",
|
|
127
|
-
"row": "ws1PFW_row",
|
|
128
|
-
"separator": "ws1PFW_separator",
|
|
129
|
-
"inspect": "ws1PFW_inspect",
|
|
130
126
|
"card": "ws1PFW_card",
|
|
127
|
+
"separator": "ws1PFW_separator",
|
|
131
128
|
"business": "ws1PFW_business",
|
|
132
|
-
"
|
|
133
|
-
"output": "ws1PFW_output",
|
|
134
|
-
"summary": "ws1PFW_summary",
|
|
129
|
+
"inspect": "ws1PFW_inspect",
|
|
135
130
|
"error": "ws1PFW_error",
|
|
131
|
+
"row": "ws1PFW_row",
|
|
136
132
|
"icon": "ws1PFW_icon",
|
|
133
|
+
"output": "ws1PFW_output",
|
|
134
|
+
"message": "ws1PFW_message",
|
|
135
|
+
"status": "ws1PFW_status",
|
|
136
|
+
"summary": "ws1PFW_summary",
|
|
137
137
|
"title": "ws1PFW_title"
|
|
138
138
|
};
|
|
139
139
|
//#endregion
|
|
@@ -218,33 +218,33 @@ window.__ModuleLoader__.load({
|
|
|
218
218
|
document.head.appendChild(tag);
|
|
219
219
|
}
|
|
220
220
|
var CordisDefineRow_module_css_default = {
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"sourceTabs": "tbbNQq_sourceTabs",
|
|
224
|
-
"output": "tbbNQq_output",
|
|
225
|
-
"separator": "tbbNQq_separator",
|
|
226
|
-
"purpose": "tbbNQq_purpose",
|
|
227
|
-
"approvalPrompt": "tbbNQq_approvalPrompt",
|
|
228
|
-
"card": "tbbNQq_card",
|
|
221
|
+
"sourceTabActive": "tbbNQq_sourceTabActive",
|
|
222
|
+
"sourcePanel": "tbbNQq_sourcePanel",
|
|
229
223
|
"requestError": "tbbNQq_requestError",
|
|
230
|
-
"chevron": "tbbNQq_chevron",
|
|
231
|
-
"switch": "tbbNQq_switch",
|
|
232
224
|
"sourceCard": "tbbNQq_sourceCard",
|
|
233
|
-
"
|
|
234
|
-
"sourceCode": "tbbNQq_sourceCode",
|
|
225
|
+
"statusLabel": "tbbNQq_statusLabel",
|
|
235
226
|
"codeSection": "tbbNQq_codeSection",
|
|
236
|
-
"errorSummary": "tbbNQq_errorSummary",
|
|
237
|
-
"sectionLabel": "tbbNQq_sectionLabel",
|
|
238
227
|
"visuallyHidden": "tbbNQq_visuallyHidden",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
228
|
+
"approvalPrompt": "tbbNQq_approvalPrompt",
|
|
229
|
+
"notice": "tbbNQq_notice",
|
|
241
230
|
"name": "tbbNQq_name",
|
|
231
|
+
"switch": "tbbNQq_switch",
|
|
232
|
+
"purpose": "tbbNQq_purpose",
|
|
233
|
+
"title": "tbbNQq_title",
|
|
234
|
+
"row": "tbbNQq_row",
|
|
235
|
+
"chevron": "tbbNQq_chevron",
|
|
242
236
|
"readout": "tbbNQq_readout",
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"sourcePanel": "tbbNQq_sourcePanel",
|
|
237
|
+
"separator": "tbbNQq_separator",
|
|
238
|
+
"bodyWrap": "tbbNQq_bodyWrap",
|
|
246
239
|
"inspectButton": "tbbNQq_inspectButton",
|
|
247
|
-
"
|
|
240
|
+
"output": "tbbNQq_output",
|
|
241
|
+
"sourceCode": "tbbNQq_sourceCode",
|
|
242
|
+
"errorSummary": "tbbNQq_errorSummary",
|
|
243
|
+
"panelHint": "tbbNQq_panelHint",
|
|
244
|
+
"sourceTab": "tbbNQq_sourceTab",
|
|
245
|
+
"sectionLabel": "tbbNQq_sectionLabel",
|
|
246
|
+
"sourceTabs": "tbbNQq_sourceTabs",
|
|
247
|
+
"card": "tbbNQq_card"
|
|
248
248
|
};
|
|
249
249
|
//#endregion
|
|
250
250
|
//#region lib/types/client/CordisDefineRow.js
|
|
@@ -579,35 +579,35 @@ window.__ModuleLoader__.load({
|
|
|
579
579
|
document.head.appendChild(tag);
|
|
580
580
|
}
|
|
581
581
|
var CordisPanel_module_css_default = {
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"header": "nPOVKq_header",
|
|
586
|
-
"rowStatus": "nPOVKq_rowStatus",
|
|
582
|
+
"rows": "nPOVKq_rows",
|
|
583
|
+
"footerButtons": "nPOVKq_footerButtons",
|
|
584
|
+
"rail": "nPOVKq_rail",
|
|
587
585
|
"transition": "nPOVKq_transition",
|
|
586
|
+
"doubleCheck": "nPOVKq_doubleCheck",
|
|
588
587
|
"group": "nPOVKq_group",
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"
|
|
588
|
+
"badgeLabel": "nPOVKq_badgeLabel",
|
|
589
|
+
"badge": "nPOVKq_badge",
|
|
590
|
+
"rowPurpose": "nPOVKq_rowPurpose",
|
|
591
|
+
"readError": "nPOVKq_readError",
|
|
592
|
+
"actionButton": "nPOVKq_actionButton",
|
|
593
|
+
"note": "nPOVKq_note",
|
|
594
|
+
"header": "nPOVKq_header",
|
|
593
595
|
"rowActions": "nPOVKq_rowActions",
|
|
594
|
-
"
|
|
596
|
+
"rowDetail": "nPOVKq_rowDetail",
|
|
597
|
+
"row": "nPOVKq_row",
|
|
598
|
+
"panel": "nPOVKq_panel",
|
|
595
599
|
"transitionActions": "nPOVKq_transitionActions",
|
|
596
|
-
"
|
|
600
|
+
"layer": "nPOVKq_layer",
|
|
601
|
+
"versionPicker": "nPOVKq_versionPicker",
|
|
597
602
|
"title": "nPOVKq_title",
|
|
598
|
-
"
|
|
599
|
-
"rows": "nPOVKq_rows",
|
|
600
|
-
"footerButtons": "nPOVKq_footerButtons",
|
|
601
|
-
"rowHead": "nPOVKq_rowHead",
|
|
603
|
+
"rowName": "nPOVKq_rowName",
|
|
602
604
|
"rowId": "nPOVKq_rowId",
|
|
603
|
-
"readError": "nPOVKq_readError",
|
|
604
|
-
"badge": "nPOVKq_badge",
|
|
605
605
|
"rowError": "nPOVKq_rowError",
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
606
|
+
"activeVersion": "nPOVKq_activeVersion",
|
|
607
|
+
"rowHead": "nPOVKq_rowHead",
|
|
608
|
+
"body": "nPOVKq_body",
|
|
609
|
+
"rowStatus": "nPOVKq_rowStatus",
|
|
610
|
+
"badgeCount": "nPOVKq_badgeCount"
|
|
611
611
|
};
|
|
612
612
|
//#endregion
|
|
613
613
|
//#region lib/types/client/CordisPanel.js
|
|
@@ -6,7 +6,7 @@ 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("
|
|
9
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
10
10
|
//#region lib/types/client/turn-deliverables.js
|
|
11
11
|
/**
|
|
12
12
|
* Paths a call view reports having created or changed, by render intent rather
|
|
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
|
|
|
167
167
|
document.head.appendChild(tag);
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
|
-
"more": "z8a0ra_more",
|
|
171
|
-
"probe": "z8a0ra_probe",
|
|
172
170
|
"file": "z8a0ra_file",
|
|
173
|
-
"
|
|
171
|
+
"row": "z8a0ra_row",
|
|
174
172
|
"root": "z8a0ra_root",
|
|
173
|
+
"showFolder": "z8a0ra_showFolder",
|
|
174
|
+
"more": "z8a0ra_more",
|
|
175
|
+
"probe": "z8a0ra_probe",
|
|
175
176
|
"measure": "z8a0ra_measure",
|
|
176
|
-
"label": "z8a0ra_label"
|
|
177
|
-
"row": "z8a0ra_row"
|
|
177
|
+
"label": "z8a0ra_label"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region lib/types/client/ProducedFiles.js
|
|
@@ -6,8 +6,8 @@ window.__ModuleLoader__.load({
|
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let react = require("react");
|
|
8
8
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
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 ../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
|
|
12
12
|
function r(e) {
|
|
13
13
|
var t, f, n = "";
|
|
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var DirectoryBrowser_module_css_default = {
|
|
37
|
+
"header": "kRGRPq_header",
|
|
38
|
+
"showHiddenToggle": "kRGRPq_showHiddenToggle",
|
|
39
|
+
"showHiddenToggleActive": "kRGRPq_showHiddenToggleActive",
|
|
40
|
+
"crumbTrail": "kRGRPq_crumbTrail",
|
|
41
|
+
"crumb": "kRGRPq_crumb",
|
|
42
|
+
"content": "kRGRPq_content",
|
|
37
43
|
"footerGap": "kRGRPq_footerGap",
|
|
44
|
+
"createInput": "kRGRPq_createInput",
|
|
45
|
+
"editorScope": "kRGRPq_editorScope",
|
|
46
|
+
"rowName": "kRGRPq_rowName",
|
|
47
|
+
"pathInput": "kRGRPq_pathInput",
|
|
48
|
+
"rowIcon": "kRGRPq_rowIcon",
|
|
38
49
|
"crumbEditZone": "kRGRPq_crumbEditZone",
|
|
39
|
-
"
|
|
40
|
-
"rowSelected": "kRGRPq_rowSelected",
|
|
50
|
+
"footerBar": "kRGRPq_footerBar",
|
|
41
51
|
"createDialog": "kRGRPq_createDialog",
|
|
42
|
-
"column": "kRGRPq_column",
|
|
43
|
-
"rowChevron": "kRGRPq_rowChevron",
|
|
44
|
-
"rowIcon": "kRGRPq_rowIcon",
|
|
45
52
|
"status": "kRGRPq_status",
|
|
53
|
+
"title": "kRGRPq_title",
|
|
54
|
+
"error": "kRGRPq_error",
|
|
55
|
+
"footerAction": "kRGRPq_footerAction",
|
|
46
56
|
"createTitle": "kRGRPq_createTitle",
|
|
47
|
-
"createInput": "kRGRPq_createInput",
|
|
48
|
-
"createIn": "kRGRPq_createIn",
|
|
49
|
-
"editorScope": "kRGRPq_editorScope",
|
|
50
|
-
"dialog": "kRGRPq_dialog",
|
|
51
|
-
"showHiddenToggleActive": "kRGRPq_showHiddenToggleActive",
|
|
52
57
|
"createActions": "kRGRPq_createActions",
|
|
53
|
-
"
|
|
58
|
+
"crumbEditGlyph": "kRGRPq_crumbEditGlyph",
|
|
59
|
+
"rowSelected": "kRGRPq_rowSelected",
|
|
60
|
+
"millerRow": "kRGRPq_millerRow",
|
|
54
61
|
"crumbChevron": "kRGRPq_crumbChevron",
|
|
55
|
-
"header": "kRGRPq_header",
|
|
56
62
|
"loadingFloat": "kRGRPq_loadingFloat",
|
|
57
|
-
"
|
|
58
|
-
"crumbSeat": "kRGRPq_crumbSeat",
|
|
59
|
-
"showHiddenToggle": "kRGRPq_showHiddenToggle",
|
|
60
|
-
"crumbEditGlyph": "kRGRPq_crumbEditGlyph",
|
|
63
|
+
"dialog": "kRGRPq_dialog",
|
|
61
64
|
"divider": "kRGRPq_divider",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
65
|
+
"createIn": "kRGRPq_createIn",
|
|
66
|
+
"rowChevron": "kRGRPq_rowChevron",
|
|
67
|
+
"crumbSeat": "kRGRPq_crumbSeat",
|
|
68
|
+
"createBody": "kRGRPq_createBody",
|
|
64
69
|
"crumbBar": "kRGRPq_crumbBar",
|
|
70
|
+
"column": "kRGRPq_column",
|
|
65
71
|
"row": "kRGRPq_row",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"footerAction": "kRGRPq_footerAction",
|
|
69
|
-
"createBody": "kRGRPq_createBody",
|
|
70
|
-
"pathInput": "kRGRPq_pathInput",
|
|
71
|
-
"crumbTrail": "kRGRPq_crumbTrail",
|
|
72
|
-
"crumb": "kRGRPq_crumb",
|
|
73
|
-
"content": "kRGRPq_content"
|
|
72
|
+
"rowIconSelected": "kRGRPq_rowIconSelected",
|
|
73
|
+
"rowSeat": "kRGRPq_rowSeat"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region lib/types/client/DirectoryBrowser.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-directory-picker-browse",
|
|
3
3
|
"description": "In-app directory browsing surface: the workspace directory-flow owner rendering the host's listing and creation primitives",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-directory-picker-native",
|
|
3
3
|
"description": "Native directory-picker surface: the renderless workspace directory-flow occupant driving the host's OS chooser",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -6,7 +6,7 @@ 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("
|
|
9
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
10
10
|
//#region \0nomix-css:/home/runner/work/nomix-harness/nomix-harness/packages/client/ui-goal/src/client/GoalBar.module.css.mjs
|
|
11
11
|
const css$1 = ".du0LdW_dock{box-sizing:border-box;width:calc(100% - var(--nomix-composer-side-clearance) - var(--nomix-composer-side-clearance) - var(--nomix-composer-dock-inset) - var(--nomix-composer-dock-inset) - var(--nomix-composer-dock-inset) - var(--nomix-composer-dock-inset));margin:0 auto}.du0LdW_bar{box-sizing:border-box;width:100%;max-width:calc(var(--nomix-composer-card-max-width) - 4 * var(--nomix-composer-dock-inset));border:1px solid var(--dsw-alias-border-l1);background:var(--dsw-specific-tip);border-radius:12px;align-items:center;gap:10px;height:36px;margin:0 auto;padding:4px 5px 4px 12px;display:flex}.du0LdW_goalGlyph{color:var(--dsw-alias-label-tertiary);flex:none;display:inline-flex}.du0LdW_label{color:var(--dsw-alias-label-primary);flex:none;font-size:13px;font-weight:500;line-height:24px}.du0LdW_objective{min-width:0;color:var(--dsw-alias-label-primary-dimmed);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;line-height:20px;overflow:hidden}.du0LdW_error{min-width:0;color:var(--dsw-alias-state-error-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;line-height:20px;overflow:hidden}.du0LdW_objectiveInput{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);min-width:0;height:26px;color:var(--dsw-alias-label-primary);border-radius:6px;outline:none;flex:1;padding:0 8px;font-size:13px;line-height:20px}.du0LdW_objectiveInput:focus{border-color:var(--dsw-alias-state-business-primary)}.du0LdW_objectiveInput::placeholder{color:var(--dsw-alias-label-caption)}.du0LdW_actions{flex:none;align-items:center;gap:10px;display:flex}.du0LdW_iconBtn{width:28px;height:28px;color:var(--dsw-alias-label-tertiary);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.du0LdW_iconBtn:hover{background:var(--dsw-alias-interactive-bg-hover);color:var(--dsw-alias-label-secondary)}.du0LdW_iconBtn:disabled{opacity:.4;cursor:default}";
|
|
12
12
|
const tagId$1 = "@nomix-ai/nomix-client-ui-goal/GoalBar.module.css";
|
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
-
"error": "du0LdW_error",
|
|
22
|
-
"dock": "du0LdW_dock",
|
|
23
21
|
"objectiveInput": "du0LdW_objectiveInput",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
22
|
+
"dock": "du0LdW_dock",
|
|
23
|
+
"iconBtn": "du0LdW_iconBtn",
|
|
24
|
+
"objective": "du0LdW_objective",
|
|
26
25
|
"goalGlyph": "du0LdW_goalGlyph",
|
|
26
|
+
"label": "du0LdW_label",
|
|
27
27
|
"bar": "du0LdW_bar",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"actions": "du0LdW_actions",
|
|
29
|
+
"error": "du0LdW_error"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region lib/types/client/GoalBar.js
|
|
@@ -262,8 +262,8 @@ window.__ModuleLoader__.load({
|
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
264
|
"bubble": "NUGv3G_bubble",
|
|
265
|
-
"
|
|
266
|
-
"
|
|
265
|
+
"row": "NUGv3G_row",
|
|
266
|
+
"stack": "NUGv3G_stack"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region lib/types/client/GoalCommandInputView.js
|
|
@@ -5,10 +5,10 @@ window.__ModuleLoader__.load({
|
|
|
5
5
|
var exports = module.exports;
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let _nomix_ai_cordis = require("@nomix-ai/cordis");
|
|
8
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
8
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
9
9
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
10
10
|
let react = require("react");
|
|
11
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
11
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
12
12
|
//#region lib/types/core/detect.js
|
|
13
13
|
const WORD_CHAR = /[\p{L}\p{N}_]/u;
|
|
14
14
|
const WHITESPACE = /\s/u;
|
|
@@ -674,14 +674,14 @@ window.__ModuleLoader__.load({
|
|
|
674
674
|
}
|
|
675
675
|
var MenuView_module_css_default = {
|
|
676
676
|
"active": "_4OjIBa_active",
|
|
677
|
-
"itemDescription": "_4OjIBa_itemDescription",
|
|
678
|
-
"menu": "_4OjIBa_menu",
|
|
679
|
-
"item": "_4OjIBa_item",
|
|
680
677
|
"itemName": "_4OjIBa_itemName",
|
|
681
678
|
"loading": "_4OjIBa_loading",
|
|
682
|
-
"
|
|
679
|
+
"itemDescription": "_4OjIBa_itemDescription",
|
|
680
|
+
"menu": "_4OjIBa_menu",
|
|
683
681
|
"itemIcon": "_4OjIBa_itemIcon",
|
|
684
|
-
"
|
|
682
|
+
"viewport": "_4OjIBa_viewport",
|
|
683
|
+
"groupTitle": "_4OjIBa_groupTitle",
|
|
684
|
+
"item": "_4OjIBa_item"
|
|
685
685
|
};
|
|
686
686
|
//#endregion
|
|
687
687
|
//#region lib/types/client/MenuView.js
|
|
@@ -6,7 +6,7 @@ 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("
|
|
9
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
10
10
|
//#region \0nomix-css:/home/runner/work/nomix-harness/nomix-harness/packages/client/ui-jobs/src/client/JobListAction.module.css.mjs
|
|
11
11
|
const css = ".or4myW_root{position:relative}.or4myW_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}.or4myW_trigger:hover,.or4myW_trigger:focus-visible{color:var(--dsw-alias-label-secondary)}.or4myW_trigger svg{transition:transform .12s}.or4myW_triggerOpen{transform:rotate(180deg)}.or4myW_triggerDot{flex:none}.or4myW_count{margin:0 5px}.or4myW_menu{z-index:100;box-sizing:border-box;border:1px solid var(--dsw-alias-border-l2);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(420px,100vh - 140px);box-shadow:var(--dsw-shadow-lv3);border-radius:12px;flex-direction:column;gap:1px;margin:0;padding:4px;list-style:none;display:flex;position:absolute;top:calc(100% + 5px);left:0;overflow:auto}.or4myW_row{box-sizing:border-box;width:100%;min-height:32px;color:var(--dsw-alias-label-primary);border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;line-height:18px;display:flex}.or4myW_rowSettled{color:var(--dsw-alias-label-tertiary)}.or4myW_rowDot{flex:none}.or4myW_kind{background:var(--dsw-alias-fill-l2);color:var(--dsw-alias-label-secondary);border-radius:5px;flex:none;padding:0 6px;font-size:11px;line-height:18px}.or4myW_label{min-width:0;font-family:var(--dsw-font-mono);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.or4myW_status,.or4myW_duration{color:var(--dsw-alias-label-tertiary);flex:none;font-size:11px;line-height:18px}.or4myW_status{white-space:nowrap;text-overflow:ellipsis;max-width:40%;overflow:hidden}.or4myW_duration{font-variant-numeric:tabular-nums}";
|
|
12
12
|
const tagId = "@nomix-ai/nomix-client-ui-jobs/JobListAction.module.css";
|
|
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var JobListAction_module_css_default = {
|
|
21
|
+
"rowDot": "or4myW_rowDot",
|
|
22
|
+
"root": "or4myW_root",
|
|
23
|
+
"status": "or4myW_status",
|
|
21
24
|
"trigger": "or4myW_trigger",
|
|
22
25
|
"count": "or4myW_count",
|
|
23
|
-
"
|
|
24
|
-
"triggerOpen": "or4myW_triggerOpen",
|
|
25
|
-
"rowSettled": "or4myW_rowSettled",
|
|
26
|
-
"menu": "or4myW_menu",
|
|
27
|
-
"rowDot": "or4myW_rowDot",
|
|
26
|
+
"duration": "or4myW_duration",
|
|
28
27
|
"kind": "or4myW_kind",
|
|
29
28
|
"label": "or4myW_label",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
29
|
+
"menu": "or4myW_menu",
|
|
30
|
+
"triggerDot": "or4myW_triggerDot",
|
|
31
|
+
"row": "or4myW_row",
|
|
32
|
+
"triggerOpen": "or4myW_triggerOpen",
|
|
33
|
+
"rowSettled": "or4myW_rowSettled"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region lib/types/client/JobListAction.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-jobs",
|
|
3
3
|
"description": "Session-header background-job list: live registry state mirrored from session/jobs frames",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/types/index.d.ts",
|
|
@@ -6,7 +6,7 @@ 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("
|
|
9
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
10
10
|
/** Viewport width below which the sidebar auto-collapses to the rail (deepsuite
|
|
11
11
|
* LG breakpoint); a manual toggle below it re-expands over the squeezed center
|
|
12
12
|
* (stores.ts narrowExpanded). */
|
|
@@ -63,12 +63,12 @@ window.__ModuleLoader__.load({
|
|
|
63
63
|
document.head.appendChild(tag);
|
|
64
64
|
}
|
|
65
65
|
var AppFrame_module_css_default = {
|
|
66
|
-
"
|
|
67
|
-
"frame": "_G2BLq_frame",
|
|
66
|
+
"centerCol": "_G2BLq_centerCol",
|
|
68
67
|
"detailsCol": "_G2BLq_detailsCol",
|
|
69
68
|
"handle": "_G2BLq_handle",
|
|
70
|
-
"
|
|
71
|
-
"overlayLayer": "_G2BLq_overlayLayer"
|
|
69
|
+
"frame": "_G2BLq_frame",
|
|
70
|
+
"overlayLayer": "_G2BLq_overlayLayer",
|
|
71
|
+
"sidebarCol": "_G2BLq_sidebarCol"
|
|
72
72
|
};
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region lib/types/client/AppFrame.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-layout",
|
|
3
3
|
"description": "Shell plugin: three-column AppFrame with drag handles, ctx.layout viewing-state service (navigation + panels)",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -6,7 +6,7 @@ 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("
|
|
9
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
10
10
|
//#region lib/types/client/controller.js
|
|
11
11
|
const INITIAL_VIEW = Object.freeze({
|
|
12
12
|
status: "cold",
|
|
@@ -335,13 +335,13 @@ window.__ModuleLoader__.load({
|
|
|
335
335
|
document.head.appendChild(tag);
|
|
336
336
|
}
|
|
337
337
|
var MessageFeedbackActions_module_css_default = {
|
|
338
|
-
"failure": "IUyupW_failure",
|
|
339
|
-
"action": "IUyupW_action",
|
|
340
|
-
"noteEditor": "IUyupW_noteEditor",
|
|
341
|
-
"noteInput": "IUyupW_noteInput",
|
|
342
338
|
"noteOpen": "IUyupW_noteOpen",
|
|
339
|
+
"failure": "IUyupW_failure",
|
|
343
340
|
"noteSave": "IUyupW_noteSave",
|
|
344
|
-
"
|
|
341
|
+
"noteEditor": "IUyupW_noteEditor",
|
|
342
|
+
"action": "IUyupW_action",
|
|
343
|
+
"noteCancel": "IUyupW_noteCancel",
|
|
344
|
+
"noteInput": "IUyupW_noteInput"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region lib/types/client/MessageFeedbackActions.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-message-feedback",
|
|
3
3
|
"description": "Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -5,10 +5,10 @@ window.__ModuleLoader__.load({
|
|
|
5
5
|
var exports = module.exports;
|
|
6
6
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
7
7
|
let _nomix_ai_cordis = require("@nomix-ai/cordis");
|
|
8
|
-
let _nomix_ai_nomix_client_runtime_client = require("
|
|
8
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
9
9
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
10
10
|
let react = require("react");
|
|
11
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
11
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
12
12
|
//#region lib/types/client/directory.js
|
|
13
13
|
/** One session's shared directory controller; disposed with the session scope. */
|
|
14
14
|
var ModelDirectory = class {
|
|
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
+
"triggerLabel": "rZ83da_triggerLabel",
|
|
245
|
+
"root": "rZ83da_root",
|
|
246
|
+
"chevron": "rZ83da_chevron",
|
|
247
|
+
"chevronOpen": "rZ83da_chevronOpen",
|
|
248
|
+
"status": "rZ83da_status",
|
|
249
|
+
"groups": "rZ83da_groups",
|
|
244
250
|
"group": "rZ83da_group",
|
|
245
|
-
"
|
|
251
|
+
"trigger": "rZ83da_trigger",
|
|
252
|
+
"retry": "rZ83da_retry",
|
|
253
|
+
"empty": "rZ83da_empty",
|
|
246
254
|
"option": "rZ83da_option",
|
|
255
|
+
"groupTitle": "rZ83da_groupTitle",
|
|
247
256
|
"selected": "rZ83da_selected",
|
|
248
|
-
"
|
|
249
|
-
"
|
|
257
|
+
"optionCopy": "rZ83da_optionCopy",
|
|
258
|
+
"description": "rZ83da_description",
|
|
259
|
+
"triggerEffort": "rZ83da_triggerEffort",
|
|
260
|
+
"check": "rZ83da_check",
|
|
250
261
|
"cell": "rZ83da_cell",
|
|
262
|
+
"cellLabel": "rZ83da_cellLabel",
|
|
263
|
+
"warning": "rZ83da_warning",
|
|
251
264
|
"cellValue": "rZ83da_cellValue",
|
|
252
265
|
"cellChevron": "rZ83da_cellChevron",
|
|
253
|
-
"check": "rZ83da_check",
|
|
254
266
|
"modelName": "rZ83da_modelName",
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"optionCopy": "rZ83da_optionCopy",
|
|
258
|
-
"menu": "rZ83da_menu",
|
|
259
|
-
"chevronOpen": "rZ83da_chevronOpen",
|
|
260
|
-
"triggerEffort": "rZ83da_triggerEffort",
|
|
261
|
-
"retry": "rZ83da_retry",
|
|
262
|
-
"triggerLabel": "rZ83da_triggerLabel",
|
|
263
|
-
"warning": "rZ83da_warning",
|
|
264
|
-
"groups": "rZ83da_groups",
|
|
265
|
-
"description": "rZ83da_description",
|
|
266
|
-
"chevron": "rZ83da_chevron",
|
|
267
|
-
"root": "rZ83da_root",
|
|
268
|
-
"status": "rZ83da_status"
|
|
267
|
+
"error": "rZ83da_error",
|
|
268
|
+
"menu": "rZ83da_menu"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
271
271
|
//#region lib/types/client/ModelSelect.js
|
|
@@ -6,9 +6,9 @@ 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("
|
|
11
|
-
let _nomix_ai_nomix_client_schema_form = 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
|
+
let _nomix_ai_nomix_client_schema_form = require("@nomix-ai/nomix-client-schema-form");
|
|
12
12
|
//#region lib/types/client/presentation.js
|
|
13
13
|
/** Machine value of the preset that requires an explicit GUI risk gate. */
|
|
14
14
|
const FULL_ACCESS_PRESET = "danger-full-access";
|
|
@@ -42,12 +42,12 @@ window.__ModuleLoader__.load({
|
|
|
42
42
|
document.head.appendChild(tag);
|
|
43
43
|
}
|
|
44
44
|
var PermissionRow_module_css_default = {
|
|
45
|
-
"desc": "aFndvW_desc",
|
|
46
|
-
"selector": "aFndvW_selector",
|
|
47
45
|
"row": "aFndvW_row",
|
|
48
46
|
"rowText": "aFndvW_rowText",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
47
|
+
"title": "aFndvW_title",
|
|
48
|
+
"desc": "aFndvW_desc",
|
|
49
|
+
"selector": "aFndvW_selector",
|
|
50
|
+
"chevron": "aFndvW_chevron"
|
|
51
51
|
};
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region lib/types/client/PermissionRow.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-permission-presets",
|
|
3
3
|
"description": "Permission surfaces: a new-session default in General settings and a current-session /permission popup over the permissions projection",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|