@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
|
@@ -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 ../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
|
|
11
11
|
function r(e) {
|
|
12
12
|
var t, f, n = "";
|
|
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
|
|
|
122
122
|
document.head.appendChild(tag);
|
|
123
123
|
}
|
|
124
124
|
var PlanReviewPanel_module_css_default = {
|
|
125
|
-
"frame": "PGnyDW_frame",
|
|
126
|
-
"actions": "PGnyDW_actions",
|
|
127
125
|
"footer": "PGnyDW_footer",
|
|
126
|
+
"frame": "PGnyDW_frame",
|
|
127
|
+
"card": "PGnyDW_card",
|
|
128
128
|
"feedback": "PGnyDW_feedback",
|
|
129
129
|
"dot": "PGnyDW_dot",
|
|
130
|
+
"actions": "PGnyDW_actions",
|
|
130
131
|
"strip": "PGnyDW_strip",
|
|
131
|
-
"
|
|
132
|
-
"discuss": "PGnyDW_discuss"
|
|
133
|
-
"body": "PGnyDW_body"
|
|
132
|
+
"body": "PGnyDW_body",
|
|
133
|
+
"discuss": "PGnyDW_discuss"
|
|
134
134
|
};
|
|
135
135
|
//#endregion
|
|
136
136
|
//#region lib/types/client/PlanReviewPanel.js
|
|
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
|
|
|
240
240
|
document.head.appendChild(tag);
|
|
241
241
|
}
|
|
242
242
|
var QuestionComposer_module_css_default = {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"checkboxChecked": "_1Q_z_G_checkboxChecked",
|
|
247
|
-
"footerActions": "_1Q_z_G_footerActions",
|
|
248
|
-
"frame": "_1Q_z_G_frame",
|
|
249
|
-
"number": "_1Q_z_G_number",
|
|
250
|
-
"customTextarea": "_1Q_z_G_customTextarea",
|
|
251
|
-
"header": "_1Q_z_G_header",
|
|
243
|
+
"title": "_1Q_z_G_title",
|
|
244
|
+
"customInput": "_1Q_z_G_customInput",
|
|
245
|
+
"options": "_1Q_z_G_options",
|
|
252
246
|
"cardMinimized": "_1Q_z_G_cardMinimized",
|
|
253
|
-
"
|
|
247
|
+
"customTextarea": "_1Q_z_G_customTextarea",
|
|
248
|
+
"optionLabel": "_1Q_z_G_optionLabel",
|
|
254
249
|
"progress": "_1Q_z_G_progress",
|
|
255
|
-
"description": "_1Q_z_G_description",
|
|
256
|
-
"option": "_1Q_z_G_option",
|
|
257
250
|
"feedback": "_1Q_z_G_feedback",
|
|
258
|
-
"badge": "_1Q_z_G_badge",
|
|
259
|
-
"checkbox": "_1Q_z_G_checkbox",
|
|
260
|
-
"customRowActive": "_1Q_z_G_customRowActive",
|
|
261
|
-
"headerActions": "_1Q_z_G_headerActions",
|
|
262
251
|
"card": "_1Q_z_G_card",
|
|
263
|
-
"
|
|
252
|
+
"option": "_1Q_z_G_option",
|
|
253
|
+
"header": "_1Q_z_G_header",
|
|
254
|
+
"customRowActive": "_1Q_z_G_customRowActive",
|
|
255
|
+
"body": "_1Q_z_G_body",
|
|
256
|
+
"footer": "_1Q_z_G_footer",
|
|
257
|
+
"badge": "_1Q_z_G_badge",
|
|
264
258
|
"headingBlock": "_1Q_z_G_headingBlock",
|
|
259
|
+
"footerActions": "_1Q_z_G_footerActions",
|
|
260
|
+
"optionCopy": "_1Q_z_G_optionCopy",
|
|
261
|
+
"frame": "_1Q_z_G_frame",
|
|
265
262
|
"pager": "_1Q_z_G_pager",
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"customInput": "_1Q_z_G_customInput",
|
|
269
|
-
"options": "_1Q_z_G_options",
|
|
263
|
+
"headerActions": "_1Q_z_G_headerActions",
|
|
264
|
+
"checkbox": "_1Q_z_G_checkbox",
|
|
270
265
|
"customRow": "_1Q_z_G_customRow",
|
|
271
|
-
"
|
|
266
|
+
"optionSelected": "_1Q_z_G_optionSelected",
|
|
267
|
+
"checkboxChecked": "_1Q_z_G_checkboxChecked",
|
|
268
|
+
"description": "_1Q_z_G_description",
|
|
272
269
|
"optionLine": "_1Q_z_G_optionLine",
|
|
273
|
-
"
|
|
270
|
+
"eyebrow": "_1Q_z_G_eyebrow",
|
|
271
|
+
"number": "_1Q_z_G_number",
|
|
272
|
+
"iconButton": "_1Q_z_G_iconButton",
|
|
273
|
+
"detail": "_1Q_z_G_detail"
|
|
274
274
|
};
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region lib/types/client/QuestionComposer.js
|
|
@@ -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 \0nomix-css:/home/runner/work/nomix-harness/nomix-harness/packages/client/ui-workflow-run/src/client/WorkflowRunPanel.module.css.mjs
|
|
12
12
|
const css = ".eEKz_a_root{width:100%;min-width:0}.eEKz_a_runHeader{box-sizing:border-box;background:var(--dsw-alias-bg-module-platform);border-radius:8px;align-items:center;gap:6px;width:100%;min-width:0;height:32px;padding:0 8px;display:flex}.eEKz_a_runHeader:focus-visible{outline:2px solid var(--dsw-alias-state-business-primary);outline-offset:-2px}.eEKz_a_runLeading{width:16px;height:16px;color:var(--dsw-alias-label-tertiary);flex:none;justify-content:center;align-items:center;margin-right:0;display:inline-flex}.eEKz_a_runTitle{max-width:42%;color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:none;font-size:14px;font-weight:510;line-height:24px;overflow:hidden}.eEKz_a_runSummary{min-width:0;color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;line-height:18px;overflow:hidden}.eEKz_a_statusTail{height:20px;color:var(--dsw-alias-label-secondary);white-space:nowrap;flex:none;align-items:center;gap:4px;font-size:11px;font-weight:510;line-height:16px;display:inline-flex;overflow:hidden}.eEKz_a_phaseHeader{box-sizing:border-box;align-items:center;gap:6px;width:100%;min-width:0;height:32px;display:flex}.eEKz_a_phaseHeader:focus-visible{outline:2px solid var(--dsw-alias-state-business-primary);outline-offset:-2px;border-radius:4px}.eEKz_a_phaseLeading{width:16px;height:16px;color:var(--dsw-alias-label-tertiary);flex:none;justify-content:center;align-items:center;margin-right:0;display:inline-flex}.eEKz_a_phaseTitle{min-width:0;max-width:42%;color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:14px;line-height:24px;overflow:hidden}.eEKz_a_phaseCount{min-width:0;color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;line-height:20px;overflow:hidden}.eEKz_a_phaseStatus{width:132px;color:var(--dsw-alias-label-secondary);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:none;font-size:13px;line-height:20px;overflow:hidden}.eEKz_a_separator{background:var(--dsw-alias-label-tertiary);border-radius:50%;flex:none;width:2px;height:2px}.eEKz_a_phaseList{flex-direction:column;gap:4px;min-width:0;padding:4px 0 0 16px;display:flex}.eEKz_a_phase{min-width:0}.eEKz_a_members{flex-direction:column;gap:2px;min-width:0;padding:0 0 0 16px;display:flex}.eEKz_a_memberRow,.eEKz_a_memberButton{width:100%;min-width:0;min-height:24px;color:var(--dsw-alias-label-secondary);font:inherit;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:12px;padding:0;display:flex}.eEKz_a_memberButton{cursor:pointer}.eEKz_a_memberButton .eEKz_a_memberLabel{color:var(--dsw-alias-state-business-primary);text-underline-position:from-font;text-decoration:underline}.eEKz_a_dotSlot{flex:none;justify-content:center;align-items:center;width:16px;height:24px;display:inline-flex;overflow:hidden}.eEKz_a_memberButton:focus-visible{outline:none}.eEKz_a_memberButton:focus-visible .eEKz_a_memberLabelWrap{outline:2px solid var(--dsw-alias-state-business-primary);outline-offset:-1px}.eEKz_a_memberLabelWrap{border-radius:4px;flex:1;align-items:center;min-width:0;height:24px;padding:0 2px;display:flex;overflow:hidden}.eEKz_a_memberLabel{min-width:0;color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;line-height:24px;overflow:hidden}.eEKz_a_memberStatus{width:64px;color:var(--dsw-alias-label-secondary);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:none;font-size:13px;line-height:20px;overflow:hidden}.eEKz_a_empty{color:var(--dsw-alias-label-tertiary);padding:0;font-size:13px;line-height:20px}@media (width<=560px){.eEKz_a_phaseList,.eEKz_a_members{padding-left:12px}}";
|
|
13
13
|
const tagId = "@nomix-ai/nomix-client-ui-workflow-run/WorkflowRunPanel.module.css";
|
|
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var WorkflowRunPanel_module_css_default = {
|
|
22
|
+
"memberLabelWrap": "eEKz_a_memberLabelWrap",
|
|
23
|
+
"empty": "eEKz_a_empty",
|
|
24
|
+
"phaseList": "eEKz_a_phaseList",
|
|
25
|
+
"memberRow": "eEKz_a_memberRow",
|
|
26
|
+
"runLeading": "eEKz_a_runLeading",
|
|
27
|
+
"memberButton": "eEKz_a_memberButton",
|
|
28
|
+
"runHeader": "eEKz_a_runHeader",
|
|
29
|
+
"phaseLeading": "eEKz_a_phaseLeading",
|
|
22
30
|
"root": "eEKz_a_root",
|
|
23
31
|
"phaseCount": "eEKz_a_phaseCount",
|
|
24
|
-
"phaseStatus": "eEKz_a_phaseStatus",
|
|
25
|
-
"memberButton": "eEKz_a_memberButton",
|
|
26
|
-
"dotSlot": "eEKz_a_dotSlot",
|
|
27
|
-
"runLeading": "eEKz_a_runLeading",
|
|
28
|
-
"members": "eEKz_a_members",
|
|
29
32
|
"runTitle": "eEKz_a_runTitle",
|
|
30
|
-
"
|
|
31
|
-
"separator": "eEKz_a_separator",
|
|
32
|
-
"memberRow": "eEKz_a_memberRow",
|
|
33
|
-
"memberStatus": "eEKz_a_memberStatus",
|
|
34
|
-
"runHeader": "eEKz_a_runHeader",
|
|
35
|
-
"memberLabel": "eEKz_a_memberLabel",
|
|
36
|
-
"runSummary": "eEKz_a_runSummary",
|
|
37
|
-
"phaseTitle": "eEKz_a_phaseTitle",
|
|
33
|
+
"dotSlot": "eEKz_a_dotSlot",
|
|
38
34
|
"statusTail": "eEKz_a_statusTail",
|
|
39
|
-
"
|
|
35
|
+
"phaseStatus": "eEKz_a_phaseStatus",
|
|
40
36
|
"phase": "eEKz_a_phase",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
37
|
+
"memberStatus": "eEKz_a_memberStatus",
|
|
38
|
+
"phaseTitle": "eEKz_a_phaseTitle",
|
|
39
|
+
"runSummary": "eEKz_a_runSummary",
|
|
40
|
+
"separator": "eEKz_a_separator",
|
|
41
|
+
"members": "eEKz_a_members",
|
|
42
|
+
"phaseHeader": "eEKz_a_phaseHeader",
|
|
43
|
+
"memberLabel": "eEKz_a_memberLabel"
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
46
46
|
//#region lib/types/client/WorkflowRunPanel.js
|
|
@@ -4,10 +4,10 @@ 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_runtime_client = require("
|
|
7
|
+
let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
|
|
8
8
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
9
9
|
let react = require("react");
|
|
10
|
-
let _nomix_ai_nomix_client_ui_primitives = require("
|
|
10
|
+
let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
|
|
11
11
|
//#region lib/types/client/stores.js
|
|
12
12
|
/**
|
|
13
13
|
* The workspace browser's viewing store: the session-list grouping mode,
|
|
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
|
|
|
341
341
|
document.head.appendChild(tag);
|
|
342
342
|
}
|
|
343
343
|
var Rows_module_css_default = {
|
|
344
|
-
"iconButton": "odRa8G_iconButton",
|
|
345
|
-
"dot": "odRa8G_dot",
|
|
346
344
|
"hoverStatus": "odRa8G_hoverStatus",
|
|
347
|
-
"arrow": "odRa8G_arrow",
|
|
348
|
-
"projectText": "odRa8G_projectText",
|
|
349
|
-
"hoverTime": "odRa8G_hoverTime",
|
|
350
|
-
"folderActive": "odRa8G_folderActive",
|
|
351
|
-
"searchResultHeading": "odRa8G_searchResultHeading",
|
|
352
|
-
"title": "odRa8G_title",
|
|
353
|
-
"searchResultMeta": "odRa8G_searchResultMeta",
|
|
354
|
-
"searchResultWorkspace": "odRa8G_searchResultWorkspace",
|
|
355
|
-
"time": "odRa8G_time",
|
|
356
|
-
"hoverTitle": "odRa8G_hoverTitle",
|
|
357
|
-
"rowActions": "odRa8G_rowActions",
|
|
358
|
-
"meta": "odRa8G_meta",
|
|
359
|
-
"folder": "odRa8G_folder",
|
|
360
345
|
"row-in": "odRa8G_row-in",
|
|
361
|
-
"
|
|
362
|
-
"visuallyHidden": "odRa8G_visuallyHidden",
|
|
363
|
-
"flatSessionRowWithoutStatus": "odRa8G_flatSessionRowWithoutStatus",
|
|
364
|
-
"chevron": "odRa8G_chevron",
|
|
365
|
-
"dropAfter": "odRa8G_dropAfter",
|
|
366
|
-
"arrowOpen": "odRa8G_arrowOpen",
|
|
367
|
-
"selected": "odRa8G_selected",
|
|
346
|
+
"searchResultWorkspace": "odRa8G_searchResultWorkspace",
|
|
368
347
|
"searchResultRow": "odRa8G_searchResultRow",
|
|
348
|
+
"title": "odRa8G_title",
|
|
369
349
|
"sessionRow": "odRa8G_sessionRow",
|
|
370
|
-
"
|
|
350
|
+
"selected": "odRa8G_selected",
|
|
351
|
+
"meta": "odRa8G_meta",
|
|
371
352
|
"searchResultTitle": "odRa8G_searchResultTitle",
|
|
372
|
-
"
|
|
373
|
-
"menuOpen": "odRa8G_menuOpen",
|
|
353
|
+
"folderActive": "odRa8G_folderActive",
|
|
374
354
|
"dropBefore": "odRa8G_dropBefore",
|
|
355
|
+
"arrowOpen": "odRa8G_arrowOpen",
|
|
356
|
+
"hoverTitle": "odRa8G_hoverTitle",
|
|
357
|
+
"projectText": "odRa8G_projectText",
|
|
358
|
+
"time": "odRa8G_time",
|
|
359
|
+
"hoverContent": "odRa8G_hoverContent",
|
|
360
|
+
"hoverPath": "odRa8G_hoverPath",
|
|
361
|
+
"iconButton": "odRa8G_iconButton",
|
|
375
362
|
"searchResultSnippet": "odRa8G_searchResultSnippet",
|
|
363
|
+
"flatSessionRowWithoutStatus": "odRa8G_flatSessionRowWithoutStatus",
|
|
364
|
+
"dot": "odRa8G_dot",
|
|
365
|
+
"menuOpen": "odRa8G_menuOpen",
|
|
366
|
+
"dropAfter": "odRa8G_dropAfter",
|
|
367
|
+
"hoverTime": "odRa8G_hoverTime",
|
|
368
|
+
"projectRow": "odRa8G_projectRow",
|
|
369
|
+
"folder": "odRa8G_folder",
|
|
370
|
+
"arrow": "odRa8G_arrow",
|
|
371
|
+
"chevron": "odRa8G_chevron",
|
|
372
|
+
"visuallyHidden": "odRa8G_visuallyHidden",
|
|
373
|
+
"searchResultHeading": "odRa8G_searchResultHeading",
|
|
376
374
|
"renameInput": "odRa8G_renameInput",
|
|
377
|
-
"
|
|
375
|
+
"rowActions": "odRa8G_rowActions",
|
|
376
|
+
"slot": "odRa8G_slot",
|
|
377
|
+
"searchResultMeta": "odRa8G_searchResultMeta"
|
|
378
378
|
};
|
|
379
379
|
//#endregion
|
|
380
380
|
//#region lib/types/client/rows/Rows.js
|
|
@@ -975,42 +975,42 @@ window.__ModuleLoader__.load({
|
|
|
975
975
|
document.head.appendChild(tag);
|
|
976
976
|
}
|
|
977
977
|
var WorkspaceBrowser_module_css_default = {
|
|
978
|
+
"searchWarning": "xOUZxG_searchWarning",
|
|
979
|
+
"sectionLabelHidden": "xOUZxG_sectionLabelHidden",
|
|
980
|
+
"searchExpanded": "xOUZxG_searchExpanded",
|
|
981
|
+
"renameError": "xOUZxG_renameError",
|
|
982
|
+
"clearButton": "xOUZxG_clearButton",
|
|
983
|
+
"wide-in": "xOUZxG_wide-in",
|
|
984
|
+
"listTopDropActive": "xOUZxG_listTopDropActive",
|
|
985
|
+
"search": "xOUZxG_search",
|
|
986
|
+
"rail": "xOUZxG_rail",
|
|
987
|
+
"workspaceDropBefore": "xOUZxG_workspaceDropBefore",
|
|
978
988
|
"searchButton": "xOUZxG_searchButton",
|
|
989
|
+
"listArea": "xOUZxG_listArea",
|
|
990
|
+
"searchTree": "xOUZxG_searchTree",
|
|
991
|
+
"listTopDropIndicator": "xOUZxG_listTopDropIndicator",
|
|
992
|
+
"sessionOverflowButton": "xOUZxG_sessionOverflowButton",
|
|
979
993
|
"empty": "xOUZxG_empty",
|
|
980
|
-
"
|
|
981
|
-
"searchSlotExpanded": "xOUZxG_searchSlotExpanded",
|
|
982
|
-
"renameInput": "xOUZxG_renameInput",
|
|
983
|
-
"sectionLabelHidden": "xOUZxG_sectionLabelHidden",
|
|
984
|
-
"wide": "xOUZxG_wide",
|
|
994
|
+
"fade": "xOUZxG_fade",
|
|
985
995
|
"root": "xOUZxG_root",
|
|
996
|
+
"sectionHeader": "xOUZxG_sectionHeader",
|
|
986
997
|
"sectionLabel": "xOUZxG_sectionLabel",
|
|
987
|
-
"
|
|
998
|
+
"renameInput": "xOUZxG_renameInput",
|
|
988
999
|
"deleteStatus": "xOUZxG_deleteStatus",
|
|
1000
|
+
"searchStatus": "xOUZxG_searchStatus",
|
|
1001
|
+
"wide": "xOUZxG_wide",
|
|
989
1002
|
"list": "xOUZxG_list",
|
|
990
|
-
"headerActionsHidden": "xOUZxG_headerActionsHidden",
|
|
991
|
-
"searchWarning": "xOUZxG_searchWarning",
|
|
992
|
-
"treeBody": "xOUZxG_treeBody",
|
|
993
|
-
"listArea": "xOUZxG_listArea",
|
|
994
|
-
"workspaceDropBefore": "xOUZxG_workspaceDropBefore",
|
|
995
|
-
"workspaceDropAfter": "xOUZxG_workspaceDropAfter",
|
|
996
1003
|
"iconButton": "xOUZxG_iconButton",
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"searchSlot": "xOUZxG_searchSlot",
|
|
1000
|
-
"sessionOverflowButton": "xOUZxG_sessionOverflowButton",
|
|
1001
|
-
"deleteAction": "xOUZxG_deleteAction",
|
|
1002
|
-
"searchTree": "xOUZxG_searchTree",
|
|
1003
|
-
"searchStatus": "xOUZxG_searchStatus",
|
|
1004
|
+
"searchSlotExpanded": "xOUZxG_searchSlotExpanded",
|
|
1005
|
+
"treeBody": "xOUZxG_treeBody",
|
|
1004
1006
|
"groupSection": "xOUZxG_groupSection",
|
|
1007
|
+
"headerActionsHidden": "xOUZxG_headerActionsHidden",
|
|
1008
|
+
"headerActions": "xOUZxG_headerActions",
|
|
1005
1009
|
"flatList": "xOUZxG_flatList",
|
|
1006
1010
|
"searchInput": "xOUZxG_searchInput",
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"sectionHeader": "xOUZxG_sectionHeader",
|
|
1011
|
-
"wide-in": "xOUZxG_wide-in",
|
|
1012
|
-
"search": "xOUZxG_search",
|
|
1013
|
-
"fade": "xOUZxG_fade"
|
|
1011
|
+
"workspaceDropAfter": "xOUZxG_workspaceDropAfter",
|
|
1012
|
+
"deleteAction": "xOUZxG_deleteAction",
|
|
1013
|
+
"searchSlot": "xOUZxG_searchSlot"
|
|
1014
1014
|
};
|
|
1015
1015
|
//#endregion
|
|
1016
1016
|
//#region lib/types/client/WorkspaceBrowser.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomix-ai/nomix-client-ui-workspace",
|
|
3
3
|
"description": "Workspace picker plugin: one WorkspacePicker registered into the sidebar and empty-state workspace slots",
|
|
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-web",
|
|
3
3
|
"description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry",
|
|
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-cordis-client-runner",
|
|
3
3
|
"description": "Browser half of dynamic dual-half plugin packages: event subscription, closure evaluation, guard facade, and loader entries",
|
|
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-cordis-host-runner",
|
|
3
3
|
"description": "Dynamic package definition registry, host-half sandbox lifecycle, and invoke handler table for model-mounted dual-half packages",
|
|
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-credentials-local",
|
|
3
3
|
"description": "File-backed credentials provider ($NOMIX_HOME/.env under the live process environment) for the Nomix Harness",
|
|
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-fs",
|
|
3
3
|
"description": "Abstract filesystem capability seam (ctx.fs) for the Nomix Harness — vocabulary types, the FileSystem service (text IO + optional version-guarded atomic mutations), and the fs/* policy event vocabulary",
|
|
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-fs-observation-policy",
|
|
3
3
|
"description": "File-context policy plugin for the Nomix Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)",
|
|
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-fs-sandbox",
|
|
3
3
|
"description": "Sandbox-enforcing implementation of the Nomix Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through",
|
|
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-hook-protocol",
|
|
3
3
|
"description": "Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events",
|
|
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-hooks-claude-code",
|
|
3
3
|
"description": "Bridge plugin: run a Claude Code hooks.json / settings hook config on the Nomix Harness interception seams",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|