@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
@@ -4,13 +4,13 @@ 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_ui_slots = require("../../client-ui-slots/lib/index.js");
8
- let _nomix_ai_nomix_client_runtime_client = require("../../client-runtime/lib/client.js");
7
+ let _nomix_ai_nomix_client_ui_slots = require("@nomix-ai/nomix-client-ui-slots");
8
+ let _nomix_ai_nomix_client_runtime_client = require("@nomix-ai/nomix-client-runtime/client");
9
9
  let _nomix_ai_cordis = require("@nomix-ai/cordis");
10
10
  let react_jsx_runtime = require("react/jsx-runtime");
11
11
  let react = require("react");
12
- let _nomix_ai_nomix_client_ui_primitives = require("../../client-ui-primitives/lib/index.js");
13
- let _nomix_ai_nomix_client_ui_attachment = require("../../client-ui-attachment/lib/index.js");
12
+ let _nomix_ai_nomix_client_ui_primitives = require("@nomix-ai/nomix-client-ui-primitives");
13
+ let _nomix_ai_nomix_client_ui_attachment = require("@nomix-ai/nomix-client-ui-attachment");
14
14
  //#region lib/types/client/stores.js
15
15
  /**
16
16
  * Per-session chat store shared by conversation and details registrations.
@@ -2691,8 +2691,8 @@ window.__ModuleLoader__.load({
2691
2691
  document.head.appendChild(tag);
2692
2692
  }
2693
2693
  var StatsLine_module_css_default = {
2694
- "root": "_4f0wNW_root",
2695
- "sep": "_4f0wNW_sep"
2694
+ "sep": "_4f0wNW_sep",
2695
+ "root": "_4f0wNW_root"
2696
2696
  };
2697
2697
  //#endregion
2698
2698
  //#region lib/types/client/chat/StatsLine.js
@@ -2881,23 +2881,23 @@ window.__ModuleLoader__.load({
2881
2881
  document.head.appendChild(tag);
2882
2882
  }
2883
2883
  var ContextMeter_module_css_default = {
2884
- "row": "jexDtG_row",
2885
- "panel": "jexDtG_panel",
2886
- "colorTools": "jexDtG_colorTools",
2887
- "swatch": "jexDtG_swatch",
2888
2884
  "bar": "jexDtG_bar",
2889
- "percent": "jexDtG_percent",
2885
+ "colorMessages": "jexDtG_colorMessages",
2890
2886
  "track": "jexDtG_track",
2891
- "trigger": "jexDtG_trigger",
2892
- "headline": "jexDtG_headline",
2893
2887
  "rows": "jexDtG_rows",
2894
- "header": "jexDtG_header",
2895
- "colorMessages": "jexDtG_colorMessages",
2896
2888
  "root": "jexDtG_root",
2889
+ "headline": "jexDtG_headline",
2890
+ "panel": "jexDtG_panel",
2897
2891
  "fill": "jexDtG_fill",
2898
- "segment": "jexDtG_segment",
2892
+ "header": "jexDtG_header",
2893
+ "percent": "jexDtG_percent",
2894
+ "swatch": "jexDtG_swatch",
2899
2895
  "colorSystem": "jexDtG_colorSystem",
2900
- "figures": "jexDtG_figures"
2896
+ "trigger": "jexDtG_trigger",
2897
+ "colorTools": "jexDtG_colorTools",
2898
+ "figures": "jexDtG_figures",
2899
+ "segment": "jexDtG_segment",
2900
+ "row": "jexDtG_row"
2901
2901
  };
2902
2902
  //#endregion
2903
2903
  //#region lib/types/client/skeleton/ContextMeter.js
@@ -3069,11 +3069,11 @@ window.__ModuleLoader__.load({
3069
3069
  document.head.appendChild(tag);
3070
3070
  }
3071
3071
  var PermissionSelect_module_css_default = {
3072
- "triggerIcon": "DEwL5W_triggerIcon",
3073
3072
  "chevron": "DEwL5W_chevron",
3074
- "chevronOpen": "DEwL5W_chevronOpen",
3073
+ "triggerIcon": "DEwL5W_triggerIcon",
3074
+ "triggerLabel": "DEwL5W_triggerLabel",
3075
3075
  "trigger": "DEwL5W_trigger",
3076
- "triggerLabel": "DEwL5W_triggerLabel"
3076
+ "chevronOpen": "DEwL5W_chevronOpen"
3077
3077
  };
3078
3078
  //#endregion
3079
3079
  //#region lib/types/client/skeleton/PermissionSelect.js
@@ -3308,37 +3308,37 @@ window.__ModuleLoader__.load({
3308
3308
  document.head.appendChild(tag);
3309
3309
  }
3310
3310
  var InputBar_module_css_default = {
3311
- "chip": "LiGuRq_chip",
3312
- "tools": "LiGuRq_tools",
3313
- "hlToken": "LiGuRq_hlToken",
3314
- "primary": "LiGuRq_primary",
3315
- "hlSegment": "LiGuRq_hlSegment",
3311
+ "backdrop": "LiGuRq_backdrop",
3312
+ "attachments": "LiGuRq_attachments",
3313
+ "chipLabel": "LiGuRq_chipLabel",
3316
3314
  "card": "LiGuRq_card",
3317
- "hint": "LiGuRq_hint",
3318
- "pending": "LiGuRq_pending",
3319
- "retry": "LiGuRq_retry",
3320
- "input": "LiGuRq_input",
3315
+ "trailing": "LiGuRq_trailing",
3321
3316
  "mirror": "LiGuRq_mirror",
3322
- "grow": "LiGuRq_grow",
3323
- "notice": "LiGuRq_notice",
3324
- "backdrop": "LiGuRq_backdrop",
3325
- "overlayAnchor": "LiGuRq_overlayAnchor",
3326
3317
  "textRef": "LiGuRq_textRef",
3327
- "row": "LiGuRq_row",
3328
3318
  "accessory": "LiGuRq_accessory",
3329
- "cardWorkspaceTrigger": "LiGuRq_cardWorkspaceTrigger",
3330
- "input-pending": "LiGuRq_input-pending",
3319
+ "noticeError": "LiGuRq_noticeError",
3320
+ "input": "LiGuRq_input",
3321
+ "pending": "LiGuRq_pending",
3331
3322
  "add": "LiGuRq_add",
3332
- "chipLabel": "LiGuRq_chipLabel",
3323
+ "root": "LiGuRq_root",
3324
+ "grow": "LiGuRq_grow",
3325
+ "tools": "LiGuRq_tools",
3326
+ "cardWorkspaceTrigger": "LiGuRq_cardWorkspaceTrigger",
3333
3327
  "hero": "LiGuRq_hero",
3334
- "noticeError": "LiGuRq_noticeError",
3335
- "chipInvalid": "LiGuRq_chipInvalid",
3336
- "select": "LiGuRq_select",
3328
+ "retry": "LiGuRq_retry",
3329
+ "hlToken": "LiGuRq_hlToken",
3330
+ "primary": "LiGuRq_primary",
3331
+ "row": "LiGuRq_row",
3337
3332
  "scroll": "LiGuRq_scroll",
3338
- "root": "LiGuRq_root",
3333
+ "chip": "LiGuRq_chip",
3334
+ "hint": "LiGuRq_hint",
3339
3335
  "modes": "LiGuRq_modes",
3340
- "trailing": "LiGuRq_trailing",
3341
- "attachments": "LiGuRq_attachments"
3336
+ "notice": "LiGuRq_notice",
3337
+ "overlayAnchor": "LiGuRq_overlayAnchor",
3338
+ "chipInvalid": "LiGuRq_chipInvalid",
3339
+ "hlSegment": "LiGuRq_hlSegment",
3340
+ "select": "LiGuRq_select",
3341
+ "input-pending": "LiGuRq_input-pending"
3342
3342
  };
3343
3343
  //#endregion
3344
3344
  //#region lib/types/client/skeleton/InputBar.js
@@ -3988,12 +3988,12 @@ window.__ModuleLoader__.load({
3988
3988
  document.head.appendChild(tag);
3989
3989
  }
3990
3990
  var EnterBehaviorRow_module_css_default = {
3991
- "rowText": "IJntMa_rowText",
3992
- "row": "IJntMa_row",
3993
- "selector": "IJntMa_selector",
3994
3991
  "chevron": "IJntMa_chevron",
3992
+ "desc": "IJntMa_desc",
3993
+ "row": "IJntMa_row",
3995
3994
  "title": "IJntMa_title",
3996
- "desc": "IJntMa_desc"
3995
+ "rowText": "IJntMa_rowText",
3996
+ "selector": "IJntMa_selector"
3997
3997
  };
3998
3998
  //#endregion
3999
3999
  //#region lib/types/client/settings/EnterBehaviorRow.js
@@ -4066,33 +4066,33 @@ window.__ModuleLoader__.load({
4066
4066
  document.head.appendChild(tag);
4067
4067
  }
4068
4068
  var MessageItem_module_css_default = {
4069
+ "bubble": "g7eWLW_bubble",
4070
+ "userStack": "g7eWLW_userStack",
4069
4071
  "compactionButton": "g7eWLW_compactionButton",
4070
- "compactionLeading": "g7eWLW_compactionLeading",
4072
+ "retryDetails": "g7eWLW_retryDetails",
4073
+ "turnErrorCopy": "g7eWLW_turnErrorCopy",
4074
+ "compactionSummary": "g7eWLW_compactionSummary",
4071
4075
  "turnErrorDot": "g7eWLW_turnErrorDot",
4072
- "turnErrorTitle": "g7eWLW_turnErrorTitle",
4073
- "turnErrorCode": "g7eWLW_turnErrorCode",
4074
4076
  "retryDetailLabel": "g7eWLW_retryDetailLabel",
4075
- "turnErrorRow": "g7eWLW_turnErrorRow",
4076
4077
  "compactionBody": "g7eWLW_compactionBody",
4077
- "compactionSep": "g7eWLW_compactionSep",
4078
- "retryDetails": "g7eWLW_retryDetails",
4078
+ "turnErrorMessage": "g7eWLW_turnErrorMessage",
4079
+ "turnErrorCode": "g7eWLW_turnErrorCode",
4080
+ "compactionRow": "g7eWLW_compactionRow",
4081
+ "compactionLeading": "g7eWLW_compactionLeading",
4082
+ "maxTokensTitle": "g7eWLW_maxTokensTitle",
4083
+ "refChip": "g7eWLW_refChip",
4084
+ "turnErrorRow": "g7eWLW_turnErrorRow",
4085
+ "contextRow": "g7eWLW_contextRow",
4079
4086
  "retry-shimmer": "g7eWLW_retry-shimmer",
4080
4087
  "retrySummary": "g7eWLW_retrySummary",
4081
- "refChip": "g7eWLW_refChip",
4082
- "userStack": "g7eWLW_userStack",
4083
- "compactionRow": "g7eWLW_compactionRow",
4084
4088
  "retryText": "g7eWLW_retryText",
4085
- "userRow": "g7eWLW_userRow",
4086
- "turnErrorCopy": "g7eWLW_turnErrorCopy",
4089
+ "retryRow": "g7eWLW_retryRow",
4090
+ "turnErrorTitle": "g7eWLW_turnErrorTitle",
4087
4091
  "compactionDisclosureIcon": "g7eWLW_compactionDisclosureIcon",
4088
- "compactionSummary": "g7eWLW_compactionSummary",
4089
- "turnErrorMessage": "g7eWLW_turnErrorMessage",
4090
4092
  "compactionTitle": "g7eWLW_compactionTitle",
4091
- "contextRow": "g7eWLW_contextRow",
4092
- "bubble": "g7eWLW_bubble",
4093
- "retryRow": "g7eWLW_retryRow",
4093
+ "compactionSep": "g7eWLW_compactionSep",
4094
4094
  "compactionContextIcon": "g7eWLW_compactionContextIcon",
4095
- "maxTokensTitle": "g7eWLW_maxTokensTitle"
4095
+ "userRow": "g7eWLW_userRow"
4096
4096
  };
4097
4097
  //#endregion
4098
4098
  //#region lib/types/client/chat/CompactionItem.js
@@ -4164,29 +4164,29 @@ window.__ModuleLoader__.load({
4164
4164
  document.head.appendChild(tag);
4165
4165
  }
4166
4166
  var ContextBody_module_css_default = {
4167
- "entryDescription": "M0vZua_entryDescription",
4168
- "recalls": "M0vZua_recalls",
4169
- "fields": "M0vZua_fields",
4167
+ "fieldKey": "M0vZua_fieldKey",
4170
4168
  "text": "M0vZua_text",
4171
- "file": "M0vZua_file",
4172
- "entry": "M0vZua_entry",
4173
4169
  "entries": "M0vZua_entries",
4174
- "catalogNotice": "M0vZua_catalogNotice",
4175
- "files": "M0vZua_files",
4176
- "entryName": "M0vZua_entryName",
4177
- "section": "M0vZua_section",
4170
+ "entryDescription": "M0vZua_entryDescription",
4178
4171
  "sectionText": "M0vZua_sectionText",
4179
- "relaySender": "M0vZua_relaySender",
4180
- "fileAction": "M0vZua_fileAction",
4181
4172
  "recall": "M0vZua_recall",
4182
- "field": "M0vZua_field",
4183
- "fieldKey": "M0vZua_fieldKey",
4184
- "sectionName": "M0vZua_sectionName",
4185
4173
  "recallLabel": "M0vZua_recallLabel",
4186
4174
  "recallCounts": "M0vZua_recallCounts",
4187
- "filePath": "M0vZua_filePath",
4175
+ "fields": "M0vZua_fields",
4176
+ "entryName": "M0vZua_entryName",
4177
+ "fileAction": "M0vZua_fileAction",
4178
+ "relaySender": "M0vZua_relaySender",
4179
+ "entry": "M0vZua_entry",
4180
+ "files": "M0vZua_files",
4188
4181
  "fieldValue": "M0vZua_fieldValue",
4189
- "sections": "M0vZua_sections"
4182
+ "sections": "M0vZua_sections",
4183
+ "section": "M0vZua_section",
4184
+ "field": "M0vZua_field",
4185
+ "recalls": "M0vZua_recalls",
4186
+ "file": "M0vZua_file",
4187
+ "filePath": "M0vZua_filePath",
4188
+ "sectionName": "M0vZua_sectionName",
4189
+ "catalogNotice": "M0vZua_catalogNotice"
4190
4190
  };
4191
4191
  //#endregion
4192
4192
  //#region lib/types/client/chat/ContextBody.js
@@ -4721,11 +4721,11 @@ window.__ModuleLoader__.load({
4721
4721
  document.head.appendChild(tag);
4722
4722
  }
4723
4723
  var ContextInjectionRow_module_css_default = {
4724
+ "source": "_6Aj7nG_source",
4725
+ "body": "_6Aj7nG_body",
4724
4726
  "root": "_6Aj7nG_root",
4725
4727
  "chevron": "_6Aj7nG_chevron",
4726
- "source": "_6Aj7nG_source",
4727
4728
  "summary": "_6Aj7nG_summary",
4728
- "body": "_6Aj7nG_body",
4729
4729
  "sep": "_6Aj7nG_sep"
4730
4730
  };
4731
4731
  //#endregion
@@ -4821,12 +4821,12 @@ window.__ModuleLoader__.load({
4821
4821
  document.head.appendChild(tag);
4822
4822
  }
4823
4823
  var MessageIconActions_module_css_default = {
4824
- "runTimeDot": "-pWzZa_runTimeDot",
4825
- "visuallyHidden": "-pWzZa_visuallyHidden",
4826
- "timeStart": "-pWzZa_timeStart",
4824
+ "timeEnd": "-pWzZa_timeEnd",
4827
4825
  "actions": "-pWzZa_actions",
4826
+ "timeStart": "-pWzZa_timeStart",
4827
+ "runTimeDot": "-pWzZa_runTimeDot",
4828
4828
  "action": "-pWzZa_action",
4829
- "timeEnd": "-pWzZa_timeEnd"
4829
+ "visuallyHidden": "-pWzZa_visuallyHidden"
4830
4830
  };
4831
4831
  //#endregion
4832
4832
  //#region lib/types/client/chat/MessageIconActions.js
@@ -5219,19 +5219,19 @@ window.__ModuleLoader__.load({
5219
5219
  document.head.appendChild(tag);
5220
5220
  }
5221
5221
  var ChatView_module_css_default = {
5222
- "column": "_51QFdG_column",
5223
- "openError": "_51QFdG_openError",
5224
- "turnStatus": "_51QFdG_turnStatus",
5225
- "turnStatusClock": "_51QFdG_turnStatusClock",
5226
- "callRow": "_51QFdG_callRow",
5222
+ "flowItem": "_51QFdG_flowItem",
5223
+ "nomix-turn-status-shimmer": "_51QFdG_nomix-turn-status-shimmer",
5227
5224
  "root": "_51QFdG_root",
5228
- "toBottomSlot": "_51QFdG_toBottomSlot",
5229
- "toBottom": "_51QFdG_toBottom",
5230
5225
  "older": "_51QFdG_older",
5226
+ "turnStatusClock": "_51QFdG_turnStatusClock",
5227
+ "toBottomSlot": "_51QFdG_toBottomSlot",
5228
+ "scroll": "_51QFdG_scroll",
5229
+ "column": "_51QFdG_column",
5230
+ "callRow": "_51QFdG_callRow",
5231
+ "turnStatus": "_51QFdG_turnStatus",
5231
5232
  "hint": "_51QFdG_hint",
5232
- "flowItem": "_51QFdG_flowItem",
5233
- "nomix-turn-status-shimmer": "_51QFdG_nomix-turn-status-shimmer",
5234
- "scroll": "_51QFdG_scroll"
5233
+ "openError": "_51QFdG_openError",
5234
+ "toBottom": "_51QFdG_toBottom"
5235
5235
  };
5236
5236
  //#endregion
5237
5237
  //#region lib/types/client/chat/ChatNodeSeat.js
@@ -5708,15 +5708,15 @@ window.__ModuleLoader__.load({
5708
5708
  document.head.appendChild(tag);
5709
5709
  }
5710
5710
  var ApprovalPanel_module_css_default = {
5711
- "dot": "DitUla_dot",
5711
+ "actionRow": "DitUla_actionRow",
5712
5712
  "card": "DitUla_card",
5713
- "strip": "DitUla_strip",
5714
- "reject": "DitUla_reject",
5715
- "headline": "DitUla_headline",
5716
5713
  "command": "DitUla_command",
5714
+ "headline": "DitUla_headline",
5715
+ "strip": "DitUla_strip",
5716
+ "dot": "DitUla_dot",
5717
5717
  "root": "DitUla_root",
5718
- "body": "DitUla_body",
5719
- "actionRow": "DitUla_actionRow"
5718
+ "reject": "DitUla_reject",
5719
+ "body": "DitUla_body"
5720
5720
  };
5721
5721
  //#endregion
5722
5722
  //#region lib/types/client/skeleton/ApprovalPanel.js
@@ -6156,20 +6156,20 @@ window.__ModuleLoader__.load({
6156
6156
  }
6157
6157
  var TodoPanel_module_css_default = {
6158
6158
  "progress": "XR6t8a_progress",
6159
+ "body": "XR6t8a_body",
6159
6160
  "lead": "XR6t8a_lead",
6160
- "glyphProgress": "XR6t8a_glyphProgress",
6161
- "todo-progress-spin": "XR6t8a_todo-progress-spin",
6162
- "title": "XR6t8a_title",
6163
- "list": "XR6t8a_list",
6164
6161
  "glyphPending": "XR6t8a_glyphPending",
6165
- "chevron": "XR6t8a_chevron",
6162
+ "list": "XR6t8a_list",
6166
6163
  "item": "XR6t8a_item",
6164
+ "glyphCompleted": "XR6t8a_glyphCompleted",
6167
6165
  "content": "XR6t8a_content",
6166
+ "glyphProgress": "XR6t8a_glyphProgress",
6168
6167
  "header": "XR6t8a_header",
6169
- "glyph": "XR6t8a_glyph",
6170
- "glyphCompleted": "XR6t8a_glyphCompleted",
6168
+ "chevron": "XR6t8a_chevron",
6169
+ "todo-progress-spin": "XR6t8a_todo-progress-spin",
6170
+ "title": "XR6t8a_title",
6171
6171
  "root": "XR6t8a_root",
6172
- "body": "XR6t8a_body"
6172
+ "glyph": "XR6t8a_glyph"
6173
6173
  };
6174
6174
  //#endregion
6175
6175
  //#region lib/types/client/skeleton/TodoPanel.js
@@ -6362,18 +6362,18 @@ window.__ModuleLoader__.load({
6362
6362
  document.head.appendChild(tag);
6363
6363
  }
6364
6364
  var QueueDock_module_css_default = {
6365
- "lead": "i41fhG_lead",
6366
- "action": "i41fhG_action",
6367
- "list": "i41fhG_list",
6368
- "preview": "i41fhG_preview",
6369
- "dock": "i41fhG_dock",
6370
6365
  "chevron": "i41fhG_chevron",
6371
- "row": "i41fhG_row",
6372
- "editor": "i41fhG_editor",
6366
+ "dock": "i41fhG_dock",
6367
+ "count": "i41fhG_count",
6373
6368
  "actions": "i41fhG_actions",
6369
+ "lead": "i41fhG_lead",
6370
+ "editor": "i41fhG_editor",
6374
6371
  "panel": "i41fhG_panel",
6375
- "count": "i41fhG_count",
6376
- "header": "i41fhG_header"
6372
+ "list": "i41fhG_list",
6373
+ "preview": "i41fhG_preview",
6374
+ "action": "i41fhG_action",
6375
+ "header": "i41fhG_header",
6376
+ "row": "i41fhG_row"
6377
6377
  };
6378
6378
  //#endregion
6379
6379
  //#region lib/types/client/queue/QueueDock.js
@@ -6621,7 +6621,7 @@ window.__ModuleLoader__.load({
6621
6621
  };
6622
6622
  //#endregion
6623
6623
  //#region \0nomix-css:/home/runner/work/nomix-harness/nomix-harness/packages/client/ui-conversation/src/client/skeleton/HeroShell.module.css.mjs
6624
- const css$7 = ".xoAT5G_root{justify-content:center;align-items:center;min-width:0;height:100%;padding:0 24px;display:flex}.xoAT5G_stack{width:100%;max-width:var(--nomix-composer-card-max-width);flex-direction:column;align-items:stretch;gap:12px;display:flex;overflow:visible}.xoAT5G_headline{color:var(--dsw-alias-label-primary);grid-template-columns:34px auto auto;justify-content:center;align-items:center;column-gap:10px;font-size:26px;font-weight:500;line-height:32px;display:grid}.xoAT5G_headlineText{grid-area:1/2}.xoAT5G_previewBadge{border:1px solid var(--dsw-alias-interactive-bg-hover);background:var(--dsw-alias-state-business-tertiary);color:var(--dsw-alias-label-primary-bluish);font-family:var(--ds-font-family-code);white-space:nowrap;border-radius:24px;grid-area:1/3;align-self:start;margin-top:2px;margin-left:-3px;padding:1px 7px 0;font-size:12px;font-weight:500;line-height:18px}.xoAT5G_fishHitbox{grid-area:1/1;justify-content:center;align-items:center;display:inline-flex}.xoAT5G_fish{color:var(--dsw-alias-label-primary);transform-origin:50% 60%}@keyframes xoAT5G_hero-fish-swim{0%,to{transform:translate(0)rotate(0)}35%{transform:translate(-1px,-1px)rotate(-5deg)}70%{transform:translate(1px)rotate(3deg)}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.xoAT5G_fishHitbox:hover .xoAT5G_fish{animation:xoAT5G_hero-fish-swim var(--ds-transition-duration-slow) var(--ds-ease-in-out)}}.xoAT5G_body{flex-direction:column;gap:12px;min-width:0;display:flex;position:relative;overflow:visible}.xoAT5G_body>*{z-index:1;position:relative}.xoAT5G_body>.xoAT5G_workspaceRow{z-index:10;align-items:center;min-width:0;padding-left:8px;display:flex}.xoAT5G_workspace{max-width:min(100%,360px);min-height:28px;color:var(--dsw-alias-label-primary);cursor:pointer;background:0 0;border:none;border-radius:16px;align-items:center;gap:4px;padding:0 8px;font-size:13px;font-weight:500;line-height:20px;display:inline-flex}.xoAT5G_workspace:not(:disabled):hover,.xoAT5G_workspace[aria-expanded=true]{background:var(--dsw-alias-interactive-bg-hover)}.xoAT5G_workspace:disabled{cursor:default}.xoAT5G_folder{color:var(--dsw-alias-label-primary);flex:none}.xoAT5G_workspaceLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xoAT5G_chevron{color:var(--dsw-alias-label-caption);flex:none}.xoAT5G_modalInput{box-sizing:border-box;border:1px solid var(--dsw-alias-border-l2);width:100%;height:44px;color:var(--dsw-alias-label-primary);background:0 0;border-radius:22px;outline:none;padding:7px 14px;font-size:14px;font-weight:400;line-height:22px}.xoAT5G_modalInput::placeholder{color:var(--dsw-alias-label-caption)}.xoAT5G_modalInput:disabled{color:var(--dsw-alias-label-dimmed)}.xoAT5G_modalAction{min-width:72px}.xoAT5G_modalError{color:var(--dsw-alias-state-error-primary);margin-top:8px;font-size:12px;line-height:18px}";
6624
+ const css$7 = ".xoAT5G_root{justify-content:center;align-items:center;min-width:0;height:100%;padding:0 24px;display:flex}.xoAT5G_stack{width:100%;max-width:var(--nomix-composer-card-max-width);flex-direction:column;align-items:stretch;gap:12px;display:flex;overflow:visible}.xoAT5G_headline{color:var(--dsw-alias-label-primary);grid-template-columns:34px auto auto;justify-content:center;align-items:center;column-gap:10px;font-size:26px;font-weight:500;line-height:32px;display:grid}.xoAT5G_headlineText{grid-area:1/2}.xoAT5G_previewBadge{border:1px solid var(--dsw-alias-interactive-bg-hover);background:var(--dsw-alias-state-business-tertiary);color:var(--dsw-alias-label-primary-bluish);font-family:var(--ds-font-family-code);white-space:nowrap;border-radius:24px;grid-area:1/3;align-self:start;margin-top:2px;margin-left:-3px;padding:1px 7px 0;font-size:12px;font-weight:500;line-height:18px}.xoAT5G_logoHitbox{grid-area:1/1;justify-content:center;align-items:center;display:inline-flex}.xoAT5G_logo{transform-origin:50%;border-radius:4px}@keyframes xoAT5G_hero-logo-lift{0%,to{transform:translate(0)rotate(0)}35%{transform:translateY(-1px)scale(1.02)}70%{transform:translateY(0)scale(1)}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.xoAT5G_logoHitbox:hover .xoAT5G_logo{animation:xoAT5G_hero-logo-lift var(--ds-transition-duration-slow) var(--ds-ease-in-out)}}.xoAT5G_body{flex-direction:column;gap:12px;min-width:0;display:flex;position:relative;overflow:visible}.xoAT5G_body>*{z-index:1;position:relative}.xoAT5G_body>.xoAT5G_workspaceRow{z-index:10;align-items:center;min-width:0;padding-left:8px;display:flex}.xoAT5G_workspace{max-width:min(100%,360px);min-height:28px;color:var(--dsw-alias-label-primary);cursor:pointer;background:0 0;border:none;border-radius:16px;align-items:center;gap:4px;padding:0 8px;font-size:13px;font-weight:500;line-height:20px;display:inline-flex}.xoAT5G_workspace:not(:disabled):hover,.xoAT5G_workspace[aria-expanded=true]{background:var(--dsw-alias-interactive-bg-hover)}.xoAT5G_workspace:disabled{cursor:default}.xoAT5G_folder{color:var(--dsw-alias-label-primary);flex:none}.xoAT5G_workspaceLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xoAT5G_chevron{color:var(--dsw-alias-label-caption);flex:none}.xoAT5G_modalInput{box-sizing:border-box;border:1px solid var(--dsw-alias-border-l2);width:100%;height:44px;color:var(--dsw-alias-label-primary);background:0 0;border-radius:22px;outline:none;padding:7px 14px;font-size:14px;font-weight:400;line-height:22px}.xoAT5G_modalInput::placeholder{color:var(--dsw-alias-label-caption)}.xoAT5G_modalInput:disabled{color:var(--dsw-alias-label-dimmed)}.xoAT5G_modalAction{min-width:72px}.xoAT5G_modalError{color:var(--dsw-alias-state-error-primary);margin-top:8px;font-size:12px;line-height:18px}";
6625
6625
  const tagId$7 = "@nomix-ai/nomix-client-ui-conversation/HeroShell.module.css";
6626
6626
  if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId$7) + "]") === null) {
6627
6627
  const tag = document.createElement("style");
@@ -6631,23 +6631,23 @@ window.__ModuleLoader__.load({
6631
6631
  document.head.appendChild(tag);
6632
6632
  }
6633
6633
  var HeroShell_module_css_default = {
6634
- "folder": "xoAT5G_folder",
6635
- "headline": "xoAT5G_headline",
6636
- "hero-fish-swim": "xoAT5G_hero-fish-swim",
6637
- "body": "xoAT5G_body",
6634
+ "headlineText": "xoAT5G_headlineText",
6635
+ "hero-logo-lift": "xoAT5G_hero-logo-lift",
6636
+ "modalError": "xoAT5G_modalError",
6638
6637
  "workspace": "xoAT5G_workspace",
6638
+ "modalInput": "xoAT5G_modalInput",
6639
+ "modalAction": "xoAT5G_modalAction",
6639
6640
  "workspaceLabel": "xoAT5G_workspaceLabel",
6640
- "modalError": "xoAT5G_modalError",
6641
+ "logoHitbox": "xoAT5G_logoHitbox",
6641
6642
  "stack": "xoAT5G_stack",
6643
+ "headline": "xoAT5G_headline",
6644
+ "body": "xoAT5G_body",
6645
+ "chevron": "xoAT5G_chevron",
6646
+ "folder": "xoAT5G_folder",
6642
6647
  "workspaceRow": "xoAT5G_workspaceRow",
6643
6648
  "previewBadge": "xoAT5G_previewBadge",
6644
- "fish": "xoAT5G_fish",
6645
- "chevron": "xoAT5G_chevron",
6646
- "modalInput": "xoAT5G_modalInput",
6647
- "headlineText": "xoAT5G_headlineText",
6648
- "modalAction": "xoAT5G_modalAction",
6649
- "root": "xoAT5G_root",
6650
- "fishHitbox": "xoAT5G_fishHitbox"
6649
+ "logo": "xoAT5G_logo",
6650
+ "root": "xoAT5G_root"
6651
6651
  };
6652
6652
  //#endregion
6653
6653
  //#region lib/types/client/skeleton/EmptyHero.js
@@ -6766,10 +6766,10 @@ window.__ModuleLoader__.load({
6766
6766
  className: HeroShell_module_css_default.headline,
6767
6767
  children: [
6768
6768
  (0, react_jsx_runtime.jsx)("span", {
6769
- className: HeroShell_module_css_default.fishHitbox,
6770
- children: (0, react_jsx_runtime.jsx)(_nomix_ai_nomix_client_ui_primitives.FishLogo, {
6769
+ className: HeroShell_module_css_default.logoHitbox,
6770
+ children: (0, react_jsx_runtime.jsx)(_nomix_ai_nomix_client_ui_primitives.NomixLogo, {
6771
6771
  size: 34,
6772
- className: HeroShell_module_css_default.fish
6772
+ className: HeroShell_module_css_default.logo
6773
6773
  })
6774
6774
  }),
6775
6775
  (0, react_jsx_runtime.jsx)("span", {
@@ -6797,28 +6797,28 @@ window.__ModuleLoader__.load({
6797
6797
  document.head.appendChild(tag);
6798
6798
  }
6799
6799
  var ConversationRoot_module_css_default = {
6800
- "heroWorkspaceRow": "rwy4Oa_heroWorkspaceRow",
6801
- "crumbs": "rwy4Oa_crumbs",
6802
- "headerActions": "rwy4Oa_headerActions",
6803
6800
  "tab": "rwy4Oa_tab",
6804
- "scrollBody": "rwy4Oa_scrollBody",
6805
- "titleCluster": "rwy4Oa_titleCluster",
6801
+ "headerHidden": "rwy4Oa_headerHidden",
6802
+ "headerActions": "rwy4Oa_headerActions",
6803
+ "header": "rwy4Oa_header",
6806
6804
  "titleRow": "rwy4Oa_titleRow",
6807
- "crumbSeg": "rwy4Oa_crumbSeg",
6808
6805
  "crumbSep": "rwy4Oa_crumbSep",
6809
- "tabs": "rwy4Oa_tabs",
6810
6806
  "headerUtilities": "rwy4Oa_headerUtilities",
6811
- "root": "rwy4Oa_root",
6812
- "headerHidden": "rwy4Oa_headerHidden",
6813
- "viewArea": "rwy4Oa_viewArea",
6807
+ "tabs": "rwy4Oa_tabs",
6808
+ "composerStack": "rwy4Oa_composerStack",
6809
+ "crumbs": "rwy4Oa_crumbs",
6810
+ "titleCluster": "rwy4Oa_titleCluster",
6814
6811
  "crumb": "rwy4Oa_crumb",
6812
+ "viewArea": "rwy4Oa_viewArea",
6815
6813
  "crumbCurrent": "rwy4Oa_crumbCurrent",
6816
- "tabActive": "rwy4Oa_tabActive",
6817
- "composerSeat": "rwy4Oa_composerSeat",
6818
- "header": "rwy4Oa_header",
6819
6814
  "heroGlow": "rwy4Oa_heroGlow",
6820
6815
  "composerHero": "rwy4Oa_composerHero",
6821
- "composerStack": "rwy4Oa_composerStack"
6816
+ "root": "rwy4Oa_root",
6817
+ "tabActive": "rwy4Oa_tabActive",
6818
+ "composerSeat": "rwy4Oa_composerSeat",
6819
+ "scrollBody": "rwy4Oa_scrollBody",
6820
+ "crumbSeg": "rwy4Oa_crumbSeg",
6821
+ "heroWorkspaceRow": "rwy4Oa_heroWorkspaceRow"
6822
6822
  };
6823
6823
  //#endregion
6824
6824
  //#region lib/types/client/skeleton/ConversationRoot.js
@@ -7094,15 +7094,15 @@ window.__ModuleLoader__.load({
7094
7094
  document.head.appendChild(tag);
7095
7095
  }
7096
7096
  var DetailsPanel_module_css_default = {
7097
- "section": "L4qOyG_section",
7098
- "body": "L4qOyG_body",
7099
- "title": "L4qOyG_title",
7100
- "code": "L4qOyG_code",
7101
7097
  "root": "L4qOyG_root",
7098
+ "title": "L4qOyG_title",
7102
7099
  "close": "L4qOyG_close",
7103
7100
  "header": "L4qOyG_header",
7104
7101
  "empty": "L4qOyG_empty",
7105
- "sectionLabel": "L4qOyG_sectionLabel"
7102
+ "section": "L4qOyG_section",
7103
+ "code": "L4qOyG_code",
7104
+ "sectionLabel": "L4qOyG_sectionLabel",
7105
+ "body": "L4qOyG_body"
7106
7106
  };
7107
7107
  //#endregion
7108
7108
  //#region lib/types/client/skeleton/DetailsPanel.js
@@ -8955,14 +8955,14 @@ window.__ModuleLoader__.load({
8955
8955
  document.head.appendChild(tag);
8956
8956
  }
8957
8957
  var ReasoningRow_module_css_default = {
8958
+ "chevron": "DQ_Ega_chevron",
8958
8959
  "title": "DQ_Ega_title",
8959
- "root": "DQ_Ega_root",
8960
- "thinkBody": "DQ_Ega_thinkBody",
8960
+ "leading": "DQ_Ega_leading",
8961
+ "summary": "DQ_Ega_summary",
8961
8962
  "row": "DQ_Ega_row",
8962
- "chevron": "DQ_Ega_chevron",
8963
8963
  "separator": "DQ_Ega_separator",
8964
- "summary": "DQ_Ega_summary",
8965
- "leading": "DQ_Ega_leading",
8964
+ "thinkBody": "DQ_Ega_thinkBody",
8965
+ "root": "DQ_Ega_root",
8966
8966
  "nomix-reasoning-row-sweep": "DQ_Ega_nomix-reasoning-row-sweep"
8967
8967
  };
8968
8968
  //#endregion
@@ -9048,8 +9048,8 @@ window.__ModuleLoader__.load({
9048
9048
  document.head.appendChild(tag);
9049
9049
  }
9050
9050
  var AssistantMarkdown_module_css_default = {
9051
- "stopped": "h3DxwW_stopped",
9052
9051
  "actions": "h3DxwW_actions",
9052
+ "stopped": "h3DxwW_stopped",
9053
9053
  "body": "h3DxwW_body",
9054
9054
  "root": "h3DxwW_root"
9055
9055
  };
@@ -9164,15 +9164,15 @@ window.__ModuleLoader__.load({
9164
9164
  document.head.appendChild(tag);
9165
9165
  }
9166
9166
  var GenericCommandCard_module_css_default = {
9167
- "summary": "mLFSJq_summary",
9168
- "title": "mLFSJq_title",
9169
- "root": "mLFSJq_root",
9170
- "chevron": "mLFSJq_chevron",
9171
9167
  "row": "mLFSJq_row",
9172
- "body": "mLFSJq_body",
9168
+ "title": "mLFSJq_title",
9173
9169
  "separator": "mLFSJq_separator",
9170
+ "chevron": "mLFSJq_chevron",
9171
+ "root": "mLFSJq_root",
9174
9172
  "leading": "mLFSJq_leading",
9175
- "nomix-command-row-sweep": "mLFSJq_nomix-command-row-sweep"
9173
+ "summary": "mLFSJq_summary",
9174
+ "nomix-command-row-sweep": "mLFSJq_nomix-command-row-sweep",
9175
+ "body": "mLFSJq_body"
9176
9176
  };
9177
9177
  //#endregion
9178
9178
  //#region lib/types/client/chat/GenericCommandCard.js
@@ -9307,8 +9307,8 @@ window.__ModuleLoader__.load({
9307
9307
  document.head.appendChild(tag);
9308
9308
  }
9309
9309
  var TurnTailNodeView_module_css_default = {
9310
- "actions": "_3lsFQG_actions",
9311
- "root": "_3lsFQG_root"
9310
+ "root": "_3lsFQG_root",
9311
+ "actions": "_3lsFQG_actions"
9312
9312
  };
9313
9313
  //#endregion
9314
9314
  //#region lib/types/client/chat/TurnTailNodeView.js
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // Hero chrome for the blank-draft phase of ConversationRoot: fish headline,
2
+ // Hero chrome for the blank-draft phase of ConversationRoot: branded headline,
3
3
  // glow backdrop, and the workspace row. Pure presentation — the resident
4
4
  // composer is NOT rendered here (it keeps its own stable tree position in
5
5
  // ConversationRoot so the textarea survives the hero → composer flip); CSS
6
6
  // positions it over this shell's glow area during the hero phase.
7
7
  import { useId } from 'react';
8
- import { FishLogo, IconChevronDownOutline14, IconFolderClose16, IconFolderOpen16, } from '../../../../../client-ui-primitives/lib/index.js';
8
+ import { IconChevronDownOutline14, IconFolderClose16, IconFolderOpen16, NomixLogo, } from '../../../../../client-ui-primitives/lib/index.js';
9
9
  import { workspaceTitleOf } from '../../../../../client-runtime/lib/client.js';
10
10
  import css from './HeroShell.module.css';
11
11
  /**
@@ -53,6 +53,6 @@ export function HeroGlow({ className }) {
53
53
  * @returns the centered hero element tree.
54
54
  */
55
55
  export function HeroShell({ t, children }) {
56
- return (_jsxs("div", { className: css.root, children: [_jsxs("div", { className: css.stack, children: [_jsxs("div", { className: css.headline, children: [_jsx("span", { className: css.fishHitbox, children: _jsx(FishLogo, { size: 34, className: css.fish }) }), _jsx("span", { className: css.headlineText, children: t('hero.headline') }), _jsx("span", { className: css.previewBadge, children: t('hero.preview') })] }), _jsx("div", { className: css.body })] }), children] }));
56
+ return (_jsxs("div", { className: css.root, children: [_jsxs("div", { className: css.stack, children: [_jsxs("div", { className: css.headline, children: [_jsx("span", { className: css.logoHitbox, children: _jsx(NomixLogo, { size: 34, className: css.logo }) }), _jsx("span", { className: css.headlineText, children: t('hero.headline') }), _jsx("span", { className: css.previewBadge, children: t('hero.preview') })] }), _jsx("div", { className: css.body })] }), children] }));
57
57
  }
58
58
  //# sourceMappingURL=EmptyHero.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomix-ai/nomix-client-ui-conversation",
3
3
  "description": "Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },