@xrkseek/harness-cli 0.0.5 → 0.0.7

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 (344) hide show
  1. package/README.md +3 -1
  2. package/dist/commands/plugin.d.ts +3 -0
  3. package/dist/commands/plugin.d.ts.map +1 -0
  4. package/dist/commands/plugin.js +100 -0
  5. package/dist/commands/plugin.js.map +1 -0
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +3 -0
  8. package/dist/index.js.map +1 -1
  9. package/dist/parse-args.d.ts +3 -1
  10. package/dist/parse-args.d.ts.map +1 -1
  11. package/dist/parse-args.js +11 -0
  12. package/dist/parse-args.js.map +1 -1
  13. package/dist/plugin/classify.d.ts +18 -0
  14. package/dist/plugin/classify.d.ts.map +1 -0
  15. package/dist/plugin/classify.js +109 -0
  16. package/dist/plugin/classify.js.map +1 -0
  17. package/dist/plugin/fetch-pack.d.ts +16 -0
  18. package/dist/plugin/fetch-pack.d.ts.map +1 -0
  19. package/dist/plugin/fetch-pack.js +104 -0
  20. package/dist/plugin/fetch-pack.js.map +1 -0
  21. package/dist/plugin/index.d.ts +27 -0
  22. package/dist/plugin/index.d.ts.map +1 -0
  23. package/dist/plugin/index.js +109 -0
  24. package/dist/plugin/index.js.map +1 -0
  25. package/dist/plugin/install-client.d.ts +4 -0
  26. package/dist/plugin/install-client.d.ts.map +1 -0
  27. package/dist/plugin/install-client.js +34 -0
  28. package/dist/plugin/install-client.js.map +1 -0
  29. package/dist/plugin/install-process.d.ts +4 -0
  30. package/dist/plugin/install-process.d.ts.map +1 -0
  31. package/dist/plugin/install-process.js +46 -0
  32. package/dist/plugin/install-process.js.map +1 -0
  33. package/dist/plugin/inventory.d.ts +42 -0
  34. package/dist/plugin/inventory.d.ts.map +1 -0
  35. package/dist/plugin/inventory.js +105 -0
  36. package/dist/plugin/inventory.js.map +1 -0
  37. package/dist/plugin/remap-inject.d.ts +16 -0
  38. package/dist/plugin/remap-inject.d.ts.map +1 -0
  39. package/dist/plugin/remap-inject.js +52 -0
  40. package/dist/plugin/remap-inject.js.map +1 -0
  41. package/node_modules/@xrkseek/core-agent/dist/index.d.ts +9 -2
  42. package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
  43. package/node_modules/@xrkseek/core-agent/dist/index.js +5 -2
  44. package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
  45. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts +6 -3
  46. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts.map +1 -1
  47. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js +50 -4
  48. package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js.map +1 -1
  49. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +12 -1
  50. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
  51. package/node_modules/@xrkseek/core-agent-loop/dist/index.js +215 -43
  52. package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
  53. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts +32 -0
  54. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts.map +1 -0
  55. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js +92 -0
  56. package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js.map +1 -0
  57. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +18 -8
  58. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -1
  59. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +187 -29
  60. package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -1
  61. package/node_modules/@xrkseek/core-session/README.md +1 -1
  62. package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts +18 -4
  63. package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts.map +1 -1
  64. package/node_modules/@xrkseek/core-session/dist/chunk-pack.js +114 -34
  65. package/node_modules/@xrkseek/core-session/dist/chunk-pack.js.map +1 -1
  66. package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -1
  67. package/node_modules/@xrkseek/core-session/dist/compaction.js +24 -4
  68. package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -1
  69. package/node_modules/@xrkseek/core-session/dist/dangling.d.ts +28 -1
  70. package/node_modules/@xrkseek/core-session/dist/dangling.d.ts.map +1 -1
  71. package/node_modules/@xrkseek/core-session/dist/dangling.js +35 -5
  72. package/node_modules/@xrkseek/core-session/dist/dangling.js.map +1 -1
  73. package/node_modules/@xrkseek/core-session/dist/index.d.ts +3 -2
  74. package/node_modules/@xrkseek/core-session/dist/index.d.ts.map +1 -1
  75. package/node_modules/@xrkseek/core-session/dist/index.js +3 -2
  76. package/node_modules/@xrkseek/core-session/dist/index.js.map +1 -1
  77. package/node_modules/@xrkseek/core-session/dist/latch.d.ts +1 -1
  78. package/node_modules/@xrkseek/core-session/dist/latch.d.ts.map +1 -1
  79. package/node_modules/@xrkseek/core-session/dist/latch.js +2 -2
  80. package/node_modules/@xrkseek/core-session/dist/latch.js.map +1 -1
  81. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.d.ts.map +1 -1
  82. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js +44 -4
  83. package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js.map +1 -1
  84. package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts +1 -0
  85. package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts.map +1 -1
  86. package/node_modules/@xrkseek/core-session/dist/sqlite-store.js +10 -5
  87. package/node_modules/@xrkseek/core-session/dist/sqlite-store.js.map +1 -1
  88. package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts +5 -0
  89. package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts.map +1 -1
  90. package/node_modules/@xrkseek/core-session/dist/surface-fold.js +29 -3
  91. package/node_modules/@xrkseek/core-session/dist/surface-fold.js.map +1 -1
  92. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts +35 -0
  93. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts.map +1 -0
  94. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js +99 -0
  95. package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js.map +1 -0
  96. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +1 -1
  97. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -1
  98. package/node_modules/@xrkseek/core-system-prompt/dist/index.js +1 -1
  99. package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -1
  100. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +15 -2
  101. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -1
  102. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +38 -4
  103. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -1
  104. package/node_modules/@xrkseek/core-tools/dist/abort.d.ts +5 -0
  105. package/node_modules/@xrkseek/core-tools/dist/abort.d.ts.map +1 -0
  106. package/node_modules/@xrkseek/core-tools/dist/abort.js +14 -0
  107. package/node_modules/@xrkseek/core-tools/dist/abort.js.map +1 -0
  108. package/node_modules/@xrkseek/core-tools/dist/definition.d.ts +32 -1
  109. package/node_modules/@xrkseek/core-tools/dist/definition.d.ts.map +1 -1
  110. package/node_modules/@xrkseek/core-tools/dist/definition.js +1 -0
  111. package/node_modules/@xrkseek/core-tools/dist/definition.js.map +1 -1
  112. package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts +15 -0
  113. package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts.map +1 -0
  114. package/node_modules/@xrkseek/core-tools/dist/execution-mode.js +17 -0
  115. package/node_modules/@xrkseek/core-tools/dist/execution-mode.js.map +1 -0
  116. package/node_modules/@xrkseek/core-tools/dist/index.d.ts +2 -0
  117. package/node_modules/@xrkseek/core-tools/dist/index.d.ts.map +1 -1
  118. package/node_modules/@xrkseek/core-tools/dist/index.js +2 -0
  119. package/node_modules/@xrkseek/core-tools/dist/index.js.map +1 -1
  120. package/node_modules/@xrkseek/core-tools/dist/pipeline.d.ts.map +1 -1
  121. package/node_modules/@xrkseek/core-tools/dist/pipeline.js +36 -10
  122. package/node_modules/@xrkseek/core-tools/dist/pipeline.js.map +1 -1
  123. package/node_modules/@xrkseek/core-tools/dist/types.d.ts +7 -0
  124. package/node_modules/@xrkseek/core-tools/dist/types.d.ts.map +1 -1
  125. package/node_modules/@xrkseek/core-tools/dist/types.js.map +1 -1
  126. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
  127. package/node_modules/@xrkseek/exec-fs/dist/index.js +3 -0
  128. package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
  129. package/node_modules/@xrkseek/exec-lsp/dist/tools.d.ts.map +1 -1
  130. package/node_modules/@xrkseek/exec-lsp/dist/tools.js +1 -0
  131. package/node_modules/@xrkseek/exec-lsp/dist/tools.js.map +1 -1
  132. package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
  133. package/node_modules/@xrkseek/exec-pty/dist/tools.js +2 -0
  134. package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
  135. package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -1
  136. package/node_modules/@xrkseek/exec-shell/dist/index.js +4 -0
  137. package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -1
  138. package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
  139. package/node_modules/@xrkseek/exec-web/dist/tools.d.ts.map +1 -1
  140. package/node_modules/@xrkseek/exec-web/dist/tools.js +2 -0
  141. package/node_modules/@xrkseek/exec-web/dist/tools.js.map +1 -1
  142. package/node_modules/@xrkseek/llm/dist/failure.d.ts +45 -0
  143. package/node_modules/@xrkseek/llm/dist/failure.d.ts.map +1 -0
  144. package/node_modules/@xrkseek/llm/dist/failure.js +115 -0
  145. package/node_modules/@xrkseek/llm/dist/failure.js.map +1 -0
  146. package/node_modules/@xrkseek/llm/dist/index.d.ts +80 -1
  147. package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
  148. package/node_modules/@xrkseek/llm/dist/index.js +167 -2
  149. package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
  150. package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts +23 -0
  151. package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts.map +1 -0
  152. package/node_modules/@xrkseek/llm/dist/retry-policy.js +74 -0
  153. package/node_modules/@xrkseek/llm/dist/retry-policy.js.map +1 -0
  154. package/node_modules/@xrkseek/llm-anthropic/dist/index.d.ts.map +1 -1
  155. package/node_modules/@xrkseek/llm-anthropic/dist/index.js +152 -22
  156. package/node_modules/@xrkseek/llm-anthropic/dist/index.js.map +1 -1
  157. package/node_modules/@xrkseek/llm-deepseek/README.md +3 -3
  158. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +32 -2
  159. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
  160. package/node_modules/@xrkseek/llm-deepseek/dist/index.js +59 -5
  161. package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
  162. package/node_modules/@xrkseek/llm-gemini/dist/index.d.ts.map +1 -1
  163. package/node_modules/@xrkseek/llm-gemini/dist/index.js +18 -8
  164. package/node_modules/@xrkseek/llm-gemini/dist/index.js.map +1 -1
  165. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts +16 -0
  166. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts.map +1 -0
  167. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js +40 -0
  168. package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js.map +1 -0
  169. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +9 -1
  170. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
  171. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +78 -21
  172. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
  173. package/node_modules/@xrkseek/llm-openai-responses/dist/index.d.ts.map +1 -1
  174. package/node_modules/@xrkseek/llm-openai-responses/dist/index.js +18 -8
  175. package/node_modules/@xrkseek/llm-openai-responses/dist/index.js.map +1 -1
  176. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
  177. package/node_modules/@xrkseek/llm-registry/dist/registry.js +6 -4
  178. package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
  179. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.d.ts.map +1 -1
  180. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js +15 -3
  181. package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js.map +1 -1
  182. package/node_modules/@xrkseek/llm-replay/dist/index.d.ts.map +1 -1
  183. package/node_modules/@xrkseek/llm-replay/dist/index.js +4 -1
  184. package/node_modules/@xrkseek/llm-replay/dist/index.js.map +1 -1
  185. package/node_modules/@xrkseek/mcp/dist/client.d.ts +3 -1
  186. package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -1
  187. package/node_modules/@xrkseek/mcp/dist/client.js +31 -7
  188. package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -1
  189. package/node_modules/@xrkseek/mcp/dist/index.d.ts +2 -2
  190. package/node_modules/@xrkseek/mcp/dist/index.d.ts.map +1 -1
  191. package/node_modules/@xrkseek/mcp/dist/index.js +1 -1
  192. package/node_modules/@xrkseek/mcp/dist/index.js.map +1 -1
  193. package/node_modules/@xrkseek/mcp/dist/register.d.ts.map +1 -1
  194. package/node_modules/@xrkseek/mcp/dist/register.js +3 -0
  195. package/node_modules/@xrkseek/mcp/dist/register.js.map +1 -1
  196. package/node_modules/@xrkseek/mcp/dist/types.d.ts +10 -0
  197. package/node_modules/@xrkseek/mcp/dist/types.d.ts.map +1 -1
  198. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +18 -1
  199. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
  200. package/node_modules/@xrkseek/preset-harness/dist/preset.js +19 -1
  201. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  202. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  203. package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
  204. package/node_modules/@xrkseek/preset-minimal/dist/preset.js +1 -0
  205. package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
  206. package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
  207. package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
  208. package/node_modules/@xrkseek/preset-server/dist/preset.js +5 -1
  209. package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
  210. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  211. package/node_modules/@xrkseek/protocol/dist/index.d.ts +3 -1
  212. package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
  213. package/node_modules/@xrkseek/protocol/dist/index.js +2 -0
  214. package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
  215. package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts +72 -0
  216. package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
  217. package/node_modules/@xrkseek/protocol/dist/json-schema.js +50 -0
  218. package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
  219. package/node_modules/@xrkseek/protocol/dist/messages.d.ts +7 -0
  220. package/node_modules/@xrkseek/protocol/dist/messages.d.ts.map +1 -1
  221. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +62 -6
  222. package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
  223. package/node_modules/@xrkseek/protocol/dist/session-events.js +19 -0
  224. package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
  225. package/node_modules/@xrkseek/protocol/dist/tools.d.ts +15 -0
  226. package/node_modules/@xrkseek/protocol/dist/tools.d.ts.map +1 -1
  227. package/node_modules/@xrkseek/protocol/dist/tools.js +6 -1
  228. package/node_modules/@xrkseek/protocol/dist/tools.js.map +1 -1
  229. package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
  230. package/node_modules/@xrkseek/protocol/dist/validate.js +107 -1
  231. package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
  232. package/node_modules/@xrkseek/server-config/dist/home.d.ts +5 -0
  233. package/node_modules/@xrkseek/server-config/dist/home.d.ts.map +1 -1
  234. package/node_modules/@xrkseek/server-config/dist/home.js +7 -0
  235. package/node_modules/@xrkseek/server-config/dist/home.js.map +1 -1
  236. package/node_modules/@xrkseek/server-config/dist/index.d.ts +4 -2
  237. package/node_modules/@xrkseek/server-config/dist/index.d.ts.map +1 -1
  238. package/node_modules/@xrkseek/server-config/dist/index.js +10 -1
  239. package/node_modules/@xrkseek/server-config/dist/index.js.map +1 -1
  240. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts +2 -0
  241. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
  242. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +25 -7
  243. package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
  244. package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts +1 -1
  245. package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts.map +1 -1
  246. package/node_modules/@xrkseek/server-face/dist/goal-store.js +1 -1
  247. package/node_modules/@xrkseek/server-face/dist/goal-store.js.map +1 -1
  248. package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
  249. package/node_modules/@xrkseek/server-face/dist/handlers/session.js +2 -2
  250. package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
  251. package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -1
  252. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  253. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  254. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +1 -1
  255. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
  256. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +1 -1
  257. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
  258. package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
  259. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +12 -50
  260. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  261. package/node_modules/@xrkseek/server-face/dist/projections/registry.js +4 -146
  262. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  263. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.d.ts.map +1 -1
  264. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js +13 -11
  265. package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js.map +1 -1
  266. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.d.ts.map +1 -1
  267. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js +27 -25
  268. package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js.map +1 -1
  269. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.d.ts.map +1 -1
  270. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js +31 -29
  271. package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js.map +1 -1
  272. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.d.ts.map +1 -1
  273. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js +27 -25
  274. package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js.map +1 -1
  275. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.d.ts.map +1 -1
  276. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js +12 -10
  277. package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js.map +1 -1
  278. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
  279. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +15 -13
  280. package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
  281. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.d.ts.map +1 -1
  282. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js +27 -25
  283. package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js.map +1 -1
  284. package/node_modules/@xrkseek/server-face/dist/projections/units/title.d.ts.map +1 -1
  285. package/node_modules/@xrkseek/server-face/dist/projections/units/title.js +9 -7
  286. package/node_modules/@xrkseek/server-face/dist/projections/units/title.js.map +1 -1
  287. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.d.ts.map +1 -1
  288. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js +25 -23
  289. package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js.map +1 -1
  290. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.d.ts.map +1 -1
  291. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js +14 -12
  292. package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js.map +1 -1
  293. package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts +8 -13
  294. package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
  295. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +29 -1
  296. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
  297. package/node_modules/@xrkseek/server-face/package.json +1 -0
  298. package/node_modules/@xrkseek/server-host/dist/agent-cache.js +1 -1
  299. package/node_modules/@xrkseek/server-host/dist/agent-cache.js.map +1 -1
  300. package/node_modules/@xrkseek/server-host/dist/index.d.ts +8 -0
  301. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  302. package/node_modules/@xrkseek/server-host/dist/index.js +39 -1
  303. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  304. package/node_modules/@xrkseek/session-projection/README.md +22 -0
  305. package/node_modules/@xrkseek/session-projection/dist/index.d.ts +100 -0
  306. package/node_modules/@xrkseek/session-projection/dist/index.d.ts.map +1 -0
  307. package/node_modules/@xrkseek/session-projection/dist/index.js +241 -0
  308. package/node_modules/@xrkseek/session-projection/dist/index.js.map +1 -0
  309. package/node_modules/@xrkseek/session-projection/dist/types.d.ts +20 -0
  310. package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -0
  311. package/node_modules/@xrkseek/session-projection/dist/types.js +9 -0
  312. package/node_modules/@xrkseek/session-projection/dist/types.js.map +1 -0
  313. package/node_modules/@xrkseek/session-projection/package.json +31 -0
  314. package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
  315. package/node_modules/@xrkseek/workspace/dist/skill-tools.js +1 -0
  316. package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
  317. package/package.json +4 -2
  318. package/product-web/boot.json +1 -1
  319. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  320. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
  321. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  322. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +160 -174
  323. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  324. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  325. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  326. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
  327. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  328. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
  329. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
  330. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
  331. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  332. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +12 -12
  333. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
  334. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +9 -9
  335. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +133 -62
  336. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +16 -16
  337. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
  338. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +17 -17
  339. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
  340. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
  341. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +140 -140
  342. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  343. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
  344. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +52 -52
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
2683
2683
  document.head.appendChild(tag);
2684
2684
  }
2685
2685
  var StatsLine_module_css_default = {
2686
- "sep": "_EvZDq_sep",
2687
- "root": "_EvZDq_root"
2686
+ "root": "_EvZDq_root",
2687
+ "sep": "_EvZDq_sep"
2688
2688
  };
2689
2689
  //#endregion
2690
2690
  //#region src/client/chat/StatsLine.tsx
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
2873
2873
  document.head.appendChild(tag);
2874
2874
  }
2875
2875
  var ContextMeter_module_css_default = {
2876
- "fill": "bloECW_fill",
2877
- "segment": "bloECW_segment",
2878
- "percent": "bloECW_percent",
2879
2876
  "header": "bloECW_header",
2880
- "swatch": "bloECW_swatch",
2881
- "colorMessages": "bloECW_colorMessages",
2877
+ "fill": "bloECW_fill",
2882
2878
  "trigger": "bloECW_trigger",
2883
- "root": "bloECW_root",
2884
- "track": "bloECW_track",
2879
+ "headline": "bloECW_headline",
2880
+ "figures": "bloECW_figures",
2881
+ "percent": "bloECW_percent",
2882
+ "segment": "bloECW_segment",
2885
2883
  "panel": "bloECW_panel",
2884
+ "colorMessages": "bloECW_colorMessages",
2885
+ "swatch": "bloECW_swatch",
2886
2886
  "rows": "bloECW_rows",
2887
2887
  "colorTools": "bloECW_colorTools",
2888
- "figures": "bloECW_figures",
2889
- "bar": "bloECW_bar",
2890
- "headline": "bloECW_headline",
2888
+ "root": "bloECW_root",
2889
+ "row": "bloECW_row",
2891
2890
  "colorSystem": "bloECW_colorSystem",
2892
- "row": "bloECW_row"
2891
+ "bar": "bloECW_bar",
2892
+ "track": "bloECW_track"
2893
2893
  };
2894
2894
  //#endregion
2895
2895
  //#region src/client/skeleton/ContextMeter.tsx
@@ -3063,9 +3063,9 @@ window.__ModuleLoader__.load({
3063
3063
  var PermissionSelect_module_css_default = {
3064
3064
  "trigger": "UJ7tKa_trigger",
3065
3065
  "chevronOpen": "UJ7tKa_chevronOpen",
3066
- "triggerLabel": "UJ7tKa_triggerLabel",
3067
3066
  "triggerIcon": "UJ7tKa_triggerIcon",
3068
- "chevron": "UJ7tKa_chevron"
3067
+ "chevron": "UJ7tKa_chevron",
3068
+ "triggerLabel": "UJ7tKa_triggerLabel"
3069
3069
  };
3070
3070
  //#endregion
3071
3071
  //#region src/client/skeleton/PermissionSelect.tsx
@@ -3300,36 +3300,36 @@ window.__ModuleLoader__.load({
3300
3300
  }
3301
3301
  var InputBar_module_css_default = {
3302
3302
  "noticeError": "QdFsVG_noticeError",
3303
- "accessory": "QdFsVG_accessory",
3304
- "overlayAnchor": "QdFsVG_overlayAnchor",
3303
+ "chipLabel": "QdFsVG_chipLabel",
3304
+ "select": "QdFsVG_select",
3305
+ "hint": "QdFsVG_hint",
3305
3306
  "add": "QdFsVG_add",
3307
+ "backdrop": "QdFsVG_backdrop",
3308
+ "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3309
+ "mirror": "QdFsVG_mirror",
3310
+ "accessory": "QdFsVG_accessory",
3306
3311
  "root": "QdFsVG_root",
3307
3312
  "modes": "QdFsVG_modes",
3308
- "card": "QdFsVG_card",
3309
- "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3310
- "select": "QdFsVG_select",
3311
- "textRef": "QdFsVG_textRef",
3312
- "hlSegment": "QdFsVG_hlSegment",
3313
- "trailing": "QdFsVG_trailing",
3314
- "notice": "QdFsVG_notice",
3315
- "attachments": "QdFsVG_attachments",
3313
+ "retry": "QdFsVG_retry",
3316
3314
  "primary": "QdFsVG_primary",
3317
- "chip": "QdFsVG_chip",
3315
+ "hlSegment": "QdFsVG_hlSegment",
3316
+ "grow": "QdFsVG_grow",
3317
+ "chipInvalid": "QdFsVG_chipInvalid",
3318
3318
  "input": "QdFsVG_input",
3319
- "tools": "QdFsVG_tools",
3319
+ "pending": "QdFsVG_pending",
3320
+ "input-pending": "QdFsVG_input-pending",
3321
+ "notice": "QdFsVG_notice",
3322
+ "trailing": "QdFsVG_trailing",
3320
3323
  "scroll": "QdFsVG_scroll",
3321
3324
  "hlToken": "QdFsVG_hlToken",
3325
+ "chip": "QdFsVG_chip",
3322
3326
  "hero": "QdFsVG_hero",
3323
- "backdrop": "QdFsVG_backdrop",
3324
- "input-pending": "QdFsVG_input-pending",
3327
+ "attachments": "QdFsVG_attachments",
3328
+ "tools": "QdFsVG_tools",
3329
+ "textRef": "QdFsVG_textRef",
3325
3330
  "row": "QdFsVG_row",
3326
- "chipLabel": "QdFsVG_chipLabel",
3327
- "mirror": "QdFsVG_mirror",
3328
- "retry": "QdFsVG_retry",
3329
- "chipInvalid": "QdFsVG_chipInvalid",
3330
- "hint": "QdFsVG_hint",
3331
- "pending": "QdFsVG_pending",
3332
- "grow": "QdFsVG_grow"
3331
+ "overlayAnchor": "QdFsVG_overlayAnchor",
3332
+ "card": "QdFsVG_card"
3333
3333
  };
3334
3334
  //#endregion
3335
3335
  //#region src/client/skeleton/InputBar.tsx
@@ -3980,12 +3980,12 @@ window.__ModuleLoader__.load({
3980
3980
  document.head.appendChild(tag);
3981
3981
  }
3982
3982
  var EnterBehaviorRow_module_css_default = {
3983
+ "rowText": "ssSNSa_rowText",
3984
+ "row": "ssSNSa_row",
3983
3985
  "title": "ssSNSa_title",
3984
3986
  "desc": "ssSNSa_desc",
3985
- "chevron": "ssSNSa_chevron",
3986
- "rowText": "ssSNSa_rowText",
3987
3987
  "selector": "ssSNSa_selector",
3988
- "row": "ssSNSa_row"
3988
+ "chevron": "ssSNSa_chevron"
3989
3989
  };
3990
3990
  //#endregion
3991
3991
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4058,33 +4058,33 @@ window.__ModuleLoader__.load({
4058
4058
  document.head.appendChild(tag);
4059
4059
  }
4060
4060
  var MessageItem_module_css_default = {
4061
- "refChip": "DuLIaW_refChip",
4062
- "compactionRow": "DuLIaW_compactionRow",
4063
- "compactionBody": "DuLIaW_compactionBody",
4061
+ "turnErrorDot": "DuLIaW_turnErrorDot",
4062
+ "bubble": "DuLIaW_bubble",
4063
+ "retryText": "DuLIaW_retryText",
4064
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4064
4065
  "turnErrorCode": "DuLIaW_turnErrorCode",
4065
- "contextRow": "DuLIaW_contextRow",
4066
- "turnErrorRow": "DuLIaW_turnErrorRow",
4066
+ "turnErrorMessage": "DuLIaW_turnErrorMessage",
4067
4067
  "maxTokensTitle": "DuLIaW_maxTokensTitle",
4068
- "compactionContextIcon": "DuLIaW_compactionContextIcon",
4068
+ "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4069
+ "compactionRow": "DuLIaW_compactionRow",
4070
+ "compactionTitle": "DuLIaW_compactionTitle",
4071
+ "retry-shimmer": "DuLIaW_retry-shimmer",
4072
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4073
+ "compactionLeading": "DuLIaW_compactionLeading",
4069
4074
  "compactionButton": "DuLIaW_compactionButton",
4075
+ "refChip": "DuLIaW_refChip",
4076
+ "retryRow": "DuLIaW_retryRow",
4077
+ "compactionSep": "DuLIaW_compactionSep",
4078
+ "turnErrorTitle": "DuLIaW_turnErrorTitle",
4070
4079
  "retrySummary": "DuLIaW_retrySummary",
4080
+ "retryDetailLabel": "DuLIaW_retryDetailLabel",
4071
4081
  "retryDetails": "DuLIaW_retryDetails",
4072
- "turnErrorTitle": "DuLIaW_turnErrorTitle",
4073
- "bubble": "DuLIaW_bubble",
4074
- "compactionLeading": "DuLIaW_compactionLeading",
4075
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4076
4082
  "userRow": "DuLIaW_userRow",
4077
- "compactionTitle": "DuLIaW_compactionTitle",
4078
- "retryRow": "DuLIaW_retryRow",
4079
4083
  "userStack": "DuLIaW_userStack",
4080
- "turnErrorDot": "DuLIaW_turnErrorDot",
4084
+ "compactionContextIcon": "DuLIaW_compactionContextIcon",
4081
4085
  "compactionSummary": "DuLIaW_compactionSummary",
4082
- "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4083
- "retryText": "DuLIaW_retryText",
4084
- "compactionSep": "DuLIaW_compactionSep",
4085
- "retry-shimmer": "DuLIaW_retry-shimmer",
4086
- "retryDetailLabel": "DuLIaW_retryDetailLabel",
4087
- "turnErrorMessage": "DuLIaW_turnErrorMessage"
4086
+ "contextRow": "DuLIaW_contextRow",
4087
+ "compactionBody": "DuLIaW_compactionBody"
4088
4088
  };
4089
4089
  //#endregion
4090
4090
  //#region src/client/chat/CompactionItem.tsx
@@ -4156,28 +4156,28 @@ window.__ModuleLoader__.load({
4156
4156
  document.head.appendChild(tag);
4157
4157
  }
4158
4158
  var ContextBody_module_css_default = {
4159
- "sections": "mBNGpa_sections",
4159
+ "recall": "mBNGpa_recall",
4160
+ "field": "mBNGpa_field",
4161
+ "fileAction": "mBNGpa_fileAction",
4162
+ "entryName": "mBNGpa_entryName",
4160
4163
  "sectionText": "mBNGpa_sectionText",
4164
+ "files": "mBNGpa_files",
4165
+ "relaySender": "mBNGpa_relaySender",
4166
+ "catalogNotice": "mBNGpa_catalogNotice",
4161
4167
  "section": "mBNGpa_section",
4162
- "sectionName": "mBNGpa_sectionName",
4163
4168
  "recalls": "mBNGpa_recalls",
4164
- "catalogNotice": "mBNGpa_catalogNotice",
4165
- "text": "mBNGpa_text",
4166
- "fields": "mBNGpa_fields",
4167
- "field": "mBNGpa_field",
4168
- "fieldKey": "mBNGpa_fieldKey",
4169
- "fieldValue": "mBNGpa_fieldValue",
4170
- "files": "mBNGpa_files",
4171
4169
  "entry": "mBNGpa_entry",
4172
- "fileAction": "mBNGpa_fileAction",
4173
- "relaySender": "mBNGpa_relaySender",
4174
- "recallLabel": "mBNGpa_recallLabel",
4170
+ "entryDescription": "mBNGpa_entryDescription",
4171
+ "fields": "mBNGpa_fields",
4175
4172
  "recallCounts": "mBNGpa_recallCounts",
4176
- "entryName": "mBNGpa_entryName",
4177
4173
  "filePath": "mBNGpa_filePath",
4178
- "entryDescription": "mBNGpa_entryDescription",
4174
+ "fieldValue": "mBNGpa_fieldValue",
4175
+ "text": "mBNGpa_text",
4176
+ "recallLabel": "mBNGpa_recallLabel",
4177
+ "fieldKey": "mBNGpa_fieldKey",
4178
+ "sectionName": "mBNGpa_sectionName",
4179
+ "sections": "mBNGpa_sections",
4179
4180
  "entries": "mBNGpa_entries",
4180
- "recall": "mBNGpa_recall",
4181
4181
  "file": "mBNGpa_file"
4182
4182
  };
4183
4183
  //#endregion
@@ -4714,11 +4714,11 @@ window.__ModuleLoader__.load({
4714
4714
  }
4715
4715
  var ContextInjectionRow_module_css_default = {
4716
4716
  "sep": "BCt95a_sep",
4717
- "root": "BCt95a_root",
4718
4717
  "source": "BCt95a_source",
4719
- "body": "BCt95a_body",
4718
+ "root": "BCt95a_root",
4719
+ "chevron": "BCt95a_chevron",
4720
4720
  "summary": "BCt95a_summary",
4721
- "chevron": "BCt95a_chevron"
4721
+ "body": "BCt95a_body"
4722
4722
  };
4723
4723
  //#endregion
4724
4724
  //#region src/client/chat/ContextInjectionRow.tsx
@@ -4813,11 +4813,11 @@ window.__ModuleLoader__.load({
4813
4813
  document.head.appendChild(tag);
4814
4814
  }
4815
4815
  var MessageIconActions_module_css_default = {
4816
+ "timeEnd": "vWo8Ba_timeEnd",
4817
+ "timeStart": "vWo8Ba_timeStart",
4818
+ "action": "vWo8Ba_action",
4816
4819
  "runTimeDot": "vWo8Ba_runTimeDot",
4817
4820
  "actions": "vWo8Ba_actions",
4818
- "action": "vWo8Ba_action",
4819
- "timeStart": "vWo8Ba_timeStart",
4820
- "timeEnd": "vWo8Ba_timeEnd",
4821
4821
  "visuallyHidden": "vWo8Ba_visuallyHidden"
4822
4822
  };
4823
4823
  //#endregion
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
5211
5211
  document.head.appendChild(tag);
5212
5212
  }
5213
5213
  var ChatView_module_css_default = {
5214
- "flowItem": "rzfPEq_flowItem",
5214
+ "toBottomSlot": "rzfPEq_toBottomSlot",
5215
+ "callRow": "rzfPEq_callRow",
5216
+ "toBottom": "rzfPEq_toBottom",
5217
+ "turnStatus": "rzfPEq_turnStatus",
5215
5218
  "scroll": "rzfPEq_scroll",
5219
+ "column": "rzfPEq_column",
5220
+ "root": "rzfPEq_root",
5221
+ "flowItem": "rzfPEq_flowItem",
5216
5222
  "turnStatusClock": "rzfPEq_turnStatusClock",
5217
- "turnStatus": "rzfPEq_turnStatus",
5218
5223
  "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5224
+ "hint": "rzfPEq_hint",
5219
5225
  "openError": "rzfPEq_openError",
5220
- "root": "rzfPEq_root",
5221
- "older": "rzfPEq_older",
5222
- "toBottomSlot": "rzfPEq_toBottomSlot",
5223
- "column": "rzfPEq_column",
5224
- "toBottom": "rzfPEq_toBottom",
5225
- "callRow": "rzfPEq_callRow",
5226
- "hint": "rzfPEq_hint"
5226
+ "older": "rzfPEq_older"
5227
5227
  };
5228
5228
  //#endregion
5229
5229
  //#region src/client/chat/ChatNodeSeat.tsx
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
5700
5700
  document.head.appendChild(tag);
5701
5701
  }
5702
5702
  var ApprovalPanel_module_css_default = {
5703
- "reject": "HtARWq_reject",
5704
- "strip": "HtARWq_strip",
5705
- "actionRow": "HtARWq_actionRow",
5706
5703
  "command": "HtARWq_command",
5704
+ "strip": "HtARWq_strip",
5707
5705
  "card": "HtARWq_card",
5708
- "body": "HtARWq_body",
5709
- "dot": "HtARWq_dot",
5706
+ "actionRow": "HtARWq_actionRow",
5707
+ "root": "HtARWq_root",
5710
5708
  "headline": "HtARWq_headline",
5711
- "root": "HtARWq_root"
5709
+ "dot": "HtARWq_dot",
5710
+ "reject": "HtARWq_reject",
5711
+ "body": "HtARWq_body"
5712
5712
  };
5713
5713
  //#endregion
5714
5714
  //#region src/client/skeleton/ApprovalPanel.tsx
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
6147
6147
  document.head.appendChild(tag);
6148
6148
  }
6149
6149
  var TodoPanel_module_css_default = {
6150
- "glyphProgress": "_S9Ibq_glyphProgress",
6150
+ "glyph": "_S9Ibq_glyph",
6151
+ "lead": "_S9Ibq_lead",
6152
+ "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6151
6153
  "body": "_S9Ibq_body",
6154
+ "item": "_S9Ibq_item",
6152
6155
  "glyphPending": "_S9Ibq_glyphPending",
6153
- "content": "_S9Ibq_content",
6154
- "lead": "_S9Ibq_lead",
6155
- "glyphCompleted": "_S9Ibq_glyphCompleted",
6156
- "glyph": "_S9Ibq_glyph",
6157
- "root": "_S9Ibq_root",
6158
- "progress": "_S9Ibq_progress",
6159
6156
  "chevron": "_S9Ibq_chevron",
6160
- "header": "_S9Ibq_header",
6161
- "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6162
6157
  "title": "_S9Ibq_title",
6163
- "item": "_S9Ibq_item",
6164
- "list": "_S9Ibq_list"
6158
+ "progress": "_S9Ibq_progress",
6159
+ "root": "_S9Ibq_root",
6160
+ "list": "_S9Ibq_list",
6161
+ "glyphCompleted": "_S9Ibq_glyphCompleted",
6162
+ "glyphProgress": "_S9Ibq_glyphProgress",
6163
+ "header": "_S9Ibq_header",
6164
+ "content": "_S9Ibq_content"
6165
6165
  };
6166
6166
  //#endregion
6167
6167
  //#region src/client/skeleton/TodoPanel.tsx
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
6355
6355
  document.head.appendChild(tag);
6356
6356
  }
6357
6357
  var QueueDock_module_css_default = {
6358
+ "dock": "u7UfBG_dock",
6359
+ "header": "u7UfBG_header",
6358
6360
  "editor": "u7UfBG_editor",
6359
6361
  "count": "u7UfBG_count",
6362
+ "chevron": "u7UfBG_chevron",
6363
+ "row": "u7UfBG_row",
6360
6364
  "actions": "u7UfBG_actions",
6361
6365
  "action": "u7UfBG_action",
6362
- "chevron": "u7UfBG_chevron",
6363
- "preview": "u7UfBG_preview",
6364
- "dock": "u7UfBG_dock",
6365
6366
  "panel": "u7UfBG_panel",
6366
6367
  "lead": "u7UfBG_lead",
6367
- "header": "u7UfBG_header",
6368
6368
  "list": "u7UfBG_list",
6369
- "row": "u7UfBG_row"
6369
+ "preview": "u7UfBG_preview"
6370
6370
  };
6371
6371
  //#endregion
6372
6372
  //#region src/client/queue/QueueDock.tsx
@@ -6624,23 +6624,23 @@ window.__ModuleLoader__.load({
6624
6624
  document.head.appendChild(tag);
6625
6625
  }
6626
6626
  var HeroShell_module_css_default = {
6627
- "workspaceRow": "W1fuRW_workspaceRow",
6628
6627
  "headline": "W1fuRW_headline",
6629
- "mark": "W1fuRW_mark",
6630
- "previewBadge": "W1fuRW_previewBadge",
6631
- "workspaceLabel": "W1fuRW_workspaceLabel",
6632
- "chevron": "W1fuRW_chevron",
6633
- "folder": "W1fuRW_folder",
6634
- "modalError": "W1fuRW_modalError",
6635
- "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6636
- "markHitbox": "W1fuRW_markHitbox",
6628
+ "headlineText": "W1fuRW_headlineText",
6629
+ "workspaceRow": "W1fuRW_workspaceRow",
6630
+ "modalAction": "W1fuRW_modalAction",
6637
6631
  "stack": "W1fuRW_stack",
6632
+ "markHitbox": "W1fuRW_markHitbox",
6638
6633
  "body": "W1fuRW_body",
6639
- "headlineText": "W1fuRW_headlineText",
6640
6634
  "workspace": "W1fuRW_workspace",
6635
+ "folder": "W1fuRW_folder",
6641
6636
  "modalInput": "W1fuRW_modalInput",
6637
+ "previewBadge": "W1fuRW_previewBadge",
6638
+ "modalError": "W1fuRW_modalError",
6639
+ "chevron": "W1fuRW_chevron",
6642
6640
  "root": "W1fuRW_root",
6643
- "modalAction": "W1fuRW_modalAction"
6641
+ "workspaceLabel": "W1fuRW_workspaceLabel",
6642
+ "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6643
+ "mark": "W1fuRW_mark"
6644
6644
  };
6645
6645
  //#endregion
6646
6646
  //#region src/client/skeleton/EmptyHero.tsx
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
6790
6790
  document.head.appendChild(tag);
6791
6791
  }
6792
6792
  var ConversationRoot_module_css_default = {
6793
- "headerActions": "MBmynq_headerActions",
6793
+ "titleRow": "MBmynq_titleRow",
6794
6794
  "titleCluster": "MBmynq_titleCluster",
6795
- "heroGlow": "MBmynq_heroGlow",
6796
- "crumb": "MBmynq_crumb",
6795
+ "composerStack": "MBmynq_composerStack",
6797
6796
  "headerHidden": "MBmynq_headerHidden",
6798
- "crumbs": "MBmynq_crumbs",
6799
- "crumbSeg": "MBmynq_crumbSeg",
6800
- "titleRow": "MBmynq_titleRow",
6801
6797
  "root": "MBmynq_root",
6802
- "crumbCurrent": "MBmynq_crumbCurrent",
6798
+ "crumb": "MBmynq_crumb",
6799
+ "crumbSeg": "MBmynq_crumbSeg",
6803
6800
  "tabs": "MBmynq_tabs",
6804
6801
  "tab": "MBmynq_tab",
6805
- "composerStack": "MBmynq_composerStack",
6802
+ "heroGlow": "MBmynq_heroGlow",
6803
+ "crumbs": "MBmynq_crumbs",
6804
+ "scrollBody": "MBmynq_scrollBody",
6806
6805
  "header": "MBmynq_header",
6807
- "composerSeat": "MBmynq_composerSeat",
6808
- "crumbSep": "MBmynq_crumbSep",
6809
- "composerHero": "MBmynq_composerHero",
6810
- "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
6806
+ "crumbCurrent": "MBmynq_crumbCurrent",
6807
+ "headerActions": "MBmynq_headerActions",
6811
6808
  "viewArea": "MBmynq_viewArea",
6812
6809
  "tabActive": "MBmynq_tabActive",
6813
- "scrollBody": "MBmynq_scrollBody",
6814
- "headerUtilities": "MBmynq_headerUtilities"
6810
+ "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
6811
+ "crumbSep": "MBmynq_crumbSep",
6812
+ "composerHero": "MBmynq_composerHero",
6813
+ "headerUtilities": "MBmynq_headerUtilities",
6814
+ "composerSeat": "MBmynq_composerSeat"
6815
6815
  };
6816
6816
  //#endregion
6817
6817
  //#region src/client/skeleton/ConversationRoot.tsx
@@ -7087,14 +7087,14 @@ window.__ModuleLoader__.load({
7087
7087
  document.head.appendChild(tag);
7088
7088
  }
7089
7089
  var DetailsPanel_module_css_default = {
7090
- "title": "H9rWiW_title",
7091
- "code": "H9rWiW_code",
7092
- "sectionLabel": "H9rWiW_sectionLabel",
7093
- "section": "H9rWiW_section",
7094
7090
  "root": "H9rWiW_root",
7091
+ "code": "H9rWiW_code",
7095
7092
  "close": "H9rWiW_close",
7096
- "empty": "H9rWiW_empty",
7093
+ "title": "H9rWiW_title",
7094
+ "section": "H9rWiW_section",
7097
7095
  "body": "H9rWiW_body",
7096
+ "empty": "H9rWiW_empty",
7097
+ "sectionLabel": "H9rWiW_sectionLabel",
7098
7098
  "header": "H9rWiW_header"
7099
7099
  };
7100
7100
  //#endregion
@@ -8580,9 +8580,6 @@ window.__ModuleLoader__.load({
8580
8580
  if (location?.kind !== "turn" && location?.kind !== "step") return 0;
8581
8581
  return location.turn.steps.at(-1)?.step ?? 0;
8582
8582
  }
8583
- function retryTurn(event) {
8584
- return event.type === "llm/retry" || event.type === "llm/retry-started" ? event.data.turn : void 0;
8585
- }
8586
8583
  function failureFrom(match) {
8587
8584
  if (match.event.type !== "turn/end" || match.event.data.reason.kind !== "error") return void 0;
8588
8585
  const failure = match.event.data.reason.error;
@@ -8598,14 +8595,16 @@ window.__ModuleLoader__.load({
8598
8595
  if (end?.event.type !== "turn/end") return void 0;
8599
8596
  const failure = failureFrom(end);
8600
8597
  if (failure === void 0) return void 0;
8601
- const turn = end.event.data.turn;
8602
8598
  return {
8603
- turn,
8604
- hidden: context.matches.some((match) => retryTurn(match.event) === turn),
8599
+ turn: end.event.data.turn,
8605
8600
  failure
8606
8601
  };
8607
8602
  }
8608
- /** Terminal turn failure Definition, suppressed when the turn owns a retry chain. */
8603
+ /**
8604
+ * Terminal turn failure Definition. Retries run inside the failing turn, so the
8605
+ * turn's `llm/retry` history never suppresses this terminal row; the model-retry
8606
+ * node renders that history separately.
8607
+ */
8609
8608
  const turnErrorDefinition = {
8610
8609
  kind: "turn-error",
8611
8610
  target: "chat",
@@ -8618,29 +8617,18 @@ window.__ModuleLoader__.load({
8618
8617
  id: String(event.data.turn),
8619
8618
  role: "update"
8620
8619
  };
8621
- const turn = retryTurn(event);
8622
- return turn === void 0 ? null : {
8623
- id: String(turn),
8624
- role: "update"
8625
- };
8620
+ return null;
8626
8621
  },
8627
8622
  start: (_context, match) => {
8628
8623
  if (match.event.type !== "turn/start") throw new Error("turn-error start requires turn/start");
8629
- return {
8630
- turn: match.event.data.turn,
8631
- hidden: false
8632
- };
8624
+ return { turn: match.event.data.turn };
8633
8625
  },
8634
8626
  update: (context, match) => {
8635
8627
  const failure = failureFrom(match);
8636
- if (failure !== void 0) return {
8628
+ return failure === void 0 ? context.state : {
8637
8629
  ...context.state,
8638
8630
  failure
8639
8631
  };
8640
- return retryTurn(match.event) === context.state.turn ? {
8641
- ...context.state,
8642
- hidden: true
8643
- } : context.state;
8644
8632
  },
8645
8633
  buildViewNode: (context) => {
8646
8634
  const state = context.state ?? fallbackState(context);
@@ -8655,9 +8643,7 @@ window.__ModuleLoader__.load({
8655
8643
  message: failure.message,
8656
8644
  ...failure.code === void 0 ? {} : { code: failure.code }
8657
8645
  };
8658
- if (!state.hidden) return chatNode(context, "turn-error", node.seq, node);
8659
- const current = context.current.get("chat");
8660
- return current === void 0 || current === null ? null : chatNode(context, "turn-error", node.seq, node, { visibility: "hidden" });
8646
+ return chatNode(context, "turn-error", node.seq, node);
8661
8647
  }
8662
8648
  };
8663
8649
  /**
@@ -8954,15 +8940,15 @@ window.__ModuleLoader__.load({
8954
8940
  document.head.appendChild(tag);
8955
8941
  }
8956
8942
  var ReasoningRow_module_css_default = {
8957
- "root": "dc9yZG_root",
8958
8943
  "row": "dc9yZG_row",
8959
8944
  "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
8945
+ "chevron": "dc9yZG_chevron",
8946
+ "root": "dc9yZG_root",
8947
+ "thinkBody": "dc9yZG_thinkBody",
8948
+ "summary": "dc9yZG_summary",
8960
8949
  "title": "dc9yZG_title",
8961
8950
  "separator": "dc9yZG_separator",
8962
- "thinkBody": "dc9yZG_thinkBody",
8963
- "chevron": "dc9yZG_chevron",
8964
- "leading": "dc9yZG_leading",
8965
- "summary": "dc9yZG_summary"
8951
+ "leading": "dc9yZG_leading"
8966
8952
  };
8967
8953
  //#endregion
8968
8954
  //#region src/client/chat/ReasoningRow.tsx
@@ -9163,15 +9149,15 @@ window.__ModuleLoader__.load({
9163
9149
  document.head.appendChild(tag);
9164
9150
  }
9165
9151
  var GenericCommandCard_module_css_default = {
9166
- "separator": "Ga_JSG_separator",
9152
+ "summary": "Ga_JSG_summary",
9167
9153
  "leading": "Ga_JSG_leading",
9154
+ "row": "Ga_JSG_row",
9155
+ "separator": "Ga_JSG_separator",
9156
+ "title": "Ga_JSG_title",
9168
9157
  "root": "Ga_JSG_root",
9169
9158
  "chevron": "Ga_JSG_chevron",
9170
9159
  "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9171
- "title": "Ga_JSG_title",
9172
- "summary": "Ga_JSG_summary",
9173
- "body": "Ga_JSG_body",
9174
- "row": "Ga_JSG_row"
9160
+ "body": "Ga_JSG_body"
9175
9161
  };
9176
9162
  //#endregion
9177
9163
  //#region src/client/chat/GenericCommandCard.tsx
@@ -168,13 +168,13 @@ window.__ModuleLoader__.load({
168
168
  }
169
169
  var ProducedFiles_module_css_default = {
170
170
  "root": "LKrWRG_root",
171
- "measure": "LKrWRG_measure",
172
- "file": "LKrWRG_file",
173
171
  "label": "LKrWRG_label",
172
+ "file": "LKrWRG_file",
174
173
  "showFolder": "LKrWRG_showFolder",
174
+ "row": "LKrWRG_row",
175
+ "measure": "LKrWRG_measure",
175
176
  "more": "LKrWRG_more",
176
- "probe": "LKrWRG_probe",
177
- "row": "LKrWRG_row"
177
+ "probe": "LKrWRG_probe"
178
178
  };
179
179
  //#endregion
180
180
  //#region src/client/ProducedFiles.tsx
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var DirectoryBrowser_module_css_default = {
37
- "editorScope": "eriWnG_editorScope",
38
- "footerBar": "eriWnG_footerBar",
39
- "rowSelected": "eriWnG_rowSelected",
40
- "status": "eriWnG_status",
41
- "crumbTrail": "eriWnG_crumbTrail",
42
- "loadingFloat": "eriWnG_loadingFloat",
43
- "crumbChevron": "eriWnG_crumbChevron",
44
- "rowIconSelected": "eriWnG_rowIconSelected",
45
- "millerRow": "eriWnG_millerRow",
46
- "column": "eriWnG_column",
47
- "header": "eriWnG_header",
48
- "title": "eriWnG_title",
37
+ "crumbSeat": "eriWnG_crumbSeat",
38
+ "divider": "eriWnG_divider",
49
39
  "crumbEditZone": "eriWnG_crumbEditZone",
40
+ "rowSeat": "eriWnG_rowSeat",
41
+ "loadingFloat": "eriWnG_loadingFloat",
42
+ "createBody": "eriWnG_createBody",
50
43
  "rowIcon": "eriWnG_rowIcon",
51
- "footerGap": "eriWnG_footerGap",
52
- "footerAction": "eriWnG_footerAction",
53
- "createDialog": "eriWnG_createDialog",
54
- "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
55
- "content": "eriWnG_content",
56
44
  "crumbEditGlyph": "eriWnG_crumbEditGlyph",
57
- "createInput": "eriWnG_createInput",
58
- "rowChevron": "eriWnG_rowChevron",
59
45
  "pathInput": "eriWnG_pathInput",
60
- "crumb": "eriWnG_crumb",
46
+ "createTitle": "eriWnG_createTitle",
61
47
  "dialog": "eriWnG_dialog",
62
- "rowSeat": "eriWnG_rowSeat",
63
- "row": "eriWnG_row",
48
+ "footerGap": "eriWnG_footerGap",
49
+ "createInput": "eriWnG_createInput",
50
+ "rowIconSelected": "eriWnG_rowIconSelected",
51
+ "rowName": "eriWnG_rowName",
52
+ "crumbChevron": "eriWnG_crumbChevron",
53
+ "footerBar": "eriWnG_footerBar",
54
+ "title": "eriWnG_title",
55
+ "createDialog": "eriWnG_createDialog",
56
+ "status": "eriWnG_status",
57
+ "content": "eriWnG_content",
64
58
  "showHiddenToggle": "eriWnG_showHiddenToggle",
65
- "crumbSeat": "eriWnG_crumbSeat",
66
- "divider": "eriWnG_divider",
67
- "crumbBar": "eriWnG_crumbBar",
68
- "createBody": "eriWnG_createBody",
59
+ "footerAction": "eriWnG_footerAction",
60
+ "header": "eriWnG_header",
61
+ "row": "eriWnG_row",
62
+ "rowChevron": "eriWnG_rowChevron",
63
+ "editorScope": "eriWnG_editorScope",
69
64
  "error": "eriWnG_error",
70
- "createTitle": "eriWnG_createTitle",
71
- "createActions": "eriWnG_createActions",
65
+ "rowSelected": "eriWnG_rowSelected",
72
66
  "createIn": "eriWnG_createIn",
73
- "rowName": "eriWnG_rowName"
67
+ "millerRow": "eriWnG_millerRow",
68
+ "crumb": "eriWnG_crumb",
69
+ "createActions": "eriWnG_createActions",
70
+ "crumbBar": "eriWnG_crumbBar",
71
+ "crumbTrail": "eriWnG_crumbTrail",
72
+ "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
73
+ "column": "eriWnG_column"
74
74
  };
75
75
  //#endregion
76
76
  //#region src/client/DirectoryBrowser.tsx