@nomix-ai/nomix-harness 0.2.0 → 0.2.1

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.
Files changed (252) hide show
  1. package/README.md +4 -4
  2. package/dist/bundles/base/cordis.patch.yml +74 -74
  3. package/dist/bundles/headless/cordis.patch.yml +3 -3
  4. package/dist/bundles/web-app/cordis.patch.yml +51 -51
  5. package/dist/cli/plugins.js +1 -1
  6. package/dist/kernel/acp/package.json +1 -1
  7. package/dist/kernel/agent/package.json +1 -1
  8. package/dist/kernel/agent-default-model/package.json +1 -1
  9. package/dist/kernel/agent-instructions/package.json +1 -1
  10. package/dist/kernel/agent-loop/package.json +1 -1
  11. package/dist/kernel/agent-presets/package.json +1 -1
  12. package/dist/kernel/agent-tool-presentation/package.json +1 -1
  13. package/dist/kernel/anonymous-user-id/package.json +1 -1
  14. package/dist/kernel/api-gateway/package.json +1 -1
  15. package/dist/kernel/api-remotes/package.json +1 -1
  16. package/dist/kernel/app-boot/lib/index.js +30 -16
  17. package/dist/kernel/app-boot/lib/types/profile.d.ts +12 -15
  18. package/dist/kernel/app-boot/lib/types/profile.js +40 -16
  19. package/dist/kernel/app-boot/package.json +1 -1
  20. package/dist/kernel/atomic-write/package.json +1 -1
  21. package/dist/kernel/attachment/package.json +1 -1
  22. package/dist/kernel/attachment-local/package.json +1 -1
  23. package/dist/kernel/base/package.json +1 -1
  24. package/dist/kernel/bash-local/package.json +1 -1
  25. package/dist/kernel/bash-sandbox/package.json +1 -1
  26. package/dist/kernel/brand/package.json +1 -1
  27. package/dist/kernel/client-connection/package.json +1 -1
  28. package/dist/kernel/client-hmr/package.json +1 -1
  29. package/dist/kernel/client-locale/lib/client.js +2 -2
  30. package/dist/kernel/client-locale/package.json +1 -1
  31. package/dist/kernel/client-modules/package.json +1 -1
  32. package/dist/kernel/client-runtime/package.json +1 -1
  33. package/dist/kernel/client-schema-form/package.json +1 -1
  34. package/dist/kernel/client-ui-agent-preset/lib/client.js +34 -34
  35. package/dist/kernel/client-ui-agent-preset/package.json +1 -1
  36. package/dist/kernel/client-ui-attachment/package.json +1 -1
  37. package/dist/kernel/client-ui-commands/lib/client.js +8 -8
  38. package/dist/kernel/client-ui-commands/package.json +1 -1
  39. package/dist/kernel/client-ui-conversation/lib/client.js +165 -165
  40. package/dist/kernel/client-ui-conversation/package.json +1 -1
  41. package/dist/kernel/client-ui-cordis/lib/client.js +47 -47
  42. package/dist/kernel/client-ui-cordis/package.json +1 -1
  43. package/dist/kernel/client-ui-deliverables/lib/client.js +5 -5
  44. package/dist/kernel/client-ui-deliverables/package.json +1 -1
  45. package/dist/kernel/client-ui-directory-picker-browse/lib/client.js +29 -29
  46. package/dist/kernel/client-ui-directory-picker-browse/package.json +1 -1
  47. package/dist/kernel/client-ui-directory-picker-native/package.json +1 -1
  48. package/dist/kernel/client-ui-goal/lib/client.js +6 -6
  49. package/dist/kernel/client-ui-goal/package.json +1 -1
  50. package/dist/kernel/client-ui-input-trigger/lib/client.js +5 -5
  51. package/dist/kernel/client-ui-input-trigger/package.json +1 -1
  52. package/dist/kernel/client-ui-jobs/lib/client.js +10 -10
  53. package/dist/kernel/client-ui-jobs/package.json +1 -1
  54. package/dist/kernel/client-ui-layout/lib/client.js +4 -4
  55. package/dist/kernel/client-ui-layout/package.json +1 -1
  56. package/dist/kernel/client-ui-message-feedback/lib/client.js +4 -4
  57. package/dist/kernel/client-ui-message-feedback/package.json +1 -1
  58. package/dist/kernel/client-ui-model-selection/lib/client.js +18 -18
  59. package/dist/kernel/client-ui-model-selection/package.json +1 -1
  60. package/dist/kernel/client-ui-permission-presets/lib/client.js +3 -3
  61. package/dist/kernel/client-ui-permission-presets/package.json +1 -1
  62. package/dist/kernel/client-ui-plan/lib/client.js +3 -3
  63. package/dist/kernel/client-ui-plan/package.json +1 -1
  64. package/dist/kernel/client-ui-primitives/package.json +1 -1
  65. package/dist/kernel/client-ui-settings/package.json +1 -1
  66. package/dist/kernel/client-ui-settings-general/lib/client.js +14 -14
  67. package/dist/kernel/client-ui-settings-general/package.json +1 -1
  68. package/dist/kernel/client-ui-settings-models/lib/client.js +52 -52
  69. package/dist/kernel/client-ui-settings-models/package.json +1 -1
  70. package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +12 -12
  71. package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
  72. package/dist/kernel/client-ui-settings-plugins/lib/client.js +20 -20
  73. package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
  74. package/dist/kernel/client-ui-sidebar/lib/client.js +16 -16
  75. package/dist/kernel/client-ui-sidebar/package.json +1 -1
  76. package/dist/kernel/client-ui-skill/lib/client.js +13 -13
  77. package/dist/kernel/client-ui-skill/package.json +1 -1
  78. package/dist/kernel/client-ui-slots/package.json +1 -1
  79. package/dist/kernel/client-ui-subagent/lib/client.js +19 -19
  80. package/dist/kernel/client-ui-subagent/package.json +1 -1
  81. package/dist/kernel/client-ui-theme/lib/client.js +3 -3
  82. package/dist/kernel/client-ui-theme/package.json +1 -1
  83. package/dist/kernel/client-ui-tool/lib/client.js +35 -35
  84. package/dist/kernel/client-ui-tool/package.json +1 -1
  85. package/dist/kernel/client-ui-trajectory/lib/client.js +141 -141
  86. package/dist/kernel/client-ui-trajectory/package.json +1 -1
  87. package/dist/kernel/client-ui-user-questions/lib/client.js +27 -27
  88. package/dist/kernel/client-ui-user-questions/package.json +1 -1
  89. package/dist/kernel/client-ui-workflow-run/lib/client.js +17 -17
  90. package/dist/kernel/client-ui-workflow-run/package.json +1 -1
  91. package/dist/kernel/client-ui-workspace/lib/client.js +54 -54
  92. package/dist/kernel/client-ui-workspace/package.json +1 -1
  93. package/dist/kernel/client-web/package.json +1 -1
  94. package/dist/kernel/client-web-react/package.json +1 -1
  95. package/dist/kernel/cmdline/package.json +1 -1
  96. package/dist/kernel/code-runtime/package.json +1 -1
  97. package/dist/kernel/code-runtime-worker-thread/package.json +1 -1
  98. package/dist/kernel/command-compact/package.json +1 -1
  99. package/dist/kernel/command-feedback/package.json +1 -1
  100. package/dist/kernel/command-goal/package.json +1 -1
  101. package/dist/kernel/commands/package.json +1 -1
  102. package/dist/kernel/compaction/package.json +1 -1
  103. package/dist/kernel/compaction-basic/package.json +1 -1
  104. package/dist/kernel/compaction-tool-result-pruner/package.json +1 -1
  105. package/dist/kernel/cordis-client-runner/package.json +1 -1
  106. package/dist/kernel/cordis-host-runner/package.json +1 -1
  107. package/dist/kernel/credentials/package.json +1 -1
  108. package/dist/kernel/credentials-local/package.json +1 -1
  109. package/dist/kernel/e2b/package.json +1 -1
  110. package/dist/kernel/fs/package.json +1 -1
  111. package/dist/kernel/fs-e2b/package.json +1 -1
  112. package/dist/kernel/fs-local/package.json +1 -1
  113. package/dist/kernel/fs-observation-policy/package.json +1 -1
  114. package/dist/kernel/fs-sandbox/package.json +1 -1
  115. package/dist/kernel/goal/package.json +1 -1
  116. package/dist/kernel/goal-round-driver/package.json +1 -1
  117. package/dist/kernel/headless/package.json +1 -1
  118. package/dist/kernel/home-paths/package.json +1 -1
  119. package/dist/kernel/hook-protocol/package.json +1 -1
  120. package/dist/kernel/hooks-claude-code/package.json +1 -1
  121. package/dist/kernel/hooks-codex/package.json +1 -1
  122. package/dist/kernel/host-apiproxy/package.json +1 -1
  123. package/dist/kernel/host-directory-picker/package.json +1 -1
  124. package/dist/kernel/host-directory-picker-auto/package.json +1 -1
  125. package/dist/kernel/host-directory-picker-browse/package.json +1 -1
  126. package/dist/kernel/host-directory-picker-native/package.json +1 -1
  127. package/dist/kernel/host-frontend-static/package.json +1 -1
  128. package/dist/kernel/host-plugin-inventory/package.json +1 -1
  129. package/dist/kernel/host-webserver/package.json +1 -1
  130. package/dist/kernel/invariants/package.json +1 -1
  131. package/dist/kernel/jobs/package.json +1 -1
  132. package/dist/kernel/jobs-local/package.json +1 -1
  133. package/dist/kernel/launch-environment/package.json +1 -1
  134. package/dist/kernel/llm/package.json +1 -1
  135. package/dist/kernel/llm-deepseek/package.json +1 -1
  136. package/dist/kernel/llm-pi-ai/package.json +1 -1
  137. package/dist/kernel/llm-retry/package.json +1 -1
  138. package/dist/kernel/lsp/package.json +1 -1
  139. package/dist/kernel/lsp-stdio/package.json +1 -1
  140. package/dist/kernel/manifest.json +213 -0
  141. package/dist/kernel/mcp-client/package.json +1 -1
  142. package/dist/kernel/message-feedback/package.json +1 -1
  143. package/dist/kernel/native-command/package.json +1 -1
  144. package/dist/kernel/output-retention/package.json +1 -1
  145. package/dist/kernel/permission-presets/package.json +1 -1
  146. package/dist/kernel/persona/package.json +1 -1
  147. package/dist/kernel/plan-mode/package.json +1 -1
  148. package/dist/kernel/pwsh-local/package.json +1 -1
  149. package/dist/kernel/pwsh-sandbox/package.json +1 -1
  150. package/dist/kernel/repeat-tool-reminder/package.json +1 -1
  151. package/dist/kernel/sandbox/package.json +1 -1
  152. package/dist/kernel/sandbox-local/package.json +1 -1
  153. package/dist/kernel/sandbox-policy/package.json +1 -1
  154. package/dist/kernel/sandbox-windows-acl/package.json +1 -1
  155. package/dist/kernel/schedule/package.json +1 -1
  156. package/dist/kernel/scope/package.json +1 -1
  157. package/dist/kernel/sdk-client/package.json +1 -1
  158. package/dist/kernel/sdk-jsonrpc-server/package.json +1 -1
  159. package/dist/kernel/sdk-protocol/package.json +1 -1
  160. package/dist/kernel/session/package.json +1 -1
  161. package/dist/kernel/session-checkpoint-policy/package.json +1 -1
  162. package/dist/kernel/session-log-export/package.json +1 -1
  163. package/dist/kernel/session-persistence/package.json +1 -1
  164. package/dist/kernel/session-persistence-jsonl/package.json +1 -1
  165. package/dist/kernel/session-persistence-sqlite/package.json +1 -1
  166. package/dist/kernel/session-projection/package.json +1 -1
  167. package/dist/kernel/session-projection-cache/package.json +1 -1
  168. package/dist/kernel/session-query/package.json +1 -1
  169. package/dist/kernel/session-query-sqlite/package.json +1 -1
  170. package/dist/kernel/session-reference/package.json +1 -1
  171. package/dist/kernel/session-stats/package.json +1 -1
  172. package/dist/kernel/session-telemetry/package.json +1 -1
  173. package/dist/kernel/session-telemetry-otel/package.json +1 -1
  174. package/dist/kernel/session-title/package.json +1 -1
  175. package/dist/kernel/session-title-all-prompts-llm/package.json +1 -1
  176. package/dist/kernel/session-title-first-prompt-llm/package.json +1 -1
  177. package/dist/kernel/session-title-llm/package.json +1 -1
  178. package/dist/kernel/settings/package.json +1 -1
  179. package/dist/kernel/settings-file/package.json +1 -1
  180. package/dist/kernel/shell/package.json +1 -1
  181. package/dist/kernel/shell-env/package.json +1 -1
  182. package/dist/kernel/skill/package.json +1 -1
  183. package/dist/kernel/skill-badge/package.json +1 -1
  184. package/dist/kernel/skill-filesystem/package.json +1 -1
  185. package/dist/kernel/spill/package.json +1 -1
  186. package/dist/kernel/spill-local/package.json +1 -1
  187. package/dist/kernel/spill-policy/package.json +1 -1
  188. package/dist/kernel/storage/package.json +1 -1
  189. package/dist/kernel/storage-domain/package.json +1 -1
  190. package/dist/kernel/storage-json/package.json +1 -1
  191. package/dist/kernel/storage-sqlite/package.json +1 -1
  192. package/dist/kernel/subagent/package.json +1 -1
  193. package/dist/kernel/subagent-acp/package.json +1 -1
  194. package/dist/kernel/subagent-claude-code/package.json +1 -1
  195. package/dist/kernel/subagent-codex/package.json +1 -1
  196. package/dist/kernel/subagent-fork-in-process/package.json +1 -1
  197. package/dist/kernel/subagent-in-process-driver/package.json +1 -1
  198. package/dist/kernel/subagent-nomix-sdk/package.json +1 -1
  199. package/dist/kernel/subagent-spawn-in-process/package.json +1 -1
  200. package/dist/kernel/subprocess/package.json +1 -1
  201. package/dist/kernel/subprocess-e2b/package.json +1 -1
  202. package/dist/kernel/subprocess-local/package.json +1 -1
  203. package/dist/kernel/system-prompt/package.json +1 -1
  204. package/dist/kernel/terminal/package.json +1 -1
  205. package/dist/kernel/terminal-bash/package.json +1 -1
  206. package/dist/kernel/time-context/package.json +1 -1
  207. package/dist/kernel/timeout/package.json +1 -1
  208. package/dist/kernel/tmux-context/package.json +1 -1
  209. package/dist/kernel/token-meter/package.json +1 -1
  210. package/dist/kernel/tool-ask-user/package.json +1 -1
  211. package/dist/kernel/tool-bash/package.json +1 -1
  212. package/dist/kernel/tool-bash-persistent/package.json +1 -1
  213. package/dist/kernel/tool-call-timeout-policy/package.json +1 -1
  214. package/dist/kernel/tool-cordis/package.json +1 -1
  215. package/dist/kernel/tool-fs/package.json +1 -1
  216. package/dist/kernel/tool-fs-search/package.json +1 -1
  217. package/dist/kernel/tool-goal/package.json +1 -1
  218. package/dist/kernel/tool-jobs/package.json +1 -1
  219. package/dist/kernel/tool-lsp/package.json +1 -1
  220. package/dist/kernel/tool-pwsh/package.json +1 -1
  221. package/dist/kernel/tool-ralph/package.json +1 -1
  222. package/dist/kernel/tool-session-query/package.json +1 -1
  223. package/dist/kernel/tool-skill/package.json +1 -1
  224. package/dist/kernel/tool-str-replace-editor/package.json +1 -1
  225. package/dist/kernel/tool-subagent/package.json +1 -1
  226. package/dist/kernel/tool-subagent-control/package.json +1 -1
  227. package/dist/kernel/tool-subagent-report/package.json +1 -1
  228. package/dist/kernel/tool-terminal/package.json +1 -1
  229. package/dist/kernel/tool-todo/package.json +1 -1
  230. package/dist/kernel/tool-web/package.json +1 -1
  231. package/dist/kernel/tool-workflow/package.json +1 -1
  232. package/dist/kernel/tools/package.json +1 -1
  233. package/dist/kernel/typert-generator/package.json +1 -1
  234. package/dist/kernel/typert-loader/package.json +1 -1
  235. package/dist/kernel/typert-protocol/package.json +1 -1
  236. package/dist/kernel/typert-registry/package.json +1 -1
  237. package/dist/kernel/user-approval/package.json +1 -1
  238. package/dist/kernel/user-questions/package.json +1 -1
  239. package/dist/kernel/web/package.json +1 -1
  240. package/dist/kernel/web-app/lib/index.js +4 -1
  241. package/dist/kernel/web-app/lib/types/index.js +5 -1
  242. package/dist/kernel/web-app/package.json +1 -1
  243. package/dist/kernel/web-fetch-http/package.json +1 -1
  244. package/dist/kernel/web-frontend/package.json +1 -1
  245. package/dist/kernel/web-search-deepseek/package.json +1 -1
  246. package/dist/kernel/web-search-exa/package.json +1 -1
  247. package/dist/kernel/web-search-perplexity/package.json +1 -1
  248. package/dist/kernel/workflow/package.json +1 -1
  249. package/dist/kernel/workflow-worker-thread/package.json +1 -1
  250. package/dist/kernel/workspace/package.json +1 -1
  251. package/dist/plugins/index.js +1 -1
  252. package/package.json +1 -1
@@ -123,18 +123,18 @@ window.__ModuleLoader__.load({
123
123
  document.head.appendChild(tag);
124
124
  }
125
125
  var CordisRunRow_module_css_default = {
126
- "error": "ws1PFW_error",
127
- "card": "ws1PFW_card",
128
126
  "status": "ws1PFW_status",
127
+ "row": "ws1PFW_row",
128
+ "separator": "ws1PFW_separator",
129
129
  "inspect": "ws1PFW_inspect",
130
+ "card": "ws1PFW_card",
131
+ "business": "ws1PFW_business",
132
+ "message": "ws1PFW_message",
130
133
  "output": "ws1PFW_output",
131
- "title": "ws1PFW_title",
132
- "icon": "ws1PFW_icon",
133
134
  "summary": "ws1PFW_summary",
134
- "business": "ws1PFW_business",
135
- "separator": "ws1PFW_separator",
136
- "row": "ws1PFW_row",
137
- "message": "ws1PFW_message"
135
+ "error": "ws1PFW_error",
136
+ "icon": "ws1PFW_icon",
137
+ "title": "ws1PFW_title"
138
138
  };
139
139
  //#endregion
140
140
  //#region lib/types/client/CordisActionRow.js
@@ -218,33 +218,33 @@ window.__ModuleLoader__.load({
218
218
  document.head.appendChild(tag);
219
219
  }
220
220
  var CordisDefineRow_module_css_default = {
221
- "panelHint": "tbbNQq_panelHint",
221
+ "title": "tbbNQq_title",
222
222
  "bodyWrap": "tbbNQq_bodyWrap",
223
- "notice": "tbbNQq_notice",
224
223
  "sourceTabs": "tbbNQq_sourceTabs",
225
- "card": "tbbNQq_card",
226
- "sourceTab": "tbbNQq_sourceTab",
227
- "sourceCode": "tbbNQq_sourceCode",
228
224
  "output": "tbbNQq_output",
229
- "inspectButton": "tbbNQq_inspectButton",
230
- "sourcePanel": "tbbNQq_sourcePanel",
231
- "visuallyHidden": "tbbNQq_visuallyHidden",
225
+ "separator": "tbbNQq_separator",
226
+ "purpose": "tbbNQq_purpose",
227
+ "approvalPrompt": "tbbNQq_approvalPrompt",
228
+ "card": "tbbNQq_card",
232
229
  "requestError": "tbbNQq_requestError",
233
230
  "chevron": "tbbNQq_chevron",
234
- "separator": "tbbNQq_separator",
235
- "sectionLabel": "tbbNQq_sectionLabel",
231
+ "switch": "tbbNQq_switch",
236
232
  "sourceCard": "tbbNQq_sourceCard",
237
- "title": "tbbNQq_title",
238
- "readout": "tbbNQq_readout",
239
- "sourceTabActive": "tbbNQq_sourceTabActive",
240
- "statusLabel": "tbbNQq_statusLabel",
233
+ "sourceTab": "tbbNQq_sourceTab",
234
+ "sourceCode": "tbbNQq_sourceCode",
241
235
  "codeSection": "tbbNQq_codeSection",
242
- "purpose": "tbbNQq_purpose",
236
+ "errorSummary": "tbbNQq_errorSummary",
237
+ "sectionLabel": "tbbNQq_sectionLabel",
238
+ "visuallyHidden": "tbbNQq_visuallyHidden",
243
239
  "row": "tbbNQq_row",
240
+ "sourceTabActive": "tbbNQq_sourceTabActive",
244
241
  "name": "tbbNQq_name",
245
- "approvalPrompt": "tbbNQq_approvalPrompt",
246
- "errorSummary": "tbbNQq_errorSummary",
247
- "switch": "tbbNQq_switch"
242
+ "readout": "tbbNQq_readout",
243
+ "notice": "tbbNQq_notice",
244
+ "panelHint": "tbbNQq_panelHint",
245
+ "sourcePanel": "tbbNQq_sourcePanel",
246
+ "inspectButton": "tbbNQq_inspectButton",
247
+ "statusLabel": "tbbNQq_statusLabel"
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
- "row": "nPOVKq_row",
583
- "rowName": "nPOVKq_rowName",
582
+ "panel": "nPOVKq_panel",
584
583
  "note": "nPOVKq_note",
585
- "doubleCheck": "nPOVKq_doubleCheck",
586
- "rowId": "nPOVKq_rowId",
587
- "body": "nPOVKq_body",
588
- "rowPurpose": "nPOVKq_rowPurpose",
589
- "group": "nPOVKq_group",
590
- "layer": "nPOVKq_layer",
591
- "rowError": "nPOVKq_rowError",
584
+ "versionPicker": "nPOVKq_versionPicker",
585
+ "header": "nPOVKq_header",
586
+ "rowStatus": "nPOVKq_rowStatus",
592
587
  "transition": "nPOVKq_transition",
593
- "rows": "nPOVKq_rows",
588
+ "group": "nPOVKq_group",
594
589
  "rail": "nPOVKq_rail",
590
+ "rowName": "nPOVKq_rowName",
591
+ "body": "nPOVKq_body",
592
+ "layer": "nPOVKq_layer",
595
593
  "rowActions": "nPOVKq_rowActions",
594
+ "activeVersion": "nPOVKq_activeVersion",
595
+ "transitionActions": "nPOVKq_transitionActions",
596
596
  "badgeCount": "nPOVKq_badgeCount",
597
- "readError": "nPOVKq_readError",
597
+ "title": "nPOVKq_title",
598
+ "rowDetail": "nPOVKq_rowDetail",
599
+ "rows": "nPOVKq_rows",
600
+ "footerButtons": "nPOVKq_footerButtons",
598
601
  "rowHead": "nPOVKq_rowHead",
599
- "panel": "nPOVKq_panel",
602
+ "rowId": "nPOVKq_rowId",
603
+ "readError": "nPOVKq_readError",
604
+ "badge": "nPOVKq_badge",
605
+ "rowError": "nPOVKq_rowError",
606
+ "row": "nPOVKq_row",
600
607
  "actionButton": "nPOVKq_actionButton",
601
- "title": "nPOVKq_title",
602
- "header": "nPOVKq_header",
603
608
  "badgeLabel": "nPOVKq_badgeLabel",
604
- "badge": "nPOVKq_badge",
605
- "versionPicker": "nPOVKq_versionPicker",
606
- "footerButtons": "nPOVKq_footerButtons",
607
- "rowDetail": "nPOVKq_rowDetail",
608
- "transitionActions": "nPOVKq_transitionActions",
609
- "activeVersion": "nPOVKq_activeVersion",
610
- "rowStatus": "nPOVKq_rowStatus"
609
+ "doubleCheck": "nPOVKq_doubleCheck",
610
+ "rowPurpose": "nPOVKq_rowPurpose"
611
611
  };
612
612
  //#endregion
613
613
  //#region lib/types/client/CordisPanel.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-cordis",
3
3
  "description": "Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -167,13 +167,13 @@ window.__ModuleLoader__.load({
167
167
  document.head.appendChild(tag);
168
168
  }
169
169
  var ProducedFiles_module_css_default = {
170
- "label": "z8a0ra_label",
171
- "root": "z8a0ra_root",
170
+ "more": "z8a0ra_more",
171
+ "probe": "z8a0ra_probe",
172
+ "file": "z8a0ra_file",
172
173
  "showFolder": "z8a0ra_showFolder",
174
+ "root": "z8a0ra_root",
173
175
  "measure": "z8a0ra_measure",
174
- "file": "z8a0ra_file",
175
- "probe": "z8a0ra_probe",
176
- "more": "z8a0ra_more",
176
+ "label": "z8a0ra_label",
177
177
  "row": "z8a0ra_row"
178
178
  };
179
179
  //#endregion
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-deliverables",
3
3
  "description": "Produced-files turn tail and clickable final-response file references for Web",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var DirectoryBrowser_module_css_default = {
37
- "footerAction": "kRGRPq_footerAction",
38
- "showHiddenToggle": "kRGRPq_showHiddenToggle",
39
- "rowName": "kRGRPq_rowName",
40
- "dialog": "kRGRPq_dialog",
41
- "title": "kRGRPq_title",
42
- "row": "kRGRPq_row",
37
+ "footerGap": "kRGRPq_footerGap",
43
38
  "crumbEditZone": "kRGRPq_crumbEditZone",
44
39
  "millerRow": "kRGRPq_millerRow",
45
- "crumbSeat": "kRGRPq_crumbSeat",
46
40
  "rowSelected": "kRGRPq_rowSelected",
47
- "loadingFloat": "kRGRPq_loadingFloat",
48
- "divider": "kRGRPq_divider",
49
- "crumbBar": "kRGRPq_crumbBar",
50
- "crumbTrail": "kRGRPq_crumbTrail",
51
- "showHiddenToggleActive": "kRGRPq_showHiddenToggleActive",
52
- "editorScope": "kRGRPq_editorScope",
41
+ "createDialog": "kRGRPq_createDialog",
42
+ "column": "kRGRPq_column",
43
+ "rowChevron": "kRGRPq_rowChevron",
44
+ "rowIcon": "kRGRPq_rowIcon",
45
+ "status": "kRGRPq_status",
53
46
  "createTitle": "kRGRPq_createTitle",
54
47
  "createInput": "kRGRPq_createInput",
55
- "rowIcon": "kRGRPq_rowIcon",
56
- "rowChevron": "kRGRPq_rowChevron",
57
- "pathInput": "kRGRPq_pathInput",
48
+ "createIn": "kRGRPq_createIn",
49
+ "editorScope": "kRGRPq_editorScope",
50
+ "dialog": "kRGRPq_dialog",
51
+ "showHiddenToggleActive": "kRGRPq_showHiddenToggleActive",
52
+ "createActions": "kRGRPq_createActions",
53
+ "rowSeat": "kRGRPq_rowSeat",
58
54
  "crumbChevron": "kRGRPq_crumbChevron",
59
- "createBody": "kRGRPq_createBody",
55
+ "header": "kRGRPq_header",
56
+ "loadingFloat": "kRGRPq_loadingFloat",
60
57
  "error": "kRGRPq_error",
61
- "crumb": "kRGRPq_crumb",
62
- "content": "kRGRPq_content",
63
- "footerBar": "kRGRPq_footerBar",
64
- "footerGap": "kRGRPq_footerGap",
65
- "rowIconSelected": "kRGRPq_rowIconSelected",
66
- "column": "kRGRPq_column",
58
+ "crumbSeat": "kRGRPq_crumbSeat",
59
+ "showHiddenToggle": "kRGRPq_showHiddenToggle",
67
60
  "crumbEditGlyph": "kRGRPq_crumbEditGlyph",
68
- "rowSeat": "kRGRPq_rowSeat",
69
- "createDialog": "kRGRPq_createDialog",
70
- "status": "kRGRPq_status",
71
- "createIn": "kRGRPq_createIn",
72
- "header": "kRGRPq_header",
73
- "createActions": "kRGRPq_createActions"
61
+ "divider": "kRGRPq_divider",
62
+ "rowName": "kRGRPq_rowName",
63
+ "rowIconSelected": "kRGRPq_rowIconSelected",
64
+ "crumbBar": "kRGRPq_crumbBar",
65
+ "row": "kRGRPq_row",
66
+ "title": "kRGRPq_title",
67
+ "footerBar": "kRGRPq_footerBar",
68
+ "footerAction": "kRGRPq_footerAction",
69
+ "createBody": "kRGRPq_createBody",
70
+ "pathInput": "kRGRPq_pathInput",
71
+ "crumbTrail": "kRGRPq_crumbTrail",
72
+ "crumb": "kRGRPq_crumb",
73
+ "content": "kRGRPq_content"
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.0",
4
+ "version": "0.2.1",
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.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var GoalBar_module_css_default = {
21
- "iconBtn": "du0LdW_iconBtn",
22
21
  "error": "du0LdW_error",
22
+ "dock": "du0LdW_dock",
23
+ "objectiveInput": "du0LdW_objectiveInput",
24
+ "label": "du0LdW_label",
23
25
  "actions": "du0LdW_actions",
24
26
  "goalGlyph": "du0LdW_goalGlyph",
25
- "dock": "du0LdW_dock",
26
27
  "bar": "du0LdW_bar",
27
- "label": "du0LdW_label",
28
28
  "objective": "du0LdW_objective",
29
- "objectiveInput": "du0LdW_objectiveInput"
29
+ "iconBtn": "du0LdW_iconBtn"
30
30
  };
31
31
  //#endregion
32
32
  //#region lib/types/client/GoalBar.js
@@ -261,9 +261,9 @@ window.__ModuleLoader__.load({
261
261
  document.head.appendChild(tag);
262
262
  }
263
263
  var GoalCommandInputView_module_css_default = {
264
- "row": "NUGv3G_row",
264
+ "bubble": "NUGv3G_bubble",
265
265
  "stack": "NUGv3G_stack",
266
- "bubble": "NUGv3G_bubble"
266
+ "row": "NUGv3G_row"
267
267
  };
268
268
  //#endregion
269
269
  //#region lib/types/client/GoalCommandInputView.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-goal",
3
3
  "description": "Session goal surface: GoalBar docked above the composer, read from the goal session projection",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -673,15 +673,15 @@ window.__ModuleLoader__.load({
673
673
  document.head.appendChild(tag);
674
674
  }
675
675
  var MenuView_module_css_default = {
676
+ "active": "_4OjIBa_active",
677
+ "itemDescription": "_4OjIBa_itemDescription",
676
678
  "menu": "_4OjIBa_menu",
679
+ "item": "_4OjIBa_item",
677
680
  "itemName": "_4OjIBa_itemName",
678
681
  "loading": "_4OjIBa_loading",
679
- "item": "_4OjIBa_item",
680
- "itemIcon": "_4OjIBa_itemIcon",
681
- "itemDescription": "_4OjIBa_itemDescription",
682
- "groupTitle": "_4OjIBa_groupTitle",
683
682
  "viewport": "_4OjIBa_viewport",
684
- "active": "_4OjIBa_active"
683
+ "itemIcon": "_4OjIBa_itemIcon",
684
+ "groupTitle": "_4OjIBa_groupTitle"
685
685
  };
686
686
  //#endregion
687
687
  //#region lib/types/client/MenuView.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-input-trigger",
3
3
  "description": "Input trigger pipeline: '/' and '@' detection, candidate menu, pick routing to registered sources",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var JobListAction_module_css_default = {
21
- "row": "or4myW_row",
22
- "status": "or4myW_status",
23
- "label": "or4myW_label",
24
- "triggerOpen": "or4myW_triggerOpen",
25
- "duration": "or4myW_duration",
21
+ "trigger": "or4myW_trigger",
22
+ "count": "or4myW_count",
26
23
  "triggerDot": "or4myW_triggerDot",
24
+ "triggerOpen": "or4myW_triggerOpen",
25
+ "rowSettled": "or4myW_rowSettled",
26
+ "menu": "or4myW_menu",
27
27
  "rowDot": "or4myW_rowDot",
28
+ "kind": "or4myW_kind",
29
+ "label": "or4myW_label",
30
+ "duration": "or4myW_duration",
31
+ "status": "or4myW_status",
28
32
  "root": "or4myW_root",
29
- "count": "or4myW_count",
30
- "trigger": "or4myW_trigger",
31
- "menu": "or4myW_menu",
32
- "rowSettled": "or4myW_rowSettled",
33
- "kind": "or4myW_kind"
33
+ "row": "or4myW_row"
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.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -63,12 +63,12 @@ window.__ModuleLoader__.load({
63
63
  document.head.appendChild(tag);
64
64
  }
65
65
  var AppFrame_module_css_default = {
66
- "detailsCol": "_G2BLq_detailsCol",
67
- "overlayLayer": "_G2BLq_overlayLayer",
68
66
  "sidebarCol": "_G2BLq_sidebarCol",
69
- "centerCol": "_G2BLq_centerCol",
70
67
  "frame": "_G2BLq_frame",
71
- "handle": "_G2BLq_handle"
68
+ "detailsCol": "_G2BLq_detailsCol",
69
+ "handle": "_G2BLq_handle",
70
+ "centerCol": "_G2BLq_centerCol",
71
+ "overlayLayer": "_G2BLq_overlayLayer"
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.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -336,12 +336,12 @@ window.__ModuleLoader__.load({
336
336
  }
337
337
  var MessageFeedbackActions_module_css_default = {
338
338
  "failure": "IUyupW_failure",
339
- "noteOpen": "IUyupW_noteOpen",
339
+ "action": "IUyupW_action",
340
340
  "noteEditor": "IUyupW_noteEditor",
341
+ "noteInput": "IUyupW_noteInput",
342
+ "noteOpen": "IUyupW_noteOpen",
341
343
  "noteSave": "IUyupW_noteSave",
342
- "noteCancel": "IUyupW_noteCancel",
343
- "action": "IUyupW_action",
344
- "noteInput": "IUyupW_noteInput"
344
+ "noteCancel": "IUyupW_noteCancel"
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.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
241
241
  document.head.appendChild(tag);
242
242
  }
243
243
  var ModelSelect_module_css_default = {
244
- "chevronOpen": "rZ83da_chevronOpen",
245
- "retry": "rZ83da_retry",
244
+ "group": "rZ83da_group",
246
245
  "groupTitle": "rZ83da_groupTitle",
246
+ "option": "rZ83da_option",
247
+ "selected": "rZ83da_selected",
248
+ "error": "rZ83da_error",
247
249
  "trigger": "rZ83da_trigger",
248
- "root": "rZ83da_root",
249
- "optionCopy": "rZ83da_optionCopy",
250
+ "cell": "rZ83da_cell",
251
+ "cellValue": "rZ83da_cellValue",
252
+ "cellChevron": "rZ83da_cellChevron",
253
+ "check": "rZ83da_check",
250
254
  "modelName": "rZ83da_modelName",
255
+ "empty": "rZ83da_empty",
256
+ "cellLabel": "rZ83da_cellLabel",
257
+ "optionCopy": "rZ83da_optionCopy",
251
258
  "menu": "rZ83da_menu",
252
- "description": "rZ83da_description",
253
- "groups": "rZ83da_groups",
254
- "check": "rZ83da_check",
255
- "error": "rZ83da_error",
259
+ "chevronOpen": "rZ83da_chevronOpen",
256
260
  "triggerEffort": "rZ83da_triggerEffort",
261
+ "retry": "rZ83da_retry",
262
+ "triggerLabel": "rZ83da_triggerLabel",
257
263
  "warning": "rZ83da_warning",
264
+ "groups": "rZ83da_groups",
265
+ "description": "rZ83da_description",
258
266
  "chevron": "rZ83da_chevron",
259
- "selected": "rZ83da_selected",
260
- "status": "rZ83da_status",
261
- "cellLabel": "rZ83da_cellLabel",
262
- "cellChevron": "rZ83da_cellChevron",
263
- "cellValue": "rZ83da_cellValue",
264
- "group": "rZ83da_group",
265
- "empty": "rZ83da_empty",
266
- "cell": "rZ83da_cell",
267
- "option": "rZ83da_option",
268
- "triggerLabel": "rZ83da_triggerLabel"
267
+ "root": "rZ83da_root",
268
+ "status": "rZ83da_status"
269
269
  };
270
270
  //#endregion
271
271
  //#region lib/types/client/ModelSelect.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-model-selection",
3
3
  "description": "Model selection: the /model popupSelect over session.models / session.selectModel",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,11 +43,11 @@ window.__ModuleLoader__.load({
43
43
  }
44
44
  var PermissionRow_module_css_default = {
45
45
  "desc": "aFndvW_desc",
46
- "title": "aFndvW_title",
46
+ "selector": "aFndvW_selector",
47
47
  "row": "aFndvW_row",
48
+ "rowText": "aFndvW_rowText",
48
49
  "chevron": "aFndvW_chevron",
49
- "selector": "aFndvW_selector",
50
- "rowText": "aFndvW_rowText"
50
+ "title": "aFndvW_title"
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.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PlanModeControl_module_css_default = {
21
- "wrap": "GHYwnq_wrap",
22
- "chip": "GHYwnq_chip",
23
21
  "close": "GHYwnq_close",
24
- "error": "GHYwnq_error"
22
+ "error": "GHYwnq_error",
23
+ "chip": "GHYwnq_chip",
24
+ "wrap": "GHYwnq_wrap"
25
25
  };
26
26
  //#endregion
27
27
  //#region lib/types/client/PlanModeControl.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-plan",
3
3
  "description": "Plan-mode composer control: the conversation.input.plan seat over the plan projection and the /plan command channel",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-primitives",
3
3
  "description": "Pure React atoms for the nomix web UI: controls, icons, markdown, and JSON inspectors (zero cordis)",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-settings",
3
3
  "description": "Settings domain base plugin: the settings-namespace scope service and the canonical settings slot-type contract",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
36
36
  document.head.appendChild(tag);
37
37
  }
38
38
  var SettingsRoot_module_css_default = {
39
- "navLabel": "zCBVeW_navLabel",
40
- "rail": "zCBVeW_rail",
41
- "actions": "zCBVeW_actions",
42
- "nav": "zCBVeW_nav",
43
- "trigger": "zCBVeW_trigger",
39
+ "navList": "zCBVeW_navList",
44
40
  "content": "zCBVeW_content",
41
+ "navTitle": "zCBVeW_navTitle",
42
+ "header": "zCBVeW_header",
43
+ "trigger": "zCBVeW_trigger",
44
+ "navLabel": "zCBVeW_navLabel",
45
+ "mask": "zCBVeW_mask",
46
+ "navCell": "zCBVeW_navCell",
45
47
  "panel": "zCBVeW_panel",
46
- "close": "zCBVeW_close",
47
- "overlay": "zCBVeW_overlay",
48
+ "triggerLabel": "zCBVeW_triggerLabel",
48
49
  "active": "zCBVeW_active",
49
- "header": "zCBVeW_header",
50
+ "nav": "zCBVeW_nav",
50
51
  "options": "zCBVeW_options",
51
- "triggerLabel": "zCBVeW_triggerLabel",
52
- "navTitle": "zCBVeW_navTitle",
53
- "mask": "zCBVeW_mask",
52
+ "close": "zCBVeW_close",
54
53
  "navIcon": "zCBVeW_navIcon",
55
- "navList": "zCBVeW_navList",
56
- "navCell": "zCBVeW_navCell",
57
- "hiddenLabel": "zCBVeW_hiddenLabel"
54
+ "hiddenLabel": "zCBVeW_hiddenLabel",
55
+ "rail": "zCBVeW_rail",
56
+ "overlay": "zCBVeW_overlay",
57
+ "actions": "zCBVeW_actions"
58
58
  };
59
59
  //#endregion
60
60
  //#region lib/types/client/SettingsRoot.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-settings-general",
3
3
  "description": "Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },