@nomix-ai/nomix-harness 0.2.1 → 0.2.3

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 (264) hide show
  1. package/dist/assets/web/assets/{index-bZqwQ-2K.js → index-B_sZ-Gsu.js} +45 -45
  2. package/dist/assets/web/index.html +2 -2
  3. package/dist/assets/web/manifest.webmanifest +3 -3
  4. package/dist/assets/web/nomix-logo.jpg +0 -0
  5. package/dist/kernel/acp/package.json +1 -1
  6. package/dist/kernel/agent/package.json +1 -1
  7. package/dist/kernel/agent-default-model/package.json +1 -1
  8. package/dist/kernel/agent-instructions/package.json +1 -1
  9. package/dist/kernel/agent-loop/package.json +1 -1
  10. package/dist/kernel/agent-presets/package.json +1 -1
  11. package/dist/kernel/agent-tool-presentation/package.json +1 -1
  12. package/dist/kernel/anonymous-user-id/package.json +1 -1
  13. package/dist/kernel/api-gateway/package.json +1 -1
  14. package/dist/kernel/api-remotes/package.json +1 -1
  15. package/dist/kernel/app-boot/package.json +1 -1
  16. package/dist/kernel/atomic-write/package.json +1 -1
  17. package/dist/kernel/attachment/package.json +1 -1
  18. package/dist/kernel/attachment-local/package.json +1 -1
  19. package/dist/kernel/base/package.json +1 -1
  20. package/dist/kernel/bash-local/package.json +1 -1
  21. package/dist/kernel/bash-sandbox/package.json +1 -1
  22. package/dist/kernel/brand/package.json +1 -1
  23. package/dist/kernel/client-connection/package.json +1 -1
  24. package/dist/kernel/client-hmr/package.json +1 -1
  25. package/dist/kernel/client-locale/lib/client.js +5 -5
  26. package/dist/kernel/client-locale/package.json +1 -1
  27. package/dist/kernel/client-modules/package.json +1 -1
  28. package/dist/kernel/client-runtime/lib/client.js +1 -1
  29. package/dist/kernel/client-runtime/package.json +1 -1
  30. package/dist/kernel/client-schema-form/package.json +1 -1
  31. package/dist/kernel/client-ui-agent-preset/lib/client.js +37 -37
  32. package/dist/kernel/client-ui-agent-preset/package.json +1 -1
  33. package/dist/kernel/client-ui-attachment/package.json +1 -1
  34. package/dist/kernel/client-ui-commands/lib/client.js +9 -9
  35. package/dist/kernel/client-ui-commands/package.json +1 -1
  36. package/dist/kernel/client-ui-conversation/lib/client.js +168 -168
  37. package/dist/kernel/client-ui-conversation/lib/types/client/skeleton/EmptyHero.js +3 -3
  38. package/dist/kernel/client-ui-conversation/package.json +1 -1
  39. package/dist/kernel/client-ui-cordis/lib/client.js +46 -46
  40. package/dist/kernel/client-ui-cordis/package.json +1 -1
  41. package/dist/kernel/client-ui-deliverables/lib/client.js +6 -6
  42. package/dist/kernel/client-ui-deliverables/package.json +1 -1
  43. package/dist/kernel/client-ui-directory-picker-browse/lib/client.js +26 -26
  44. package/dist/kernel/client-ui-directory-picker-browse/package.json +1 -1
  45. package/dist/kernel/client-ui-directory-picker-native/package.json +1 -1
  46. package/dist/kernel/client-ui-goal/lib/client.js +8 -8
  47. package/dist/kernel/client-ui-goal/package.json +1 -1
  48. package/dist/kernel/client-ui-input-trigger/lib/client.js +7 -7
  49. package/dist/kernel/client-ui-input-trigger/package.json +1 -1
  50. package/dist/kernel/client-ui-jobs/lib/client.js +10 -10
  51. package/dist/kernel/client-ui-jobs/package.json +1 -1
  52. package/dist/kernel/client-ui-layout/lib/client.js +3 -3
  53. package/dist/kernel/client-ui-layout/package.json +1 -1
  54. package/dist/kernel/client-ui-message-feedback/lib/client.js +5 -5
  55. package/dist/kernel/client-ui-message-feedback/package.json +1 -1
  56. package/dist/kernel/client-ui-model-selection/lib/client.js +21 -21
  57. package/dist/kernel/client-ui-model-selection/package.json +1 -1
  58. package/dist/kernel/client-ui-permission-presets/lib/client.js +7 -7
  59. package/dist/kernel/client-ui-permission-presets/package.json +1 -1
  60. package/dist/kernel/client-ui-plan/lib/client.js +4 -4
  61. package/dist/kernel/client-ui-plan/package.json +1 -1
  62. package/dist/kernel/client-ui-primitives/lib/index.js +47 -114
  63. package/dist/kernel/client-ui-primitives/lib/types/BrandWordmark.d.ts +3 -3
  64. package/dist/kernel/client-ui-primitives/lib/types/BrandWordmark.js +4 -4
  65. package/dist/kernel/client-ui-primitives/lib/types/NomixLogo.d.ts +11 -0
  66. package/dist/kernel/client-ui-primitives/lib/types/NomixLogo.js +13 -0
  67. package/dist/kernel/client-ui-primitives/lib/types/index.d.ts +1 -1
  68. package/dist/kernel/client-ui-primitives/lib/types/index.js +1 -1
  69. package/dist/kernel/client-ui-primitives/package.json +1 -1
  70. package/dist/kernel/client-ui-settings/lib/client.js +2 -2
  71. package/dist/kernel/client-ui-settings/package.json +1 -1
  72. package/dist/kernel/client-ui-settings-general/lib/client.js +20 -20
  73. package/dist/kernel/client-ui-settings-general/package.json +1 -1
  74. package/dist/kernel/client-ui-settings-models/lib/client.js +56 -56
  75. package/dist/kernel/client-ui-settings-models/package.json +1 -1
  76. package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +14 -14
  77. package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
  78. package/dist/kernel/client-ui-settings-plugins/lib/client.js +24 -24
  79. package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
  80. package/dist/kernel/client-ui-sidebar/lib/client.js +18 -18
  81. package/dist/kernel/client-ui-sidebar/lib/types/client/SidebarRoot.js +2 -2
  82. package/dist/kernel/client-ui-sidebar/package.json +1 -1
  83. package/dist/kernel/client-ui-skill/lib/client.js +13 -13
  84. package/dist/kernel/client-ui-skill/package.json +1 -1
  85. package/dist/kernel/client-ui-slots/package.json +1 -1
  86. package/dist/kernel/client-ui-subagent/lib/client.js +17 -17
  87. package/dist/kernel/client-ui-subagent/package.json +1 -1
  88. package/dist/kernel/client-ui-theme/lib/client.js +5 -5
  89. package/dist/kernel/client-ui-theme/package.json +1 -1
  90. package/dist/kernel/client-ui-tool/lib/client.js +38 -38
  91. package/dist/kernel/client-ui-tool/package.json +1 -1
  92. package/dist/kernel/client-ui-trajectory/lib/client.js +145 -145
  93. package/dist/kernel/client-ui-trajectory/package.json +1 -1
  94. package/dist/kernel/client-ui-user-questions/lib/client.js +27 -27
  95. package/dist/kernel/client-ui-user-questions/package.json +1 -1
  96. package/dist/kernel/client-ui-workflow-run/lib/client.js +16 -16
  97. package/dist/kernel/client-ui-workflow-run/package.json +1 -1
  98. package/dist/kernel/client-ui-workspace/lib/client.js +58 -58
  99. package/dist/kernel/client-ui-workspace/package.json +1 -1
  100. package/dist/kernel/client-web/package.json +1 -1
  101. package/dist/kernel/client-web-react/package.json +1 -1
  102. package/dist/kernel/cmdline/package.json +1 -1
  103. package/dist/kernel/code-runtime/package.json +1 -1
  104. package/dist/kernel/code-runtime-worker-thread/package.json +1 -1
  105. package/dist/kernel/command-compact/package.json +1 -1
  106. package/dist/kernel/command-feedback/package.json +1 -1
  107. package/dist/kernel/command-goal/package.json +1 -1
  108. package/dist/kernel/commands/package.json +1 -1
  109. package/dist/kernel/compaction/package.json +1 -1
  110. package/dist/kernel/compaction-basic/package.json +1 -1
  111. package/dist/kernel/compaction-tool-result-pruner/package.json +1 -1
  112. package/dist/kernel/cordis-client-runner/package.json +1 -1
  113. package/dist/kernel/cordis-host-runner/package.json +1 -1
  114. package/dist/kernel/credentials/package.json +1 -1
  115. package/dist/kernel/credentials-local/package.json +1 -1
  116. package/dist/kernel/e2b/package.json +1 -1
  117. package/dist/kernel/fs/package.json +1 -1
  118. package/dist/kernel/fs-e2b/package.json +1 -1
  119. package/dist/kernel/fs-local/package.json +1 -1
  120. package/dist/kernel/fs-observation-policy/package.json +1 -1
  121. package/dist/kernel/fs-sandbox/package.json +1 -1
  122. package/dist/kernel/goal/package.json +1 -1
  123. package/dist/kernel/goal-round-driver/package.json +1 -1
  124. package/dist/kernel/headless/package.json +1 -1
  125. package/dist/kernel/home-paths/package.json +1 -1
  126. package/dist/kernel/hook-protocol/package.json +1 -1
  127. package/dist/kernel/hooks-claude-code/package.json +1 -1
  128. package/dist/kernel/hooks-codex/package.json +1 -1
  129. package/dist/kernel/host-apiproxy/package.json +1 -1
  130. package/dist/kernel/host-directory-picker/package.json +1 -1
  131. package/dist/kernel/host-directory-picker-auto/package.json +1 -1
  132. package/dist/kernel/host-directory-picker-browse/package.json +1 -1
  133. package/dist/kernel/host-directory-picker-native/package.json +1 -1
  134. package/dist/kernel/host-frontend-static/package.json +1 -1
  135. package/dist/kernel/host-plugin-inventory/package.json +1 -1
  136. package/dist/kernel/host-webserver/package.json +1 -1
  137. package/dist/kernel/invariants/package.json +1 -1
  138. package/dist/kernel/jobs/package.json +1 -1
  139. package/dist/kernel/jobs-local/package.json +1 -1
  140. package/dist/kernel/launch-environment/package.json +1 -1
  141. package/dist/kernel/llm/package.json +1 -1
  142. package/dist/kernel/llm-deepseek/package.json +1 -1
  143. package/dist/kernel/llm-pi-ai/package.json +1 -1
  144. package/dist/kernel/llm-retry/package.json +1 -1
  145. package/dist/kernel/lsp/package.json +1 -1
  146. package/dist/kernel/lsp-stdio/package.json +1 -1
  147. package/dist/kernel/mcp-client/package.json +1 -1
  148. package/dist/kernel/message-feedback/package.json +1 -1
  149. package/dist/kernel/native-command/package.json +1 -1
  150. package/dist/kernel/output-retention/package.json +1 -1
  151. package/dist/kernel/permission-presets/package.json +1 -1
  152. package/dist/kernel/persona/package.json +1 -1
  153. package/dist/kernel/plan-mode/package.json +1 -1
  154. package/dist/kernel/pwsh-local/package.json +1 -1
  155. package/dist/kernel/pwsh-sandbox/package.json +1 -1
  156. package/dist/kernel/repeat-tool-reminder/package.json +1 -1
  157. package/dist/kernel/sandbox/package.json +1 -1
  158. package/dist/kernel/sandbox-local/package.json +1 -1
  159. package/dist/kernel/sandbox-policy/package.json +1 -1
  160. package/dist/kernel/sandbox-windows-acl/package.json +1 -1
  161. package/dist/kernel/schedule/package.json +1 -1
  162. package/dist/kernel/scope/package.json +1 -1
  163. package/dist/kernel/sdk-client/package.json +1 -1
  164. package/dist/kernel/sdk-jsonrpc-server/package.json +1 -1
  165. package/dist/kernel/sdk-protocol/package.json +1 -1
  166. package/dist/kernel/session/package.json +1 -1
  167. package/dist/kernel/session-checkpoint-policy/package.json +1 -1
  168. package/dist/kernel/session-log-export/lib/client.js +2 -2
  169. package/dist/kernel/session-log-export/package.json +1 -1
  170. package/dist/kernel/session-persistence/package.json +1 -1
  171. package/dist/kernel/session-persistence-jsonl/package.json +1 -1
  172. package/dist/kernel/session-persistence-sqlite/package.json +1 -1
  173. package/dist/kernel/session-projection/package.json +1 -1
  174. package/dist/kernel/session-projection-cache/package.json +1 -1
  175. package/dist/kernel/session-query/package.json +1 -1
  176. package/dist/kernel/session-query-sqlite/package.json +1 -1
  177. package/dist/kernel/session-reference/package.json +1 -1
  178. package/dist/kernel/session-stats/package.json +1 -1
  179. package/dist/kernel/session-telemetry/package.json +1 -1
  180. package/dist/kernel/session-telemetry-otel/package.json +1 -1
  181. package/dist/kernel/session-title/package.json +1 -1
  182. package/dist/kernel/session-title-all-prompts-llm/package.json +1 -1
  183. package/dist/kernel/session-title-first-prompt-llm/package.json +1 -1
  184. package/dist/kernel/session-title-llm/package.json +1 -1
  185. package/dist/kernel/settings/package.json +1 -1
  186. package/dist/kernel/settings-file/package.json +1 -1
  187. package/dist/kernel/shell/package.json +1 -1
  188. package/dist/kernel/shell-env/package.json +1 -1
  189. package/dist/kernel/skill/package.json +1 -1
  190. package/dist/kernel/skill-badge/package.json +1 -1
  191. package/dist/kernel/skill-filesystem/package.json +1 -1
  192. package/dist/kernel/spill/package.json +1 -1
  193. package/dist/kernel/spill-local/package.json +1 -1
  194. package/dist/kernel/spill-policy/package.json +1 -1
  195. package/dist/kernel/storage/package.json +1 -1
  196. package/dist/kernel/storage-domain/package.json +1 -1
  197. package/dist/kernel/storage-json/package.json +1 -1
  198. package/dist/kernel/storage-sqlite/package.json +1 -1
  199. package/dist/kernel/subagent/package.json +1 -1
  200. package/dist/kernel/subagent-acp/package.json +1 -1
  201. package/dist/kernel/subagent-claude-code/package.json +1 -1
  202. package/dist/kernel/subagent-codex/package.json +1 -1
  203. package/dist/kernel/subagent-fork-in-process/package.json +1 -1
  204. package/dist/kernel/subagent-in-process-driver/package.json +1 -1
  205. package/dist/kernel/subagent-nomix-sdk/package.json +1 -1
  206. package/dist/kernel/subagent-spawn-in-process/package.json +1 -1
  207. package/dist/kernel/subprocess/package.json +1 -1
  208. package/dist/kernel/subprocess-e2b/package.json +1 -1
  209. package/dist/kernel/subprocess-local/package.json +1 -1
  210. package/dist/kernel/system-prompt/package.json +1 -1
  211. package/dist/kernel/terminal/package.json +1 -1
  212. package/dist/kernel/terminal-bash/package.json +1 -1
  213. package/dist/kernel/time-context/package.json +1 -1
  214. package/dist/kernel/timeout/package.json +1 -1
  215. package/dist/kernel/tmux-context/package.json +1 -1
  216. package/dist/kernel/token-meter/package.json +1 -1
  217. package/dist/kernel/tool-ask-user/package.json +1 -1
  218. package/dist/kernel/tool-bash/package.json +1 -1
  219. package/dist/kernel/tool-bash-persistent/package.json +1 -1
  220. package/dist/kernel/tool-call-timeout-policy/package.json +1 -1
  221. package/dist/kernel/tool-cordis/package.json +1 -1
  222. package/dist/kernel/tool-fs/package.json +1 -1
  223. package/dist/kernel/tool-fs-search/package.json +1 -1
  224. package/dist/kernel/tool-goal/package.json +1 -1
  225. package/dist/kernel/tool-jobs/package.json +1 -1
  226. package/dist/kernel/tool-lsp/package.json +1 -1
  227. package/dist/kernel/tool-pwsh/package.json +1 -1
  228. package/dist/kernel/tool-ralph/package.json +1 -1
  229. package/dist/kernel/tool-session-query/package.json +1 -1
  230. package/dist/kernel/tool-skill/package.json +1 -1
  231. package/dist/kernel/tool-str-replace-editor/package.json +1 -1
  232. package/dist/kernel/tool-subagent/package.json +1 -1
  233. package/dist/kernel/tool-subagent-control/package.json +1 -1
  234. package/dist/kernel/tool-subagent-report/package.json +1 -1
  235. package/dist/kernel/tool-terminal/package.json +1 -1
  236. package/dist/kernel/tool-todo/package.json +1 -1
  237. package/dist/kernel/tool-web/package.json +1 -1
  238. package/dist/kernel/tool-workflow/package.json +1 -1
  239. package/dist/kernel/tools/package.json +1 -1
  240. package/dist/kernel/typert-generator/package.json +1 -1
  241. package/dist/kernel/typert-loader/package.json +1 -1
  242. package/dist/kernel/typert-protocol/package.json +1 -1
  243. package/dist/kernel/typert-registry/package.json +1 -1
  244. package/dist/kernel/user-approval/package.json +1 -1
  245. package/dist/kernel/user-questions/package.json +1 -1
  246. package/dist/kernel/web/package.json +1 -1
  247. package/dist/kernel/web-app/package.json +1 -1
  248. package/dist/kernel/web-fetch-http/package.json +1 -1
  249. package/dist/kernel/web-frontend/dist/assets/{index-bZqwQ-2K.js → index-B_sZ-Gsu.js} +45 -45
  250. package/dist/kernel/web-frontend/dist/index.html +2 -2
  251. package/dist/kernel/web-frontend/dist/manifest.webmanifest +3 -3
  252. package/dist/kernel/web-frontend/dist/nomix-logo.jpg +0 -0
  253. package/dist/kernel/web-frontend/package.json +1 -1
  254. package/dist/kernel/web-search-deepseek/package.json +1 -1
  255. package/dist/kernel/web-search-exa/package.json +1 -1
  256. package/dist/kernel/web-search-perplexity/package.json +1 -1
  257. package/dist/kernel/workflow/package.json +1 -1
  258. package/dist/kernel/workflow-worker-thread/package.json +1 -1
  259. package/dist/kernel/workspace/package.json +1 -1
  260. package/package.json +1 -1
  261. package/dist/assets/web/favicon.svg +0 -8
  262. package/dist/kernel/client-ui-primitives/lib/types/FishLogo.d.ts +0 -9
  263. package/dist/kernel/client-ui-primitives/lib/types/FishLogo.js +0 -11
  264. package/dist/kernel/web-frontend/dist/favicon.svg +0 -8
@@ -5,8 +5,8 @@ window.__ModuleLoader__.load({
5
5
  var exports = module.exports;
6
6
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
7
7
  let react_jsx_runtime = require("react/jsx-runtime");
8
- let _nomix_ai_nomix_client_ui_primitives = require("../../client-ui-primitives/lib/index.js");
9
- let _nomix_ai_nomix_client_runtime_client = require("../../client-runtime/lib/client.js");
8
+ let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
9
+ let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
10
10
  //#region ../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
11
11
  function r(e) {
12
12
  var t, f, n = "";
@@ -33,11 +33,11 @@ window.__ModuleLoader__.load({
33
33
  document.head.appendChild(tag);
34
34
  }
35
35
  var AppearanceRow_module_css_default = {
36
- "themeCube": "gO8vLG_themeCube",
37
- "title": "gO8vLG_title",
36
+ "selected": "gO8vLG_selected",
38
37
  "cubeRow": "gO8vLG_cubeRow",
39
38
  "group": "gO8vLG_group",
40
- "selected": "gO8vLG_selected"
39
+ "title": "gO8vLG_title",
40
+ "themeCube": "gO8vLG_themeCube"
41
41
  };
42
42
  //#endregion
43
43
  //#region lib/types/client/AppearanceRow.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-theme",
3
3
  "description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -6,8 +6,8 @@ window.__ModuleLoader__.load({
6
6
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
7
7
  let react_jsx_runtime = require("react/jsx-runtime");
8
8
  let react = require("react");
9
- let _nomix_ai_nomix_client_ui_primitives = require("../../client-ui-primitives/lib/index.js");
10
- let _nomix_ai_nomix_client_runtime_client = require("../../client-runtime/lib/client.js");
9
+ let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
10
+ let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
11
11
  //#region lib/types/client/tool/models/tool-call-model.js
12
12
  /** Figma row titles per variant (design literals, not translatable copy). */
13
13
  const VARIANT_TITLES = {
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
605
605
  document.head.appendChild(tag);
606
606
  }
607
607
  var ToolRow_module_css_default = {
608
- "nomix-tool-row-sweep": "uvVWwG_nomix-tool-row-sweep",
609
- "bodyWrap": "uvVWwG_bodyWrap",
610
608
  "leading": "uvVWwG_leading",
611
- "ioCard": "uvVWwG_ioCard",
612
- "searchBody": "uvVWwG_searchBody",
613
609
  "terminalBody": "uvVWwG_terminalBody",
614
- "summary": "uvVWwG_summary",
615
- "title": "uvVWwG_title",
616
610
  "sep": "uvVWwG_sep",
617
- "bodyScroll": "uvVWwG_bodyScroll",
611
+ "summarySuffix": "uvVWwG_summarySuffix",
618
612
  "ioDivider": "uvVWwG_ioDivider",
613
+ "diffBody": "uvVWwG_diffBody",
614
+ "searchBody": "uvVWwG_searchBody",
615
+ "searchRecovery": "uvVWwG_searchRecovery",
616
+ "summary": "uvVWwG_summary",
617
+ "nomix-tool-row-sweep": "uvVWwG_nomix-tool-row-sweep",
618
+ "bodyScroll": "uvVWwG_bodyScroll",
619
+ "codeBody": "uvVWwG_codeBody",
620
+ "ioSection": "uvVWwG_ioSection",
621
+ "ioCard": "uvVWwG_ioCard",
622
+ "row": "uvVWwG_row",
623
+ "title": "uvVWwG_title",
624
+ "errorSummary": "uvVWwG_errorSummary",
625
+ "ioLabel": "uvVWwG_ioLabel",
619
626
  "readBody": "uvVWwG_readBody",
620
- "fileLink": "uvVWwG_fileLink",
621
627
  "visuallyHidden": "uvVWwG_visuallyHidden",
622
- "webBody": "uvVWwG_webBody",
623
- "ioSection": "uvVWwG_ioSection",
624
628
  "root": "uvVWwG_root",
625
- "inspectButton": "uvVWwG_inspectButton",
626
- "ioText": "uvVWwG_ioText",
627
- "codeBody": "uvVWwG_codeBody",
628
- "searchRecovery": "uvVWwG_searchRecovery",
629
- "ioLabel": "uvVWwG_ioLabel",
630
- "row": "uvVWwG_row",
629
+ "webBody": "uvVWwG_webBody",
630
+ "fileLink": "uvVWwG_fileLink",
631
+ "bodyWrap": "uvVWwG_bodyWrap",
631
632
  "chevron": "uvVWwG_chevron",
632
- "diffBody": "uvVWwG_diffBody",
633
- "errorSummary": "uvVWwG_errorSummary",
634
- "summarySuffix": "uvVWwG_summarySuffix"
633
+ "inspectButton": "uvVWwG_inspectButton",
634
+ "ioText": "uvVWwG_ioText"
635
635
  };
636
636
  //#endregion
637
637
  //#region lib/types/client/tool/components/ToolRow.js
@@ -850,8 +850,8 @@ window.__ModuleLoader__.load({
850
850
  document.head.appendChild(tag);
851
851
  }
852
852
  var ToolCallTree_module_css_default = {
853
- "callRow": "Vlrg3a_callRow",
854
- "subCalls": "Vlrg3a_subCalls"
853
+ "subCalls": "Vlrg3a_subCalls",
854
+ "callRow": "Vlrg3a_callRow"
855
855
  };
856
856
  //#endregion
857
857
  //#region lib/types/client/tool/ToolCallTree.js
@@ -949,12 +949,12 @@ window.__ModuleLoader__.load({
949
949
  document.head.appendChild(tag);
950
950
  }
951
951
  var ToolDetails_module_css_default = {
952
- "description": "ktuhBa_description",
953
- "code": "ktuhBa_code",
954
952
  "read": "ktuhBa_read",
953
+ "description": "ktuhBa_description",
954
+ "cardBody": "ktuhBa_cardBody",
955
955
  "web": "ktuhBa_web",
956
+ "code": "ktuhBa_code",
956
957
  "empty": "ktuhBa_empty",
957
- "cardBody": "ktuhBa_cardBody",
958
958
  "recovery": "ktuhBa_recovery"
959
959
  };
960
960
  //#endregion
@@ -1099,26 +1099,26 @@ window.__ModuleLoader__.load({
1099
1099
  document.head.appendChild(tag);
1100
1100
  }
1101
1101
  var bash_sample_module_css_default = {
1102
- "chevron": "_6xlivG_chevron",
1102
+ "nomix-bash-row-sweep": "_6xlivG_nomix-bash-row-sweep",
1103
1103
  "ioLabel": "_6xlivG_ioLabel",
1104
- "inspectButton": "_6xlivG_inspectButton",
1105
1104
  "chevronHover": "_6xlivG_chevronHover",
1106
- "visuallyHidden": "_6xlivG_visuallyHidden",
1107
- "nomix-bash-row-sweep": "_6xlivG_nomix-bash-row-sweep",
1108
- "title": "_6xlivG_title",
1105
+ "root": "_6xlivG_root",
1106
+ "ioText": "_6xlivG_ioText",
1107
+ "leading": "_6xlivG_leading",
1108
+ "inspectButton": "_6xlivG_inspectButton",
1109
1109
  "errorSummary": "_6xlivG_errorSummary",
1110
- "sep": "_6xlivG_sep",
1111
- "ioDivider": "_6xlivG_ioDivider",
1110
+ "title": "_6xlivG_title",
1111
+ "chevron": "_6xlivG_chevron",
1112
1112
  "card": "_6xlivG_card",
1113
1113
  "ioCard": "_6xlivG_ioCard",
1114
- "ioText": "_6xlivG_ioText",
1114
+ "iconIdle": "_6xlivG_iconIdle",
1115
1115
  "terminal": "_6xlivG_terminal",
1116
+ "summary": "_6xlivG_summary",
1116
1117
  "ioSection": "_6xlivG_ioSection",
1117
- "leading": "_6xlivG_leading",
1118
- "iconIdle": "_6xlivG_iconIdle",
1118
+ "sep": "_6xlivG_sep",
1119
1119
  "bodyWrap": "_6xlivG_bodyWrap",
1120
- "summary": "_6xlivG_summary",
1121
- "root": "_6xlivG_root"
1120
+ "ioDivider": "_6xlivG_ioDivider",
1121
+ "visuallyHidden": "_6xlivG_visuallyHidden"
1122
1122
  };
1123
1123
  //#endregion
1124
1124
  //#region lib/types/client/tool/toolviews/bash-sample.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-tool",
3
3
  "description": "Client Tool call-tree renderer and keyed per-tool presentation slot",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -26,12 +26,12 @@ window.__ModuleLoader__.load({
26
26
  enumerable: true
27
27
  }) : target, mod));
28
28
  //#endregion
29
- let _nomix_ai_nomix_client_runtime_client = require("../../client-runtime/lib/client.js");
29
+ let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
30
30
  let react_jsx_runtime = require("react/jsx-runtime");
31
31
  let react = require("react");
32
32
  react = __toESM(react, 1);
33
33
  let react_dom = require("react-dom");
34
- let _nomix_ai_nomix_client_ui_primitives = require("../../client-ui-primitives/lib/index.js");
34
+ let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
35
35
  //#region lib/types/client/duration-store.js
36
36
  /**
37
37
  * Create the browser-wide trajectory duration preference source.
@@ -3001,152 +3001,152 @@ window.__ModuleLoader__.load({
3001
3001
  document.head.appendChild(tag);
3002
3002
  }
3003
3003
  var TrajectoryTable_module_css_default = {
3004
- "summaryScrollRegion": "LDfJYG_summaryScrollRegion",
3005
3004
  "kindTag": "LDfJYG_kindTag",
3006
- "thinkingQuoteOnlyPreview": "LDfJYG_thinkingQuoteOnlyPreview",
3007
- "compactedSummary": "LDfJYG_compactedSummary",
3008
- "requestBoundaryControl": "LDfJYG_requestBoundaryControl",
3005
+ "detailsResizeHandle": "LDfJYG_detailsResizeHandle",
3006
+ "overviewSection": "LDfJYG_overviewSection",
3007
+ "overviewHierarchyJumpIconTight": "LDfJYG_overviewHierarchyJumpIconTight",
3008
+ "thinkingToggle": "LDfJYG_thinkingToggle",
3009
+ "requestDetailsName": "LDfJYG_requestDetailsName",
3010
+ "payload": "LDfJYG_payload",
3011
+ "assistantOutput": "LDfJYG_assistantOutput",
3012
+ "jsonPreview": "LDfJYG_jsonPreview",
3013
+ "schemaPreview": "LDfJYG_schemaPreview",
3014
+ "detailTab": "LDfJYG_detailTab",
3015
+ "sourceBlockJumpIcon": "LDfJYG_sourceBlockJumpIcon",
3016
+ "toolCatalogDescription": "LDfJYG_toolCatalogDescription",
3017
+ "resultBlockText": "LDfJYG_resultBlockText",
3018
+ "overview": "LDfJYG_overview",
3019
+ "requestBoundaryControlActive": "LDfJYG_requestBoundaryControlActive",
3020
+ "thinkingChevron": "LDfJYG_thinkingChevron",
3021
+ "historyLoadButton": "LDfJYG_historyLoadButton",
3022
+ "overviewSections": "LDfJYG_overviewSections",
3009
3023
  "table": "LDfJYG_table",
3010
- "promptDiffSection": "LDfJYG_promptDiffSection",
3024
+ "contextGreen": "LDfJYG_contextGreen",
3025
+ "trajectory-table": "LDfJYG_trajectory-table",
3026
+ "overviewHierarchyNavLink": "LDfJYG_overviewHierarchyNavLink",
3027
+ "schemaTree": "LDfJYG_schemaTree",
3028
+ "historyLoadingSpinner": "LDfJYG_historyLoadingSpinner",
3029
+ "schemaDescription": "LDfJYG_schemaDescription",
3030
+ "noPayload": "LDfJYG_noPayload",
3031
+ "schemaIntro": "LDfJYG_schemaIntro",
3032
+ "inlineResultText": "LDfJYG_inlineResultText",
3011
3033
  "promptDiffTitle": "LDfJYG_promptDiffTitle",
3012
- "promptDiff": "LDfJYG_promptDiff",
3013
- "kindSlot": "LDfJYG_kindSlot",
3014
- "overviewParentLinks": "LDfJYG_overviewParentLinks",
3015
- "panelImage": "LDfJYG_panelImage",
3016
- "toolCatalogFullDescription": "LDfJYG_toolCatalogFullDescription",
3017
- "detailBodySummary": "LDfJYG_detailBodySummary",
3018
- "overview": "LDfJYG_overview",
3034
+ "usageHeading": "LDfJYG_usageHeading",
3035
+ "historyLoadRow": "LDfJYG_historyLoadRow",
3036
+ "compactedSummary": "LDfJYG_compactedSummary",
3037
+ "details": "LDfJYG_details",
3038
+ "assistantToolCallsPreview": "LDfJYG_assistantToolCallsPreview",
3039
+ "eventInner": "LDfJYG_eventInner",
3040
+ "kindTagLabel": "LDfJYG_kindTagLabel",
3041
+ "promptDiffLineadded": "LDfJYG_promptDiffLineadded",
3042
+ "toolCallPayload": "LDfJYG_toolCallPayload",
3043
+ "historyLoading": "LDfJYG_historyLoading",
3044
+ "event": "LDfJYG_event",
3045
+ "collapsedTurnContent": "LDfJYG_collapsedTurnContent",
3046
+ "sourceBlockJumpTarget": "LDfJYG_sourceBlockJumpTarget",
3047
+ "user": "LDfJYG_user",
3019
3048
  "promptDiffLineremoved": "LDfJYG_promptDiffLineremoved",
3020
- "collapsedTurnText": "LDfJYG_collapsedTurnText",
3021
- "detailTabs": "LDfJYG_detailTabs",
3022
- "overviewHeading": "LDfJYG_overviewHeading",
3023
- "thinkingToggle": "LDfJYG_thinkingToggle",
3049
+ "toolAmber": "LDfJYG_toolAmber",
3050
+ "eventColumn": "LDfJYG_eventColumn",
3024
3051
  "turnLabelCompact": "LDfJYG_turnLabelCompact",
3025
- "sourceBlock": "LDfJYG_sourceBlock",
3026
- "panelImageLink": "LDfJYG_panelImageLink",
3027
- "overviewTitleIcon": "LDfJYG_overviewTitleIcon",
3052
+ "history-loading-spin": "LDfJYG_history-loading-spin",
3053
+ "toolCatalogFullDescription": "LDfJYG_toolCatalogFullDescription",
3054
+ "close": "LDfJYG_close",
3055
+ "assistantToolCallArgs": "LDfJYG_assistantToolCallArgs",
3056
+ "requestDetailsDot": "LDfJYG_requestDetailsDot",
3057
+ "thinkingQuoteOnlyPreview": "LDfJYG_thinkingQuoteOnlyPreview",
3058
+ "promptDiffSection": "LDfJYG_promptDiffSection",
3059
+ "assistantContentRendered": "LDfJYG_assistantContentRendered",
3028
3060
  "promptDiffSections": "LDfJYG_promptDiffSections",
3061
+ "resultRequest": "LDfJYG_resultRequest",
3062
+ "overviewTitle": "LDfJYG_overviewTitle",
3029
3063
  "markdownPreview": "LDfJYG_markdownPreview",
3030
- "schemaParametersTitle": "LDfJYG_schemaParametersTitle",
3064
+ "assistantToolCallButton": "LDfJYG_assistantToolCallButton",
3065
+ "assistantToolCallIcon": "LDfJYG_assistantToolCallIcon",
3031
3066
  "message": "LDfJYG_message",
3032
- "requestDetailsName": "LDfJYG_requestDetailsName",
3033
- "assistantContentRendered": "LDfJYG_assistantContentRendered",
3034
- "systemPrompt": "LDfJYG_systemPrompt",
3035
- "payload": "LDfJYG_payload",
3036
- "historyLoadRow": "LDfJYG_historyLoadRow",
3037
- "detailsTitle": "LDfJYG_detailsTitle",
3038
- "overviewSection": "LDfJYG_overviewSection",
3039
- "overviewTitle": "LDfJYG_overviewTitle",
3040
- "contentText": "LDfJYG_contentText",
3041
- "schemaDescription": "LDfJYG_schemaDescription",
3042
- "sourceBlocks": "LDfJYG_sourceBlocks",
3043
3067
  "toolCatalogName": "LDfJYG_toolCatalogName",
3044
- "toolCatalogTree": "LDfJYG_toolCatalogTree",
3045
- "toolCatalogSummary": "LDfJYG_toolCatalogSummary",
3046
- "event": "LDfJYG_event",
3047
- "eventInner": "LDfJYG_eventInner",
3048
- "toolCatalogItem": "LDfJYG_toolCatalogItem",
3049
- "overviewHierarchyJumpIconTight": "LDfJYG_overviewHierarchyJumpIconTight",
3050
- "schemaIntro": "LDfJYG_schemaIntro",
3051
- "historyLoading": "LDfJYG_historyLoading",
3052
3068
  "historyLoadingBar": "LDfJYG_historyLoadingBar",
3053
- "sourceBlockLabel": "LDfJYG_sourceBlockLabel",
3054
- "assistantToolCallArgs": "LDfJYG_assistantToolCallArgs",
3055
- "assistantToolCallsPreview": "LDfJYG_assistantToolCallsPreview",
3056
- "subtoolAmber": "LDfJYG_subtoolAmber",
3057
- "assistantContent": "LDfJYG_assistantContent",
3069
+ "arrow": "LDfJYG_arrow",
3058
3070
  "assistantToolCallName": "LDfJYG_assistantToolCallName",
3059
- "selectionRail": "LDfJYG_selectionRail",
3060
- "schemaTree": "LDfJYG_schemaTree",
3061
- "eventColumn": "LDfJYG_eventColumn",
3062
- "kindTagIcon": "LDfJYG_kindTagIcon",
3063
- "noOutputText": "LDfJYG_noOutputText",
3064
- "detailTabActive": "LDfJYG_detailTabActive",
3065
- "requestTokenDetail": "LDfJYG_requestTokenDetail",
3066
- "requestBoundaryControlActive": "LDfJYG_requestBoundaryControlActive",
3067
- "turnLabelFull": "LDfJYG_turnLabelFull",
3068
- "promptDiffLineadded": "LDfJYG_promptDiffLineadded",
3069
- "collapsedTurnContent": "LDfJYG_collapsedTurnContent",
3070
- "collapsedTurnEllipsis": "LDfJYG_collapsedTurnEllipsis",
3071
- "promptDiffLinecontext": "LDfJYG_promptDiffLinecontext",
3072
- "usagePanel": "LDfJYG_usagePanel",
3073
- "usageGroup": "LDfJYG_usageGroup",
3074
- "schemaPreview": "LDfJYG_schemaPreview",
3075
- "overviewPreview": "LDfJYG_overviewPreview",
3071
+ "assistantContent": "LDfJYG_assistantContent",
3072
+ "error": "LDfJYG_error",
3073
+ "messageImagesPreview": "LDfJYG_messageImagesPreview",
3074
+ "detailTabs": "LDfJYG_detailTabs",
3076
3075
  "content": "LDfJYG_content",
3077
- "details": "LDfJYG_details",
3078
- "thinkingChevron": "LDfJYG_thinkingChevron",
3079
- "toolCatalogIcon": "LDfJYG_toolCatalogIcon",
3080
- "toolCallOnly": "LDfJYG_toolCallOnly",
3081
- "sourceBlockJumpIcon": "LDfJYG_sourceBlockJumpIcon",
3082
- "split": "LDfJYG_split",
3083
- "assistantToolCallButton": "LDfJYG_assistantToolCallButton",
3084
- "messageImages": "LDfJYG_messageImages",
3085
- "detailsResizeHandle": "LDfJYG_detailsResizeHandle",
3086
- "kindTagLabel": "LDfJYG_kindTagLabel",
3087
- "jsonPayload": "LDfJYG_jsonPayload",
3088
- "noPayload": "LDfJYG_noPayload",
3089
- "detailTab": "LDfJYG_detailTab",
3090
- "contextGreen": "LDfJYG_contextGreen",
3076
+ "panelImageLinkPreview": "LDfJYG_panelImageLinkPreview",
3077
+ "detailBody": "LDfJYG_detailBody",
3078
+ "payloadPreview": "LDfJYG_payloadPreview",
3079
+ "sourceBlockHeader": "LDfJYG_sourceBlockHeader",
3080
+ "systemPrompt": "LDfJYG_systemPrompt",
3091
3081
  "virtualSpacer": "LDfJYG_virtualSpacer",
3082
+ "sourceBlockLabel": "LDfJYG_sourceBlockLabel",
3083
+ "detailTabActive": "LDfJYG_detailTabActive",
3092
3084
  "inlineResult": "LDfJYG_inlineResult",
3093
- "messageImagesPreview": "LDfJYG_messageImagesPreview",
3094
- "trajectory-table": "LDfJYG_trajectory-table",
3095
- "resultBlocksPreview": "LDfJYG_resultBlocksPreview",
3096
- "resultBlockText": "LDfJYG_resultBlockText",
3097
- "thinkingQuote": "LDfJYG_thinkingQuote",
3098
- "turnLabel": "LDfJYG_turnLabel",
3099
- "toolCatalog": "LDfJYG_toolCatalog",
3100
3085
  "tablePane": "LDfJYG_tablePane",
3101
- "history-loading-spin": "LDfJYG_history-loading-spin",
3102
- "schemaName": "LDfJYG_schemaName",
3103
- "detailsLocation": "LDfJYG_detailsLocation",
3104
- "panelImageLinkPreview": "LDfJYG_panelImageLinkPreview",
3105
- "schema": "LDfJYG_schema",
3106
- "sourceBlockContent": "LDfJYG_sourceBlockContent",
3107
- "resultRequest": "LDfJYG_resultRequest",
3108
- "error": "LDfJYG_error",
3109
- "overviewSections": "LDfJYG_overviewSections",
3086
+ "collapsedTurnText": "LDfJYG_collapsedTurnText",
3110
3087
  "detailsHeader": "LDfJYG_detailsHeader",
3111
- "compacted": "LDfJYG_compacted",
3112
- "visuallyHidden": "LDfJYG_visuallyHidden",
3113
- "systemNeutral": "LDfJYG_systemNeutral",
3114
- "toolCatalogChevron": "LDfJYG_toolCatalogChevron",
3115
- "resultBlocks": "LDfJYG_resultBlocks",
3088
+ "toolCatalogItem": "LDfJYG_toolCatalogItem",
3089
+ "panelImageLink": "LDfJYG_panelImageLink",
3090
+ "overviewParentLinks": "LDfJYG_overviewParentLinks",
3091
+ "thinkingQuote": "LDfJYG_thinkingQuote",
3092
+ "sourceBlocks": "LDfJYG_sourceBlocks",
3093
+ "toolCatalogIcon": "LDfJYG_toolCatalogIcon",
3094
+ "requestBoundaryControl": "LDfJYG_requestBoundaryControl",
3095
+ "kindSlot": "LDfJYG_kindSlot",
3096
+ "collapsedTurnEllipsis": "LDfJYG_collapsedTurnEllipsis",
3097
+ "noOutputText": "LDfJYG_noOutputText",
3116
3098
  "toolCatalogDefinition": "LDfJYG_toolCatalogDefinition",
3117
- "usageHeading": "LDfJYG_usageHeading",
3118
- "assistantToolCallText": "LDfJYG_assistantToolCallText",
3119
- "errorPayload": "LDfJYG_errorPayload",
3120
- "sourceBlockHeader": "LDfJYG_sourceBlockHeader",
3121
- "turnLabelActive": "LDfJYG_turnLabelActive",
3122
- "inlineResultText": "LDfJYG_inlineResultText",
3123
- "historyLoadButton": "LDfJYG_historyLoadButton",
3124
- "arrow": "LDfJYG_arrow",
3125
- "payloadPreview": "LDfJYG_payloadPreview",
3126
- "toolCatalogDescription": "LDfJYG_toolCatalogDescription",
3127
- "assistantToolCalls": "LDfJYG_assistantToolCalls",
3099
+ "requestTokenDetail": "LDfJYG_requestTokenDetail",
3128
3100
  "promptDiffLinemeta": "LDfJYG_promptDiffLinemeta",
3129
- "turnRail": "LDfJYG_turnRail",
3130
- "jsonPreview": "LDfJYG_jsonPreview",
3131
- "markdownPayload": "LDfJYG_markdownPayload",
3132
- "requestDetailsDot": "LDfJYG_requestDetailsDot",
3133
- "overviewHierarchyNavLink": "LDfJYG_overviewHierarchyNavLink",
3134
- "timestampToggle": "LDfJYG_timestampToggle",
3135
- "user": "LDfJYG_user",
3136
- "close": "LDfJYG_close",
3137
- "schemaParameters": "LDfJYG_schemaParameters",
3138
- "historyLoadingSpinner": "LDfJYG_historyLoadingSpinner",
3139
- "eventHeader": "LDfJYG_eventHeader",
3140
3101
  "assistantVioletBright": "LDfJYG_assistantVioletBright",
3141
- "toolCallPayload": "LDfJYG_toolCallPayload",
3102
+ "errorPayload": "LDfJYG_errorPayload",
3103
+ "systemNeutral": "LDfJYG_systemNeutral",
3142
3104
  "resultPreview": "LDfJYG_resultPreview",
3143
- "toolAmber": "LDfJYG_toolAmber",
3144
- "detailBody": "LDfJYG_detailBody",
3145
- "sourceBlockJumpTarget": "LDfJYG_sourceBlockJumpTarget",
3146
- "assistantToolCallIcon": "LDfJYG_assistantToolCallIcon",
3105
+ "detailsLocation": "LDfJYG_detailsLocation",
3106
+ "overviewTitleIcon": "LDfJYG_overviewTitleIcon",
3107
+ "summaryScrollRegion": "LDfJYG_summaryScrollRegion",
3108
+ "resultBlocks": "LDfJYG_resultBlocks",
3109
+ "subtoolAmber": "LDfJYG_subtoolAmber",
3110
+ "schema": "LDfJYG_schema",
3111
+ "markdownPayload": "LDfJYG_markdownPayload",
3112
+ "turnLabel": "LDfJYG_turnLabel",
3113
+ "panelImage": "LDfJYG_panelImage",
3114
+ "toolCatalogSummary": "LDfJYG_toolCatalogSummary",
3115
+ "split": "LDfJYG_split",
3116
+ "jsonPayload": "LDfJYG_jsonPayload",
3117
+ "sourceBlock": "LDfJYG_sourceBlock",
3118
+ "toolCatalogChevron": "LDfJYG_toolCatalogChevron",
3119
+ "turnRail": "LDfJYG_turnRail",
3120
+ "resultBlocksPreview": "LDfJYG_resultBlocksPreview",
3121
+ "promptDiff": "LDfJYG_promptDiff",
3122
+ "selectionRail": "LDfJYG_selectionRail",
3123
+ "assistantToolCalls": "LDfJYG_assistantToolCalls",
3124
+ "schemaName": "LDfJYG_schemaName",
3125
+ "messageImages": "LDfJYG_messageImages",
3126
+ "toolCatalogTree": "LDfJYG_toolCatalogTree",
3127
+ "detailsTitle": "LDfJYG_detailsTitle",
3128
+ "promptDiffLinecontext": "LDfJYG_promptDiffLinecontext",
3129
+ "usageGroup": "LDfJYG_usageGroup",
3130
+ "schemaParameters": "LDfJYG_schemaParameters",
3131
+ "visuallyHidden": "LDfJYG_visuallyHidden",
3132
+ "overviewHeading": "LDfJYG_overviewHeading",
3133
+ "toolCallOnly": "LDfJYG_toolCallOnly",
3134
+ "usagePanel": "LDfJYG_usagePanel",
3135
+ "detailBodySummary": "LDfJYG_detailBodySummary",
3136
+ "toolCatalog": "LDfJYG_toolCatalog",
3147
3137
  "toolCallNameTypeface": "LDfJYG_toolCallNameTypeface",
3148
3138
  "contentColumn": "LDfJYG_contentColumn",
3149
- "assistantOutput": "LDfJYG_assistantOutput"
3139
+ "overviewPreview": "LDfJYG_overviewPreview",
3140
+ "eventHeader": "LDfJYG_eventHeader",
3141
+ "compacted": "LDfJYG_compacted",
3142
+ "turnLabelFull": "LDfJYG_turnLabelFull",
3143
+ "timestampToggle": "LDfJYG_timestampToggle",
3144
+ "sourceBlockContent": "LDfJYG_sourceBlockContent",
3145
+ "turnLabelActive": "LDfJYG_turnLabelActive",
3146
+ "kindTagIcon": "LDfJYG_kindTagIcon",
3147
+ "assistantToolCallText": "LDfJYG_assistantToolCallText",
3148
+ "contentText": "LDfJYG_contentText",
3149
+ "schemaParametersTitle": "LDfJYG_schemaParametersTitle"
3150
3150
  };
3151
3151
  //#endregion
3152
3152
  //#region lib/types/client/TrajectoryTable.js
@@ -5306,19 +5306,19 @@ window.__ModuleLoader__.load({
5306
5306
  document.head.appendChild(tag);
5307
5307
  }
5308
5308
  var TrajectoryToolbar_module_css_default = {
5309
+ "action": "SHVPJW_action",
5310
+ "actions": "SHVPJW_actions",
5309
5311
  "toggle": "SHVPJW_toggle",
5310
- "controlThumb": "SHVPJW_controlThumb",
5312
+ "controlTrack": "SHVPJW_controlTrack",
5313
+ "search": "SHVPJW_search",
5311
5314
  "control": "SHVPJW_control",
5312
- "toggleIcon": "SHVPJW_toggleIcon",
5313
- "actions": "SHVPJW_actions",
5314
- "root": "SHVPJW_root",
5315
5315
  "inner": "SHVPJW_inner",
5316
- "action": "SHVPJW_action",
5317
- "actionIcon": "SHVPJW_actionIcon",
5318
- "search": "SHVPJW_search",
5316
+ "controlThumb": "SHVPJW_controlThumb",
5319
5317
  "searchIcon": "SHVPJW_searchIcon",
5320
- "controlTrack": "SHVPJW_controlTrack",
5321
- "searchInput": "SHVPJW_searchInput"
5318
+ "actionIcon": "SHVPJW_actionIcon",
5319
+ "searchInput": "SHVPJW_searchInput",
5320
+ "root": "SHVPJW_root",
5321
+ "toggleIcon": "SHVPJW_toggleIcon"
5322
5322
  };
5323
5323
  //#endregion
5324
5324
  //#region lib/types/client/TrajectoryToolbar.js
@@ -5558,19 +5558,19 @@ window.__ModuleLoader__.load({
5558
5558
  document.head.appendChild(tag);
5559
5559
  }
5560
5560
  var TrajectoryTimeline_module_css_default = {
5561
- "earlierHistory": "bZCXAG_earlierHistory",
5562
- "selection": "bZCXAG_selection",
5563
- "span": "bZCXAG_span",
5564
- "root": "bZCXAG_root",
5565
- "selectionEdges": "bZCXAG_selectionEdges",
5566
- "hoverLine": "bZCXAG_hoverLine",
5567
- "plot": "bZCXAG_plot",
5568
- "turnBoundary": "bZCXAG_turnBoundary",
5569
5561
  "labels": "bZCXAG_labels",
5570
- "empty": "bZCXAG_empty",
5571
5562
  "turnBoundaries": "bZCXAG_turnBoundaries",
5563
+ "plot": "bZCXAG_plot",
5564
+ "empty": "bZCXAG_empty",
5565
+ "lanes": "bZCXAG_lanes",
5566
+ "selectionEdges": "bZCXAG_selectionEdges",
5567
+ "earlierHistory": "bZCXAG_earlierHistory",
5568
+ "turnBoundary": "bZCXAG_turnBoundary",
5569
+ "root": "bZCXAG_root",
5572
5570
  "track": "bZCXAG_track",
5573
- "lanes": "bZCXAG_lanes"
5571
+ "span": "bZCXAG_span",
5572
+ "selection": "bZCXAG_selection",
5573
+ "hoverLine": "bZCXAG_hoverLine"
5574
5574
  };
5575
5575
  //#endregion
5576
5576
  //#region lib/types/client/TrajectoryTimeline.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-trajectory",
3
3
  "description": "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
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("../../client-ui-primitives/lib/index.js");
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",
128
- "feedback": "PGnyDW_feedback",
129
- "dot": "PGnyDW_dot",
126
+ "body": "PGnyDW_body",
127
+ "actions": "PGnyDW_actions",
130
128
  "strip": "PGnyDW_strip",
131
129
  "card": "PGnyDW_card",
132
130
  "discuss": "PGnyDW_discuss",
133
- "body": "PGnyDW_body"
131
+ "dot": "PGnyDW_dot",
132
+ "frame": "PGnyDW_frame",
133
+ "feedback": "PGnyDW_feedback"
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
- "iconButton": "_1Q_z_G_iconButton",
243
+ "customRow": "_1Q_z_G_customRow",
244
244
  "footer": "_1Q_z_G_footer",
245
- "detail": "_1Q_z_G_detail",
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",
252
245
  "cardMinimized": "_1Q_z_G_cardMinimized",
253
- "eyebrow": "_1Q_z_G_eyebrow",
254
246
  "progress": "_1Q_z_G_progress",
255
- "description": "_1Q_z_G_description",
247
+ "pager": "_1Q_z_G_pager",
248
+ "options": "_1Q_z_G_options",
256
249
  "option": "_1Q_z_G_option",
257
- "feedback": "_1Q_z_G_feedback",
258
- "badge": "_1Q_z_G_badge",
259
250
  "checkbox": "_1Q_z_G_checkbox",
260
- "customRowActive": "_1Q_z_G_customRowActive",
251
+ "header": "_1Q_z_G_header",
261
252
  "headerActions": "_1Q_z_G_headerActions",
262
- "card": "_1Q_z_G_card",
263
- "optionCopy": "_1Q_z_G_optionCopy",
253
+ "optionLabel": "_1Q_z_G_optionLabel",
264
254
  "headingBlock": "_1Q_z_G_headingBlock",
265
- "pager": "_1Q_z_G_pager",
255
+ "checkboxChecked": "_1Q_z_G_checkboxChecked",
256
+ "footerActions": "_1Q_z_G_footerActions",
266
257
  "optionSelected": "_1Q_z_G_optionSelected",
267
- "optionLabel": "_1Q_z_G_optionLabel",
258
+ "detail": "_1Q_z_G_detail",
259
+ "customTextarea": "_1Q_z_G_customTextarea",
260
+ "badge": "_1Q_z_G_badge",
261
+ "frame": "_1Q_z_G_frame",
268
262
  "customInput": "_1Q_z_G_customInput",
269
- "options": "_1Q_z_G_options",
270
- "customRow": "_1Q_z_G_customRow",
271
- "title": "_1Q_z_G_title",
263
+ "body": "_1Q_z_G_body",
264
+ "number": "_1Q_z_G_number",
265
+ "optionCopy": "_1Q_z_G_optionCopy",
272
266
  "optionLine": "_1Q_z_G_optionLine",
273
- "body": "_1Q_z_G_body"
267
+ "iconButton": "_1Q_z_G_iconButton",
268
+ "customRowActive": "_1Q_z_G_customRowActive",
269
+ "eyebrow": "_1Q_z_G_eyebrow",
270
+ "description": "_1Q_z_G_description",
271
+ "card": "_1Q_z_G_card",
272
+ "title": "_1Q_z_G_title",
273
+ "feedback": "_1Q_z_G_feedback"
274
274
  };
275
275
  //#endregion
276
276
  //#region lib/types/client/QuestionComposer.js
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-user-questions",
3
3
  "description": "Web ask_user_question feature: host tool mount plus composer-takeover question UI",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },