@songtonyli/dsh-cli 0.1.12 → 0.1.13

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 (1723) hide show
  1. package/README.md +1 -1
  2. package/bin/dsh.mjs +1 -1
  3. package/node_modules/@deepseek-ai/cordis/lib/index.js +3 -2
  4. package/node_modules/@deepseek-ai/cordis/src/logger.ts +3 -2
  5. package/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js +1 -1
  6. package/node_modules/@deepseek-ai/cordis-plugin-loader/src/config/entry.ts +1 -1
  7. package/node_modules/@deepseek-ai/dsh/README.i18n.yaml +2 -2
  8. package/node_modules/@deepseek-ai/dsh/README.md +6 -4
  9. package/node_modules/@deepseek-ai/dsh/README.zh.md +6 -4
  10. package/node_modules/@deepseek-ai/dsh/lib/bin.js +118 -54
  11. package/node_modules/@deepseek-ai/dsh/lib/{dump-config-CpQgpJa2.js → dump-config-Bb5YvFIX.js} +1 -1
  12. package/node_modules/@deepseek-ai/dsh/lib/plugin-DJ-rVHUS.js +31 -0
  13. package/node_modules/@deepseek-ai/dsh/lib/{profile-boot-CuwbWsnH.js → profile-boot-BNu17Y9U.js} +82 -135
  14. package/node_modules/@deepseek-ai/dsh/lib/profile-boot.js +2 -0
  15. package/node_modules/@deepseek-ai/dsh/package.json +117 -102
  16. package/node_modules/@deepseek-ai/dsh-acp/package.json +22 -22
  17. package/node_modules/@deepseek-ai/dsh-acp-app/README.i18n.yaml +2 -2
  18. package/node_modules/@deepseek-ai/dsh-acp-app/README.md +1 -1
  19. package/node_modules/@deepseek-ai/dsh-acp-app/README.zh.md +1 -1
  20. package/node_modules/@deepseek-ai/dsh-acp-app/cordis.patch.yml +3 -0
  21. package/node_modules/@deepseek-ai/dsh-acp-app/package.json +3 -3
  22. package/node_modules/@deepseek-ai/dsh-agent/package.json +18 -18
  23. package/node_modules/@deepseek-ai/dsh-agent-default-model/package.json +7 -7
  24. package/node_modules/@deepseek-ai/dsh-agent-instructions/package.json +21 -21
  25. package/node_modules/@deepseek-ai/dsh-agent-loop/README.i18n.yaml +2 -2
  26. package/node_modules/@deepseek-ai/dsh-agent-loop/README.md +1 -1
  27. package/node_modules/@deepseek-ai/dsh-agent-loop/README.zh.md +1 -1
  28. package/node_modules/@deepseek-ai/dsh-agent-loop/lib/index.js +2 -3
  29. package/node_modules/@deepseek-ai/dsh-agent-loop/package.json +25 -25
  30. package/node_modules/@deepseek-ai/dsh-agent-presets/package.json +27 -27
  31. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/cordis/agent.cordis.yml +23 -13
  32. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/cordis/preset.yml +1 -1
  33. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/cordis/skills/cordis-plugin-development/SKILL.md +73 -385
  34. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/cordis/skills/editing-cordis-compositions/SKILL.md +9 -72
  35. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/ptc/agent.cordis.yml +4 -0
  36. package/node_modules/@deepseek-ai/dsh-agent-presets/presets/standard/agent.cordis.yml +4 -0
  37. package/node_modules/@deepseek-ai/dsh-agent-tool-presentation/package.json +8 -8
  38. package/node_modules/@deepseek-ai/dsh-anonymous-user-id/package.json +5 -5
  39. package/node_modules/@deepseek-ai/dsh-api-authorization-controller/package.json +10 -10
  40. package/node_modules/@deepseek-ai/dsh-api-gateway/README.i18n.yaml +2 -2
  41. package/node_modules/@deepseek-ai/dsh-api-gateway/README.md +9 -5
  42. package/node_modules/@deepseek-ai/dsh-api-gateway/README.zh.md +9 -5
  43. package/node_modules/@deepseek-ai/dsh-api-gateway/lib/client.js +41 -51
  44. package/node_modules/@deepseek-ai/dsh-api-gateway/lib/types/client/index.js +4 -17
  45. package/node_modules/@deepseek-ai/dsh-api-gateway/lib/types/client/remote-events.js +33 -38
  46. package/node_modules/@deepseek-ai/dsh-api-gateway/lib/types/client/stream-client.js +2 -1
  47. package/node_modules/@deepseek-ai/dsh-api-gateway/package.json +9 -9
  48. package/node_modules/@deepseek-ai/dsh-api-remotes/README.i18n.yaml +2 -2
  49. package/node_modules/@deepseek-ai/dsh-api-remotes/README.md +1 -1
  50. package/node_modules/@deepseek-ai/dsh-api-remotes/README.zh.md +1 -1
  51. package/node_modules/@deepseek-ai/dsh-api-remotes/lib/client.js +754 -76
  52. package/node_modules/@deepseek-ai/dsh-api-remotes/lib/index.js +12 -0
  53. package/node_modules/@deepseek-ai/dsh-api-remotes/lib/types/client/index.js +5 -4
  54. package/node_modules/@deepseek-ai/dsh-api-remotes/lib/types/remote-events.js +3 -0
  55. package/node_modules/@deepseek-ai/dsh-api-remotes/package.json +37 -35
  56. package/node_modules/@deepseek-ai/dsh-api-session-controller/README.i18n.yaml +2 -2
  57. package/node_modules/@deepseek-ai/dsh-api-session-controller/README.md +15 -3
  58. package/node_modules/@deepseek-ai/dsh-api-session-controller/README.zh.md +15 -3
  59. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/client.js +428 -471
  60. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/index.js +16 -47
  61. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/typert.host.js +11 -32
  62. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/typert.remote-client.js +0 -21
  63. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/agent.js +8 -1
  64. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/index.js +16 -5
  65. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/scope.js +15 -22
  66. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/sessions/lineage.js +1 -3
  67. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/sessions/manager.js +75 -174
  68. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/sessions/projection-store.js +6 -14
  69. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/sessions/service.js +259 -244
  70. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/client/sessions/session.js +29 -33
  71. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/commands.js +10 -4
  72. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/control.js +1 -41
  73. package/node_modules/@deepseek-ai/dsh-api-session-controller/lib/types/index.js +1 -1
  74. package/node_modules/@deepseek-ai/dsh-api-session-controller/package.json +66 -66
  75. package/node_modules/@deepseek-ai/dsh-api-settings-controller/package.json +13 -13
  76. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/README.i18n.yaml +2 -2
  77. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/README.md +14 -5
  78. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/README.zh.md +14 -5
  79. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/client.js +249 -19
  80. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/index.js +258 -50
  81. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/typert.host.js +67 -11
  82. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/typert.remote-client.js +54 -9
  83. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/client/bindings.js +71 -0
  84. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/client/index.js +83 -8
  85. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/client/model.js +20 -7
  86. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/client/retention.js +77 -0
  87. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/index.js +49 -43
  88. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/retention.js +153 -0
  89. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/lib/types/terminal.js +35 -0
  90. package/node_modules/@deepseek-ai/dsh-api-terminal-controller/package.json +16 -16
  91. package/node_modules/@deepseek-ai/dsh-api-workspace-controller/package.json +16 -16
  92. package/node_modules/@deepseek-ai/dsh-api-workspace-files/README.i18n.yaml +2 -2
  93. package/node_modules/@deepseek-ai/dsh-api-workspace-files/README.md +2 -0
  94. package/node_modules/@deepseek-ai/dsh-api-workspace-files/README.zh.md +2 -0
  95. package/node_modules/@deepseek-ai/dsh-api-workspace-files/lib/index.js +6 -11
  96. package/node_modules/@deepseek-ai/dsh-api-workspace-files/lib/typert.host.js +4 -4
  97. package/node_modules/@deepseek-ai/dsh-api-workspace-files/lib/typert.remote-client.js +4 -4
  98. package/node_modules/@deepseek-ai/dsh-api-workspace-files/lib/types/index.js +6 -7
  99. package/node_modules/@deepseek-ai/dsh-api-workspace-files/package.json +11 -10
  100. package/node_modules/@deepseek-ai/dsh-app-boot/README.i18n.yaml +2 -2
  101. package/node_modules/@deepseek-ai/dsh-app-boot/README.md +18 -8
  102. package/node_modules/@deepseek-ai/dsh-app-boot/README.zh.md +17 -7
  103. package/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js +360 -202
  104. package/node_modules/@deepseek-ai/dsh-app-boot/package.json +9 -17
  105. package/node_modules/@deepseek-ai/dsh-atomic-write/README.i18n.yaml +2 -2
  106. package/node_modules/@deepseek-ai/dsh-atomic-write/README.md +2 -0
  107. package/node_modules/@deepseek-ai/dsh-atomic-write/README.zh.md +2 -0
  108. package/node_modules/@deepseek-ai/dsh-atomic-write/lib/index.js +8 -3
  109. package/node_modules/@deepseek-ai/dsh-atomic-write/package.json +1 -1
  110. package/node_modules/@deepseek-ai/dsh-attachment/package.json +3 -3
  111. package/node_modules/@deepseek-ai/dsh-attachment-local/package.json +6 -6
  112. package/node_modules/@deepseek-ai/dsh-authorization/package.json +7 -7
  113. package/node_modules/@deepseek-ai/dsh-base/cordis.patch.yml +12 -5
  114. package/node_modules/@deepseek-ai/dsh-base/package.json +89 -88
  115. package/node_modules/@deepseek-ai/dsh-bash-local/package.json +10 -10
  116. package/node_modules/@deepseek-ai/dsh-bash-sandbox/package.json +12 -12
  117. package/node_modules/@deepseek-ai/dsh-brand/package.json +1 -1
  118. package/node_modules/@deepseek-ai/dsh-chunked-list/package.json +1 -1
  119. package/node_modules/@deepseek-ai/dsh-client-connection/README.i18n.yaml +2 -2
  120. package/node_modules/@deepseek-ai/dsh-client-connection/README.md +4 -0
  121. package/node_modules/@deepseek-ai/dsh-client-connection/README.zh.md +4 -0
  122. package/node_modules/@deepseek-ai/dsh-client-connection/lib/index.js +1 -1
  123. package/node_modules/@deepseek-ai/dsh-client-connection/package.json +7 -7
  124. package/node_modules/@deepseek-ai/dsh-client-file-upload/package.json +12 -12
  125. package/node_modules/@deepseek-ai/dsh-client-hmr/README.i18n.yaml +2 -2
  126. package/node_modules/@deepseek-ai/dsh-client-hmr/README.md +11 -11
  127. package/node_modules/@deepseek-ai/dsh-client-hmr/README.zh.md +11 -11
  128. package/node_modules/@deepseek-ai/dsh-client-hmr/lib/client.js +10 -59
  129. package/node_modules/@deepseek-ai/dsh-client-hmr/lib/index.js +15 -7
  130. package/node_modules/@deepseek-ai/dsh-client-hmr/package.json +5 -5
  131. package/node_modules/@deepseek-ai/dsh-client-locale/package.json +8 -6
  132. package/node_modules/@deepseek-ai/dsh-client-modules/README.i18n.yaml +2 -2
  133. package/node_modules/@deepseek-ai/dsh-client-modules/README.md +14 -4
  134. package/node_modules/@deepseek-ai/dsh-client-modules/README.zh.md +14 -4
  135. package/node_modules/@deepseek-ai/dsh-client-modules/lib/client.js +407 -26
  136. package/node_modules/@deepseek-ai/dsh-client-modules/lib/index.js +62 -10
  137. package/node_modules/@deepseek-ai/dsh-client-modules/package.json +4 -4
  138. package/node_modules/@deepseek-ai/dsh-client-resources/package.json +4 -3
  139. package/node_modules/@deepseek-ai/dsh-client-ui-agent-preset/lib/client.js +140 -48
  140. package/node_modules/@deepseek-ai/dsh-client-ui-agent-preset/package.json +15 -12
  141. package/node_modules/@deepseek-ai/dsh-client-ui-approval/package.json +12 -10
  142. package/node_modules/@deepseek-ai/dsh-client-ui-attachment/README.i18n.yaml +2 -2
  143. package/node_modules/@deepseek-ai/dsh-client-ui-attachment/README.md +2 -0
  144. package/node_modules/@deepseek-ai/dsh-client-ui-attachment/README.zh.md +2 -0
  145. package/node_modules/@deepseek-ai/dsh-client-ui-attachment/lib/client.js +24 -12
  146. package/node_modules/@deepseek-ai/dsh-client-ui-attachment/package.json +9 -7
  147. package/node_modules/@deepseek-ai/dsh-client-ui-brand-official/package.json +4 -3
  148. package/node_modules/@deepseek-ai/dsh-client-ui-chat/README.i18n.yaml +2 -2
  149. package/node_modules/@deepseek-ai/dsh-client-ui-chat/README.md +4 -2
  150. package/node_modules/@deepseek-ai/dsh-client-ui-chat/README.zh.md +4 -2
  151. package/node_modules/@deepseek-ai/dsh-client-ui-chat/lib/client.js +49 -34
  152. package/node_modules/@deepseek-ai/dsh-client-ui-chat/package.json +33 -29
  153. package/node_modules/@deepseek-ai/dsh-client-ui-commands/README.i18n.yaml +2 -2
  154. package/node_modules/@deepseek-ai/dsh-client-ui-commands/README.md +1 -1
  155. package/node_modules/@deepseek-ai/dsh-client-ui-commands/README.zh.md +1 -1
  156. package/node_modules/@deepseek-ai/dsh-client-ui-commands/lib/client.js +107 -34
  157. package/node_modules/@deepseek-ai/dsh-client-ui-commands/package.json +14 -11
  158. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/README.i18n.yaml +2 -2
  159. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/README.md +13 -2
  160. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/README.zh.md +13 -2
  161. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/lib/client.js +520 -384
  162. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/package.json +30 -26
  163. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/README.i18n.yaml +2 -2
  164. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/README.md +9 -13
  165. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/README.zh.md +9 -13
  166. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/lib/client.js +3 -35
  167. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/package.json +12 -12
  168. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/README.i18n.yaml +2 -2
  169. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/README.md +25 -15
  170. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/README.zh.md +25 -15
  171. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/lib/client.js +1364 -160
  172. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/lib/index.js +164 -41
  173. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/package.json +27 -22
  174. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-browse/package.json +7 -5
  175. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/README.i18n.yaml +2 -2
  176. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/README.md +8 -5
  177. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/README.zh.md +7 -4
  178. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/lib/client.js +3 -1
  179. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/package.json +4 -4
  180. package/node_modules/@deepseek-ai/dsh-client-ui-goal/package.json +14 -12
  181. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/README.i18n.yaml +2 -2
  182. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/README.md +1 -1
  183. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/README.zh.md +1 -1
  184. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/lib/client.js +112 -11
  185. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/package.json +11 -8
  186. package/node_modules/@deepseek-ai/dsh-client-ui-jobs/package.json +8 -6
  187. package/node_modules/@deepseek-ai/dsh-client-ui-layout/README.i18n.yaml +2 -2
  188. package/node_modules/@deepseek-ai/dsh-client-ui-layout/README.md +2 -0
  189. package/node_modules/@deepseek-ai/dsh-client-ui-layout/README.zh.md +2 -0
  190. package/node_modules/@deepseek-ai/dsh-client-ui-layout/lib/client.js +27 -8
  191. package/node_modules/@deepseek-ai/dsh-client-ui-layout/package.json +7 -6
  192. package/node_modules/@deepseek-ai/dsh-client-ui-message-feedback/package.json +15 -13
  193. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/README.i18n.yaml +2 -2
  194. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/README.md +5 -1
  195. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/README.zh.md +5 -1
  196. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/lib/client.js +152 -33
  197. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/package.json +14 -11
  198. package/node_modules/@deepseek-ai/dsh-client-ui-open-in-app/package.json +10 -8
  199. package/node_modules/@deepseek-ai/dsh-client-ui-permission-presets/package.json +14 -12
  200. package/node_modules/@deepseek-ai/dsh-client-ui-plan/README.i18n.yaml +2 -2
  201. package/node_modules/@deepseek-ai/dsh-client-ui-plan/README.md +9 -1
  202. package/node_modules/@deepseek-ai/dsh-client-ui-plan/README.zh.md +9 -1
  203. package/node_modules/@deepseek-ai/dsh-client-ui-plan/lib/client.js +564 -4
  204. package/node_modules/@deepseek-ai/dsh-client-ui-plan/package.json +26 -10
  205. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/README.i18n.yaml +6 -0
  206. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/README.md +129 -0
  207. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/README.zh.md +129 -0
  208. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/lib/client.js +2550 -0
  209. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/lib/index.js +6 -0
  210. package/node_modules/@deepseek-ai/dsh-client-ui-plugin-manager/package.json +65 -0
  211. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/LICENSE +21 -0
  212. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/README.i18n.yaml +6 -0
  213. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/README.md +172 -0
  214. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/README.zh.md +172 -0
  215. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Button.module.css +79 -0
  216. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Checkbox.module.css +28 -0
  217. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/ConnectionIndicator.module.css +123 -0
  218. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/DiffBlock.module.css +109 -0
  219. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/DisclosureRow.module.css +84 -0
  220. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/FileTypeIcon.module.css +50 -0
  221. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/HoverCard.module.css +54 -0
  222. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Input.module.css +38 -0
  223. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/JsonTree.module.css +345 -0
  224. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Menu.module.css +261 -0
  225. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Modal.module.css +103 -0
  226. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/OnboardingSurface.module.css +29 -0
  227. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Pill.module.css +27 -0
  228. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/ReadBlock.module.css +111 -0
  229. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/RiskConfirmation.module.css +73 -0
  230. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/SearchBlock.module.css +112 -0
  231. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/StateDot.module.css +73 -0
  232. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Switch.module.css +50 -0
  233. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Tag.module.css +57 -0
  234. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/TerminalBlock.module.css +205 -0
  235. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Toast.module.css +72 -0
  236. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/Tooltip.module.css +42 -0
  237. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/WebBlock.module.css +141 -0
  238. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/index.js +8666 -0
  239. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/markdown/CodeBlock.module.css +130 -0
  240. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/markdown/JsonBlock.module.css +32 -0
  241. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/markdown/MarkdownText.module.css +462 -0
  242. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/BrandWordmark.d.ts +15 -0
  243. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Button.d.ts +18 -0
  244. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Checkbox.d.ts +20 -0
  245. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/CodeFileIcon.d.ts +12 -0
  246. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/ConnectionIndicator.d.ts +26 -0
  247. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/DiffBlock.d.ts +52 -0
  248. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/DisclosureRow.d.ts +29 -0
  249. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/FileTypeIcon.d.ts +43 -0
  250. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/FishLogo.d.ts +16 -0
  251. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/FoldToggle.d.ts +20 -0
  252. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/HoverCard.d.ts +24 -0
  253. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Input.d.ts +11 -0
  254. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/JsonTree.d.ts +59 -0
  255. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/LinkIcon.d.ts +49 -0
  256. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Menu.d.ts +90 -0
  257. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Modal.d.ts +36 -0
  258. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/OnboardingSurface.d.ts +11 -0
  259. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Pill.d.ts +13 -0
  260. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/ReadBlock.d.ts +47 -0
  261. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/ReferenceIcon.d.ts +16 -0
  262. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/RiskConfirmation.d.ts +20 -0
  263. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/SearchBlock.d.ts +72 -0
  264. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/SiteGlyph.d.ts +25 -0
  265. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/StateDot.d.ts +18 -0
  266. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Switch.d.ts +20 -0
  267. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Tag.d.ts +32 -0
  268. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/TerminalBlock.d.ts +66 -0
  269. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Toast.d.ts +32 -0
  270. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/Tooltip.d.ts +34 -0
  271. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/WebBlock.d.ts +61 -0
  272. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/ansi.d.ts +17 -0
  273. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/clipboard.d.ts +9 -0
  274. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/code-file-icon-artwork.d.ts +54 -0
  275. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/code-file-types.d.ts +30 -0
  276. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/darwin-desktop.d.ts +9 -0
  277. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/file-size.d.ts +8 -0
  278. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/head-tail-cap.d.ts +23 -0
  279. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/icons/index.d.ts +200 -0
  280. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/icons/props.d.ts +9 -0
  281. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/index.d.ts +70 -0
  282. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/CodeBlock.d.ts +30 -0
  283. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/JsonBlock.d.ts +8 -0
  284. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/MarkdownDelegate.d.ts +36 -0
  285. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/MarkdownText.d.ts +49 -0
  286. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/cjkFriendlyStrong.d.ts +9 -0
  287. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/file-link.d.ts +13 -0
  288. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/highlight.d.ts +142 -0
  289. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/incremental.d.ts +80 -0
  290. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/katex.d.ts +27 -0
  291. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/mathCompatibility.d.ts +11 -0
  292. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/parse.d.ts +25 -0
  293. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/plain-text.d.ts +22 -0
  294. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/render.d.ts +138 -0
  295. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/markdown/useViewportHighlighting.d.ts +11 -0
  296. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/pointer-grace.d.ts +22 -0
  297. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/rank-by-name.d.ts +22 -0
  298. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/relative-time.d.ts +23 -0
  299. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/use-copy-feedback.d.ts +14 -0
  300. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/useAnchoredMaxHeight.d.ts +11 -0
  301. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/useAnchoredPosition.d.ts +34 -0
  302. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/useDismissOnOutsidePointer.d.ts +11 -0
  303. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/types/user-text.d.ts +37 -0
  304. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/lib/user-text.module.css +43 -0
  305. package/node_modules/@deepseek-ai/dsh-client-ui-primitives/package.json +60 -0
  306. package/node_modules/@deepseek-ai/dsh-client-ui-reference/README.i18n.yaml +2 -2
  307. package/node_modules/@deepseek-ai/dsh-client-ui-reference/README.md +1 -1
  308. package/node_modules/@deepseek-ai/dsh-client-ui-reference/README.zh.md +1 -1
  309. package/node_modules/@deepseek-ai/dsh-client-ui-reference/lib/client.js +19 -5
  310. package/node_modules/@deepseek-ai/dsh-client-ui-reference/package.json +13 -11
  311. package/node_modules/@deepseek-ai/dsh-client-ui-renderer/README.i18n.yaml +2 -2
  312. package/node_modules/@deepseek-ai/dsh-client-ui-renderer/README.md +4 -3
  313. package/node_modules/@deepseek-ai/dsh-client-ui-renderer/README.zh.md +4 -3
  314. package/node_modules/@deepseek-ai/dsh-client-ui-renderer/lib/client.js +463 -57
  315. package/node_modules/@deepseek-ai/dsh-client-ui-renderer/package.json +3 -2
  316. package/node_modules/@deepseek-ai/dsh-client-ui-schedule/package.json +10 -8
  317. package/node_modules/@deepseek-ai/dsh-client-ui-session/README.i18n.yaml +2 -2
  318. package/node_modules/@deepseek-ai/dsh-client-ui-session/README.md +1 -1
  319. package/node_modules/@deepseek-ai/dsh-client-ui-session/README.zh.md +1 -1
  320. package/node_modules/@deepseek-ai/dsh-client-ui-session/lib/client.js +232 -72
  321. package/node_modules/@deepseek-ai/dsh-client-ui-session/package.json +8 -4
  322. package/node_modules/@deepseek-ai/dsh-client-ui-settings/package.json +5 -4
  323. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/README.i18n.yaml +2 -2
  324. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/README.md +2 -0
  325. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/README.zh.md +2 -0
  326. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/lib/client.js +293 -27
  327. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/package.json +11 -9
  328. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/README.i18n.yaml +2 -2
  329. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/README.md +4 -2
  330. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/README.zh.md +4 -2
  331. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/lib/client.js +244 -227
  332. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/package.json +8 -6
  333. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/README.i18n.yaml +2 -2
  334. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/README.md +6 -2
  335. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/README.zh.md +6 -2
  336. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/lib/client.js +52 -10
  337. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/package.json +12 -8
  338. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/README.i18n.yaml +2 -2
  339. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/README.md +24 -19
  340. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/README.zh.md +23 -18
  341. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/lib/client.js +649 -509
  342. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/package.json +10 -7
  343. package/node_modules/@deepseek-ai/dsh-client-ui-settings-signin/package.json +7 -5
  344. package/node_modules/@deepseek-ai/dsh-client-ui-settings-unarchive-sessions/package.json +11 -9
  345. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/README.i18n.yaml +2 -2
  346. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/README.md +8 -0
  347. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/README.zh.md +8 -0
  348. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/lib/client.js +105 -25
  349. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/package.json +11 -7
  350. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/README.i18n.yaml +6 -0
  351. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/README.md +117 -0
  352. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/README.zh.md +117 -0
  353. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/lib/client.js +821 -0
  354. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/lib/index.js +6 -0
  355. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-browser/package.json +60 -0
  356. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/README.i18n.yaml +2 -2
  357. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/README.md +39 -6
  358. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/README.zh.md +39 -6
  359. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/lib/client.js +1821 -25130
  360. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/lib/client.pdf.js +32609 -0
  361. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/lib/index.js +26 -4
  362. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-documentpreview/package.json +25 -15
  363. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-files/package.json +11 -9
  364. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-right/README.i18n.yaml +2 -2
  365. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-right/README.md +9 -3
  366. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-right/README.zh.md +9 -3
  367. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-right/lib/client.js +4538 -13
  368. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-right/package.json +13 -10
  369. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/README.i18n.yaml +2 -2
  370. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/README.md +8 -5
  371. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/README.zh.md +8 -5
  372. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/lib/client.js +42 -13423
  373. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/lib/client.terminal.js +13494 -0
  374. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar-terminal/package.json +14 -11
  375. package/node_modules/@deepseek-ai/dsh-client-ui-skill/package.json +13 -11
  376. package/node_modules/@deepseek-ai/dsh-client-ui-slots/LICENSE +21 -0
  377. package/node_modules/@deepseek-ai/dsh-client-ui-slots/README.i18n.yaml +6 -0
  378. package/node_modules/@deepseek-ai/dsh-client-ui-slots/README.md +111 -0
  379. package/node_modules/@deepseek-ai/dsh-client-ui-slots/README.zh.md +111 -0
  380. package/node_modules/@deepseek-ai/dsh-client-ui-slots/lib/index.js +577 -0
  381. package/node_modules/@deepseek-ai/dsh-client-ui-slots/lib/types/index.d.ts +951 -0
  382. package/node_modules/@deepseek-ai/dsh-client-ui-slots/lib/types/renderer.d.ts +263 -0
  383. package/node_modules/@deepseek-ai/dsh-client-ui-slots/lib/types/store.d.ts +3 -0
  384. package/node_modules/@deepseek-ai/dsh-client-ui-slots/package.json +37 -0
  385. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/README.i18n.yaml +2 -2
  386. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/README.md +3 -1
  387. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/README.zh.md +3 -1
  388. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/lib/client.js +212 -16
  389. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/package.json +22 -12
  390. package/node_modules/@deepseek-ai/dsh-client-ui-theme/lib/client.js +1 -1
  391. package/node_modules/@deepseek-ai/dsh-client-ui-theme/lib/index.js +1 -0
  392. package/node_modules/@deepseek-ai/dsh-client-ui-theme/package.json +10 -8
  393. package/node_modules/@deepseek-ai/dsh-client-ui-tool/lib/client.js +1 -0
  394. package/node_modules/@deepseek-ai/dsh-client-ui-tool/package.json +21 -19
  395. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/README.i18n.yaml +2 -2
  396. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/README.md +5 -1
  397. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/README.zh.md +5 -1
  398. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/lib/client.js +132 -66
  399. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/package.json +15 -13
  400. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/README.i18n.yaml +2 -2
  401. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/README.md +6 -4
  402. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/README.zh.md +6 -4
  403. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/lib/client.js +71 -74
  404. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/package.json +18 -15
  405. package/node_modules/@deepseek-ai/dsh-client-ui-workflow-run/lib/client.js +12 -5
  406. package/node_modules/@deepseek-ai/dsh-client-ui-workflow-run/package.json +15 -11
  407. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/README.i18n.yaml +2 -2
  408. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/README.md +10 -2
  409. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/README.zh.md +10 -2
  410. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/lib/client.js +403 -217
  411. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/package.json +18 -15
  412. package/node_modules/@deepseek-ai/dsh-cmdline/package.json +1 -1
  413. package/node_modules/@deepseek-ai/dsh-command-compact/package.json +8 -8
  414. package/node_modules/@deepseek-ai/dsh-command-feedback/package.json +11 -11
  415. package/node_modules/@deepseek-ai/dsh-command-goal/package.json +11 -11
  416. package/node_modules/@deepseek-ai/dsh-commands/package.json +18 -18
  417. package/node_modules/@deepseek-ai/dsh-compaction/package.json +11 -11
  418. package/node_modules/@deepseek-ai/dsh-compaction-basic/package.json +22 -22
  419. package/node_modules/@deepseek-ai/dsh-compaction-image-offload/package.json +16 -16
  420. package/node_modules/@deepseek-ai/dsh-compaction-tool-result-pruner/package.json +13 -13
  421. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/README.i18n.yaml +2 -2
  422. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/README.md +7 -7
  423. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/README.zh.md +7 -7
  424. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/lib/client.js +736 -219
  425. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/package.json +6 -6
  426. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/README.i18n.yaml +2 -2
  427. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/README.md +7 -7
  428. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/README.zh.md +7 -7
  429. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/lib/index.js +5 -5
  430. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/lib/types/index.js +5 -8
  431. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/lib/types/lifecycle.js +2 -2
  432. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/package.json +16 -16
  433. package/node_modules/@deepseek-ai/dsh-credentials/package.json +4 -4
  434. package/node_modules/@deepseek-ai/dsh-credentials-local/package.json +9 -9
  435. package/node_modules/@deepseek-ai/dsh-deepseek-llm-api-extensions/package.json +1 -1
  436. package/node_modules/@deepseek-ai/dsh-deque/package.json +1 -1
  437. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/README.i18n.yaml +6 -0
  438. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/README.md +220 -0
  439. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/README.zh.md +220 -0
  440. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/index.js +1894 -0
  441. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/invariant.js +361 -0
  442. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/typert.host.js +879 -0
  443. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/typert.remote-client.js +218 -0
  444. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/activity.js +85 -0
  445. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/client.js +3 -0
  446. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/error.js +23 -0
  447. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/index.js +313 -0
  448. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/invariant.js +26 -0
  449. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/journal.js +63 -0
  450. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/lifecycle.js +85 -0
  451. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/mailbox.js +293 -0
  452. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/persisted.js +20 -0
  453. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/projection.js +260 -0
  454. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/roster.js +448 -0
  455. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/session-message.js +23 -0
  456. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/task-board.js +275 -0
  457. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/task-graph.js +62 -0
  458. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/types.js +26 -0
  459. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/lib/types/validation.js +33 -0
  460. package/node_modules/@deepseek-ai/dsh-experimental-agent-team/package.json +87 -0
  461. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/README.i18n.yaml +6 -0
  462. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/README.md +107 -0
  463. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/README.zh.md +107 -0
  464. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/cordis.patch.yml +30 -0
  465. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/lib/index.js +1 -0
  466. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-profile/package.json +48 -0
  467. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/README.i18n.yaml +6 -0
  468. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/README.md +98 -0
  469. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/README.zh.md +98 -0
  470. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/cordis.patch.yml +6 -0
  471. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/lib/index.js +1 -0
  472. package/node_modules/@deepseek-ai/dsh-experimental-agent-team-web-profile/package.json +47 -0
  473. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/README.i18n.yaml +6 -0
  474. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/README.md +98 -0
  475. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/README.zh.md +98 -0
  476. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/lib/client.js +4979 -0
  477. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/lib/index.js +6 -0
  478. package/node_modules/@deepseek-ai/dsh-experimental-client-ui-agent-team/package.json +81 -0
  479. package/node_modules/@deepseek-ai/dsh-experimental-tool-agent-team/README.i18n.yaml +6 -0
  480. package/node_modules/@deepseek-ai/dsh-experimental-tool-agent-team/README.md +159 -0
  481. package/node_modules/@deepseek-ai/dsh-experimental-tool-agent-team/README.zh.md +159 -0
  482. package/node_modules/@deepseek-ai/dsh-experimental-tool-agent-team/lib/index.js +550 -0
  483. package/node_modules/@deepseek-ai/dsh-experimental-tool-agent-team/package.json +59 -0
  484. package/node_modules/@deepseek-ai/dsh-file-reference/package.json +3 -3
  485. package/node_modules/@deepseek-ai/dsh-file-reference-local/package.json +9 -9
  486. package/node_modules/@deepseek-ai/dsh-fs/package.json +9 -9
  487. package/node_modules/@deepseek-ai/dsh-fs-local/package.json +4 -4
  488. package/node_modules/@deepseek-ai/dsh-fs-observation-policy/package.json +4 -4
  489. package/node_modules/@deepseek-ai/dsh-fs-sandbox/package.json +10 -10
  490. package/node_modules/@deepseek-ai/dsh-goal/package.json +22 -22
  491. package/node_modules/@deepseek-ai/dsh-goal-round-driver/package.json +15 -15
  492. package/node_modules/@deepseek-ai/dsh-headless/cordis.patch.yml +3 -0
  493. package/node_modules/@deepseek-ai/dsh-headless/package.json +17 -17
  494. package/node_modules/@deepseek-ai/dsh-hmr/README.i18n.yaml +6 -0
  495. package/node_modules/@deepseek-ai/dsh-hmr/README.md +95 -0
  496. package/node_modules/@deepseek-ai/dsh-hmr/README.zh.md +95 -0
  497. package/node_modules/@deepseek-ai/dsh-hmr/lib/index.js +672 -0
  498. package/node_modules/@deepseek-ai/{cordis-plugin-hmr → dsh-hmr}/package.json +18 -21
  499. package/node_modules/@deepseek-ai/dsh-home-paths/package.json +1 -1
  500. package/node_modules/@deepseek-ai/dsh-hook-protocol/package.json +7 -7
  501. package/node_modules/@deepseek-ai/dsh-hooks-claude-code/package.json +20 -20
  502. package/node_modules/@deepseek-ai/dsh-hooks-codex/package.json +18 -18
  503. package/node_modules/@deepseek-ai/dsh-host-directory-picker/package.json +1 -1
  504. package/node_modules/@deepseek-ai/dsh-host-directory-picker-auto/package.json +13 -13
  505. package/node_modules/@deepseek-ai/dsh-host-directory-picker-browse/package.json +2 -2
  506. package/node_modules/@deepseek-ai/dsh-host-directory-picker-native/package.json +3 -3
  507. package/node_modules/@deepseek-ai/dsh-host-frontend-static/package.json +6 -6
  508. package/node_modules/@deepseek-ai/dsh-host-open-in-app/package.json +5 -5
  509. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/lib/index.js +40 -24
  510. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/lib/typert.host.js +2 -1
  511. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/lib/typert.remote-client.js +2 -1
  512. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/lib/types/index.js +36 -24
  513. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/package.json +7 -7
  514. package/node_modules/@deepseek-ai/dsh-host-webserver/package.json +1 -1
  515. package/node_modules/@deepseek-ai/dsh-http-proxy/package.json +2 -2
  516. package/node_modules/@deepseek-ai/dsh-invariants/package.json +1 -1
  517. package/node_modules/@deepseek-ai/dsh-jobs/package.json +9 -9
  518. package/node_modules/@deepseek-ai/dsh-jobs-local/package.json +11 -11
  519. package/node_modules/@deepseek-ai/dsh-launch-environment/package.json +1 -1
  520. package/node_modules/@deepseek-ai/dsh-lazy-require/package.json +1 -1
  521. package/node_modules/@deepseek-ai/dsh-llm/README.i18n.yaml +2 -2
  522. package/node_modules/@deepseek-ai/dsh-llm/README.md +1 -1
  523. package/node_modules/@deepseek-ai/dsh-llm/README.zh.md +1 -1
  524. package/node_modules/@deepseek-ai/dsh-llm/lib/index.js +2 -1
  525. package/node_modules/@deepseek-ai/dsh-llm/lib/typert.host.js +3 -2
  526. package/node_modules/@deepseek-ai/dsh-llm/lib/typert.remote-client.js +2 -1
  527. package/node_modules/@deepseek-ai/dsh-llm/lib/types/index.js +1 -0
  528. package/node_modules/@deepseek-ai/dsh-llm/package.json +8 -8
  529. package/node_modules/@deepseek-ai/dsh-llm-deepseek/README.i18n.yaml +2 -2
  530. package/node_modules/@deepseek-ai/dsh-llm-deepseek/README.md +4 -4
  531. package/node_modules/@deepseek-ai/dsh-llm-deepseek/README.zh.md +4 -4
  532. package/node_modules/@deepseek-ai/dsh-llm-deepseek/lib/index.js +33 -37
  533. package/node_modules/@deepseek-ai/dsh-llm-deepseek/package.json +37 -37
  534. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/README.i18n.yaml +2 -2
  535. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/README.md +3 -2
  536. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/README.zh.md +3 -2
  537. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/lib/index.js +47 -3
  538. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/package.json +21 -21
  539. package/node_modules/@deepseek-ai/dsh-llm-retry/package.json +20 -20
  540. package/node_modules/@deepseek-ai/dsh-mcp-client/package.json +20 -20
  541. package/node_modules/@deepseek-ai/dsh-mcp-resources/package.json +12 -12
  542. package/node_modules/@deepseek-ai/dsh-message-feedback/package.json +14 -14
  543. package/node_modules/@deepseek-ai/dsh-native-command/package.json +2 -2
  544. package/node_modules/@deepseek-ai/dsh-office-to-pdf/README.i18n.yaml +6 -0
  545. package/node_modules/@deepseek-ai/dsh-office-to-pdf/README.md +105 -0
  546. package/node_modules/@deepseek-ai/dsh-office-to-pdf/README.zh.md +105 -0
  547. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/index.js +659 -0
  548. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/typert.host.js +193 -0
  549. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/typert.remote-client.js +94 -0
  550. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/errors.js +15 -0
  551. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/identity.js +23 -0
  552. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/index.js +287 -0
  553. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/output.js +47 -0
  554. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/queue.js +246 -0
  555. package/node_modules/@deepseek-ai/dsh-office-to-pdf/lib/types/types.js +2 -0
  556. package/node_modules/@deepseek-ai/dsh-office-to-pdf/package.json +64 -0
  557. package/node_modules/@deepseek-ai/dsh-output-retention/package.json +1 -1
  558. package/node_modules/@deepseek-ai/dsh-package-manifest/package.json +1 -1
  559. package/node_modules/@deepseek-ai/dsh-permission-presets/package.json +21 -21
  560. package/node_modules/@deepseek-ai/dsh-persona/package.json +4 -4
  561. package/node_modules/@deepseek-ai/dsh-plan-mode/README.i18n.yaml +2 -2
  562. package/node_modules/@deepseek-ai/dsh-plan-mode/README.md +2 -0
  563. package/node_modules/@deepseek-ai/dsh-plan-mode/README.zh.md +2 -0
  564. package/node_modules/@deepseek-ai/dsh-plan-mode/lib/index.js +2 -1
  565. package/node_modules/@deepseek-ai/dsh-plan-mode/lib/types/index.js +1 -1
  566. package/node_modules/@deepseek-ai/dsh-plan-mode/package.json +22 -22
  567. package/node_modules/@deepseek-ai/dsh-plugin-manager/README.i18n.yaml +6 -0
  568. package/node_modules/@deepseek-ai/dsh-plugin-manager/README.md +133 -0
  569. package/node_modules/@deepseek-ai/dsh-plugin-manager/README.zh.md +133 -0
  570. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/index.js +1174 -0
  571. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/typert.host.js +604 -0
  572. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/typert.remote-client.js +393 -0
  573. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/build-approval.js +56 -0
  574. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/failure.js +8 -0
  575. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/index.js +623 -0
  576. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/install-failure.js +33 -0
  577. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/install-spec.js +73 -0
  578. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/operations.js +177 -0
  579. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/patch.js +50 -0
  580. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/tools.js +74 -0
  581. package/node_modules/@deepseek-ai/dsh-plugin-manager/lib/types/types.js +2 -0
  582. package/node_modules/@deepseek-ai/dsh-plugin-manager/package.json +102 -0
  583. package/node_modules/@deepseek-ai/dsh-plugin-package-inventory-deepseek/package.json +13 -13
  584. package/node_modules/@deepseek-ai/dsh-ptc-runtime/package.json +3 -3
  585. package/node_modules/@deepseek-ai/dsh-ptc-runtime-node/README.i18n.yaml +2 -2
  586. package/node_modules/@deepseek-ai/dsh-ptc-runtime-node/README.md +1 -1
  587. package/node_modules/@deepseek-ai/dsh-ptc-runtime-node/README.zh.md +1 -1
  588. package/node_modules/@deepseek-ai/dsh-ptc-runtime-node/lib/index.js +1 -1
  589. package/node_modules/@deepseek-ai/dsh-ptc-runtime-node/package.json +20 -20
  590. package/node_modules/@deepseek-ai/dsh-pwsh-local/package.json +10 -10
  591. package/node_modules/@deepseek-ai/dsh-pwsh-sandbox/package.json +12 -12
  592. package/node_modules/@deepseek-ai/dsh-repeat-tool-reminder/lib/index.js +2 -1
  593. package/node_modules/@deepseek-ai/dsh-repeat-tool-reminder/package.json +9 -9
  594. package/node_modules/@deepseek-ai/dsh-sandbox/README.i18n.yaml +2 -2
  595. package/node_modules/@deepseek-ai/dsh-sandbox/README.md +2 -2
  596. package/node_modules/@deepseek-ai/dsh-sandbox/README.zh.md +2 -2
  597. package/node_modules/@deepseek-ai/dsh-sandbox/lib/index.js +6 -9
  598. package/node_modules/@deepseek-ai/dsh-sandbox/package.json +6 -6
  599. package/node_modules/@deepseek-ai/dsh-sandbox-local/package.json +9 -9
  600. package/node_modules/@deepseek-ai/dsh-sandbox-policy/package.json +13 -13
  601. package/node_modules/@deepseek-ai/dsh-sandbox-windows-acl/package.json +8 -8
  602. package/node_modules/@deepseek-ai/dsh-schedule/package.json +20 -20
  603. package/node_modules/@deepseek-ai/dsh-scope/package.json +3 -3
  604. package/node_modules/@deepseek-ai/dsh-sdk-app/README.i18n.yaml +2 -2
  605. package/node_modules/@deepseek-ai/dsh-sdk-app/README.md +1 -1
  606. package/node_modules/@deepseek-ai/dsh-sdk-app/README.zh.md +1 -1
  607. package/node_modules/@deepseek-ai/dsh-sdk-app/cordis.patch.yml +3 -0
  608. package/node_modules/@deepseek-ai/dsh-sdk-app/package.json +3 -3
  609. package/node_modules/@deepseek-ai/dsh-sdk-jsonrpc-server/package.json +21 -21
  610. package/node_modules/@deepseek-ai/dsh-sdk-minimal/package.json +28 -28
  611. package/node_modules/@deepseek-ai/dsh-sdk-protocol/package.json +7 -7
  612. package/node_modules/@deepseek-ai/dsh-session/lib/index.js +2 -1
  613. package/node_modules/@deepseek-ai/dsh-session/lib/types/known-event-types.js +1 -0
  614. package/node_modules/@deepseek-ai/dsh-session/package.json +9 -9
  615. package/node_modules/@deepseek-ai/dsh-session-checkpoint-policy/package.json +15 -15
  616. package/node_modules/@deepseek-ai/dsh-session-format/package.json +2 -2
  617. package/node_modules/@deepseek-ai/dsh-session-format-catalog/package.json +8 -8
  618. package/node_modules/@deepseek-ai/dsh-session-format-v0-to-v1/package.json +4 -4
  619. package/node_modules/@deepseek-ai/dsh-session-format-v1-to-v2/package.json +6 -6
  620. package/node_modules/@deepseek-ai/dsh-session-format-v2-to-v3/package.json +4 -4
  621. package/node_modules/@deepseek-ai/dsh-session-log-deepseek/package.json +14 -14
  622. package/node_modules/@deepseek-ai/dsh-session-log-export/package.json +19 -17
  623. package/node_modules/@deepseek-ai/dsh-session-persistence/package.json +9 -9
  624. package/node_modules/@deepseek-ai/dsh-session-persistence-jsonl/lib/worker.cjs +7 -4
  625. package/node_modules/@deepseek-ai/dsh-session-persistence-jsonl/package.json +10 -10
  626. package/node_modules/@deepseek-ai/dsh-session-projection/package.json +3 -3
  627. package/node_modules/@deepseek-ai/dsh-session-projection-cache/package.json +10 -10
  628. package/node_modules/@deepseek-ai/dsh-session-query/package.json +18 -18
  629. package/node_modules/@deepseek-ai/dsh-session-query-sqlite/package.json +9 -9
  630. package/node_modules/@deepseek-ai/dsh-session-reference/README.i18n.yaml +2 -2
  631. package/node_modules/@deepseek-ai/dsh-session-reference/README.md +1 -1
  632. package/node_modules/@deepseek-ai/dsh-session-reference/README.zh.md +1 -1
  633. package/node_modules/@deepseek-ai/dsh-session-reference/lib/index.js +20 -16
  634. package/node_modules/@deepseek-ai/dsh-session-reference/lib/typert.host.js +4 -3
  635. package/node_modules/@deepseek-ai/dsh-session-reference/lib/typert.remote-client.js +2 -1
  636. package/node_modules/@deepseek-ai/dsh-session-reference/lib/types/index.js +30 -23
  637. package/node_modules/@deepseek-ai/dsh-session-reference/package.json +34 -32
  638. package/node_modules/@deepseek-ai/dsh-session-stats/package.json +7 -7
  639. package/node_modules/@deepseek-ai/dsh-session-telemetry/package.json +5 -5
  640. package/node_modules/@deepseek-ai/dsh-session-telemetry-otel/package.json +19 -19
  641. package/node_modules/@deepseek-ai/dsh-session-title/package.json +16 -16
  642. package/node_modules/@deepseek-ai/dsh-session-title-first-prompt-llm/package.json +12 -12
  643. package/node_modules/@deepseek-ai/dsh-session-title-llm/package.json +10 -10
  644. package/node_modules/@deepseek-ai/dsh-session-turn-outline/package.json +7 -7
  645. package/node_modules/@deepseek-ai/dsh-settings/package.json +8 -8
  646. package/node_modules/@deepseek-ai/dsh-settings-file/package.json +8 -8
  647. package/node_modules/@deepseek-ai/dsh-shell/package.json +7 -7
  648. package/node_modules/@deepseek-ai/dsh-shell-env/package.json +9 -9
  649. package/node_modules/@deepseek-ai/dsh-skill/package.json +6 -6
  650. package/node_modules/@deepseek-ai/dsh-skill-badge/package.json +3 -3
  651. package/node_modules/@deepseek-ai/dsh-skill-filesystem/package.json +7 -7
  652. package/node_modules/@deepseek-ai/dsh-spill/package.json +7 -7
  653. package/node_modules/@deepseek-ai/dsh-spill-local/package.json +6 -6
  654. package/node_modules/@deepseek-ai/dsh-spill-policy/package.json +18 -18
  655. package/node_modules/@deepseek-ai/dsh-storage/package.json +1 -1
  656. package/node_modules/@deepseek-ai/dsh-storage-domain/package.json +5 -5
  657. package/node_modules/@deepseek-ai/dsh-storage-json/package.json +3 -3
  658. package/node_modules/@deepseek-ai/dsh-subagent/README.i18n.yaml +2 -2
  659. package/node_modules/@deepseek-ai/dsh-subagent/README.md +12 -0
  660. package/node_modules/@deepseek-ai/dsh-subagent/README.zh.md +12 -0
  661. package/node_modules/@deepseek-ai/dsh-subagent/lib/index.js +116 -50
  662. package/node_modules/@deepseek-ai/dsh-subagent/lib/typert.host.js +11 -4
  663. package/node_modules/@deepseek-ai/dsh-subagent/lib/typert.remote-client.js +3 -3
  664. package/node_modules/@deepseek-ai/dsh-subagent/lib/types/continuation-activation.js +41 -4
  665. package/node_modules/@deepseek-ai/dsh-subagent/lib/types/continuation.js +2 -2
  666. package/node_modules/@deepseek-ai/dsh-subagent/lib/types/control.js +1 -0
  667. package/node_modules/@deepseek-ai/dsh-subagent/lib/types/index.js +29 -3
  668. package/node_modules/@deepseek-ai/dsh-subagent/package.json +54 -48
  669. package/node_modules/@deepseek-ai/dsh-subagent-acp/package.json +20 -20
  670. package/node_modules/@deepseek-ai/dsh-subagent-fork-in-process/package.json +14 -14
  671. package/node_modules/@deepseek-ai/dsh-subagent-in-process-driver/package.json +22 -22
  672. package/node_modules/@deepseek-ai/dsh-subagent-spawn-in-process/package.json +16 -16
  673. package/node_modules/@deepseek-ai/dsh-subprocess/README.i18n.yaml +2 -2
  674. package/node_modules/@deepseek-ai/dsh-subprocess/README.md +2 -0
  675. package/node_modules/@deepseek-ai/dsh-subprocess/README.zh.md +2 -0
  676. package/node_modules/@deepseek-ai/dsh-subprocess/package.json +4 -4
  677. package/node_modules/@deepseek-ai/dsh-subprocess-local/README.i18n.yaml +2 -2
  678. package/node_modules/@deepseek-ai/dsh-subprocess-local/README.md +7 -0
  679. package/node_modules/@deepseek-ai/dsh-subprocess-local/README.zh.md +7 -0
  680. package/node_modules/@deepseek-ai/dsh-subprocess-local/lib/index.js +267 -20
  681. package/node_modules/@deepseek-ai/dsh-subprocess-local/lib/runner-launch-DGV26RBf.js +1525 -0
  682. package/node_modules/@deepseek-ai/dsh-subprocess-local/lib/runner.js +1 -1
  683. package/node_modules/@deepseek-ai/dsh-subprocess-local/package.json +7 -7
  684. package/node_modules/@deepseek-ai/dsh-system-prompt/package.json +7 -7
  685. package/node_modules/@deepseek-ai/dsh-terminal/package.json +6 -6
  686. package/node_modules/@deepseek-ai/dsh-terminal-bash/package.json +17 -17
  687. package/node_modules/@deepseek-ai/dsh-time-context/package.json +20 -20
  688. package/node_modules/@deepseek-ai/dsh-timeout/package.json +1 -1
  689. package/node_modules/@deepseek-ai/dsh-tmux-context/lib/index.js +2 -1
  690. package/node_modules/@deepseek-ai/dsh-tmux-context/package.json +11 -11
  691. package/node_modules/@deepseek-ai/dsh-token-meter/package.json +14 -14
  692. package/node_modules/@deepseek-ai/dsh-tool-ask-user/package.json +9 -9
  693. package/node_modules/@deepseek-ai/dsh-tool-bash/README.i18n.yaml +2 -2
  694. package/node_modules/@deepseek-ai/dsh-tool-bash/README.md +1 -1
  695. package/node_modules/@deepseek-ai/dsh-tool-bash/README.zh.md +1 -1
  696. package/node_modules/@deepseek-ai/dsh-tool-bash/package.json +29 -29
  697. package/node_modules/@deepseek-ai/dsh-tool-bash-persistent/package.json +17 -17
  698. package/node_modules/@deepseek-ai/dsh-tool-call-timeout-policy/package.json +7 -7
  699. package/node_modules/@deepseek-ai/dsh-tool-cordis/README.i18n.yaml +2 -2
  700. package/node_modules/@deepseek-ai/dsh-tool-cordis/README.md +11 -131
  701. package/node_modules/@deepseek-ai/dsh-tool-cordis/README.zh.md +15 -135
  702. package/node_modules/@deepseek-ai/dsh-tool-cordis/lib/index.js +688 -743
  703. package/node_modules/@deepseek-ai/dsh-tool-cordis/package.json +10 -16
  704. package/node_modules/@deepseek-ai/dsh-tool-fs/lib/index.js +10 -6
  705. package/node_modules/@deepseek-ai/dsh-tool-fs/package.json +27 -27
  706. package/node_modules/@deepseek-ai/dsh-tool-fs-search/package.json +20 -20
  707. package/node_modules/@deepseek-ai/dsh-tool-goal/package.json +16 -16
  708. package/node_modules/@deepseek-ai/dsh-tool-jobs/package.json +15 -15
  709. package/node_modules/@deepseek-ai/dsh-tool-present/README.i18n.yaml +1 -1
  710. package/node_modules/@deepseek-ai/dsh-tool-present/package.json +18 -18
  711. package/node_modules/@deepseek-ai/dsh-tool-pwsh/package.json +28 -28
  712. package/node_modules/@deepseek-ai/dsh-tool-pwsh-persistent/package.json +18 -18
  713. package/node_modules/@deepseek-ai/dsh-tool-ralph/package.json +19 -19
  714. package/node_modules/@deepseek-ai/dsh-tool-skill/package.json +12 -12
  715. package/node_modules/@deepseek-ai/dsh-tool-str-replace-editor/package.json +17 -17
  716. package/node_modules/@deepseek-ai/dsh-tool-subagent/README.i18n.yaml +2 -2
  717. package/node_modules/@deepseek-ai/dsh-tool-subagent/README.md +2 -2
  718. package/node_modules/@deepseek-ai/dsh-tool-subagent/README.zh.md +2 -2
  719. package/node_modules/@deepseek-ai/dsh-tool-subagent/lib/index.js +3 -3
  720. package/node_modules/@deepseek-ai/dsh-tool-subagent/package.json +28 -28
  721. package/node_modules/@deepseek-ai/dsh-tool-subagent-control/package.json +19 -19
  722. package/node_modules/@deepseek-ai/dsh-tool-todo/package.json +15 -15
  723. package/node_modules/@deepseek-ai/dsh-tool-web/package.json +18 -18
  724. package/node_modules/@deepseek-ai/dsh-tool-workflow/package.json +18 -18
  725. package/node_modules/@deepseek-ai/dsh-tools/package.json +24 -24
  726. package/node_modules/@deepseek-ai/dsh-tui-app/README.i18n.yaml +2 -2
  727. package/node_modules/@deepseek-ai/dsh-tui-app/README.md +5 -4
  728. package/node_modules/@deepseek-ai/dsh-tui-app/README.zh.md +5 -4
  729. package/node_modules/@deepseek-ai/dsh-tui-app/cordis.patch.yml +9 -0
  730. package/node_modules/@deepseek-ai/dsh-tui-app/lib/index.js +298 -13
  731. package/node_modules/@deepseek-ai/dsh-tui-app/package.json +68 -62
  732. package/node_modules/@deepseek-ai/dsh-typert-loader/package.json +4 -4
  733. package/node_modules/@deepseek-ai/dsh-typert-protocol/README.i18n.yaml +2 -2
  734. package/node_modules/@deepseek-ai/dsh-typert-protocol/README.md +3 -1
  735. package/node_modules/@deepseek-ai/dsh-typert-protocol/README.zh.md +3 -1
  736. package/node_modules/@deepseek-ai/dsh-typert-protocol/lib/index.js +32 -1
  737. package/node_modules/@deepseek-ai/dsh-typert-protocol/lib/types/index.js +1 -0
  738. package/node_modules/@deepseek-ai/dsh-typert-protocol/lib/types/owned-value.js +32 -0
  739. package/node_modules/@deepseek-ai/dsh-typert-protocol/package.json +1 -1
  740. package/node_modules/@deepseek-ai/dsh-typert-registry/package.json +2 -2
  741. package/node_modules/@deepseek-ai/dsh-user-approval/package.json +15 -15
  742. package/node_modules/@deepseek-ai/dsh-user-questions/README.i18n.yaml +2 -2
  743. package/node_modules/@deepseek-ai/dsh-user-questions/README.md +2 -0
  744. package/node_modules/@deepseek-ai/dsh-user-questions/README.zh.md +2 -0
  745. package/node_modules/@deepseek-ai/dsh-user-questions/lib/index.js +2 -1
  746. package/node_modules/@deepseek-ai/dsh-user-questions/lib/types/plan-review.js +5 -1
  747. package/node_modules/@deepseek-ai/dsh-user-questions/package.json +7 -7
  748. package/node_modules/@deepseek-ai/dsh-util-crypto/package.json +1 -1
  749. package/node_modules/@deepseek-ai/dsh-util-time/package.json +1 -1
  750. package/node_modules/@deepseek-ai/dsh-util-values/README.i18n.yaml +2 -2
  751. package/node_modules/@deepseek-ai/dsh-util-values/README.md +6 -3
  752. package/node_modules/@deepseek-ai/dsh-util-values/README.zh.md +6 -3
  753. package/node_modules/@deepseek-ai/dsh-util-values/lib/index.js +62 -1
  754. package/node_modules/@deepseek-ai/dsh-util-values/package.json +1 -1
  755. package/node_modules/@deepseek-ai/dsh-util-workspace-path/package.json +1 -1
  756. package/node_modules/@deepseek-ai/dsh-web/package.json +3 -3
  757. package/node_modules/@deepseek-ai/dsh-web-app/README.i18n.yaml +2 -2
  758. package/node_modules/@deepseek-ai/dsh-web-app/README.md +1 -1
  759. package/node_modules/@deepseek-ai/dsh-web-app/README.zh.md +1 -1
  760. package/node_modules/@deepseek-ai/dsh-web-app/cordis.patch.yml +35 -12
  761. package/node_modules/@deepseek-ai/dsh-web-app/package.json +98 -86
  762. package/node_modules/@deepseek-ai/dsh-web-fetch-http/package.json +7 -7
  763. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/assets/index-8VXBH-f-.js +127 -0
  764. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/assets/index-lP1BfJ4l.css +1 -0
  765. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/index.html +2 -2
  766. package/node_modules/@deepseek-ai/dsh-web-frontend/package.json +9 -6
  767. package/node_modules/@deepseek-ai/dsh-web-search-deepseek/package.json +15 -15
  768. package/node_modules/@deepseek-ai/dsh-web-search-exa/package.json +6 -6
  769. package/node_modules/@deepseek-ai/dsh-web-search-perplexity/package.json +6 -6
  770. package/node_modules/@deepseek-ai/dsh-webhook/package.json +21 -21
  771. package/node_modules/@deepseek-ai/dsh-webhook-github/package.json +10 -10
  772. package/node_modules/@deepseek-ai/dsh-win32-process/README.i18n.yaml +2 -2
  773. package/node_modules/@deepseek-ai/dsh-win32-process/README.md +2 -0
  774. package/node_modules/@deepseek-ai/dsh-win32-process/README.zh.md +2 -0
  775. package/node_modules/@deepseek-ai/dsh-win32-process/lib/index.js +7 -4
  776. package/node_modules/@deepseek-ai/dsh-win32-process/package.json +2 -2
  777. package/node_modules/@deepseek-ai/dsh-workflow/package.json +11 -11
  778. package/node_modules/@deepseek-ai/dsh-workflow-ptc/package.json +33 -33
  779. package/node_modules/@deepseek-ai/dsh-workspace/package.json +14 -14
  780. package/node_modules/@deepseek-ai/dsh-workspace-changes/README.i18n.yaml +6 -0
  781. package/node_modules/@deepseek-ai/dsh-workspace-changes/README.md +108 -0
  782. package/node_modules/@deepseek-ai/dsh-workspace-changes/README.zh.md +108 -0
  783. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/index.js +1106 -0
  784. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/capture.js +107 -0
  785. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/compare.js +56 -0
  786. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/git.js +224 -0
  787. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/index.js +139 -0
  788. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/numstat.js +45 -0
  789. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/paths.js +106 -0
  790. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/recorder.js +333 -0
  791. package/node_modules/@deepseek-ai/dsh-workspace-changes/lib/types/types.js +2 -0
  792. package/node_modules/@deepseek-ai/dsh-workspace-changes/package.json +56 -0
  793. package/node_modules/@deepseek-ai/libreoffice-kit/LICENSE +373 -0
  794. package/node_modules/@deepseek-ai/libreoffice-kit/NOTICE +26 -0
  795. package/node_modules/@deepseek-ai/libreoffice-kit/README.md +73 -0
  796. package/node_modules/@deepseek-ai/libreoffice-kit/README.zh.md +73 -0
  797. package/node_modules/@deepseek-ai/libreoffice-kit/lib/index.js +924 -0
  798. package/node_modules/@deepseek-ai/libreoffice-kit/lib/worker.js +800 -0
  799. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/CHANGELOG.md +115 -0
  800. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/LICENSE +21 -0
  801. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/README.md +558 -0
  802. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/esm/browser.js +2665 -0
  803. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/esm/index.mjs +2679 -0
  804. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/lib/browser.cjs +2688 -0
  805. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/lib/index.cjs +2668 -0
  806. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/lib/node-worker.cjs +32 -0
  807. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/lib/node.cjs +2700 -0
  808. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/lib/worker.cjs +20 -0
  809. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/package.json +127 -0
  810. package/node_modules/@deepseek-ai/libreoffice-kit/node_modules/fflate/umd/index.js +1 -0
  811. package/node_modules/@deepseek-ai/libreoffice-kit/package.json +39 -0
  812. package/node_modules/@sec-ant/readable-stream/LICENSE +21 -0
  813. package/node_modules/@sec-ant/readable-stream/README.md +230 -0
  814. package/node_modules/@sec-ant/readable-stream/dist/index/asyncIterator.js +5 -0
  815. package/node_modules/@sec-ant/readable-stream/dist/index/fromAnyIterable.js +5 -0
  816. package/node_modules/@sec-ant/readable-stream/dist/index/index.js +8 -0
  817. package/node_modules/@sec-ant/readable-stream/dist/polyfill/asyncIterator.js +3 -0
  818. package/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js +2 -0
  819. package/node_modules/@sec-ant/readable-stream/dist/polyfill/index.js +4 -0
  820. package/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js +89 -0
  821. package/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js +34 -0
  822. package/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js +6 -0
  823. package/node_modules/@sec-ant/readable-stream/package.json +73 -0
  824. package/node_modules/@sindresorhus/merge-streams/index.js +265 -0
  825. package/node_modules/@sindresorhus/merge-streams/license +9 -0
  826. package/node_modules/@sindresorhus/merge-streams/package.json +46 -0
  827. package/node_modules/@sindresorhus/merge-streams/readme.md +53 -0
  828. package/node_modules/@swc/helpers/LICENSE +201 -0
  829. package/node_modules/@swc/helpers/_/_apply_decorated_descriptor/package.json +4 -0
  830. package/node_modules/@swc/helpers/_/_apply_decs_2203_r/package.json +4 -0
  831. package/node_modules/@swc/helpers/_/_apply_decs_2311/package.json +4 -0
  832. package/node_modules/@swc/helpers/_/_array_like_to_array/package.json +4 -0
  833. package/node_modules/@swc/helpers/_/_array_with_holes/package.json +4 -0
  834. package/node_modules/@swc/helpers/_/_array_without_holes/package.json +4 -0
  835. package/node_modules/@swc/helpers/_/_assert_this_initialized/package.json +4 -0
  836. package/node_modules/@swc/helpers/_/_async_generator/package.json +4 -0
  837. package/node_modules/@swc/helpers/_/_async_generator_delegate/package.json +4 -0
  838. package/node_modules/@swc/helpers/_/_async_iterator/package.json +4 -0
  839. package/node_modules/@swc/helpers/_/_async_to_generator/package.json +4 -0
  840. package/node_modules/@swc/helpers/_/_await_async_generator/package.json +4 -0
  841. package/node_modules/@swc/helpers/_/_await_value/package.json +4 -0
  842. package/node_modules/@swc/helpers/_/_call_super/package.json +4 -0
  843. package/node_modules/@swc/helpers/_/_check_private_redeclaration/package.json +4 -0
  844. package/node_modules/@swc/helpers/_/_class_apply_descriptor_destructure/package.json +4 -0
  845. package/node_modules/@swc/helpers/_/_class_apply_descriptor_get/package.json +4 -0
  846. package/node_modules/@swc/helpers/_/_class_apply_descriptor_set/package.json +4 -0
  847. package/node_modules/@swc/helpers/_/_class_apply_descriptor_update/package.json +4 -0
  848. package/node_modules/@swc/helpers/_/_class_call_check/package.json +4 -0
  849. package/node_modules/@swc/helpers/_/_class_check_private_static_access/package.json +4 -0
  850. package/node_modules/@swc/helpers/_/_class_check_private_static_field_descriptor/package.json +4 -0
  851. package/node_modules/@swc/helpers/_/_class_extract_field_descriptor/package.json +4 -0
  852. package/node_modules/@swc/helpers/_/_class_name_tdz_error/package.json +4 -0
  853. package/node_modules/@swc/helpers/_/_class_private_field_destructure/package.json +4 -0
  854. package/node_modules/@swc/helpers/_/_class_private_field_get/package.json +4 -0
  855. package/node_modules/@swc/helpers/_/_class_private_field_init/package.json +4 -0
  856. package/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json +4 -0
  857. package/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json +4 -0
  858. package/node_modules/@swc/helpers/_/_class_private_field_set/package.json +4 -0
  859. package/node_modules/@swc/helpers/_/_class_private_field_update/package.json +4 -0
  860. package/node_modules/@swc/helpers/_/_class_private_method_get/package.json +4 -0
  861. package/node_modules/@swc/helpers/_/_class_private_method_init/package.json +4 -0
  862. package/node_modules/@swc/helpers/_/_class_private_method_set/package.json +4 -0
  863. package/node_modules/@swc/helpers/_/_class_static_private_field_destructure/package.json +4 -0
  864. package/node_modules/@swc/helpers/_/_class_static_private_field_spec_get/package.json +4 -0
  865. package/node_modules/@swc/helpers/_/_class_static_private_field_spec_set/package.json +4 -0
  866. package/node_modules/@swc/helpers/_/_class_static_private_field_update/package.json +4 -0
  867. package/node_modules/@swc/helpers/_/_class_static_private_method_get/package.json +4 -0
  868. package/node_modules/@swc/helpers/_/_construct/package.json +4 -0
  869. package/node_modules/@swc/helpers/_/_create_class/package.json +4 -0
  870. package/node_modules/@swc/helpers/_/_create_for_of_iterator_helper_loose/package.json +4 -0
  871. package/node_modules/@swc/helpers/_/_create_super/package.json +4 -0
  872. package/node_modules/@swc/helpers/_/_decorate/package.json +4 -0
  873. package/node_modules/@swc/helpers/_/_defaults/package.json +4 -0
  874. package/node_modules/@swc/helpers/_/_define_enumerable_properties/package.json +4 -0
  875. package/node_modules/@swc/helpers/_/_define_property/package.json +4 -0
  876. package/node_modules/@swc/helpers/_/_dispose/package.json +4 -0
  877. package/node_modules/@swc/helpers/_/_export_star/package.json +4 -0
  878. package/node_modules/@swc/helpers/_/_extends/package.json +4 -0
  879. package/node_modules/@swc/helpers/_/_get/package.json +4 -0
  880. package/node_modules/@swc/helpers/_/_get_prototype_of/package.json +4 -0
  881. package/node_modules/@swc/helpers/_/_identity/package.json +4 -0
  882. package/node_modules/@swc/helpers/_/_inherits/package.json +4 -0
  883. package/node_modules/@swc/helpers/_/_inherits_loose/package.json +4 -0
  884. package/node_modules/@swc/helpers/_/_initializer_define_property/package.json +4 -0
  885. package/node_modules/@swc/helpers/_/_initializer_warning_helper/package.json +4 -0
  886. package/node_modules/@swc/helpers/_/_instanceof/package.json +4 -0
  887. package/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
  888. package/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
  889. package/node_modules/@swc/helpers/_/_is_native_function/package.json +4 -0
  890. package/node_modules/@swc/helpers/_/_is_native_reflect_construct/package.json +4 -0
  891. package/node_modules/@swc/helpers/_/_iterable_to_array/package.json +4 -0
  892. package/node_modules/@swc/helpers/_/_iterable_to_array_limit/package.json +4 -0
  893. package/node_modules/@swc/helpers/_/_iterable_to_array_limit_loose/package.json +4 -0
  894. package/node_modules/@swc/helpers/_/_jsx/package.json +4 -0
  895. package/node_modules/@swc/helpers/_/_new_arrow_check/package.json +4 -0
  896. package/node_modules/@swc/helpers/_/_non_iterable_rest/package.json +4 -0
  897. package/node_modules/@swc/helpers/_/_non_iterable_spread/package.json +4 -0
  898. package/node_modules/@swc/helpers/_/_object_destructuring_empty/package.json +4 -0
  899. package/node_modules/@swc/helpers/_/_object_spread/package.json +4 -0
  900. package/node_modules/@swc/helpers/_/_object_spread_props/package.json +4 -0
  901. package/node_modules/@swc/helpers/_/_object_without_properties/package.json +4 -0
  902. package/node_modules/@swc/helpers/_/_object_without_properties_loose/package.json +4 -0
  903. package/node_modules/@swc/helpers/_/_overload_yield/package.json +4 -0
  904. package/node_modules/@swc/helpers/_/_possible_constructor_return/package.json +4 -0
  905. package/node_modules/@swc/helpers/_/_read_only_error/package.json +4 -0
  906. package/node_modules/@swc/helpers/_/_set/package.json +4 -0
  907. package/node_modules/@swc/helpers/_/_set_prototype_of/package.json +4 -0
  908. package/node_modules/@swc/helpers/_/_skip_first_generator_next/package.json +4 -0
  909. package/node_modules/@swc/helpers/_/_sliced_to_array/package.json +4 -0
  910. package/node_modules/@swc/helpers/_/_sliced_to_array_loose/package.json +4 -0
  911. package/node_modules/@swc/helpers/_/_super_prop_base/package.json +4 -0
  912. package/node_modules/@swc/helpers/_/_tagged_template_literal/package.json +4 -0
  913. package/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +4 -0
  914. package/node_modules/@swc/helpers/_/_throw/package.json +4 -0
  915. package/node_modules/@swc/helpers/_/_to_array/package.json +4 -0
  916. package/node_modules/@swc/helpers/_/_to_consumable_array/package.json +4 -0
  917. package/node_modules/@swc/helpers/_/_to_primitive/package.json +4 -0
  918. package/node_modules/@swc/helpers/_/_to_property_key/package.json +4 -0
  919. package/node_modules/@swc/helpers/_/_ts_add_disposable_resource/package.json +4 -0
  920. package/node_modules/@swc/helpers/_/_ts_decorate/package.json +4 -0
  921. package/node_modules/@swc/helpers/_/_ts_dispose_resources/package.json +4 -0
  922. package/node_modules/@swc/helpers/_/_ts_generator/package.json +4 -0
  923. package/node_modules/@swc/helpers/_/_ts_metadata/package.json +4 -0
  924. package/node_modules/@swc/helpers/_/_ts_param/package.json +4 -0
  925. package/node_modules/@swc/helpers/_/_ts_rewrite_relative_import_extension/package.json +4 -0
  926. package/node_modules/@swc/helpers/_/_ts_values/package.json +4 -0
  927. package/node_modules/@swc/helpers/_/_type_of/package.json +4 -0
  928. package/node_modules/@swc/helpers/_/_unsupported_iterable_to_array/package.json +4 -0
  929. package/node_modules/@swc/helpers/_/_update/package.json +4 -0
  930. package/node_modules/@swc/helpers/_/_using/package.json +4 -0
  931. package/node_modules/@swc/helpers/_/_using_ctx/package.json +4 -0
  932. package/node_modules/@swc/helpers/_/_wrap_async_generator/package.json +4 -0
  933. package/node_modules/@swc/helpers/_/_wrap_native_super/package.json +4 -0
  934. package/node_modules/@swc/helpers/_/_wrap_reg_exp/package.json +4 -0
  935. package/node_modules/@swc/helpers/_/_write_only_error/package.json +4 -0
  936. package/node_modules/@swc/helpers/_/index/package.json +4 -0
  937. package/node_modules/@swc/helpers/cjs/_apply_decorated_descriptor.cjs +35 -0
  938. package/node_modules/@swc/helpers/cjs/_apply_decs_2203_r.cjs +574 -0
  939. package/node_modules/@swc/helpers/cjs/_apply_decs_2311.cjs +346 -0
  940. package/node_modules/@swc/helpers/cjs/_array_like_to_array.cjs +10 -0
  941. package/node_modules/@swc/helpers/cjs/_array_with_holes.cjs +6 -0
  942. package/node_modules/@swc/helpers/cjs/_array_without_holes.cjs +8 -0
  943. package/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs +8 -0
  944. package/node_modules/@swc/helpers/cjs/_async_generator.cjs +76 -0
  945. package/node_modules/@swc/helpers/cjs/_async_generator_delegate.cjs +53 -0
  946. package/node_modules/@swc/helpers/cjs/_async_iterator.cjs +46 -0
  947. package/node_modules/@swc/helpers/cjs/_async_to_generator.cjs +33 -0
  948. package/node_modules/@swc/helpers/cjs/_await_async_generator.cjs +8 -0
  949. package/node_modules/@swc/helpers/cjs/_await_value.cjs +6 -0
  950. package/node_modules/@swc/helpers/cjs/_call_super.cjs +19 -0
  951. package/node_modules/@swc/helpers/cjs/_check_private_redeclaration.cjs +8 -0
  952. package/node_modules/@swc/helpers/cjs/_class_apply_descriptor_destructure.cjs +25 -0
  953. package/node_modules/@swc/helpers/cjs/_class_apply_descriptor_get.cjs +8 -0
  954. package/node_modules/@swc/helpers/cjs/_class_apply_descriptor_set.cjs +15 -0
  955. package/node_modules/@swc/helpers/cjs/_class_apply_descriptor_update.cjs +30 -0
  956. package/node_modules/@swc/helpers/cjs/_class_call_check.cjs +6 -0
  957. package/node_modules/@swc/helpers/cjs/_class_check_private_static_access.cjs +6 -0
  958. package/node_modules/@swc/helpers/cjs/_class_check_private_static_field_descriptor.cjs +8 -0
  959. package/node_modules/@swc/helpers/cjs/_class_extract_field_descriptor.cjs +8 -0
  960. package/node_modules/@swc/helpers/cjs/_class_name_tdz_error.cjs +6 -0
  961. package/node_modules/@swc/helpers/cjs/_class_private_field_destructure.cjs +10 -0
  962. package/node_modules/@swc/helpers/cjs/_class_private_field_get.cjs +10 -0
  963. package/node_modules/@swc/helpers/cjs/_class_private_field_init.cjs +9 -0
  964. package/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs +10 -0
  965. package/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs +8 -0
  966. package/node_modules/@swc/helpers/cjs/_class_private_field_set.cjs +11 -0
  967. package/node_modules/@swc/helpers/cjs/_class_private_field_update.cjs +10 -0
  968. package/node_modules/@swc/helpers/cjs/_class_private_method_get.cjs +8 -0
  969. package/node_modules/@swc/helpers/cjs/_class_private_method_init.cjs +9 -0
  970. package/node_modules/@swc/helpers/cjs/_class_private_method_set.cjs +6 -0
  971. package/node_modules/@swc/helpers/cjs/_class_static_private_field_destructure.cjs +13 -0
  972. package/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_get.cjs +13 -0
  973. package/node_modules/@swc/helpers/cjs/_class_static_private_field_spec_set.cjs +14 -0
  974. package/node_modules/@swc/helpers/cjs/_class_static_private_field_update.cjs +13 -0
  975. package/node_modules/@swc/helpers/cjs/_class_static_private_method_get.cjs +10 -0
  976. package/node_modules/@swc/helpers/cjs/_construct.cjs +22 -0
  977. package/node_modules/@swc/helpers/cjs/_create_class.cjs +20 -0
  978. package/node_modules/@swc/helpers/cjs/_create_for_of_iterator_helper_loose.cjs +24 -0
  979. package/node_modules/@swc/helpers/cjs/_create_super.cjs +23 -0
  980. package/node_modules/@swc/helpers/cjs/_decorate.cjs +270 -0
  981. package/node_modules/@swc/helpers/cjs/_defaults.cjs +15 -0
  982. package/node_modules/@swc/helpers/cjs/_define_enumerable_properties.cjs +26 -0
  983. package/node_modules/@swc/helpers/cjs/_define_property.cjs +10 -0
  984. package/node_modules/@swc/helpers/cjs/_dispose.cjs +43 -0
  985. package/node_modules/@swc/helpers/cjs/_export_star.cjs +17 -0
  986. package/node_modules/@swc/helpers/cjs/_extends.cjs +15 -0
  987. package/node_modules/@swc/helpers/cjs/_get.cjs +23 -0
  988. package/node_modules/@swc/helpers/cjs/_get_prototype_of.cjs +10 -0
  989. package/node_modules/@swc/helpers/cjs/_identity.cjs +7 -0
  990. package/node_modules/@swc/helpers/cjs/_inherits.cjs +14 -0
  991. package/node_modules/@swc/helpers/cjs/_inherits_loose.cjs +8 -0
  992. package/node_modules/@swc/helpers/cjs/_initializer_define_property.cjs +13 -0
  993. package/node_modules/@swc/helpers/cjs/_initializer_warning_helper.cjs +11 -0
  994. package/node_modules/@swc/helpers/cjs/_instanceof.cjs +10 -0
  995. package/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  996. package/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  997. package/node_modules/@swc/helpers/cjs/_is_native_function.cjs +6 -0
  998. package/node_modules/@swc/helpers/cjs/_is_native_reflect_construct.cjs +18 -0
  999. package/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs +8 -0
  1000. package/node_modules/@swc/helpers/cjs/_iterable_to_array_limit.cjs +31 -0
  1001. package/node_modules/@swc/helpers/cjs/_iterable_to_array_limit_loose.cjs +17 -0
  1002. package/node_modules/@swc/helpers/cjs/_jsx.cjs +28 -0
  1003. package/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs +6 -0
  1004. package/node_modules/@swc/helpers/cjs/_non_iterable_rest.cjs +6 -0
  1005. package/node_modules/@swc/helpers/cjs/_non_iterable_spread.cjs +6 -0
  1006. package/node_modules/@swc/helpers/cjs/_object_destructuring_empty.cjs +8 -0
  1007. package/node_modules/@swc/helpers/cjs/_object_spread.cjs +25 -0
  1008. package/node_modules/@swc/helpers/cjs/_object_spread_props.cjs +30 -0
  1009. package/node_modules/@swc/helpers/cjs/_object_without_properties.cjs +35 -0
  1010. package/node_modules/@swc/helpers/cjs/_object_without_properties_loose.cjs +16 -0
  1011. package/node_modules/@swc/helpers/cjs/_overload_yield.cjs +8 -0
  1012. package/node_modules/@swc/helpers/cjs/_possible_constructor_return.cjs +11 -0
  1013. package/node_modules/@swc/helpers/cjs/_read_only_error.cjs +6 -0
  1014. package/node_modules/@swc/helpers/cjs/_set.cjs +44 -0
  1015. package/node_modules/@swc/helpers/cjs/_set_prototype_of.cjs +12 -0
  1016. package/node_modules/@swc/helpers/cjs/_skip_first_generator_next.cjs +11 -0
  1017. package/node_modules/@swc/helpers/cjs/_sliced_to_array.cjs +11 -0
  1018. package/node_modules/@swc/helpers/cjs/_sliced_to_array_loose.cjs +11 -0
  1019. package/node_modules/@swc/helpers/cjs/_super_prop_base.cjs +13 -0
  1020. package/node_modules/@swc/helpers/cjs/_tagged_template_literal.cjs +8 -0
  1021. package/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +10 -0
  1022. package/node_modules/@swc/helpers/cjs/_throw.cjs +6 -0
  1023. package/node_modules/@swc/helpers/cjs/_to_array.cjs +11 -0
  1024. package/node_modules/@swc/helpers/cjs/_to_consumable_array.cjs +11 -0
  1025. package/node_modules/@swc/helpers/cjs/_to_primitive.cjs +18 -0
  1026. package/node_modules/@swc/helpers/cjs/_to_property_key.cjs +11 -0
  1027. package/node_modules/@swc/helpers/cjs/_ts_add_disposable_resource.cjs +3 -0
  1028. package/node_modules/@swc/helpers/cjs/_ts_decorate.cjs +3 -0
  1029. package/node_modules/@swc/helpers/cjs/_ts_dispose_resources.cjs +3 -0
  1030. package/node_modules/@swc/helpers/cjs/_ts_generator.cjs +31 -0
  1031. package/node_modules/@swc/helpers/cjs/_ts_metadata.cjs +3 -0
  1032. package/node_modules/@swc/helpers/cjs/_ts_param.cjs +3 -0
  1033. package/node_modules/@swc/helpers/cjs/_ts_rewrite_relative_import_extension.cjs +3 -0
  1034. package/node_modules/@swc/helpers/cjs/_ts_values.cjs +3 -0
  1035. package/node_modules/@swc/helpers/cjs/_type_of.cjs +8 -0
  1036. package/node_modules/@swc/helpers/cjs/_unsupported_iterable_to_array.cjs +15 -0
  1037. package/node_modules/@swc/helpers/cjs/_update.cjs +16 -0
  1038. package/node_modules/@swc/helpers/cjs/_using.cjs +24 -0
  1039. package/node_modules/@swc/helpers/cjs/_using_ctx.cjs +75 -0
  1040. package/node_modules/@swc/helpers/cjs/_wrap_async_generator.cjs +10 -0
  1041. package/node_modules/@swc/helpers/cjs/_wrap_native_super.cjs +28 -0
  1042. package/node_modules/@swc/helpers/cjs/_wrap_reg_exp.cjs +84 -0
  1043. package/node_modules/@swc/helpers/cjs/_write_only_error.cjs +6 -0
  1044. package/node_modules/@swc/helpers/cjs/index.cjs +439 -0
  1045. package/node_modules/@swc/helpers/esm/_apply_decorated_descriptor.js +33 -0
  1046. package/node_modules/@swc/helpers/esm/_apply_decs_2203_r.js +572 -0
  1047. package/node_modules/@swc/helpers/esm/_apply_decs_2311.js +344 -0
  1048. package/node_modules/@swc/helpers/esm/_array_like_to_array.js +8 -0
  1049. package/node_modules/@swc/helpers/esm/_array_with_holes.js +4 -0
  1050. package/node_modules/@swc/helpers/esm/_array_without_holes.js +6 -0
  1051. package/node_modules/@swc/helpers/esm/_assert_this_initialized.js +6 -0
  1052. package/node_modules/@swc/helpers/esm/_async_generator.js +74 -0
  1053. package/node_modules/@swc/helpers/esm/_async_generator_delegate.js +51 -0
  1054. package/node_modules/@swc/helpers/esm/_async_iterator.js +44 -0
  1055. package/node_modules/@swc/helpers/esm/_async_to_generator.js +31 -0
  1056. package/node_modules/@swc/helpers/esm/_await_async_generator.js +6 -0
  1057. package/node_modules/@swc/helpers/esm/_await_value.js +4 -0
  1058. package/node_modules/@swc/helpers/esm/_call_super.js +17 -0
  1059. package/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +6 -0
  1060. package/node_modules/@swc/helpers/esm/_class_apply_descriptor_destructure.js +23 -0
  1061. package/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js +6 -0
  1062. package/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js +13 -0
  1063. package/node_modules/@swc/helpers/esm/_class_apply_descriptor_update.js +28 -0
  1064. package/node_modules/@swc/helpers/esm/_class_call_check.js +4 -0
  1065. package/node_modules/@swc/helpers/esm/_class_check_private_static_access.js +4 -0
  1066. package/node_modules/@swc/helpers/esm/_class_check_private_static_field_descriptor.js +6 -0
  1067. package/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js +6 -0
  1068. package/node_modules/@swc/helpers/esm/_class_name_tdz_error.js +4 -0
  1069. package/node_modules/@swc/helpers/esm/_class_private_field_destructure.js +8 -0
  1070. package/node_modules/@swc/helpers/esm/_class_private_field_get.js +8 -0
  1071. package/node_modules/@swc/helpers/esm/_class_private_field_init.js +7 -0
  1072. package/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js +8 -0
  1073. package/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js +6 -0
  1074. package/node_modules/@swc/helpers/esm/_class_private_field_set.js +9 -0
  1075. package/node_modules/@swc/helpers/esm/_class_private_field_update.js +8 -0
  1076. package/node_modules/@swc/helpers/esm/_class_private_method_get.js +6 -0
  1077. package/node_modules/@swc/helpers/esm/_class_private_method_init.js +7 -0
  1078. package/node_modules/@swc/helpers/esm/_class_private_method_set.js +4 -0
  1079. package/node_modules/@swc/helpers/esm/_class_static_private_field_destructure.js +11 -0
  1080. package/node_modules/@swc/helpers/esm/_class_static_private_field_spec_get.js +11 -0
  1081. package/node_modules/@swc/helpers/esm/_class_static_private_field_spec_set.js +12 -0
  1082. package/node_modules/@swc/helpers/esm/_class_static_private_field_update.js +11 -0
  1083. package/node_modules/@swc/helpers/esm/_class_static_private_method_get.js +8 -0
  1084. package/node_modules/@swc/helpers/esm/_construct.js +20 -0
  1085. package/node_modules/@swc/helpers/esm/_create_class.js +18 -0
  1086. package/node_modules/@swc/helpers/esm/_create_for_of_iterator_helper_loose.js +22 -0
  1087. package/node_modules/@swc/helpers/esm/_create_super.js +21 -0
  1088. package/node_modules/@swc/helpers/esm/_decorate.js +268 -0
  1089. package/node_modules/@swc/helpers/esm/_defaults.js +13 -0
  1090. package/node_modules/@swc/helpers/esm/_define_enumerable_properties.js +24 -0
  1091. package/node_modules/@swc/helpers/esm/_define_property.js +8 -0
  1092. package/node_modules/@swc/helpers/esm/_dispose.js +41 -0
  1093. package/node_modules/@swc/helpers/esm/_export_star.js +15 -0
  1094. package/node_modules/@swc/helpers/esm/_extends.js +13 -0
  1095. package/node_modules/@swc/helpers/esm/_get.js +21 -0
  1096. package/node_modules/@swc/helpers/esm/_get_prototype_of.js +8 -0
  1097. package/node_modules/@swc/helpers/esm/_identity.js +5 -0
  1098. package/node_modules/@swc/helpers/esm/_inherits.js +12 -0
  1099. package/node_modules/@swc/helpers/esm/_inherits_loose.js +6 -0
  1100. package/node_modules/@swc/helpers/esm/_initializer_define_property.js +11 -0
  1101. package/node_modules/@swc/helpers/esm/_initializer_warning_helper.js +9 -0
  1102. package/node_modules/@swc/helpers/esm/_instanceof.js +8 -0
  1103. package/node_modules/@swc/helpers/esm/_interop_require_default.js +4 -0
  1104. package/node_modules/@swc/helpers/esm/_interop_require_wildcard.js +36 -0
  1105. package/node_modules/@swc/helpers/esm/_is_native_function.js +4 -0
  1106. package/node_modules/@swc/helpers/esm/_is_native_reflect_construct.js +16 -0
  1107. package/node_modules/@swc/helpers/esm/_iterable_to_array.js +6 -0
  1108. package/node_modules/@swc/helpers/esm/_iterable_to_array_limit.js +29 -0
  1109. package/node_modules/@swc/helpers/esm/_iterable_to_array_limit_loose.js +15 -0
  1110. package/node_modules/@swc/helpers/esm/_jsx.js +26 -0
  1111. package/node_modules/@swc/helpers/esm/_new_arrow_check.js +4 -0
  1112. package/node_modules/@swc/helpers/esm/_non_iterable_rest.js +4 -0
  1113. package/node_modules/@swc/helpers/esm/_non_iterable_spread.js +4 -0
  1114. package/node_modules/@swc/helpers/esm/_object_destructuring_empty.js +6 -0
  1115. package/node_modules/@swc/helpers/esm/_object_spread.js +23 -0
  1116. package/node_modules/@swc/helpers/esm/_object_spread_props.js +28 -0
  1117. package/node_modules/@swc/helpers/esm/_object_without_properties.js +33 -0
  1118. package/node_modules/@swc/helpers/esm/_object_without_properties_loose.js +14 -0
  1119. package/node_modules/@swc/helpers/esm/_overload_yield.js +6 -0
  1120. package/node_modules/@swc/helpers/esm/_possible_constructor_return.js +9 -0
  1121. package/node_modules/@swc/helpers/esm/_read_only_error.js +4 -0
  1122. package/node_modules/@swc/helpers/esm/_set.js +42 -0
  1123. package/node_modules/@swc/helpers/esm/_set_prototype_of.js +10 -0
  1124. package/node_modules/@swc/helpers/esm/_skip_first_generator_next.js +9 -0
  1125. package/node_modules/@swc/helpers/esm/_sliced_to_array.js +9 -0
  1126. package/node_modules/@swc/helpers/esm/_sliced_to_array_loose.js +9 -0
  1127. package/node_modules/@swc/helpers/esm/_super_prop_base.js +11 -0
  1128. package/node_modules/@swc/helpers/esm/_tagged_template_literal.js +6 -0
  1129. package/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js +8 -0
  1130. package/node_modules/@swc/helpers/esm/_throw.js +4 -0
  1131. package/node_modules/@swc/helpers/esm/_to_array.js +9 -0
  1132. package/node_modules/@swc/helpers/esm/_to_consumable_array.js +9 -0
  1133. package/node_modules/@swc/helpers/esm/_to_primitive.js +16 -0
  1134. package/node_modules/@swc/helpers/esm/_to_property_key.js +9 -0
  1135. package/node_modules/@swc/helpers/esm/_ts_add_disposable_resource.js +1 -0
  1136. package/node_modules/@swc/helpers/esm/_ts_decorate.js +1 -0
  1137. package/node_modules/@swc/helpers/esm/_ts_dispose_resources.js +1 -0
  1138. package/node_modules/@swc/helpers/esm/_ts_generator.js +29 -0
  1139. package/node_modules/@swc/helpers/esm/_ts_metadata.js +1 -0
  1140. package/node_modules/@swc/helpers/esm/_ts_param.js +1 -0
  1141. package/node_modules/@swc/helpers/esm/_ts_rewrite_relative_import_extension.js +1 -0
  1142. package/node_modules/@swc/helpers/esm/_ts_values.js +1 -0
  1143. package/node_modules/@swc/helpers/esm/_type_of.js +6 -0
  1144. package/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js +13 -0
  1145. package/node_modules/@swc/helpers/esm/_update.js +14 -0
  1146. package/node_modules/@swc/helpers/esm/_using.js +22 -0
  1147. package/node_modules/@swc/helpers/esm/_using_ctx.js +73 -0
  1148. package/node_modules/@swc/helpers/esm/_wrap_async_generator.js +8 -0
  1149. package/node_modules/@swc/helpers/esm/_wrap_native_super.js +26 -0
  1150. package/node_modules/@swc/helpers/esm/_wrap_reg_exp.js +82 -0
  1151. package/node_modules/@swc/helpers/esm/_write_only_error.js +4 -0
  1152. package/node_modules/@swc/helpers/esm/index.js +110 -0
  1153. package/node_modules/@swc/helpers/package.json +702 -0
  1154. package/node_modules/@swc/helpers/scripts/ast_grep.js +218 -0
  1155. package/node_modules/@swc/helpers/scripts/build.js +133 -0
  1156. package/node_modules/@swc/helpers/scripts/errors.js +1 -0
  1157. package/node_modules/@swc/helpers/scripts/utils.js +3 -0
  1158. package/node_modules/@swc/helpers/src/_apply_decorated_descriptor.mjs +1 -0
  1159. package/node_modules/@swc/helpers/src/_apply_decs_2203_r.mjs +1 -0
  1160. package/node_modules/@swc/helpers/src/_apply_decs_2311.mjs +1 -0
  1161. package/node_modules/@swc/helpers/src/_array_like_to_array.mjs +1 -0
  1162. package/node_modules/@swc/helpers/src/_array_with_holes.mjs +1 -0
  1163. package/node_modules/@swc/helpers/src/_array_without_holes.mjs +1 -0
  1164. package/node_modules/@swc/helpers/src/_assert_this_initialized.mjs +1 -0
  1165. package/node_modules/@swc/helpers/src/_async_generator.mjs +1 -0
  1166. package/node_modules/@swc/helpers/src/_async_generator_delegate.mjs +1 -0
  1167. package/node_modules/@swc/helpers/src/_async_iterator.mjs +1 -0
  1168. package/node_modules/@swc/helpers/src/_async_to_generator.mjs +1 -0
  1169. package/node_modules/@swc/helpers/src/_await_async_generator.mjs +1 -0
  1170. package/node_modules/@swc/helpers/src/_await_value.mjs +1 -0
  1171. package/node_modules/@swc/helpers/src/_call_super.mjs +1 -0
  1172. package/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs +1 -0
  1173. package/node_modules/@swc/helpers/src/_class_apply_descriptor_destructure.mjs +1 -0
  1174. package/node_modules/@swc/helpers/src/_class_apply_descriptor_get.mjs +1 -0
  1175. package/node_modules/@swc/helpers/src/_class_apply_descriptor_set.mjs +1 -0
  1176. package/node_modules/@swc/helpers/src/_class_apply_descriptor_update.mjs +1 -0
  1177. package/node_modules/@swc/helpers/src/_class_call_check.mjs +1 -0
  1178. package/node_modules/@swc/helpers/src/_class_check_private_static_access.mjs +1 -0
  1179. package/node_modules/@swc/helpers/src/_class_check_private_static_field_descriptor.mjs +1 -0
  1180. package/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs +1 -0
  1181. package/node_modules/@swc/helpers/src/_class_name_tdz_error.mjs +1 -0
  1182. package/node_modules/@swc/helpers/src/_class_private_field_destructure.mjs +1 -0
  1183. package/node_modules/@swc/helpers/src/_class_private_field_get.mjs +1 -0
  1184. package/node_modules/@swc/helpers/src/_class_private_field_init.mjs +1 -0
  1185. package/node_modules/@swc/helpers/src/_class_private_field_loose_base.mjs +1 -0
  1186. package/node_modules/@swc/helpers/src/_class_private_field_loose_key.mjs +1 -0
  1187. package/node_modules/@swc/helpers/src/_class_private_field_set.mjs +1 -0
  1188. package/node_modules/@swc/helpers/src/_class_private_field_update.mjs +1 -0
  1189. package/node_modules/@swc/helpers/src/_class_private_method_get.mjs +1 -0
  1190. package/node_modules/@swc/helpers/src/_class_private_method_init.mjs +1 -0
  1191. package/node_modules/@swc/helpers/src/_class_private_method_set.mjs +1 -0
  1192. package/node_modules/@swc/helpers/src/_class_static_private_field_destructure.mjs +1 -0
  1193. package/node_modules/@swc/helpers/src/_class_static_private_field_spec_get.mjs +1 -0
  1194. package/node_modules/@swc/helpers/src/_class_static_private_field_spec_set.mjs +1 -0
  1195. package/node_modules/@swc/helpers/src/_class_static_private_field_update.mjs +1 -0
  1196. package/node_modules/@swc/helpers/src/_class_static_private_method_get.mjs +1 -0
  1197. package/node_modules/@swc/helpers/src/_construct.mjs +1 -0
  1198. package/node_modules/@swc/helpers/src/_create_class.mjs +1 -0
  1199. package/node_modules/@swc/helpers/src/_create_for_of_iterator_helper_loose.mjs +1 -0
  1200. package/node_modules/@swc/helpers/src/_create_super.mjs +1 -0
  1201. package/node_modules/@swc/helpers/src/_decorate.mjs +1 -0
  1202. package/node_modules/@swc/helpers/src/_defaults.mjs +1 -0
  1203. package/node_modules/@swc/helpers/src/_define_enumerable_properties.mjs +1 -0
  1204. package/node_modules/@swc/helpers/src/_define_property.mjs +1 -0
  1205. package/node_modules/@swc/helpers/src/_dispose.mjs +1 -0
  1206. package/node_modules/@swc/helpers/src/_export_star.mjs +1 -0
  1207. package/node_modules/@swc/helpers/src/_extends.mjs +1 -0
  1208. package/node_modules/@swc/helpers/src/_get.mjs +1 -0
  1209. package/node_modules/@swc/helpers/src/_get_prototype_of.mjs +1 -0
  1210. package/node_modules/@swc/helpers/src/_identity.mjs +1 -0
  1211. package/node_modules/@swc/helpers/src/_inherits.mjs +1 -0
  1212. package/node_modules/@swc/helpers/src/_inherits_loose.mjs +1 -0
  1213. package/node_modules/@swc/helpers/src/_initializer_define_property.mjs +1 -0
  1214. package/node_modules/@swc/helpers/src/_initializer_warning_helper.mjs +1 -0
  1215. package/node_modules/@swc/helpers/src/_instanceof.mjs +1 -0
  1216. package/node_modules/@swc/helpers/src/_interop_require_default.mjs +1 -0
  1217. package/node_modules/@swc/helpers/src/_interop_require_wildcard.mjs +1 -0
  1218. package/node_modules/@swc/helpers/src/_is_native_function.mjs +1 -0
  1219. package/node_modules/@swc/helpers/src/_is_native_reflect_construct.mjs +1 -0
  1220. package/node_modules/@swc/helpers/src/_iterable_to_array.mjs +1 -0
  1221. package/node_modules/@swc/helpers/src/_iterable_to_array_limit.mjs +1 -0
  1222. package/node_modules/@swc/helpers/src/_iterable_to_array_limit_loose.mjs +1 -0
  1223. package/node_modules/@swc/helpers/src/_jsx.mjs +1 -0
  1224. package/node_modules/@swc/helpers/src/_new_arrow_check.mjs +1 -0
  1225. package/node_modules/@swc/helpers/src/_non_iterable_rest.mjs +1 -0
  1226. package/node_modules/@swc/helpers/src/_non_iterable_spread.mjs +1 -0
  1227. package/node_modules/@swc/helpers/src/_object_destructuring_empty.mjs +1 -0
  1228. package/node_modules/@swc/helpers/src/_object_spread.mjs +1 -0
  1229. package/node_modules/@swc/helpers/src/_object_spread_props.mjs +1 -0
  1230. package/node_modules/@swc/helpers/src/_object_without_properties.mjs +1 -0
  1231. package/node_modules/@swc/helpers/src/_object_without_properties_loose.mjs +1 -0
  1232. package/node_modules/@swc/helpers/src/_overload_yield.mjs +1 -0
  1233. package/node_modules/@swc/helpers/src/_possible_constructor_return.mjs +1 -0
  1234. package/node_modules/@swc/helpers/src/_read_only_error.mjs +1 -0
  1235. package/node_modules/@swc/helpers/src/_set.mjs +1 -0
  1236. package/node_modules/@swc/helpers/src/_set_prototype_of.mjs +1 -0
  1237. package/node_modules/@swc/helpers/src/_skip_first_generator_next.mjs +1 -0
  1238. package/node_modules/@swc/helpers/src/_sliced_to_array.mjs +1 -0
  1239. package/node_modules/@swc/helpers/src/_sliced_to_array_loose.mjs +1 -0
  1240. package/node_modules/@swc/helpers/src/_super_prop_base.mjs +1 -0
  1241. package/node_modules/@swc/helpers/src/_tagged_template_literal.mjs +1 -0
  1242. package/node_modules/@swc/helpers/src/_tagged_template_literal_loose.mjs +1 -0
  1243. package/node_modules/@swc/helpers/src/_throw.mjs +1 -0
  1244. package/node_modules/@swc/helpers/src/_to_array.mjs +1 -0
  1245. package/node_modules/@swc/helpers/src/_to_consumable_array.mjs +1 -0
  1246. package/node_modules/@swc/helpers/src/_to_primitive.mjs +1 -0
  1247. package/node_modules/@swc/helpers/src/_to_property_key.mjs +1 -0
  1248. package/node_modules/@swc/helpers/src/_ts_add_disposable_resource.mjs +1 -0
  1249. package/node_modules/@swc/helpers/src/_ts_decorate.mjs +1 -0
  1250. package/node_modules/@swc/helpers/src/_ts_dispose_resources.mjs +1 -0
  1251. package/node_modules/@swc/helpers/src/_ts_generator.mjs +1 -0
  1252. package/node_modules/@swc/helpers/src/_ts_metadata.mjs +1 -0
  1253. package/node_modules/@swc/helpers/src/_ts_param.mjs +1 -0
  1254. package/node_modules/@swc/helpers/src/_ts_rewrite_relative_import_extension.mjs +1 -0
  1255. package/node_modules/@swc/helpers/src/_ts_values.mjs +1 -0
  1256. package/node_modules/@swc/helpers/src/_type_of.mjs +1 -0
  1257. package/node_modules/@swc/helpers/src/_unsupported_iterable_to_array.mjs +1 -0
  1258. package/node_modules/@swc/helpers/src/_update.mjs +1 -0
  1259. package/node_modules/@swc/helpers/src/_using.mjs +1 -0
  1260. package/node_modules/@swc/helpers/src/_using_ctx.mjs +1 -0
  1261. package/node_modules/@swc/helpers/src/_wrap_async_generator.mjs +1 -0
  1262. package/node_modules/@swc/helpers/src/_wrap_native_super.mjs +1 -0
  1263. package/node_modules/@swc/helpers/src/_wrap_reg_exp.mjs +1 -0
  1264. package/node_modules/@swc/helpers/src/_write_only_error.mjs +1 -0
  1265. package/node_modules/@swc/helpers/src/index.mjs +1 -0
  1266. package/node_modules/brotli/build/encode.js +57 -0
  1267. package/node_modules/brotli/build/mem.js +1 -0
  1268. package/node_modules/brotli/compress.js +43 -0
  1269. package/node_modules/brotli/dec/bit_reader.js +124 -0
  1270. package/node_modules/brotli/dec/context.js +250 -0
  1271. package/node_modules/brotli/dec/decode.js +938 -0
  1272. package/node_modules/brotli/dec/dictionary-browser.js +14 -0
  1273. package/node_modules/brotli/dec/dictionary-data.js +9469 -0
  1274. package/node_modules/brotli/dec/dictionary.bin.js +1 -0
  1275. package/node_modules/brotli/dec/dictionary.js +36 -0
  1276. package/node_modules/brotli/dec/huffman.js +123 -0
  1277. package/node_modules/brotli/dec/prefix.js +60 -0
  1278. package/node_modules/brotli/dec/streams.js +34 -0
  1279. package/node_modules/brotli/dec/transform.js +247 -0
  1280. package/node_modules/brotli/decompress.js +1 -0
  1281. package/node_modules/brotli/enc/pre.js +7 -0
  1282. package/node_modules/brotli/index.js +2 -0
  1283. package/node_modules/brotli/package.json +31 -0
  1284. package/node_modules/brotli/readme.md +61 -0
  1285. package/node_modules/clone/.npmignore +4 -0
  1286. package/node_modules/clone/LICENSE +18 -0
  1287. package/node_modules/clone/README.md +194 -0
  1288. package/node_modules/clone/clone.iml +10 -0
  1289. package/node_modules/clone/clone.js +257 -0
  1290. package/node_modules/clone/package.json +53 -0
  1291. package/node_modules/dfa/README.md +83 -0
  1292. package/node_modules/dfa/compile.js +1834 -0
  1293. package/node_modules/dfa/index.js +91 -0
  1294. package/node_modules/dfa/package.json +38 -0
  1295. package/node_modules/execa/index.js +25 -0
  1296. package/node_modules/execa/lib/arguments/command-file.js +201 -0
  1297. package/node_modules/execa/lib/arguments/command.js +20 -0
  1298. package/node_modules/execa/lib/arguments/cwd.js +39 -0
  1299. package/node_modules/execa/lib/arguments/encoding-option.js +50 -0
  1300. package/node_modules/execa/lib/arguments/escape.js +88 -0
  1301. package/node_modules/execa/lib/arguments/fd-options.js +109 -0
  1302. package/node_modules/execa/lib/arguments/file-url.js +25 -0
  1303. package/node_modules/execa/lib/arguments/options.js +105 -0
  1304. package/node_modules/execa/lib/arguments/shell.js +11 -0
  1305. package/node_modules/execa/lib/arguments/specific.js +112 -0
  1306. package/node_modules/execa/lib/convert/add.js +19 -0
  1307. package/node_modules/execa/lib/convert/concurrent.js +33 -0
  1308. package/node_modules/execa/lib/convert/duplex.js +69 -0
  1309. package/node_modules/execa/lib/convert/iterable.js +34 -0
  1310. package/node_modules/execa/lib/convert/readable.js +129 -0
  1311. package/node_modules/execa/lib/convert/shared.js +46 -0
  1312. package/node_modules/execa/lib/convert/web.js +7 -0
  1313. package/node_modules/execa/lib/convert/writable.js +111 -0
  1314. package/node_modules/execa/lib/io/contents.js +116 -0
  1315. package/node_modules/execa/lib/io/input-sync.js +44 -0
  1316. package/node_modules/execa/lib/io/iterate.js +110 -0
  1317. package/node_modules/execa/lib/io/max-buffer.js +89 -0
  1318. package/node_modules/execa/lib/io/output-async.js +82 -0
  1319. package/node_modules/execa/lib/io/output-sync.js +136 -0
  1320. package/node_modules/execa/lib/io/pipeline.js +48 -0
  1321. package/node_modules/execa/lib/io/strip-newline.js +12 -0
  1322. package/node_modules/execa/lib/ipc/array.js +4 -0
  1323. package/node_modules/execa/lib/ipc/buffer-messages.js +47 -0
  1324. package/node_modules/execa/lib/ipc/forward.js +56 -0
  1325. package/node_modules/execa/lib/ipc/get-each.js +113 -0
  1326. package/node_modules/execa/lib/ipc/get-one.js +92 -0
  1327. package/node_modules/execa/lib/ipc/graceful.js +72 -0
  1328. package/node_modules/execa/lib/ipc/incoming.js +79 -0
  1329. package/node_modules/execa/lib/ipc/ipc-input.js +50 -0
  1330. package/node_modules/execa/lib/ipc/methods.js +50 -0
  1331. package/node_modules/execa/lib/ipc/outgoing.js +53 -0
  1332. package/node_modules/execa/lib/ipc/reference.js +48 -0
  1333. package/node_modules/execa/lib/ipc/send.js +91 -0
  1334. package/node_modules/execa/lib/ipc/strict.js +113 -0
  1335. package/node_modules/execa/lib/ipc/validation.js +111 -0
  1336. package/node_modules/execa/lib/methods/bind.js +23 -0
  1337. package/node_modules/execa/lib/methods/command.js +27 -0
  1338. package/node_modules/execa/lib/methods/create.js +63 -0
  1339. package/node_modules/execa/lib/methods/main-async.js +235 -0
  1340. package/node_modules/execa/lib/methods/main-sync.js +167 -0
  1341. package/node_modules/execa/lib/methods/node.js +63 -0
  1342. package/node_modules/execa/lib/methods/parameters.js +32 -0
  1343. package/node_modules/execa/lib/methods/promise.js +2 -0
  1344. package/node_modules/execa/lib/methods/script.js +22 -0
  1345. package/node_modules/execa/lib/methods/template.js +153 -0
  1346. package/node_modules/execa/lib/pipe/abort.js +20 -0
  1347. package/node_modules/execa/lib/pipe/pipe-arguments.js +91 -0
  1348. package/node_modules/execa/lib/pipe/sequence.js +24 -0
  1349. package/node_modules/execa/lib/pipe/setup.js +230 -0
  1350. package/node_modules/execa/lib/pipe/streaming.js +51 -0
  1351. package/node_modules/execa/lib/pipe/throw.js +58 -0
  1352. package/node_modules/execa/lib/resolve/all-async.js +46 -0
  1353. package/node_modules/execa/lib/resolve/all-sync.js +33 -0
  1354. package/node_modules/execa/lib/resolve/exit-async.js +54 -0
  1355. package/node_modules/execa/lib/resolve/exit-sync.js +25 -0
  1356. package/node_modules/execa/lib/resolve/stdio.js +47 -0
  1357. package/node_modules/execa/lib/resolve/wait-stream.js +97 -0
  1358. package/node_modules/execa/lib/resolve/wait-subprocess.js +150 -0
  1359. package/node_modules/execa/lib/return/duration.js +8 -0
  1360. package/node_modules/execa/lib/return/early-error.js +77 -0
  1361. package/node_modules/execa/lib/return/final-error.js +44 -0
  1362. package/node_modules/execa/lib/return/message.js +157 -0
  1363. package/node_modules/execa/lib/return/reject.js +13 -0
  1364. package/node_modules/execa/lib/return/result.js +186 -0
  1365. package/node_modules/execa/lib/stdio/direction.js +89 -0
  1366. package/node_modules/execa/lib/stdio/duplicate.js +119 -0
  1367. package/node_modules/execa/lib/stdio/handle-async.js +52 -0
  1368. package/node_modules/execa/lib/stdio/handle-sync.js +68 -0
  1369. package/node_modules/execa/lib/stdio/handle.js +243 -0
  1370. package/node_modules/execa/lib/stdio/input-option.js +54 -0
  1371. package/node_modules/execa/lib/stdio/native.js +106 -0
  1372. package/node_modules/execa/lib/stdio/stdio-option.js +95 -0
  1373. package/node_modules/execa/lib/stdio/type.js +181 -0
  1374. package/node_modules/execa/lib/terminate/cancel.js +20 -0
  1375. package/node_modules/execa/lib/terminate/cleanup.js +16 -0
  1376. package/node_modules/execa/lib/terminate/graceful.js +73 -0
  1377. package/node_modules/execa/lib/terminate/kill-descendants.js +79 -0
  1378. package/node_modules/execa/lib/terminate/kill.js +93 -0
  1379. package/node_modules/execa/lib/terminate/signal.js +70 -0
  1380. package/node_modules/execa/lib/terminate/timeout.js +21 -0
  1381. package/node_modules/execa/lib/transform/encoding-transform.js +51 -0
  1382. package/node_modules/execa/lib/transform/generator.js +107 -0
  1383. package/node_modules/execa/lib/transform/normalize.js +106 -0
  1384. package/node_modules/execa/lib/transform/object-mode.js +41 -0
  1385. package/node_modules/execa/lib/transform/run-async.js +60 -0
  1386. package/node_modules/execa/lib/transform/run-sync.js +50 -0
  1387. package/node_modules/execa/lib/transform/split.js +112 -0
  1388. package/node_modules/execa/lib/transform/validate.js +43 -0
  1389. package/node_modules/execa/lib/utils/abort-signal.js +8 -0
  1390. package/node_modules/execa/lib/utils/deferred.js +7 -0
  1391. package/node_modules/execa/lib/utils/max-listeners.js +14 -0
  1392. package/node_modules/execa/lib/utils/standard-stream.js +6 -0
  1393. package/node_modules/execa/lib/utils/uint-array.js +69 -0
  1394. package/node_modules/execa/lib/verbose/complete.js +24 -0
  1395. package/node_modules/execa/lib/verbose/custom.js +26 -0
  1396. package/node_modules/execa/lib/verbose/default.js +54 -0
  1397. package/node_modules/execa/lib/verbose/error.js +13 -0
  1398. package/node_modules/execa/lib/verbose/info.js +39 -0
  1399. package/node_modules/execa/lib/verbose/ipc.js +15 -0
  1400. package/node_modules/execa/lib/verbose/log.js +54 -0
  1401. package/node_modules/execa/lib/verbose/output.js +60 -0
  1402. package/node_modules/execa/lib/verbose/start.js +15 -0
  1403. package/node_modules/execa/lib/verbose/values.js +33 -0
  1404. package/node_modules/execa/license +9 -0
  1405. package/node_modules/execa/package.json +124 -0
  1406. package/node_modules/execa/readme.md +461 -0
  1407. package/node_modules/fast-deep-equal/LICENSE +21 -0
  1408. package/node_modules/fast-deep-equal/README.md +96 -0
  1409. package/node_modules/fast-deep-equal/es6/index.js +72 -0
  1410. package/node_modules/fast-deep-equal/es6/react.js +79 -0
  1411. package/node_modules/fast-deep-equal/index.js +46 -0
  1412. package/node_modules/fast-deep-equal/package.json +51 -0
  1413. package/node_modules/fast-deep-equal/react.js +53 -0
  1414. package/node_modules/figures/index.js +292 -0
  1415. package/node_modules/figures/license +9 -0
  1416. package/node_modules/figures/package.json +46 -0
  1417. package/node_modules/figures/readme.md +337 -0
  1418. package/node_modules/fontkit/README.md +266 -0
  1419. package/node_modules/fontkit/dist/browser-module.mjs +13316 -0
  1420. package/node_modules/fontkit/dist/browser.cjs +13333 -0
  1421. package/node_modules/fontkit/dist/main.cjs +13355 -0
  1422. package/node_modules/fontkit/dist/module.mjs +13337 -0
  1423. package/node_modules/fontkit/package.json +87 -0
  1424. package/node_modules/fontkit/src/CmapProcessor.js +286 -0
  1425. package/node_modules/fontkit/src/DFont.js +117 -0
  1426. package/node_modules/fontkit/src/TTFFont.js +554 -0
  1427. package/node_modules/fontkit/src/TrueTypeCollection.js +67 -0
  1428. package/node_modules/fontkit/src/WOFF2Font.js +216 -0
  1429. package/node_modules/fontkit/src/WOFFFont.js +36 -0
  1430. package/node_modules/fontkit/src/aat/AATFeatureMap.js +543 -0
  1431. package/node_modules/fontkit/src/aat/AATLayoutEngine.js +49 -0
  1432. package/node_modules/fontkit/src/aat/AATLookupTable.js +125 -0
  1433. package/node_modules/fontkit/src/aat/AATMorxProcessor.js +430 -0
  1434. package/node_modules/fontkit/src/aat/AATStateMachine.js +96 -0
  1435. package/node_modules/fontkit/src/base.js +29 -0
  1436. package/node_modules/fontkit/src/cff/CFFCharsets.js +99 -0
  1437. package/node_modules/fontkit/src/cff/CFFDict.js +167 -0
  1438. package/node_modules/fontkit/src/cff/CFFEncodings.js +48 -0
  1439. package/node_modules/fontkit/src/cff/CFFFont.js +159 -0
  1440. package/node_modules/fontkit/src/cff/CFFIndex.js +150 -0
  1441. package/node_modules/fontkit/src/cff/CFFOperand.js +134 -0
  1442. package/node_modules/fontkit/src/cff/CFFPointer.js +50 -0
  1443. package/node_modules/fontkit/src/cff/CFFPrivateDict.js +39 -0
  1444. package/node_modules/fontkit/src/cff/CFFStandardStrings.js +71 -0
  1445. package/node_modules/fontkit/src/cff/CFFTop.js +237 -0
  1446. package/node_modules/fontkit/src/decorators.js +36 -0
  1447. package/node_modules/fontkit/src/encodings.js +219 -0
  1448. package/node_modules/fontkit/src/fs.js +17 -0
  1449. package/node_modules/fontkit/src/glyph/BBox.js +72 -0
  1450. package/node_modules/fontkit/src/glyph/CFFGlyph.js +604 -0
  1451. package/node_modules/fontkit/src/glyph/COLRGlyph.js +90 -0
  1452. package/node_modules/fontkit/src/glyph/Glyph.js +212 -0
  1453. package/node_modules/fontkit/src/glyph/GlyphVariationProcessor.js +486 -0
  1454. package/node_modules/fontkit/src/glyph/Path.js +244 -0
  1455. package/node_modules/fontkit/src/glyph/SBIXGlyph.js +54 -0
  1456. package/node_modules/fontkit/src/glyph/StandardNames.js +27 -0
  1457. package/node_modules/fontkit/src/glyph/TTFGlyph.js +393 -0
  1458. package/node_modules/fontkit/src/glyph/TTFGlyphEncoder.js +158 -0
  1459. package/node_modules/fontkit/src/glyph/WOFF2Glyph.js +17 -0
  1460. package/node_modules/fontkit/src/index.js +15 -0
  1461. package/node_modules/fontkit/src/layout/GlyphPosition.js +30 -0
  1462. package/node_modules/fontkit/src/layout/GlyphRun.js +108 -0
  1463. package/node_modules/fontkit/src/layout/KernProcessor.js +94 -0
  1464. package/node_modules/fontkit/src/layout/LayoutEngine.js +189 -0
  1465. package/node_modules/fontkit/src/layout/Script.js +231 -0
  1466. package/node_modules/fontkit/src/layout/UnicodeLayoutEngine.js +250 -0
  1467. package/node_modules/fontkit/src/node.js +17 -0
  1468. package/node_modules/fontkit/src/opentype/GPOSProcessor.js +353 -0
  1469. package/node_modules/fontkit/src/opentype/GSUBProcessor.js +192 -0
  1470. package/node_modules/fontkit/src/opentype/GlyphInfo.js +57 -0
  1471. package/node_modules/fontkit/src/opentype/GlyphIterator.js +70 -0
  1472. package/node_modules/fontkit/src/opentype/OTLayoutEngine.js +113 -0
  1473. package/node_modules/fontkit/src/opentype/OTProcessor.js +438 -0
  1474. package/node_modules/fontkit/src/opentype/ShapingPlan.js +118 -0
  1475. package/node_modules/fontkit/src/opentype/shapers/ArabicShaper.js +123 -0
  1476. package/node_modules/fontkit/src/opentype/shapers/DefaultShaper.js +72 -0
  1477. package/node_modules/fontkit/src/opentype/shapers/HangulShaper.js +285 -0
  1478. package/node_modules/fontkit/src/opentype/shapers/IndicShaper.js +911 -0
  1479. package/node_modules/fontkit/src/opentype/shapers/UniversalShaper.js +185 -0
  1480. package/node_modules/fontkit/src/opentype/shapers/data.trie +0 -0
  1481. package/node_modules/fontkit/src/opentype/shapers/gen-indic.js +208 -0
  1482. package/node_modules/fontkit/src/opentype/shapers/gen-use.js +287 -0
  1483. package/node_modules/fontkit/src/opentype/shapers/generate-data.js +33 -0
  1484. package/node_modules/fontkit/src/opentype/shapers/index.js +102 -0
  1485. package/node_modules/fontkit/src/opentype/shapers/indic-data.js +175 -0
  1486. package/node_modules/fontkit/src/opentype/shapers/indic.json +1 -0
  1487. package/node_modules/fontkit/src/opentype/shapers/indic.machine +31 -0
  1488. package/node_modules/fontkit/src/opentype/shapers/indic.trie +0 -0
  1489. package/node_modules/fontkit/src/opentype/shapers/use.json +1 -0
  1490. package/node_modules/fontkit/src/opentype/shapers/use.machine +44 -0
  1491. package/node_modules/fontkit/src/opentype/shapers/use.trie +0 -0
  1492. package/node_modules/fontkit/src/subset/CFFSubset.js +171 -0
  1493. package/node_modules/fontkit/src/subset/Subset.js +27 -0
  1494. package/node_modules/fontkit/src/subset/TTFSubset.js +131 -0
  1495. package/node_modules/fontkit/src/tables/BASE.js +78 -0
  1496. package/node_modules/fontkit/src/tables/COLR.js +25 -0
  1497. package/node_modules/fontkit/src/tables/CPAL.js +24 -0
  1498. package/node_modules/fontkit/src/tables/DSIG.js +21 -0
  1499. package/node_modules/fontkit/src/tables/EBDT.js +91 -0
  1500. package/node_modules/fontkit/src/tables/EBLC.js +80 -0
  1501. package/node_modules/fontkit/src/tables/GDEF.js +57 -0
  1502. package/node_modules/fontkit/src/tables/GPOS.js +209 -0
  1503. package/node_modules/fontkit/src/tables/GSUB.js +84 -0
  1504. package/node_modules/fontkit/src/tables/HVAR.js +44 -0
  1505. package/node_modules/fontkit/src/tables/JSTF.js +43 -0
  1506. package/node_modules/fontkit/src/tables/LTSH.js +10 -0
  1507. package/node_modules/fontkit/src/tables/OS2.js +84 -0
  1508. package/node_modules/fontkit/src/tables/PCLT.js +21 -0
  1509. package/node_modules/fontkit/src/tables/VDMX.js +33 -0
  1510. package/node_modules/fontkit/src/tables/VORG.js +14 -0
  1511. package/node_modules/fontkit/src/tables/WOFF2Directory.js +74 -0
  1512. package/node_modules/fontkit/src/tables/WOFFDirectory.js +38 -0
  1513. package/node_modules/fontkit/src/tables/aat.js +157 -0
  1514. package/node_modules/fontkit/src/tables/avar.js +19 -0
  1515. package/node_modules/fontkit/src/tables/bsln.js +31 -0
  1516. package/node_modules/fontkit/src/tables/cmap.js +127 -0
  1517. package/node_modules/fontkit/src/tables/cvt.js +6 -0
  1518. package/node_modules/fontkit/src/tables/directory.js +58 -0
  1519. package/node_modules/fontkit/src/tables/feat.js +28 -0
  1520. package/node_modules/fontkit/src/tables/fpgm.js +8 -0
  1521. package/node_modules/fontkit/src/tables/fvar.js +31 -0
  1522. package/node_modules/fontkit/src/tables/gasp.js +15 -0
  1523. package/node_modules/fontkit/src/tables/glyf.js +4 -0
  1524. package/node_modules/fontkit/src/tables/gvar.js +27 -0
  1525. package/node_modules/fontkit/src/tables/hdmx.js +15 -0
  1526. package/node_modules/fontkit/src/tables/head.js +25 -0
  1527. package/node_modules/fontkit/src/tables/hhea.js +19 -0
  1528. package/node_modules/fontkit/src/tables/hmtx.js +11 -0
  1529. package/node_modules/fontkit/src/tables/index.js +117 -0
  1530. package/node_modules/fontkit/src/tables/just.js +81 -0
  1531. package/node_modules/fontkit/src/tables/kern.js +91 -0
  1532. package/node_modules/fontkit/src/tables/loca.js +30 -0
  1533. package/node_modules/fontkit/src/tables/maxp.js +20 -0
  1534. package/node_modules/fontkit/src/tables/morx.js +79 -0
  1535. package/node_modules/fontkit/src/tables/name.js +130 -0
  1536. package/node_modules/fontkit/src/tables/opbd.js +15 -0
  1537. package/node_modules/fontkit/src/tables/opentype.js +217 -0
  1538. package/node_modules/fontkit/src/tables/post.js +34 -0
  1539. package/node_modules/fontkit/src/tables/prep.js +6 -0
  1540. package/node_modules/fontkit/src/tables/sbix.js +17 -0
  1541. package/node_modules/fontkit/src/tables/variations.js +81 -0
  1542. package/node_modules/fontkit/src/tables/vhea.js +19 -0
  1543. package/node_modules/fontkit/src/tables/vmtx.js +12 -0
  1544. package/node_modules/fontkit/src/utils.js +62 -0
  1545. package/node_modules/get-stream/license +9 -0
  1546. package/node_modules/get-stream/package.json +56 -0
  1547. package/node_modules/get-stream/readme.md +303 -0
  1548. package/node_modules/get-stream/source/array-buffer.js +84 -0
  1549. package/node_modules/get-stream/source/array.js +32 -0
  1550. package/node_modules/get-stream/source/buffer.js +19 -0
  1551. package/node_modules/get-stream/source/contents.js +121 -0
  1552. package/node_modules/get-stream/source/exports.js +5 -0
  1553. package/node_modules/get-stream/source/index.js +13 -0
  1554. package/node_modules/get-stream/source/stream.js +65 -0
  1555. package/node_modules/get-stream/source/string.js +41 -0
  1556. package/node_modules/get-stream/source/utils.js +11 -0
  1557. package/node_modules/human-signals/LICENSE +201 -0
  1558. package/node_modules/human-signals/README.md +171 -0
  1559. package/node_modules/human-signals/build/src/core.js +273 -0
  1560. package/node_modules/human-signals/build/src/main.js +70 -0
  1561. package/node_modules/human-signals/build/src/realtime.js +16 -0
  1562. package/node_modules/human-signals/build/src/signals.js +34 -0
  1563. package/node_modules/human-signals/package.json +63 -0
  1564. package/node_modules/is-plain-obj/index.js +8 -0
  1565. package/node_modules/is-plain-obj/license +9 -0
  1566. package/node_modules/is-plain-obj/package.json +38 -0
  1567. package/node_modules/is-plain-obj/readme.md +58 -0
  1568. package/node_modules/is-stream/index.js +37 -0
  1569. package/node_modules/is-stream/license +9 -0
  1570. package/node_modules/is-stream/package.json +45 -0
  1571. package/node_modules/is-stream/readme.md +57 -0
  1572. package/node_modules/is-unicode-supported/index.js +21 -0
  1573. package/node_modules/is-unicode-supported/license +9 -0
  1574. package/node_modules/is-unicode-supported/package.json +44 -0
  1575. package/node_modules/is-unicode-supported/readme.md +35 -0
  1576. package/node_modules/npm-run-path/index.js +55 -0
  1577. package/node_modules/npm-run-path/license +9 -0
  1578. package/node_modules/npm-run-path/node_modules/path-key/index.js +12 -0
  1579. package/node_modules/npm-run-path/node_modules/path-key/license +9 -0
  1580. package/node_modules/npm-run-path/node_modules/path-key/package.json +41 -0
  1581. package/node_modules/npm-run-path/node_modules/path-key/readme.md +57 -0
  1582. package/node_modules/npm-run-path/package.json +49 -0
  1583. package/node_modules/npm-run-path/readme.md +104 -0
  1584. package/node_modules/pako/LICENSE +21 -0
  1585. package/node_modules/pako/README.md +176 -0
  1586. package/node_modules/pako/dist/pako.js +6606 -0
  1587. package/node_modules/pako/dist/pako.min.js +3 -0
  1588. package/node_modules/pako/dist/pako_deflate.js +3879 -0
  1589. package/node_modules/pako/dist/pako_deflate.min.js +2 -0
  1590. package/node_modules/pako/dist/pako_inflate.js +3127 -0
  1591. package/node_modules/pako/dist/pako_inflate.min.js +2 -0
  1592. package/node_modules/pako/index.js +14 -0
  1593. package/node_modules/pako/lib/deflate.js +400 -0
  1594. package/node_modules/pako/lib/inflate.js +418 -0
  1595. package/node_modules/pako/lib/utils/common.js +102 -0
  1596. package/node_modules/pako/lib/utils/strings.js +185 -0
  1597. package/node_modules/pako/lib/zlib/adler32.js +32 -0
  1598. package/node_modules/pako/lib/zlib/constants.js +50 -0
  1599. package/node_modules/pako/lib/zlib/crc32.js +41 -0
  1600. package/node_modules/pako/lib/zlib/deflate.js +1855 -0
  1601. package/node_modules/pako/lib/zlib/gzheader.js +40 -0
  1602. package/node_modules/pako/lib/zlib/inffast.js +326 -0
  1603. package/node_modules/pako/lib/zlib/inflate.js +1538 -0
  1604. package/node_modules/pako/lib/zlib/inftrees.js +327 -0
  1605. package/node_modules/pako/lib/zlib/messages.js +13 -0
  1606. package/node_modules/pako/lib/zlib/trees.js +1202 -0
  1607. package/node_modules/pako/lib/zlib/zstream.js +29 -0
  1608. package/node_modules/pako/package.json +40 -0
  1609. package/node_modules/parse-ms/index.js +45 -0
  1610. package/node_modules/parse-ms/license +9 -0
  1611. package/node_modules/parse-ms/package.json +44 -0
  1612. package/node_modules/parse-ms/readme.md +46 -0
  1613. package/node_modules/pretty-ms/index.js +150 -0
  1614. package/node_modules/pretty-ms/license +9 -0
  1615. package/node_modules/pretty-ms/package.json +52 -0
  1616. package/node_modules/pretty-ms/readme.md +198 -0
  1617. package/node_modules/restructure/LICENSE +21 -0
  1618. package/node_modules/restructure/README.md +300 -0
  1619. package/node_modules/restructure/dist/main.cjs +1019 -0
  1620. package/node_modules/restructure/index.js +17 -0
  1621. package/node_modules/restructure/package.json +36 -0
  1622. package/node_modules/restructure/src/Array.js +106 -0
  1623. package/node_modules/restructure/src/Base.js +17 -0
  1624. package/node_modules/restructure/src/Bitfield.js +39 -0
  1625. package/node_modules/restructure/src/Boolean.js +22 -0
  1626. package/node_modules/restructure/src/Buffer.js +38 -0
  1627. package/node_modules/restructure/src/DecodeStream.js +85 -0
  1628. package/node_modules/restructure/src/EncodeStream.js +129 -0
  1629. package/node_modules/restructure/src/Enum.js +27 -0
  1630. package/node_modules/restructure/src/LazyArray.js +74 -0
  1631. package/node_modules/restructure/src/Number.js +77 -0
  1632. package/node_modules/restructure/src/Optional.js +44 -0
  1633. package/node_modules/restructure/src/Pointer.js +167 -0
  1634. package/node_modules/restructure/src/Reserved.js +23 -0
  1635. package/node_modules/restructure/src/String.js +155 -0
  1636. package/node_modules/restructure/src/Struct.js +113 -0
  1637. package/node_modules/restructure/src/VersionedStruct.js +139 -0
  1638. package/node_modules/restructure/src/utils.js +35 -0
  1639. package/node_modules/restructure/test/Array.js +103 -0
  1640. package/node_modules/restructure/test/Bitfield.js +29 -0
  1641. package/node_modules/restructure/test/Boolean.js +39 -0
  1642. package/node_modules/restructure/test/Buffer.js +45 -0
  1643. package/node_modules/restructure/test/DecodeStream.js +101 -0
  1644. package/node_modules/restructure/test/EncodeStream.js +104 -0
  1645. package/node_modules/restructure/test/Enum.js +24 -0
  1646. package/node_modules/restructure/test/LazyArray.js +59 -0
  1647. package/node_modules/restructure/test/Number.js +356 -0
  1648. package/node_modules/restructure/test/Optional.js +100 -0
  1649. package/node_modules/restructure/test/Pointer.js +289 -0
  1650. package/node_modules/restructure/test/Reserved.js +26 -0
  1651. package/node_modules/restructure/test/String.js +151 -0
  1652. package/node_modules/restructure/test/Struct.js +146 -0
  1653. package/node_modules/restructure/test/VersionedStruct.js +495 -0
  1654. package/node_modules/saxes/README.md +323 -0
  1655. package/node_modules/saxes/package.json +55 -0
  1656. package/node_modules/saxes/saxes.js +2053 -0
  1657. package/node_modules/signal-exit/LICENSE.txt +16 -0
  1658. package/node_modules/signal-exit/README.md +74 -0
  1659. package/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  1660. package/node_modules/signal-exit/dist/cjs/index.js +279 -0
  1661. package/node_modules/signal-exit/dist/cjs/package.json +3 -0
  1662. package/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  1663. package/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  1664. package/node_modules/signal-exit/dist/mjs/index.js +275 -0
  1665. package/node_modules/signal-exit/dist/mjs/package.json +3 -0
  1666. package/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  1667. package/node_modules/signal-exit/package.json +93 -0
  1668. package/node_modules/strip-final-newline/index.js +26 -0
  1669. package/node_modules/strip-final-newline/license +9 -0
  1670. package/node_modules/strip-final-newline/package.json +46 -0
  1671. package/node_modules/strip-final-newline/readme.md +34 -0
  1672. package/node_modules/tiny-inflate/LICENSE +21 -0
  1673. package/node_modules/tiny-inflate/index.js +375 -0
  1674. package/node_modules/tiny-inflate/package.json +25 -0
  1675. package/node_modules/tiny-inflate/readme.md +31 -0
  1676. package/node_modules/tiny-inflate/test/index.js +75 -0
  1677. package/node_modules/tiny-inflate/test/lorem.txt +199 -0
  1678. package/node_modules/unicode-properties/LICENSE +8 -0
  1679. package/node_modules/unicode-properties/dist/main.cjs +150 -0
  1680. package/node_modules/unicode-properties/dist/module.mjs +127 -0
  1681. package/node_modules/unicode-properties/package.json +44 -0
  1682. package/node_modules/unicode-properties/readme.md +78 -0
  1683. package/node_modules/unicode-trie/LICENSE +8 -0
  1684. package/node_modules/unicode-trie/README.md +77 -0
  1685. package/node_modules/unicode-trie/builder.js +966 -0
  1686. package/node_modules/unicode-trie/index.js +136 -0
  1687. package/node_modules/unicode-trie/package.json +23 -0
  1688. package/node_modules/unicode-trie/swap.js +25 -0
  1689. package/node_modules/unicode-trie/test/mocha.opts +1 -0
  1690. package/node_modules/unicode-trie/test/test.js +243 -0
  1691. package/node_modules/unicorn-magic/default.js +14 -0
  1692. package/node_modules/unicorn-magic/license +9 -0
  1693. package/node_modules/unicorn-magic/node.js +49 -0
  1694. package/node_modules/unicorn-magic/package.json +59 -0
  1695. package/node_modules/unicorn-magic/readme.md +25 -0
  1696. package/node_modules/which-command/cli.js +74 -0
  1697. package/node_modules/which-command/index.js +170 -0
  1698. package/node_modules/which-command/license +9 -0
  1699. package/node_modules/which-command/package.json +46 -0
  1700. package/node_modules/which-command/readme.md +121 -0
  1701. package/node_modules/xmlchars/LICENSE +18 -0
  1702. package/node_modules/xmlchars/README.md +33 -0
  1703. package/node_modules/xmlchars/package.json +34 -0
  1704. package/node_modules/xmlchars/xml/1.0/ed4.js +44 -0
  1705. package/node_modules/xmlchars/xml/1.0/ed5.js +105 -0
  1706. package/node_modules/xmlchars/xml/1.1/ed2.js +145 -0
  1707. package/node_modules/xmlchars/xmlchars.js +191 -0
  1708. package/node_modules/xmlchars/xmlns/1.0/ed3.js +65 -0
  1709. package/node_modules/yoctocolors/base.js +118 -0
  1710. package/node_modules/yoctocolors/index.js +2 -0
  1711. package/node_modules/yoctocolors/license +9 -0
  1712. package/node_modules/yoctocolors/package.json +66 -0
  1713. package/node_modules/yoctocolors/readme.md +163 -0
  1714. package/package.json +337 -246
  1715. package/node_modules/@deepseek-ai/cordis-plugin-hmr/README.md +0 -51
  1716. package/node_modules/@deepseek-ai/cordis-plugin-hmr/lib/index.js +0 -401
  1717. package/node_modules/@deepseek-ai/cordis-plugin-hmr/src/error.ts +0 -36
  1718. package/node_modules/@deepseek-ai/cordis-plugin-hmr/src/index.ts +0 -427
  1719. package/node_modules/@deepseek-ai/dsh/lib/plugin-Bk_PbPwP.js +0 -130
  1720. package/node_modules/@deepseek-ai/dsh/lib/profile-boot-DB8eVKBx.js +0 -2
  1721. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/assets/index-BRtJ62WN.css +0 -1
  1722. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/assets/index-Ly7KS3xS.js +0 -127
  1723. /package/node_modules/@deepseek-ai/{cordis-plugin-hmr → dsh-hmr}/LICENSE +0 -0
@@ -192,8 +192,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
192
192
  * lifecycle-safe verbs plus optional `ctx.get()` lookup and declared-service
193
193
  * property access, with
194
194
  * framework internals withheld and Context-valued returns denied. Two seats
195
- * carry extra machinery: `slots`, where the register proxy assigns the
196
- * shadowing priority and ledgers the registration — invoking the service with
195
+ * carry extra machinery: `slots`, where the registration proxy assigns any
196
+ * shadowing priority and ledgers ordinary entries or Factory definitions — invoking the service with
197
197
  * the traced receiver so the effect lands on the CALLING plugin's fiber
198
198
  * (SlotRegistry.register must stay a prototype method for exactly that
199
199
  * reason) — and `theme`, whose override source is pinned to the package id.
@@ -245,12 +245,12 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
245
245
  }
246
246
  /**
247
247
  * The slots seat: automatic shadowing priority and ledger recording around the
248
- * traced service's own register.
248
+ * traced service's own Slot and Factory registration methods.
249
249
  */
250
250
  function guardedSlots(slots, env) {
251
251
  return new Proxy(slots, { get(target, prop) {
252
252
  const value = Reflect.get(target, prop, target);
253
- if (prop !== "register") {
253
+ if (prop !== "register" && prop !== "registerFactory") {
254
254
  if (typeof value !== "function") return denyContext(value, "slots", env);
255
255
  return (...args) => denyContext(Reflect.apply(value, target, args), "slots", env);
256
256
  }
@@ -258,7 +258,16 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
258
258
  if (typeof rawOptions !== "object" || rawOptions === null) return rejectGuard(env, "slots.register(options, component) needs an options object with a `name`");
259
259
  const options = { ...rawOptions };
260
260
  const slot = options.name;
261
- if (typeof slot !== "string" || slot.length === 0) return rejectGuard(env, "slots.register options need a string `name` (the target slot key)");
261
+ if (typeof slot !== "string" || slot.length === 0) return rejectGuard(env, `slots.${prop} options need a string \`name\``);
262
+ if (prop === "registerFactory") {
263
+ const dispose = Reflect.apply(value, target, [options, component]);
264
+ env.ledger.push({
265
+ slot: `factory:${slot}`,
266
+ priority: void 0
267
+ });
268
+ env.claim(component);
269
+ return dispose;
270
+ }
262
271
  if (slot === "tool.view.cordis") {
263
272
  if (options.key !== "self") return rejectGuard(env, "tool.view.cordis only accepts key \"self\"; the runtime binds it to this Package");
264
273
  options.key = `${env.pkg.pluginId}.${env.pkg.packageId}`;
@@ -672,7 +681,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
672
681
  */
673
682
  function renderFailureMessage(slot, message) {
674
683
  const redirect = Object.entries(DYNAMIC_CLIENT_REDIRECTS).find(([name, text]) => message.includes(name) && !message.includes(text))?.[1];
675
- return `your entry in slot "${slot}" crashed while React rendered it: ${message}` + (redirect === void 0 ? "" : `\n${redirect}`);
684
+ return `${slot.startsWith("factory:") ? `your component in Factory "${slot.slice(8)}"` : `your entry in slot "${slot}"`} crashed while React rendered it: ${message}` + (redirect === void 0 ? "" : `\n${redirect}`);
676
685
  }
677
686
  //#endregion
678
687
  //#region lib/types/client/orchestrator.js
@@ -1259,20 +1268,44 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1259
1268
  description: "The sessions-service face injected as `ctx.sessions`.",
1260
1269
  methods: [
1261
1270
  {
1262
- signature: "open(id: SessionId): void",
1263
- description: "Select a session as current.",
1271
+ signature: "retain(target: SessionTarget, options: SessionRetainOptions): SessionReference",
1272
+ description: "Retain an exact Client generation and start its shared initial history opening.",
1264
1273
  parameters: [{
1265
- name: "id",
1266
- description: "session id (must exist in the list; unknown ids fail loud)."
1267
- }]
1274
+ name: "target",
1275
+ description: "known identity or durable direct-parent address."
1276
+ }, {
1277
+ name: "options",
1278
+ description: "required consumer source and optional independent waiter cancellation."
1279
+ }],
1280
+ returns: "an owned reference immediately; await `reference.ready` when the initial open attempt must settle first."
1268
1281
  },
1269
1282
  {
1270
- signature: "openSubagent(address: SubagentAddress): void",
1271
- description: "Open a healthy catalog child through its exact direct-parent address.",
1283
+ signature: "using<T>(target: SessionTarget, options: SessionRetainOptions, operation: (reference: SessionReference) => T | Promise<T>): Promise<T>",
1284
+ description: "Hold one reference through callback settlement, including synchronous and asynchronous failures.",
1285
+ parameters: [
1286
+ {
1287
+ name: "target",
1288
+ description: "Session to acquire."
1289
+ },
1290
+ {
1291
+ name: "options",
1292
+ description: "source and acquisition cancellation."
1293
+ },
1294
+ {
1295
+ name: "operation",
1296
+ description: "callback using the reference only until its returned value or Promise settles."
1297
+ }
1298
+ ],
1299
+ returns: "the callback result after release; acquisition and callback failures propagate unchanged."
1300
+ },
1301
+ {
1302
+ signature: "retainInfo(id: SessionId): ObservableSnapshot<SessionRetainInfo>",
1303
+ description: "Observe local reference counts without retaining, creating a scope, or opening history. The returned source keeps stable identity across same-id generations and remains allocated until the Client root is disposed, even after its final subscriber leaves.",
1272
1304
  parameters: [{
1273
- name: "address",
1274
- description: "catalog-derived parent and child ids."
1275
- }]
1305
+ name: "id",
1306
+ description: "explicit Session identity; Host existence is not implied."
1307
+ }],
1308
+ returns: "a stable read-only source across same-id generations, with zero counts when none is live."
1276
1309
  },
1277
1310
  {
1278
1311
  signature: "setSubagentCatalogOpen(parentSessionId: SessionId, open: boolean): void",
@@ -1308,7 +1341,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1308
1341
  },
1309
1342
  {
1310
1343
  signature: "fork(opts: { sessionId: SessionId; atSeq?: number; increaseTitle?: boolean }): Promise<SessionId>",
1311
- description: "Fork a session from a completed-turn prefix of the source; on resolution the child is in the list store and `open()` can target it.",
1344
+ description: "Fork a session from a completed-turn prefix of the source; on resolution the child is in the catalog and may be explicitly retained.",
1312
1345
  parameters: [{
1313
1346
  name: "opts",
1314
1347
  description: "source session id, the optional event seq anchoring the cut (the boundary is the first turn/end at or after it; an in-log anchor in an open turn is unavailable rather than clipped backward), and whether to increment an inherited durable title before resolving."
@@ -1318,21 +1351,21 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1318
1351
  },
1319
1352
  {
1320
1353
  signature: "scope(id: SessionId): AgentContext | undefined",
1321
- description: "Resolve an Agent-scoped context view (use-and-discard).",
1354
+ description: "Borrow an already-retained Agent-scoped Context without extending its lifetime.",
1322
1355
  parameters: [{
1323
1356
  name: "id",
1324
1357
  description: "session id."
1325
1358
  }],
1326
- returns: "scoped ctx, or undefined for a session neither listed nor already scoped."
1359
+ returns: "the live scoped Context, or undefined without a retained generation."
1327
1360
  },
1328
1361
  {
1329
1362
  signature: "binding(id: SessionId): SessionBinding | undefined",
1330
- description: "Resolve the stable session binding (scope-addressed assembly feed).",
1363
+ description: "Borrow an already-retained Session binding without extending its lifetime.",
1331
1364
  parameters: [{
1332
1365
  name: "id",
1333
1366
  description: "session id."
1334
1367
  }],
1335
- returns: "binding, or undefined for a session neither listed nor already scoped."
1368
+ returns: "the live binding, or undefined without a retained generation."
1336
1369
  }
1337
1370
  ]
1338
1371
  },
@@ -1340,23 +1373,38 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1340
1373
  key: "slots",
1341
1374
  summary: "cordis Service layer of the slot system; see the module doc for the split with SlotCore.",
1342
1375
  description: "cordis Service layer of the slot system; see the module doc for the split with SlotCore.",
1343
- methods: [{
1344
- signature: "declare readonly register: SlotCore['register']",
1345
- description: "The single registration API. The typed face IS the core's register (both overloads reused verbatim — one authority, no structural copy; see SlotCore.register for children declaration, store seat, inject face, load-time validation, and the unload cascade). This layer adds: disposal through the caller's ctx.effect (fiber unload = cascade), exclusive-factory minting (`store: createXxxStore` becomes a per-entry handle), the registrant diagnostics stamp, and store-instance lifecycle on the entry axis.\n\nDeclared here, implemented by prototype assignment below the class: it MUST stay a prototype method (never an instance arrow) — the cordis service proxy binds `this.ctx` to the CALLER's context at call time, which is what routes the effect (and the unload cascade) into the caller's fiber. An arrow property would freeze `this` to the service's own root ctx and silently break per-plugin disposal.",
1346
- parameters: []
1347
- }, {
1348
- signature: "inject(key: keyof SlotMap & string, callback: () => SlotInjectionEffect): () => void",
1349
- description: "Install an effect for each declaration lifetime of a slot. The callback runs synchronously when the declaration already exists; otherwise it runs inside the declaring `register()` call after the declaration is committed. Collapse disposes the effect and a later declaration runs it again. Callback effects are synchronous disposers; iterable effects install transactionally and dispose in reverse order. The controller belongs to the caller's fiber, so plugin unload cancels a pending wait and removes any active contribution.",
1350
- parameters: [{
1351
- name: "key",
1352
- description: "declared SlotMap key to depend on."
1353
- }, {
1354
- name: "callback",
1355
- description: "creates one disposer or an iterable of disposers."
1356
- }],
1357
- returns: "idempotent disposer for the wait and active effect.",
1358
- throws: ["callback setup failures synchronously when the slot is already declared."]
1359
- }]
1376
+ methods: [
1377
+ {
1378
+ signature: "declare readonly register: SlotCore['register']",
1379
+ description: "The ordinary Slot registration API. The typed face IS the core's register (both overloads reused verbatim — one authority, no structural copy; see SlotCore.register for children declaration, store seat, inject face, load-time validation, and the unload cascade). This layer adds: disposal through the caller's ctx.effect (fiber unload = cascade), exclusive-factory minting (`store: createXxxStore` becomes a per-entry handle), the registrant diagnostics stamp, and store-instance lifecycle on the entry axis.\n\nDeclared here, implemented by prototype assignment below the class: it MUST stay a prototype method (never an instance arrow) — the cordis service proxy binds `this.ctx` to the CALLER's context at call time, which is what routes the effect (and the unload cascade) into the caller's fiber. An arrow property would freeze `this` to the service's own root ctx and silently break per-plugin disposal.",
1380
+ parameters: []
1381
+ },
1382
+ {
1383
+ signature: "declare readonly registerFactory: RegisterFactory",
1384
+ description: "Register one reusable Component Factory under the caller's effect lifetime. A Store factory mints one handle per rendered occurrence rather than per definition. Like SlotRegistry.register, this remains a prototype method so the Cordis proxy binds `this.ctx` to the caller's Context.",
1385
+ parameters: [{
1386
+ name: "options",
1387
+ description: "runtime definition checked against `SlotFactoryMap`."
1388
+ }, {
1389
+ name: "component",
1390
+ description: "reusable Factory Component."
1391
+ }],
1392
+ returns: "the idempotent definition disposer."
1393
+ },
1394
+ {
1395
+ signature: "inject(key: keyof SlotMap & string, callback: () => SlotInjectionEffect): () => void",
1396
+ description: "Install an effect for each declaration lifetime of a slot. The callback runs synchronously when the declaration already exists; otherwise it runs inside the declaring `register()` call after the declaration is committed. Collapse disposes the effect and a later declaration runs it again. Callback effects are synchronous disposers; iterable effects install transactionally and dispose in reverse order. The controller belongs to the caller's fiber, so plugin unload cancels a pending wait and removes any active contribution.",
1397
+ parameters: [{
1398
+ name: "key",
1399
+ description: "declared SlotMap key to depend on."
1400
+ }, {
1401
+ name: "callback",
1402
+ description: "creates one disposer or an iterable of disposers."
1403
+ }],
1404
+ returns: "idempotent disposer for the wait and active effect.",
1405
+ throws: ["callback setup failures synchronously when the slot is already declared."]
1406
+ }
1407
+ ]
1360
1408
  },
1361
1409
  {
1362
1410
  key: "theme",
@@ -1451,11 +1499,11 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1451
1499
  description: "Workspace archive and directory operations consumed by Client UI domains.",
1452
1500
  methods: [
1453
1501
  {
1454
- signature: "openSession(sessionId: SessionId): void",
1502
+ signature: "openSession(target: SessionTarget): void",
1455
1503
  description: "Select a Session and show its Conversation as one UI navigation action.",
1456
1504
  parameters: [{
1457
- name: "sessionId",
1458
- description: "listed or retained Session to display."
1505
+ name: "target",
1506
+ description: "known Session identity or durable direct-parent subagent address to display."
1459
1507
  }]
1460
1508
  },
1461
1509
  {
@@ -1641,8 +1689,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1641
1689
  name: "slots/changed",
1642
1690
  mode: "emit",
1643
1691
  signature: "'slots/changed'(key: string): void",
1644
- summary: "A slot declaration or registration set changed.",
1645
- description: "A slot declaration or registration set changed.",
1692
+ summary: "An ordinary Slot declaration or entry registration set changed.",
1693
+ description: "An ordinary Slot declaration or entry registration set changed. Factory definitions publish through `subscribeFactory()` instead.",
1646
1694
  parameters: [{
1647
1695
  name: "key",
1648
1696
  description: "mutated SlotMap key."
@@ -1716,7 +1764,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1716
1764
  },
1717
1765
  {
1718
1766
  name: "ComposedProps",
1719
- declaration: "export type ComposedProps<K extends keyof SlotMap & string, EntryKey extends EntryKeyOf<K>, S extends keyof SlotMap & string, H, I extends object, M = never, N = undefined> = PropsRuntime<K, EntryKey> & PropsRenderSlots<S> & PropsStore<H> & InjectFace<I> & MatchedShare<SlotMap[K], M> & PropsLocale<N>;"
1767
+ declaration: "export type ComposedProps<K extends keyof SlotMap & string, EntryKey extends EntryKeyOf<K>, S extends keyof SlotMap & string, H, I extends object, M = never, N = undefined> = PropsRuntime<K, EntryKey> & PropsRenderSlots<S> & PropsRenderFactories & PropsStore<H> & InjectFace<I> & MatchedShare<SlotMap[K], M> & PropsLocale<N>;"
1720
1768
  },
1721
1769
  {
1722
1770
  name: "ConnectionGeneration",
@@ -1770,6 +1818,26 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1770
1818
  name: "EntryKeyOf",
1771
1819
  declaration: "export type EntryKeyOf<K extends keyof SlotMap & string> = SlotMap[K] extends {\n kind: 'keyed';\n keyProps: infer P extends object;\n} ? keyof P & string : string;"
1772
1820
  },
1821
+ {
1822
+ name: "FactoryComponentPropsOf",
1823
+ declaration: "export type FactoryComponentPropsOf<F extends keyof SlotFactoryMap & string> = FactoryInputPropsOf<F> & FactoryRegistrationPropsOf<F> & ScopeStandardProps<FactoryDefOf<F>['scope']> & {\n useFactorySlot: UseFactorySlot<F>;\n};"
1824
+ },
1825
+ {
1826
+ name: "FactoryInjectParams",
1827
+ declaration: "export type FactoryInjectParams<F extends keyof SlotFactoryMap & string> = FactoryDefOf<F>['scope'] extends 'session' ? ([\n FactoryStoreOf<F>\n] extends [\n StoreDecl\n] ? [\n sessionId: SessionIdOf,\n actions: BoundActions<FactoryStoreOf<F>>\n] : [\n sessionId: SessionIdOf\n]) : FactoryDefOf<F>['scope'] extends 'session-maybe' ? ([\n FactoryStoreOf<F>\n] extends [\n StoreDecl\n] ? [\n sessionId: SessionIdOf | undefined,\n actions: BoundActions<FactoryStoreOf<F>> | undefined\n] : [\n sessionId: SessionIdOf | undefined\n]) : ([\n FactoryStoreOf<F>\n] extends [\n StoreDecl\n] ? [\n actions: BoundActions<FactoryStoreOf<F>>\n] : [\n]);"
1828
+ },
1829
+ {
1830
+ name: "FactoryLocalComponent",
1831
+ declaration: "export type FactoryLocalComponent<F extends keyof SlotFactoryMap & string, N extends FactoryLocalNameOf<F>> = SlotComponent<FactoryLocalComponentPropsOf<F, N>>;"
1832
+ },
1833
+ {
1834
+ name: "FactoryLocalComponentPropsOf",
1835
+ declaration: "export type FactoryLocalComponentPropsOf<F extends keyof SlotFactoryMap & string, N extends FactoryLocalNameOf<F>> = FactoryLocalInputPropsOf<F, N> & FactoryRegistrationPropsOf<F> & ScopeStandardProps<FactoryLocalDefOf<F, N>['scope']>;"
1836
+ },
1837
+ {
1838
+ name: "FactoryRegistrationPropsOf",
1839
+ declaration: "export type FactoryRegistrationPropsOf<F extends keyof SlotFactoryMap & string> = FactoryRenderPropsOf<F> & PropsStore<FactoryStoreOf<F>> & InjectFace<FactoryInjectOf<F>> & PropsLocale<FactoryLocaleOf<F>> & PropsRenderFactories;"
1840
+ },
1773
1841
  {
1774
1842
  name: "GlobalStandardProps",
1775
1843
  declaration: "export interface GlobalStandardProps {\n}"
@@ -1818,6 +1886,22 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1818
1886
  name: "LanguageRegistration",
1819
1887
  declaration: "export interface LanguageRegistration {\n id: LocaleId;\n label: string;\n fallback: LocaleId;\n}"
1820
1888
  },
1889
+ {
1890
+ name: "LiveCompositionNode",
1891
+ declaration: "export type LiveCompositionNode = LiveSlotNode | LiveFactoryNode;"
1892
+ },
1893
+ {
1894
+ name: "LiveFactoryNode",
1895
+ declaration: "export interface LiveFactoryNode {\n type: 'factory';\n name: string;\n scope: SlotScope;\n registrant?: string;\n children: LiveSlotNode[];\n}"
1896
+ },
1897
+ {
1898
+ name: "LiveSlotNode",
1899
+ declaration: "export interface LiveSlotNode {\n type: 'slot';\n name: string;\n kind: SlotKind;\n scope: SlotScope;\n declaredBy?: string;\n occupants: LiveSlotOccupant[];\n children: LiveSlotNode[];\n}"
1900
+ },
1901
+ {
1902
+ name: "LiveSlotOccupant",
1903
+ declaration: "export interface LiveSlotOccupant {\n registrant?: string;\n key?: string;\n id?: string;\n order?: number;\n priority: number;\n active: boolean;\n}"
1904
+ },
1821
1905
  {
1822
1906
  name: "LocaleDefinition",
1823
1907
  declaration: "export interface LocaleDefinition {\n readonly id: LocaleId;\n readonly label: string;\n readonly fallback?: LocaleId;\n}"
@@ -1918,13 +2002,17 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1918
2002
  name: "PropsLocale",
1919
2003
  declaration: "export type PropsLocale<N> = N extends keyof LocaleNamespaceMap & string ? {\n t: TranslateNS<N>;\n} : object;"
1920
2004
  },
2005
+ {
2006
+ name: "PropsRenderFactories",
2007
+ declaration: "export interface PropsRenderFactories {\n renderFactorySlot: RenderFactorySlot;\n}"
2008
+ },
1921
2009
  {
1922
2010
  name: "PropsRenderSlots",
1923
- declaration: "export type PropsRenderSlots<S extends keyof SlotMap & string> = {\n renderSlot: RenderSlotFn<Exclude<S, ChainKeysOf<S>>>;\n readonly __renders?: ((key: S) => void) | undefined;\n} & ([\n ChainKeysOf<S>\n] extends [\n never\n] ? object : {\n renderSlotChain: <K extends ChainKeysOf<S>>(key: K, owner: OwnerOf<K>, opts?: ChainRenderOpts) => ReactNode;\n}) & ('session' extends ScopeOf<S> ? {\n SessionProvider: SessionProviderComponent;\n} : object);"
2011
+ declaration: "export type PropsRenderSlots<S extends keyof SlotMap & string> = {\n renderSlot: RenderSlotFn<Exclude<S, ChainKeysOf<S>>>;\n readonly __renders?: ((key: S) => void) | undefined;\n} & ([\n ChainKeysOf<S>\n] extends [\n never\n] ? object : {\n renderSlotChain: <K extends ChainKeysOf<S>>(key: K, owner: OwnerOf<K>, opts?: ChainRenderOpts) => ReactNode;\n}) & ([\n Extract<ScopeOf<S>, 'session' | 'session-maybe'>\n] extends [\n never\n] ? object : {\n SessionProvider: SessionProviderComponent;\n});"
1924
2012
  },
1925
2013
  {
1926
2014
  name: "PropsRuntime",
1927
- declaration: "export type PropsRuntime<K extends keyof SlotMap & string, EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>> = OwnerOf<K> & KeyPropsOf<K, EntryKey> & SlotInjectFace<SlotInjectOf<K>> & (ScopeOf<K> extends 'session' ? SessionStandardProps : ScopeOf<K> extends 'session-maybe' ? SessionMaybeStandardProps : object) & GlobalStandardProps;"
2015
+ declaration: "export type PropsRuntime<K extends keyof SlotMap & string, EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>> = OwnerOf<K> & KeyPropsOf<K, EntryKey> & SlotInjectFace<SlotInjectOf<K>> & ScopeStandardProps<ScopeOf<K>>;"
1928
2016
  },
1929
2017
  {
1930
2018
  name: "PropsSlotHooks",
@@ -1934,6 +2022,18 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1934
2022
  name: "PropsStore",
1935
2023
  declaration: "export type PropsStore<H> = H extends StoreHandle<infer T, infer A> ? {\n useStore: SnapshotSelectorHook<T>;\n actions: BakedActions<T, A>;\n} : object;"
1936
2024
  },
2025
+ {
2026
+ name: "QueueAction",
2027
+ declaration: "export type QueueAction = {\n readonly kind: 'edit';\n readonly content: readonly ContentBlock[];\n} | {\n readonly kind: 'remove';\n} | {\n readonly kind: 'steer';\n};"
2028
+ },
2029
+ {
2030
+ name: "RegisterFactory",
2031
+ declaration: "export interface RegisterFactory {\n <F extends keyof SlotFactoryMap & string>(options: RegisterFactoryOptions<F>, component: SlotComponent<FactoryComponentPropsOf<F>>): () => void;\n}"
2032
+ },
2033
+ {
2034
+ name: "RegisterFactoryOptions",
2035
+ declaration: "export type RegisterFactoryOptions<F extends keyof SlotFactoryMap & string> = {\n name: F;\n scope: FactoryDefOf<F>['scope'];\n} & FactoryField<F, 'children', FactoryChildrenOf<F>> & FactoryField<F, 'store', FactoryStoreOf<F> | (() => FactoryStoreOf<F>)> & FactoryField<F, 'inject', (...args: FactoryInjectParams<F>) => FactoryInjectOf<F>> & FactoryField<F, 'locale', FactoryLocaleOf<F>> & FactoryField<F, 'slots', RuntimeFactorySlots<F>> & FactoryCollisionCheck<F> & FactoryChildrenCheck<F>;"
2036
+ },
1937
2037
  {
1938
2038
  name: "RemoteHostFacts",
1939
2039
  declaration: "export interface RemoteHostFacts {\n readonly home: string | undefined;\n readonly isLoopback: boolean;\n}"
@@ -1954,13 +2054,21 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
1954
2054
  name: "RemoteStreamOptions",
1955
2055
  declaration: "export interface RemoteStreamOptions<Item> {\n readonly name: string;\n readonly open: (signal: AbortSignal) => AsyncIterable<Item>;\n readonly ended: (accepted: boolean) => Error;\n readonly carrierFailed?: (error: RemoteStreamCarrierError) => void;\n}"
1956
2056
  },
2057
+ {
2058
+ name: "RenderFactorySlot",
2059
+ declaration: "export type RenderFactorySlot = <F extends keyof SlotFactoryMap & string>(name: F, props: FactoryInputPropsOf<F>, options?: {\n slots?: Partial<{\n [N in FactoryLocalNameOf<F>]: FactoryLocalComponent<F, N>;\n }>;\n fallback?: ReactNode;\n}) => ReactNode;"
2060
+ },
1957
2061
  {
1958
2062
  name: "ScopeOf",
1959
2063
  declaration: "export type ScopeOf<K extends keyof SlotMap & string> = SlotMap[K]['scope'];"
1960
2064
  },
2065
+ {
2066
+ name: "ScopeStandardProps",
2067
+ declaration: "export type ScopeStandardProps<S extends SlotScope> = (S extends 'session' ? SessionStandardProps : S extends 'session-maybe' ? SessionMaybeStandardProps : object) & GlobalStandardProps;"
2068
+ },
1961
2069
  {
1962
2070
  name: "SessionAreaProps",
1963
- declaration: "export interface SessionAreaProps {\n empty?: (() => ReactNode) | undefined;\n children: ReactNode;\n}"
2071
+ declaration: "export interface SessionAreaProps {\n readonly session?: SlotScopeTargetMap[keyof SlotScopeTargetMap & 'session'] | undefined;\n empty?: (() => ReactNode) | undefined;\n children: ReactNode;\n}"
1964
2072
  },
1965
2073
  {
1966
2074
  name: "SessionAssistantSettlementEntry",
@@ -2002,34 +2110,62 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2002
2110
  name: "SessionProviderComponent",
2003
2111
  declaration: "export type SessionProviderComponent = (props: SessionAreaProps) => ReactNode;"
2004
2112
  },
2113
+ {
2114
+ name: "SessionReference",
2115
+ declaration: "export interface SessionReference extends Disposable {\n readonly sessionId: SessionId;\n readonly binding: SessionBinding;\n readonly ready: Promise<SessionBinding>;\n release(): void;\n}"
2116
+ },
2117
+ {
2118
+ name: "SessionReferenceSource",
2119
+ declaration: "export type SessionReferenceSource = Extract<keyof SessionReferenceSourceMap, string>;"
2120
+ },
2121
+ {
2122
+ name: "SessionReferenceSourceMap",
2123
+ declaration: "export interface SessionReferenceSourceMap {\n controllerOperation: unknown;\n gateway: unknown;\n}"
2124
+ },
2005
2125
  {
2006
2126
  name: "SessionRequestId",
2007
2127
  declaration: "export type SessionRequestId = Branded<'session-request-id'>;"
2008
2128
  },
2129
+ {
2130
+ name: "SessionRetainInfo",
2131
+ declaration: "export interface SessionRetainInfo {\n readonly referenceCount: number;\n readonly retainedBy: Readonly<Partial<Record<SessionReferenceSource, number>>>;\n}"
2132
+ },
2133
+ {
2134
+ name: "SessionRetainOptions",
2135
+ declaration: "export interface SessionRetainOptions {\n readonly source: SessionReferenceSource;\n readonly signal?: AbortSignal | undefined;\n}"
2136
+ },
2009
2137
  {
2010
2138
  name: "SessionSearchResultItem",
2011
2139
  declaration: "export interface SessionSearchResultItem {\n sessionId: SessionId;\n snippet: string;\n}"
2012
2140
  },
2013
2141
  {
2014
2142
  name: "SessionSnapshot",
2015
- declaration: "export interface SessionSnapshot {\n readonly sessionId: SessionId;\n readonly queue: readonly QueuedMessage[];\n readonly pendingSubmissions: readonly PendingSubmission[];\n readonly running: boolean;\n readonly subagent: {\n readonly address: SubagentAddress;\n readonly parentAvailable?: boolean;\n } | null;\n readonly removed: boolean;\n readonly openState: OpenState;\n readonly openError: RemoteFailure | null;\n readonly hasMore: boolean;\n readonly loadingOlder: boolean;\n readonly promptError: PromptError | null;\n readonly blank: boolean;\n readonly lastAgentError: string | null;\n readonly promptAttempted: boolean;\n readonly awaitingFirstTurn: boolean;\n}"
2143
+ declaration: "export interface SessionSnapshot {\n readonly sessionId: SessionId;\n readonly pendingSubmissions: readonly PendingSubmission[];\n readonly running: boolean;\n readonly subagent: {\n readonly address: SubagentAddress;\n readonly parentAvailable?: boolean;\n } | null;\n readonly removed: boolean;\n readonly openState: OpenState;\n readonly openError: RemoteFailure | null;\n readonly hasMore: boolean;\n readonly loadingOlder: boolean;\n readonly promptError: PromptError | null;\n readonly blank: boolean;\n readonly lastAgentError: string | null;\n readonly promptAttempted: boolean;\n readonly awaitingFirstTurn: boolean;\n}"
2016
2144
  },
2017
2145
  {
2018
2146
  name: "SessionStandardProps",
2019
2147
  declaration: "export interface SessionStandardProps {\n}"
2020
2148
  },
2149
+ {
2150
+ name: "SessionTarget",
2151
+ declaration: "export type SessionTarget = SessionId | SubagentAddress;"
2152
+ },
2021
2153
  {
2022
2154
  name: "SlotComponent",
2023
2155
  declaration: "export type SlotComponent<P> = (props: P) => ReactNode;"
2024
2156
  },
2025
2157
  {
2026
2158
  name: "SlotCore",
2027
- declaration: "export class SlotCore {\n constructor();\n register<K extends keyof SlotMap & string, const EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>, const D extends ChildrenDecl = Record<never, never>, H extends StoreDecl | undefined = undefined, M = never, N extends (keyof LocaleNamespaceMap & string) | undefined = undefined, C extends SlotComponent<never> = SlotComponent<never>>(options: BaseOptions<K, EntryKey, D, H, M, N> & {\n inject?: undefined;\n }, component: C & SlotComponent<ComposedProps<K, NoInfer<EntryKey>, keyof NoInfer<D> & keyof SlotMap & string, HandleOf<NoInfer<H>>, object, NoInfer<M>, NoInfer<N>>> & RendersCheck<C, D>): () => void;\n register<K extends keyof SlotMap & string, I extends object, const EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>, const D extends ChildrenDecl = Record<never, never>, H extends StoreDecl | undefined = undefined, M = never, N extends (keyof LocaleNamespaceMap & string) | undefined = undefined, C extends SlotComponent<never> = SlotComponent<never>>(options: BaseOptions<K, EntryKey, D, H, M, N> & {\n inject: (...args: InjectParams<K, H>) => I;\n }, component: C & SlotComponent<ComposedProps<K, NoInfer<EntryKey>, keyof NoInfer<D> & keyof SlotMap & string, HandleOf<NoInfer<H>>, I, NoInfer<M>, NoInfer<N>>> & RendersCheck<C, D>): () => void;\n register(options: ErasedOptions, component: unknown): () => void;\n isLive(entry: StoredEntry): boolean;\n entries(key: string): readonly StoredEntry[];\n entriesOfSlot(key /* …truncated full shape in source */"
2159
+ declaration: "export class SlotCore {\n constructor();\n readonly registerFactory: RegisterFactory;\n factory(name: string): StoredFactory | undefined;\n factoryVersion(name: string): number;\n subscribeFactory(name: string, listener: () => void): () => void;\n isFactoryLive(definition: StoredFactory): boolean;\n register<K extends keyof SlotMap & string, const EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>, const D extends ChildrenDecl = Record<never, never>, H extends StoreDecl | undefined = undefined, M = never, N extends (keyof LocaleNamespaceMap & string) | undefined = undefined, C extends SlotComponent<never> = SlotComponent<never>>(options: BaseOptions<K, EntryKey, D, H, M, N> & {\n inject?: undefined;\n }, component: C & SlotComponent<ComposedProps<K, NoInfer<EntryKey>, keyof NoInfer<D> & keyof SlotMap & string, HandleOf<NoInfer<H>>, object, NoInfer<M>, NoInfer<N>>> & RendersCheck<C, D>): () => void;\n register<K extends keyof SlotMap & string, I extends object, const EntryKey extends EntryKeyOf<K> = EntryKeyOf<K>, const D extends ChildrenDecl = Record<never, never>, H extends StoreDecl | undefined = undefined, M = never, N extends (keyof LocaleNamespaceMap & string) | undefined = undefined, C extends SlotComponent<never> = SlotComponent<never>>(options: BaseOptions<K, EntryKey, D, H, M, N> & {\n inject: (...args: InjectParams<K, H>) => I;\n }, component: C & SlotComponent<ComposedProps<K, NoInfer<EntryKey>, keyof NoInfer<D> & keyof SlotMap & string, HandleOf<NoInfer<H>>, I, NoInfer<M>, NoInfer<N>>> & RendersCheck<C, D>): () => void;\n register(options: ErasedOptions, component: unknown): () => void;\n isLive(entry: StoredEntry): boolean;\n entries(key: string): readonly StoredEntry[];\n entriesOfSlot(key: string): readonly StoredEntry[];\n spec<K extends keyof SlotMap & string>(key: K): SlotSpec<SlotMap[K]> | undefined;\n specDynamic(key: string): SlotSpec<SlotEntryDef> | undefined;\n snapshot(root?: string): LiveCompositionNode[];\n declarationEpoch(key: string): number;\n subscribe(key: string, fn: () => void): () => void;\n subscribeDeclaration(key: string, fn: () => void): () => void;\n getVersion(key: string): number;\n onMutate(fn: (key: string) => void): () => void;\n reportEntryError(key: string, entry: StoredEntry, error: unknown, info: {\n abdicate: boolean;\n }): void;\n reportFactoryError(name: string, registration: StoredEntry | StoredFactory, error: unknown): void;\n onEntryError(fn: (key: string, registration: StoredEntry | StoredFactory, error: unknown, info: {\n abdicated: boolean;\n }) => void): () => void;\n}"
2028
2160
  },
2029
2161
  {
2030
2162
  name: "SlotEntryDef",
2031
2163
  declaration: "export interface SlotEntryDef {\n kind: SlotKind;\n scope: SlotScope;\n owner?: object;\n keyProps?: Record<string, object>;\n hookContext?: unknown;\n inject?: object;\n}"
2032
2164
  },
2165
+ {
2166
+ name: "SlotFactoryMap",
2167
+ declaration: "export interface SlotFactoryMap {\n}"
2168
+ },
2033
2169
  {
2034
2170
  name: "SlotInjectFace",
2035
2171
  declaration: "export type SlotInjectFace<I extends object> = I extends {\n hooks: infer HS extends object;\n} ? Omit<I, 'hooks'> & PropsSlotHooks<HS> : I;"
@@ -2054,6 +2190,10 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2054
2190
  name: "SlotScope",
2055
2191
  declaration: "export type SlotScope = 'root' | 'session-maybe' | 'session';"
2056
2192
  },
2193
+ {
2194
+ name: "SlotScopeTargetMap",
2195
+ declaration: "export interface SlotScopeTargetMap {\n}"
2196
+ },
2057
2197
  {
2058
2198
  name: "SlotSpec",
2059
2199
  declaration: "export type SlotSpec<E extends SlotEntryDef> = {\n kind: E['kind'];\n scope: E['scope'];\n} & ('inject' extends keyof E ? E extends {\n inject: infer Injected extends object;\n} ? {\n inject: Injected;\n} : {\n inject?: object;\n} : {\n inject?: never;\n});"
@@ -2070,6 +2210,10 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2070
2210
  name: "StoredEntry",
2071
2211
  declaration: "export interface StoredEntry {\n component: unknown;\n options: {\n key?: string;\n id?: string;\n order?: number;\n label?: SlotLabel;\n priority?: number;\n };\n select?: ((owner: never) => unknown) | undefined;\n inject?: ((...args: never[]) => Record<string, unknown>) | undefined;\n children?: Readonly<Record<string, SlotSpec<SlotEntryDef>>> | undefined;\n store?: StoreDecl | undefined;\n locale?: string | undefined;\n registrant?: string | undefined;\n}"
2072
2212
  },
2213
+ {
2214
+ name: "StoredFactory",
2215
+ declaration: "export interface StoredFactory {\n readonly name: string;\n readonly component: unknown;\n readonly scope: SlotScope;\n readonly children?: Readonly<Record<string, SlotSpec<SlotEntryDef>>> | undefined;\n readonly store?: StoreDecl | undefined;\n readonly inject?: ((...args: never[]) => Record<string, unknown>) | undefined;\n readonly locale?: string | undefined;\n readonly slots?: Readonly<Record<string, {\n scope: SlotScope;\n }>> | undefined;\n readonly registrant?: string | undefined;\n}"
2216
+ },
2073
2217
  {
2074
2218
  name: "StoreFactory",
2075
2219
  declaration: "export type StoreFactory = () => StoreHandle<any, any>;"
@@ -2114,14 +2258,14 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2114
2258
  name: "ThemeTokens",
2115
2259
  declaration: "export type ThemeTokens = Record<string, string>;"
2116
2260
  },
2117
- {
2118
- name: "Translate",
2119
- declaration: "export type Translate<K extends string = string> = (key: K, params?: Record<string, unknown>) => string;"
2120
- },
2121
2261
  {
2122
2262
  name: "TranslateNS",
2123
2263
  declaration: "export type TranslateNS<N extends keyof LocaleNamespaceMap & string> = Translate<LocaleKeysOf<N>>;"
2124
2264
  },
2265
+ {
2266
+ name: "UseFactorySlot",
2267
+ declaration: "export type UseFactorySlot<F extends keyof SlotFactoryMap & string> = <N extends FactoryLocalNameOf<F>>(name: N, fallback: FactoryLocalComponent<F, N>) => SlotComponent<FactoryLocalInputPropsOf<F, N>>;"
2268
+ },
2125
2269
  {
2126
2270
  name: "WorkspaceView",
2127
2271
  declaration: "export interface WorkspaceView {\n readonly workspaceId: WorkspaceId;\n readonly path: string;\n readonly title: string;\n readonly sessionIds: readonly SessionId[];\n readonly createdAt: string;\n readonly updatedAt: string;\n}"
@@ -2231,7 +2375,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2231
2375
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2232
2376
  "usePanelInfo: UsePanelInfo",
2233
2377
  "useSessions: UseSessions",
2234
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2378
+ "useSessionStatus: UseSessionStatus",
2379
+ "useSessionRetainInfo: UseSessionRetainInfo",
2235
2380
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2236
2381
  "useChat: UseChat",
2237
2382
  "useConversation: UseConversation",
@@ -2284,7 +2429,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2284
2429
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2285
2430
  "usePanelInfo: UsePanelInfo",
2286
2431
  "useSessions: UseSessions",
2287
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2432
+ "useSessionStatus: UseSessionStatus",
2433
+ "useSessionRetainInfo: UseSessionRetainInfo",
2288
2434
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2289
2435
  "useChat: UseChat",
2290
2436
  "useConversation: UseConversation",
@@ -2302,7 +2448,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2302
2448
  occupants: ["client-ui-message-feedback MessageFeedbackActions id 'feedback'"],
2303
2449
  replaceRisk: "none",
2304
2450
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.chat.assistant-actions', () => ctx.slots.register(\n { name: 'conversation.chat.assistant-actions', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2305
- source: "packages/client/ui-chat/src/client/contract/slots.ts:217"
2451
+ source: "packages/client/ui-chat/src/client/contract/slots.ts:219"
2306
2452
  },
2307
2453
  {
2308
2454
  key: "conversation.chat.commandview",
@@ -2327,7 +2473,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2327
2473
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2328
2474
  "usePanelInfo: UsePanelInfo",
2329
2475
  "useSessions: UseSessions",
2330
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2476
+ "useSessionStatus: UseSessionStatus",
2477
+ "useSessionRetainInfo: UseSessionRetainInfo",
2331
2478
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2332
2479
  "useChat: UseChat",
2333
2480
  "useConversation: UseConversation",
@@ -2345,7 +2492,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2345
2492
  occupants: [],
2346
2493
  replaceRisk: "none",
2347
2494
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.chat.commandview', () => ctx.slots.register(\n { name: 'conversation.chat.commandview', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2348
- source: "packages/client/ui-chat/src/client/contract/slots.ts:205"
2495
+ source: "packages/client/ui-chat/src/client/contract/slots.ts:207"
2349
2496
  },
2350
2497
  {
2351
2498
  key: "conversation.chat.node",
@@ -2373,7 +2520,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2373
2520
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2374
2521
  "usePanelInfo: UsePanelInfo",
2375
2522
  "useSessions: UseSessions",
2376
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2523
+ "useSessionStatus: UseSessionStatus",
2524
+ "useSessionRetainInfo: UseSessionRetainInfo",
2377
2525
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2378
2526
  "useChat: UseChat",
2379
2527
  "useConversation: UseConversation",
@@ -2409,20 +2557,34 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2409
2557
  ],
2410
2558
  replaceRisk: "shadows-shipped-ui",
2411
2559
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.chat.node', () => ctx.slots.register(\n { name: 'conversation.chat.node', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2412
- source: "packages/client/ui-chat/src/client/contract/slots.ts:186"
2560
+ source: "packages/client/ui-chat/src/client/contract/slots.ts:188"
2413
2561
  },
2414
2562
  {
2415
2563
  key: "conversation.chat.turnTail",
2416
- kind: "chain",
2564
+ kind: "list",
2417
2565
  scope: "session",
2418
- summary: "Selector-routed extension before a completed Turn's action row.",
2419
- doc: "Selector-routed extension before a completed Turn's action row. The\ncomponent receives the Turn, closing sequence, and file opener. The first\nselector that accepts the owner renders; an all-declined chain is empty.",
2420
- registerOptions: [{
2421
- name: "select",
2422
- requirement: "required",
2423
- type: "(owner) => unknown | null",
2424
- doc: "Pure routing selector. Entries are tried in ascending order; the first non-null result wins and arrives as the component's `matched` prop. All-null falls through to the owner's fallback."
2425
- }],
2566
+ summary: "Ordered feature contributions before a completed Turn's action row.",
2567
+ doc: "Ordered feature contributions before a completed Turn's action row. Each\nentry receives the Turn, closing sequence, and file opener. A fresh `id`\nadds an entry; entries without content return null.",
2568
+ registerOptions: [
2569
+ {
2570
+ name: "id",
2571
+ requirement: "required",
2572
+ type: "string",
2573
+ doc: "Your cell key. Use an id of your own: a fresh id is added beside the shipped entries, while reusing a shipped id puts you in THAT cell and replaces it. Owners that filter by id address you by it."
2574
+ },
2575
+ {
2576
+ name: "order",
2577
+ requirement: "optional",
2578
+ type: "number",
2579
+ doc: "Position among the entries, ascending (default 0)."
2580
+ },
2581
+ {
2582
+ name: "label",
2583
+ requirement: "optional",
2584
+ type: "string | (() => string)",
2585
+ doc: "Display text where the owner projects one (nav rows, tabs). A thunk is re-read on every projection, so localized text follows the active locale without re-registering."
2586
+ }
2587
+ ],
2426
2588
  ownerProps: ["/** Owner currency of the completed-Turn extension chain. */\nexport interface TurnTailOwnerProps {\n turn: TurnLocation\n seq: number\n openFile: (path: string) => void\n}"],
2427
2589
  ownerPropsReferences: ["TurnLocation"],
2428
2590
  standardProps: [
@@ -2430,7 +2592,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2430
2592
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2431
2593
  "usePanelInfo: UsePanelInfo",
2432
2594
  "useSessions: UseSessions",
2433
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2595
+ "useSessionStatus: UseSessionStatus",
2596
+ "useSessionRetainInfo: UseSessionRetainInfo",
2434
2597
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2435
2598
  "useChat: UseChat",
2436
2599
  "useConversation: UseConversation",
@@ -2445,10 +2608,10 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2445
2608
  hookContext: "",
2446
2609
  slotInject: "",
2447
2610
  declaredBy: "an entry in 'conversation.chat.node' (client-ui-chat), so it exists while that entry is mounted",
2448
- occupants: ["client-ui-deliverables Deliverables"],
2611
+ occupants: ["client-ui-deliverables DeliverablesTail id '@deepseek-ai/dsh-client-ui-deliverables'", "client-ui-plan PlanCards"],
2449
2612
  replaceRisk: "none",
2450
- example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.chat.turnTail', () => ctx.slots.register(\n { name: 'conversation.chat.turnTail', select: owner => null },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2451
- source: "packages/client/ui-chat/src/client/contract/slots.ts:211"
2613
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.chat.turnTail', () => ctx.slots.register(\n { name: 'conversation.chat.turnTail', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2614
+ source: "packages/client/ui-chat/src/client/contract/slots.ts:213"
2452
2615
  },
2453
2616
  {
2454
2617
  key: "conversation.composer",
@@ -2473,7 +2636,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2473
2636
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2474
2637
  "usePanelInfo: UsePanelInfo",
2475
2638
  "useSessions: UseSessions",
2476
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2639
+ "useSessionStatus: UseSessionStatus",
2640
+ "useSessionRetainInfo: UseSessionRetainInfo",
2477
2641
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2478
2642
  "useChat: UseChat",
2479
2643
  "useConversation: UseConversation",
@@ -2487,7 +2651,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2487
2651
  keyDomain: "",
2488
2652
  hookContext: "",
2489
2653
  slotInject: "",
2490
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2654
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2491
2655
  occupants: [
2492
2656
  "client-ui-approval ApprovalPanel",
2493
2657
  "client-ui-subagent SubagentReadOnlyComposer",
@@ -2495,7 +2659,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2495
2659
  ],
2496
2660
  replaceRisk: "none",
2497
2661
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.composer', () => ctx.slots.register(\n { name: 'conversation.composer', select: owner => null },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2498
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:157"
2662
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:180"
2499
2663
  },
2500
2664
  {
2501
2665
  key: "conversation.composer.bar",
@@ -2511,7 +2675,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2511
2675
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2512
2676
  "usePanelInfo: UsePanelInfo",
2513
2677
  "useSessions: UseSessions",
2514
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2678
+ "useSessionStatus: UseSessionStatus",
2679
+ "useSessionRetainInfo: UseSessionRetainInfo",
2515
2680
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2516
2681
  "useConversation: MaybeSnapshotSelectorHook<ConversationSnapshot>",
2517
2682
  "useInput: MaybeSnapshotSelectorHook<InputState>",
@@ -2523,11 +2688,11 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2523
2688
  keyDomain: "",
2524
2689
  hookContext: "",
2525
2690
  slotInject: "",
2526
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2691
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2527
2692
  occupants: ["client-ui-conversation InputBar"],
2528
2693
  replaceRisk: "shadows-shipped-ui",
2529
2694
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.composer.bar', () => ctx.slots.register(\n { name: 'conversation.composer.bar' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2530
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:175"
2695
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:198"
2531
2696
  },
2532
2697
  {
2533
2698
  key: "conversation.composer.dock",
@@ -2562,7 +2727,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2562
2727
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2563
2728
  "usePanelInfo: UsePanelInfo",
2564
2729
  "useSessions: UseSessions",
2565
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2730
+ "useSessionStatus: UseSessionStatus",
2731
+ "useSessionRetainInfo: UseSessionRetainInfo",
2566
2732
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2567
2733
  "useChat: UseChat",
2568
2734
  "useConversation: UseConversation",
@@ -2580,12 +2746,12 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2580
2746
  occupants: ["client-ui-chat StatsPills id 'stats'"],
2581
2747
  replaceRisk: "none",
2582
2748
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.composer.dock', () => ctx.slots.register(\n { name: 'conversation.composer.dock', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2583
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:169"
2749
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:192"
2584
2750
  },
2585
2751
  {
2586
2752
  key: "conversation.hero.agentPreset",
2587
2753
  kind: "single",
2588
- scope: "root",
2754
+ scope: "session-maybe",
2589
2755
  summary: "Agent-preset control staged for a New Session.",
2590
2756
  doc: "Agent-preset control staged for a New Session.",
2591
2757
  registerOptions: [],
@@ -2596,17 +2762,24 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2596
2762
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2597
2763
  "usePanelInfo: UsePanelInfo",
2598
2764
  "useSessions: UseSessions",
2599
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2600
- "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
2765
+ "useSessionStatus: UseSessionStatus",
2766
+ "useSessionRetainInfo: UseSessionRetainInfo",
2767
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2768
+ "useConversation: MaybeSnapshotSelectorHook<ConversationSnapshot>",
2769
+ "useInput: MaybeSnapshotSelectorHook<InputState>",
2770
+ "inputActions: InputActions | undefined",
2771
+ "useSession: MaybeSnapshotSelectorHook<SessionSnapshot>",
2772
+ "sessionId: SessionId | undefined",
2773
+ "useProjection: UseProjection"
2601
2774
  ],
2602
2775
  keyDomain: "",
2603
2776
  hookContext: "",
2604
2777
  slotInject: "",
2605
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2778
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2606
2779
  occupants: ["client-ui-agent-preset AgentPresetSeat"],
2607
2780
  replaceRisk: "shadows-shipped-ui",
2608
2781
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.hero.agentPreset', () => ctx.slots.register(\n { name: 'conversation.hero.agentPreset' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2609
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:163"
2782
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:186"
2610
2783
  },
2611
2784
  {
2612
2785
  key: "conversation.hero.brand.mark",
@@ -2622,17 +2795,18 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2622
2795
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2623
2796
  "usePanelInfo: UsePanelInfo",
2624
2797
  "useSessions: UseSessions",
2625
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2798
+ "useSessionStatus: UseSessionStatus",
2799
+ "useSessionRetainInfo: UseSessionRetainInfo",
2626
2800
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
2627
2801
  ],
2628
2802
  keyDomain: "",
2629
2803
  hookContext: "",
2630
2804
  slotInject: "",
2631
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2805
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2632
2806
  occupants: [],
2633
2807
  replaceRisk: "none",
2634
2808
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.hero.brand.mark', () => ctx.slots.register(\n { name: 'conversation.hero.brand.mark' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2635
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:161"
2809
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:184"
2636
2810
  },
2637
2811
  {
2638
2812
  key: "conversation.hero.workspace",
@@ -2648,17 +2822,18 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2648
2822
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2649
2823
  "usePanelInfo: UsePanelInfo",
2650
2824
  "useSessions: UseSessions",
2651
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2825
+ "useSessionStatus: UseSessionStatus",
2826
+ "useSessionRetainInfo: UseSessionRetainInfo",
2652
2827
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
2653
2828
  ],
2654
2829
  keyDomain: "",
2655
2830
  hookContext: "",
2656
2831
  slotInject: "",
2657
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2832
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2658
2833
  occupants: ["client-ui-workspace WorkspacePicker"],
2659
2834
  replaceRisk: "shadows-shipped-ui",
2660
2835
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.hero.workspace', () => ctx.slots.register(\n { name: 'conversation.hero.workspace' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2661
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:159"
2836
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:182"
2662
2837
  },
2663
2838
  {
2664
2839
  key: "conversation.hero.workspace.directoryFlow",
@@ -2674,7 +2849,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2674
2849
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2675
2850
  "usePanelInfo: UsePanelInfo",
2676
2851
  "useSessions: UseSessions",
2677
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2852
+ "useSessionStatus: UseSessionStatus",
2853
+ "useSessionRetainInfo: UseSessionRetainInfo",
2678
2854
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
2679
2855
  ],
2680
2856
  keyDomain: "",
@@ -2704,7 +2880,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2704
2880
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2705
2881
  "usePanelInfo: UsePanelInfo",
2706
2882
  "useSessions: UseSessions",
2707
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2883
+ "useSessionStatus: UseSessionStatus",
2884
+ "useSessionRetainInfo: UseSessionRetainInfo",
2708
2885
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2709
2886
  "useConversation: MaybeSnapshotSelectorHook<ConversationSnapshot>",
2710
2887
  "useInput: MaybeSnapshotSelectorHook<InputState>",
@@ -2720,7 +2897,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2720
2897
  occupants: ["client-ui-attachment ComposerAttachments"],
2721
2898
  replaceRisk: "shadows-shipped-ui",
2722
2899
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.attachments', () => ctx.slots.register(\n { name: 'conversation.input.attachments' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2723
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:177"
2900
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:200"
2724
2901
  },
2725
2902
  {
2726
2903
  key: "conversation.input.dock",
@@ -2755,7 +2932,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2755
2932
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2756
2933
  "usePanelInfo: UsePanelInfo",
2757
2934
  "useSessions: UseSessions",
2758
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2935
+ "useSessionStatus: UseSessionStatus",
2936
+ "useSessionRetainInfo: UseSessionRetainInfo",
2759
2937
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2760
2938
  "useChat: UseChat",
2761
2939
  "useConversation: UseConversation",
@@ -2769,7 +2947,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2769
2947
  keyDomain: "",
2770
2948
  hookContext: "",
2771
2949
  slotInject: "",
2772
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
2950
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
2773
2951
  occupants: [
2774
2952
  "client-ui-conversation QueueDock id 'queue'",
2775
2953
  "client-ui-conversation TodoDock id 'todo'",
@@ -2777,7 +2955,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2777
2955
  ],
2778
2956
  replaceRisk: "none",
2779
2957
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.dock', () => ctx.slots.register(\n { name: 'conversation.input.dock', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2780
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:165"
2958
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:188"
2781
2959
  },
2782
2960
  {
2783
2961
  key: "conversation.input.left",
@@ -2812,7 +2990,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2812
2990
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2813
2991
  "usePanelInfo: UsePanelInfo",
2814
2992
  "useSessions: UseSessions",
2815
- "useSessionPendingInteraction: UseSessionPendingInteraction",
2993
+ "useSessionStatus: UseSessionStatus",
2994
+ "useSessionRetainInfo: UseSessionRetainInfo",
2816
2995
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2817
2996
  "useChat: UseChat",
2818
2997
  "useConversation: UseConversation",
@@ -2830,7 +3009,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2830
3009
  occupants: [],
2831
3010
  replaceRisk: "none",
2832
3011
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.left', () => ctx.slots.register(\n { name: 'conversation.input.left', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2833
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:171"
3012
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:194"
2834
3013
  },
2835
3014
  {
2836
3015
  key: "conversation.input.model",
@@ -2846,7 +3025,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2846
3025
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2847
3026
  "usePanelInfo: UsePanelInfo",
2848
3027
  "useSessions: UseSessions",
2849
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3028
+ "useSessionStatus: UseSessionStatus",
3029
+ "useSessionRetainInfo: UseSessionRetainInfo",
2850
3030
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2851
3031
  "useChat: UseChat",
2852
3032
  "useConversation: UseConversation",
@@ -2864,7 +3044,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2864
3044
  occupants: ["client-ui-model-selection ModelSelect"],
2865
3045
  replaceRisk: "shadows-shipped-ui",
2866
3046
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.model', () => ctx.slots.register(\n { name: 'conversation.input.model' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2867
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:187"
3047
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:210"
2868
3048
  },
2869
3049
  {
2870
3050
  key: "conversation.input.overlay",
@@ -2899,7 +3079,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2899
3079
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2900
3080
  "usePanelInfo: UsePanelInfo",
2901
3081
  "useSessions: UseSessions",
2902
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3082
+ "useSessionStatus: UseSessionStatus",
3083
+ "useSessionRetainInfo: UseSessionRetainInfo",
2903
3084
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2904
3085
  "useChat: UseChat",
2905
3086
  "useConversation: UseConversation",
@@ -2921,7 +3102,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2921
3102
  ],
2922
3103
  replaceRisk: "none",
2923
3104
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.overlay', () => ctx.slots.register(\n { name: 'conversation.input.overlay', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2924
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:167"
3105
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:190"
2925
3106
  },
2926
3107
  {
2927
3108
  key: "conversation.input.permission",
@@ -2937,7 +3118,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2937
3118
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2938
3119
  "usePanelInfo: UsePanelInfo",
2939
3120
  "useSessions: UseSessions",
2940
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3121
+ "useSessionStatus: UseSessionStatus",
3122
+ "useSessionRetainInfo: UseSessionRetainInfo",
2941
3123
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2942
3124
  "useChat: UseChat",
2943
3125
  "useConversation: UseConversation",
@@ -2955,7 +3137,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2955
3137
  occupants: ["client-ui-permission-presets PermissionSelect"],
2956
3138
  replaceRisk: "shadows-shipped-ui",
2957
3139
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.permission', () => ctx.slots.register(\n { name: 'conversation.input.permission' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2958
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:185"
3140
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:208"
2959
3141
  },
2960
3142
  {
2961
3143
  key: "conversation.input.plan",
@@ -2971,7 +3153,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2971
3153
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2972
3154
  "usePanelInfo: UsePanelInfo",
2973
3155
  "useSessions: UseSessions",
2974
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3156
+ "useSessionStatus: UseSessionStatus",
3157
+ "useSessionRetainInfo: UseSessionRetainInfo",
2975
3158
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
2976
3159
  "useChat: UseChat",
2977
3160
  "useConversation: UseConversation",
@@ -2989,7 +3172,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
2989
3172
  occupants: ["client-ui-plan PlanChip"],
2990
3173
  replaceRisk: "shadows-shipped-ui",
2991
3174
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.plan', () => ctx.slots.register(\n { name: 'conversation.input.plan' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
2992
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:183"
3175
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:206"
2993
3176
  },
2994
3177
  {
2995
3178
  key: "conversation.input.right",
@@ -3024,7 +3207,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3024
3207
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3025
3208
  "usePanelInfo: UsePanelInfo",
3026
3209
  "useSessions: UseSessions",
3027
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3210
+ "useSessionStatus: UseSessionStatus",
3211
+ "useSessionRetainInfo: UseSessionRetainInfo",
3028
3212
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3029
3213
  "useChat: UseChat",
3030
3214
  "useConversation: UseConversation",
@@ -3042,7 +3226,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3042
3226
  occupants: [],
3043
3227
  replaceRisk: "none",
3044
3228
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.input.right', () => ctx.slots.register(\n { name: 'conversation.input.right', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3045
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:173"
3229
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:196"
3046
3230
  },
3047
3231
  {
3048
3232
  key: "conversation.message.images",
@@ -3051,7 +3235,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3051
3235
  summary: "Renderer for one consecutive group of durable message images.",
3052
3236
  doc: "Renderer for one consecutive group of durable message images. The owner\nsupplies image references, an authorized loader, and alignment. A\nregistration replaces the shipped gallery; without one, images are omitted.",
3053
3237
  registerOptions: [],
3054
- ownerProps: ["/** Message image group handed to the optional attachment presentation plugin. */\nexport interface MessageImagesOwnerProps {\n /** Durable references or submission-echo previews in source order. */\n images: readonly MessageImageSource[]\n /** Session-authorized image URL loader for the durable arm. */\n loadImage: MessageImageLoader\n /** Horizontal placement inside the owning record. */\n align: 'start' | 'end'\n /** Force every image into the compact message-attachment tile size. */\n compact?: boolean\n}"],
3238
+ ownerProps: ["/** Message image group handed to the optional attachment presentation plugin. */\nexport interface MessageImagesOwnerProps {\n /** Durable references or submission-echo previews in source order. */\n images: readonly MessageImageSource[]\n /** Session-authorized image URL loader for the durable arm. */\n loadImage: MessageImageLoader\n /** Horizontal placement inside the owning record. */\n align: 'start' | 'end'\n /** Force every image into the compact message-attachment tile size. */\n compact?: boolean\n /** Fixed, uncropped thumbnail for an attachment list row. */\n thumbnail?: boolean\n}"],
3055
3239
  ownerPropsReferences: [
3056
3240
  "Message",
3057
3241
  "MessageImageLoader",
@@ -3062,7 +3246,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3062
3246
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3063
3247
  "usePanelInfo: UsePanelInfo",
3064
3248
  "useSessions: UseSessions",
3065
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3249
+ "useSessionStatus: UseSessionStatus",
3250
+ "useSessionRetainInfo: UseSessionRetainInfo",
3066
3251
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3067
3252
  "useChat: UseChat",
3068
3253
  "useConversation: UseConversation",
@@ -3080,7 +3265,61 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3080
3265
  occupants: ["client-ui-attachment MessageImages"],
3081
3266
  replaceRisk: "shadows-shipped-ui",
3082
3267
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.message.images', () => ctx.slots.register(\n { name: 'conversation.message.images' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3083
- source: "packages/client/ui-chat/src/client/contract/slots.ts:199"
3268
+ source: "packages/client/ui-chat/src/client/contract/slots.ts:201"
3269
+ },
3270
+ {
3271
+ key: "conversation.plan-review.actions",
3272
+ kind: "list",
3273
+ scope: "session",
3274
+ summary: "Actions for the exact plan under review; approval remains with the question composer.",
3275
+ doc: "Actions for the exact plan under review; approval remains with the question composer.",
3276
+ registerOptions: [
3277
+ {
3278
+ name: "id",
3279
+ requirement: "required",
3280
+ type: "string",
3281
+ doc: "Your cell key. Use an id of your own: a fresh id is added beside the shipped entries, while reusing a shipped id puts you in THAT cell and replaces it. Owners that filter by id address you by it."
3282
+ },
3283
+ {
3284
+ name: "order",
3285
+ requirement: "optional",
3286
+ type: "number",
3287
+ doc: "Position among the entries, ascending (default 0)."
3288
+ },
3289
+ {
3290
+ name: "label",
3291
+ requirement: "optional",
3292
+ type: "string | (() => string)",
3293
+ doc: "Display text where the owner projects one (nav rows, tabs). A thunk is re-read on every projection, so localized text follows the active locale without re-registering."
3294
+ }
3295
+ ],
3296
+ ownerProps: ["/**\n * A request narrowed to the `plan-review` presentation intent: everything the\n * decision card renders and answers with, so the panel never re-reads the\n * request fields. `approve` and `decline` are the asker's own options — an\n * answer must carry one of those labels verbatim — and `plan` is the markdown\n * body under review.\n */\nexport interface PlanReview {\n /** The reviewed question's id, echoed in the answer. */\n id: string\n /** The question text, kept as the card's accessible name. */\n question: string\n /** The plan markdown under review. */\n plan: string\n /** Logged tool invocation used to reopen this plan. */\n callId?: ToolCallId\n /** The option that approves the plan. */\n approve: QuestionOption\n /** The option that declines it; absent when the asker offered no other option. */\n decline?: QuestionOption\n}"],
3297
+ ownerPropsReferences: [],
3298
+ standardProps: [
3299
+ "useResource: UseResource",
3300
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3301
+ "usePanelInfo: UsePanelInfo",
3302
+ "useSessions: UseSessions",
3303
+ "useSessionStatus: UseSessionStatus",
3304
+ "useSessionRetainInfo: UseSessionRetainInfo",
3305
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3306
+ "useChat: UseChat",
3307
+ "useConversation: UseConversation",
3308
+ "useInput: SnapshotSelectorHook<InputState>",
3309
+ "inputActions: InputActions",
3310
+ "useSession: SessionSnapshotSelector",
3311
+ "sessionId: SessionId",
3312
+ "useProjection: UseProjection",
3313
+ "useTrajectory: UseTrajectory"
3314
+ ],
3315
+ keyDomain: "",
3316
+ hookContext: "",
3317
+ slotInject: "",
3318
+ declaredBy: "an entry in 'conversation.composer' (client-ui-user-questions), so it exists while that entry is mounted",
3319
+ occupants: ["client-ui-plan PlanReviewOpen"],
3320
+ replaceRisk: "none",
3321
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.plan-review.actions', () => ctx.slots.register(\n { name: 'conversation.plan-review.actions', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3322
+ source: "packages/client/ui-user-questions/src/client/contract/slots.ts:21"
3084
3323
  },
3085
3324
  {
3086
3325
  key: "conversation.session",
@@ -3096,7 +3335,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3096
3335
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3097
3336
  "usePanelInfo: UsePanelInfo",
3098
3337
  "useSessions: UseSessions",
3099
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3338
+ "useSessionStatus: UseSessionStatus",
3339
+ "useSessionRetainInfo: UseSessionRetainInfo",
3100
3340
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3101
3341
  "useChat: UseChat",
3102
3342
  "useConversation: UseConversation",
@@ -3110,11 +3350,11 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3110
3350
  keyDomain: "",
3111
3351
  hookContext: "",
3112
3352
  slotInject: "",
3113
- declaredBy: "an entry in 'main.conversation' (client-ui-conversation), so it exists while that entry is mounted",
3353
+ declaredBy: "factory 'conversation.content' (client-ui-conversation), so it exists while that definition is registered",
3114
3354
  occupants: ["client-ui-conversation ConversationSession"],
3115
3355
  replaceRisk: "shadows-shipped-ui",
3116
3356
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session', () => ctx.slots.register(\n { name: 'conversation.session' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3117
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:122"
3357
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:129"
3118
3358
  },
3119
3359
  {
3120
3360
  key: "conversation.session.header",
@@ -3130,7 +3370,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3130
3370
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3131
3371
  "usePanelInfo: UsePanelInfo",
3132
3372
  "useSessions: UseSessions",
3133
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3373
+ "useSessionStatus: UseSessionStatus",
3374
+ "useSessionRetainInfo: UseSessionRetainInfo",
3134
3375
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3135
3376
  "useChat: UseChat",
3136
3377
  "useConversation: UseConversation",
@@ -3148,7 +3389,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3148
3389
  occupants: ["client-ui-conversation ConversationSessionHeader"],
3149
3390
  replaceRisk: "shadows-shipped-ui",
3150
3391
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header', () => ctx.slots.register(\n { name: 'conversation.session.header' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3151
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:124"
3392
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:135"
3152
3393
  },
3153
3394
  {
3154
3395
  key: "conversation.session.header.actions",
@@ -3183,7 +3424,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3183
3424
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3184
3425
  "usePanelInfo: UsePanelInfo",
3185
3426
  "useSessions: UseSessions",
3186
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3427
+ "useSessionStatus: UseSessionStatus",
3428
+ "useSessionRetainInfo: UseSessionRetainInfo",
3187
3429
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3188
3430
  "useChat: UseChat",
3189
3431
  "useConversation: UseConversation",
@@ -3207,7 +3449,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3207
3449
  ],
3208
3450
  replaceRisk: "none",
3209
3451
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header.actions', () => ctx.slots.register(\n { name: 'conversation.session.header.actions', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3210
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:132"
3452
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:143"
3211
3453
  },
3212
3454
  {
3213
3455
  key: "conversation.session.header.corner",
@@ -3223,7 +3465,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3223
3465
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3224
3466
  "usePanelInfo: UsePanelInfo",
3225
3467
  "useSessions: UseSessions",
3226
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3468
+ "useSessionStatus: UseSessionStatus",
3469
+ "useSessionRetainInfo: UseSessionRetainInfo",
3227
3470
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3228
3471
  "useChat: UseChat",
3229
3472
  "useConversation: UseConversation",
@@ -3241,7 +3484,42 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3241
3484
  occupants: ["client-ui-sidebar-right ExpandButton"],
3242
3485
  replaceRisk: "shadows-shipped-ui",
3243
3486
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header.corner', () => ctx.slots.register(\n { name: 'conversation.session.header.corner' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3244
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:149"
3487
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:172"
3488
+ },
3489
+ {
3490
+ key: "conversation.session.header.leading",
3491
+ kind: "single",
3492
+ scope: "session",
3493
+ summary: "Leading seat before the Session breadcrumbs, for window-chrome-adjacent controls (macOS desktop sidebar reopen and New Session while the sidebar is hidden).",
3494
+ doc: "Leading seat before the Session breadcrumbs, for window-chrome-adjacent\ncontrols (macOS desktop sidebar reopen and New Session while the sidebar\nis hidden). The seat is laid out only while its occupant renders\nsomething, and it stays mounted through the blank-session state so a\nhidden sidebar always keeps a reopen control on screen.",
3495
+ registerOptions: [],
3496
+ ownerProps: ["/** The leading seat's occupant derives its state from standard Session props. */\nexport interface ConversationHeaderLeadingOwnerProps {\n /** Marker field: the occupant receives no owner-specific values. */\n children?: never\n}"],
3497
+ ownerPropsReferences: [],
3498
+ standardProps: [
3499
+ "useResource: UseResource",
3500
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3501
+ "usePanelInfo: UsePanelInfo",
3502
+ "useSessions: UseSessions",
3503
+ "useSessionStatus: UseSessionStatus",
3504
+ "useSessionRetainInfo: UseSessionRetainInfo",
3505
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3506
+ "useChat: UseChat",
3507
+ "useConversation: UseConversation",
3508
+ "useInput: SnapshotSelectorHook<InputState>",
3509
+ "inputActions: InputActions",
3510
+ "useSession: SessionSnapshotSelector",
3511
+ "sessionId: SessionId",
3512
+ "useProjection: UseProjection",
3513
+ "useTrajectory: UseTrajectory"
3514
+ ],
3515
+ keyDomain: "",
3516
+ hookContext: "",
3517
+ slotInject: "",
3518
+ declaredBy: "an entry in 'conversation.session.header' (client-ui-conversation), so it exists while that entry is mounted",
3519
+ occupants: ["client-ui-sidebar HeaderLeadingControls"],
3520
+ replaceRisk: "shadows-shipped-ui",
3521
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header.leading', () => ctx.slots.register(\n { name: 'conversation.session.header.leading' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3522
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:161"
3245
3523
  },
3246
3524
  {
3247
3525
  key: "conversation.session.header.lineage",
@@ -3257,7 +3535,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3257
3535
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3258
3536
  "usePanelInfo: UsePanelInfo",
3259
3537
  "useSessions: UseSessions",
3260
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3538
+ "useSessionStatus: UseSessionStatus",
3539
+ "useSessionRetainInfo: UseSessionRetainInfo",
3261
3540
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3262
3541
  "useChat: UseChat",
3263
3542
  "useConversation: UseConversation",
@@ -3275,7 +3554,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3275
3554
  occupants: ["client-ui-subagent SubagentHeaderLineage"],
3276
3555
  replaceRisk: "shadows-shipped-ui",
3277
3556
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header.lineage', () => ctx.slots.register(\n { name: 'conversation.session.header.lineage' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3278
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:126"
3557
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:137"
3279
3558
  },
3280
3559
  {
3281
3560
  key: "conversation.session.header.utilities",
@@ -3310,7 +3589,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3310
3589
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3311
3590
  "usePanelInfo: UsePanelInfo",
3312
3591
  "useSessions: UseSessions",
3313
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3592
+ "useSessionStatus: UseSessionStatus",
3593
+ "useSessionRetainInfo: UseSessionRetainInfo",
3314
3594
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3315
3595
  "useChat: UseChat",
3316
3596
  "useConversation: UseConversation",
@@ -3328,7 +3608,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3328
3608
  occupants: ["client-ui-open-in-app OpenInAppAction id 'open-in-app'", "session-log-export SessionLogDownloadHeaderAction id 'session-log-download'"],
3329
3609
  replaceRisk: "none",
3330
3610
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.session.header.utilities', () => ctx.slots.register(\n { name: 'conversation.session.header.utilities', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3331
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:138"
3611
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:149"
3332
3612
  },
3333
3613
  {
3334
3614
  key: "conversation.trajectory.images",
@@ -3337,7 +3617,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3337
3617
  summary: "Renderer for one group of durable record images in the Trajectory ledger.",
3338
3618
  doc: "Renderer for one group of durable record images in the Trajectory\nledger. The owner supplies image references, an authorized loader, and\nalignment. A registration replaces the shipped gallery; without one,\nimages are omitted.",
3339
3619
  registerOptions: [],
3340
- ownerProps: ["/** Message image group handed to the optional attachment presentation plugin. */\nexport interface MessageImagesOwnerProps {\n /** Durable references or submission-echo previews in source order. */\n images: readonly MessageImageSource[]\n /** Session-authorized image URL loader for the durable arm. */\n loadImage: MessageImageLoader\n /** Horizontal placement inside the owning record. */\n align: 'start' | 'end'\n /** Force every image into the compact message-attachment tile size. */\n compact?: boolean\n}"],
3620
+ ownerProps: ["/** Message image group handed to the optional attachment presentation plugin. */\nexport interface MessageImagesOwnerProps {\n /** Durable references or submission-echo previews in source order. */\n images: readonly MessageImageSource[]\n /** Session-authorized image URL loader for the durable arm. */\n loadImage: MessageImageLoader\n /** Horizontal placement inside the owning record. */\n align: 'start' | 'end'\n /** Force every image into the compact message-attachment tile size. */\n compact?: boolean\n /** Fixed, uncropped thumbnail for an attachment list row. */\n thumbnail?: boolean\n}"],
3341
3621
  ownerPropsReferences: [
3342
3622
  "Message",
3343
3623
  "MessageImageLoader",
@@ -3348,7 +3628,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3348
3628
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3349
3629
  "usePanelInfo: UsePanelInfo",
3350
3630
  "useSessions: UseSessions",
3351
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3631
+ "useSessionStatus: UseSessionStatus",
3632
+ "useSessionRetainInfo: UseSessionRetainInfo",
3352
3633
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3353
3634
  "useChat: UseChat",
3354
3635
  "useConversation: UseConversation",
@@ -3401,7 +3682,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3401
3682
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3402
3683
  "usePanelInfo: UsePanelInfo",
3403
3684
  "useSessions: UseSessions",
3404
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3685
+ "useSessionStatus: UseSessionStatus",
3686
+ "useSessionRetainInfo: UseSessionRetainInfo",
3405
3687
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3406
3688
  "useChat: UseChat",
3407
3689
  "useConversation: UseConversation",
@@ -3419,7 +3701,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3419
3701
  occupants: ["client-ui-chat ChatView id 'chat'", "client-ui-trajectory TrajectoryView id 'trajectory'"],
3420
3702
  replaceRisk: "none",
3421
3703
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('conversation.view', () => ctx.slots.register(\n { name: 'conversation.view', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3422
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:155"
3704
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:178"
3423
3705
  },
3424
3706
  {
3425
3707
  key: "main",
@@ -3440,14 +3722,15 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3440
3722
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3441
3723
  "usePanelInfo: UsePanelInfo",
3442
3724
  "useSessions: UseSessions",
3443
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3725
+ "useSessionStatus: UseSessionStatus",
3726
+ "useSessionRetainInfo: UseSessionRetainInfo",
3444
3727
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3445
3728
  ],
3446
3729
  keyDomain: "open: any string the owner dispatches (no compile-time key set), already taken: conversation",
3447
3730
  hookContext: "",
3448
3731
  slotInject: "",
3449
3732
  declaredBy: "an entry in 'root' (client-ui-layout), so it exists while that entry is mounted",
3450
- occupants: ["client-ui-conversation ConversationPanel key 'conversation'"],
3733
+ occupants: ["client-ui-conversation ConversationPanel key 'conversation'", "client-ui-plugin-manager PluginManagerPage"],
3451
3734
  replaceRisk: "shadows-shipped-ui",
3452
3735
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('main', () => ctx.slots.register(\n { name: 'main', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3453
3736
  source: "packages/client/ui-layout/src/client/index.ts:66"
@@ -3466,7 +3749,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3466
3749
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3467
3750
  "usePanelInfo: UsePanelInfo",
3468
3751
  "useSessions: UseSessions",
3469
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3752
+ "useSessionStatus: UseSessionStatus",
3753
+ "useSessionRetainInfo: UseSessionRetainInfo",
3470
3754
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3471
3755
  "useConversation: MaybeSnapshotSelectorHook<ConversationSnapshot>",
3472
3756
  "useInput: MaybeSnapshotSelectorHook<InputState>",
@@ -3482,7 +3766,122 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3482
3766
  occupants: ["client-ui-conversation ConversationRoot"],
3483
3767
  replaceRisk: "shadows-shipped-ui",
3484
3768
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('main.conversation', () => ctx.slots.register(\n { name: 'main.conversation' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3485
- source: "packages/client/ui-conversation/src/client/contract/slots.ts:120"
3769
+ source: "packages/client/ui-conversation/src/client/contract/slots.ts:127"
3770
+ },
3771
+ {
3772
+ key: "plugins.bundle.config",
3773
+ kind: "keyed",
3774
+ scope: "root",
3775
+ summary: "A bundle's own configuration, keyed by the bundle's package name and rendered on the bundle's page between its description and its rows (`view: 'page'` only).",
3776
+ doc: "A bundle's own configuration, keyed by the bundle's package name and\nrendered on the bundle's page between its description and its rows\n(`view: 'page'` only).",
3777
+ registerOptions: [{
3778
+ name: "key",
3779
+ requirement: "required",
3780
+ type: "string",
3781
+ doc: "Your cell key: the entry renders where the owner dispatches this exact key. Registering an already-occupied key replaces that occupant."
3782
+ }],
3783
+ ownerProps: ["/** The view the page asks a configuration entry for. */\nexport interface PluginConfigViewProps {\n /** `summary` renders the one-liner alone, as text or inline nodes; `page` renders the form with its save control. */\n readonly view: 'summary' | 'page'\n}"],
3784
+ ownerPropsReferences: [],
3785
+ standardProps: [
3786
+ "useResource: UseResource",
3787
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3788
+ "usePanelInfo: UsePanelInfo",
3789
+ "useSessions: UseSessions",
3790
+ "useSessionStatus: UseSessionStatus",
3791
+ "useSessionRetainInfo: UseSessionRetainInfo",
3792
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3793
+ ],
3794
+ keyDomain: "open: any string the owner dispatches (no compile-time key set), none are taken yet",
3795
+ hookContext: "",
3796
+ slotInject: "",
3797
+ declaredBy: "an entry in 'main' (client-ui-plugin-manager), so it exists while that entry is mounted",
3798
+ occupants: [],
3799
+ replaceRisk: "none",
3800
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('plugins.bundle.config', () => ctx.slots.register(\n { name: 'plugins.bundle.config', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3801
+ source: "packages/client/ui-plugin-manager/src/client/slot-contract.ts:38"
3802
+ },
3803
+ {
3804
+ key: "plugins.item",
3805
+ kind: "list",
3806
+ scope: "root",
3807
+ summary: "One official plugin the Plugins page lists in its Official group after the official bundles: `label` is the card's title and `order` its place.",
3808
+ doc: "One official plugin the Plugins page lists in its Official group after\nthe official bundles: `label` is the card's title and `order` its place.\nThe page renders the entry as the card's one-liner (`view: 'summary'`)\nand, once the card is opened, as the body of the plugin's own page\n(`view: 'page'`). OCCUPIED by the host-plane configuration pages\n`ui-settings-plugins` ships; a bundle's configuration belongs in\n`plugins.bundle.config` or `plugins.row.config` instead.",
3809
+ registerOptions: [
3810
+ {
3811
+ name: "id",
3812
+ requirement: "required",
3813
+ type: "string",
3814
+ doc: "Your cell key. Use an id of your own: a fresh id is added beside the shipped entries, while reusing a shipped id puts you in THAT cell and replaces it. Owners that filter by id address you by it."
3815
+ },
3816
+ {
3817
+ name: "order",
3818
+ requirement: "optional",
3819
+ type: "number",
3820
+ doc: "Position among the entries, ascending (default 0)."
3821
+ },
3822
+ {
3823
+ name: "label",
3824
+ requirement: "optional",
3825
+ type: "string | (() => string)",
3826
+ doc: "Display text where the owner projects one (nav rows, tabs). A thunk is re-read on every projection, so localized text follows the active locale without re-registering."
3827
+ }
3828
+ ],
3829
+ ownerProps: ["/** The view the page asks a configuration entry for. */\nexport interface PluginConfigViewProps {\n /** `summary` renders the one-liner alone, as text or inline nodes; `page` renders the form with its save control. */\n readonly view: 'summary' | 'page'\n}"],
3830
+ ownerPropsReferences: [],
3831
+ standardProps: [
3832
+ "useResource: UseResource",
3833
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3834
+ "usePanelInfo: UsePanelInfo",
3835
+ "useSessions: UseSessions",
3836
+ "useSessionStatus: UseSessionStatus",
3837
+ "useSessionRetainInfo: UseSessionRetainInfo",
3838
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3839
+ ],
3840
+ keyDomain: "",
3841
+ hookContext: "",
3842
+ slotInject: "",
3843
+ declaredBy: "an entry in 'main' (client-ui-plugin-manager), so it exists while that entry is mounted",
3844
+ occupants: [
3845
+ "client-ui-settings-plugins BashCard id 'bash'",
3846
+ "client-ui-settings-plugins AgentLoopCard id 'agent-loop'",
3847
+ "client-ui-settings-plugins SubagentCard id 'subagent'",
3848
+ "client-ui-settings-plugins WebSearchCard id 'web-search'"
3849
+ ],
3850
+ replaceRisk: "none",
3851
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('plugins.item', () => ctx.slots.register(\n { name: 'plugins.item', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3852
+ source: "packages/client/ui-plugin-manager/src/client/slot-contract.ts:32"
3853
+ },
3854
+ {
3855
+ key: "plugins.row.config",
3856
+ kind: "keyed",
3857
+ scope: "root",
3858
+ summary: "The configuration of one row a bundle declares, keyed by `<package name>#<row id>` with the row id as the bundle's patch declares it: the row on the bundle's page gains a configure control that opens the entry's page, headed by the row id and the entry's summary.",
3859
+ doc: "The configuration of one row a bundle declares, keyed by\n`<package name>#<row id>` with the row id as the bundle's patch declares\nit: the row on the bundle's page gains a configure control that opens\nthe entry's page, headed by the row id and the entry's summary.",
3860
+ registerOptions: [{
3861
+ name: "key",
3862
+ requirement: "required",
3863
+ type: "string",
3864
+ doc: "Your cell key: the entry renders where the owner dispatches this exact key. Registering an already-occupied key replaces that occupant."
3865
+ }],
3866
+ ownerProps: ["/** The view the page asks a configuration entry for. */\nexport interface PluginConfigViewProps {\n /** `summary` renders the one-liner alone, as text or inline nodes; `page` renders the form with its save control. */\n readonly view: 'summary' | 'page'\n}"],
3867
+ ownerPropsReferences: [],
3868
+ standardProps: [
3869
+ "useResource: UseResource",
3870
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3871
+ "usePanelInfo: UsePanelInfo",
3872
+ "useSessions: UseSessions",
3873
+ "useSessionStatus: UseSessionStatus",
3874
+ "useSessionRetainInfo: UseSessionRetainInfo",
3875
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3876
+ ],
3877
+ keyDomain: "open: any string the owner dispatches (no compile-time key set), none are taken yet",
3878
+ hookContext: "",
3879
+ slotInject: "",
3880
+ declaredBy: "an entry in 'main' (client-ui-plugin-manager), so it exists while that entry is mounted",
3881
+ occupants: [],
3882
+ replaceRisk: "none",
3883
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('plugins.row.config', () => ctx.slots.register(\n { name: 'plugins.row.config', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3884
+ source: "packages/client/ui-plugin-manager/src/client/slot-contract.ts:45"
3486
3885
  },
3487
3886
  {
3488
3887
  key: "rightbar",
@@ -3498,7 +3897,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3498
3897
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3499
3898
  "usePanelInfo: UsePanelInfo",
3500
3899
  "useSessions: UseSessions",
3501
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3900
+ "useSessionStatus: UseSessionStatus",
3901
+ "useSessionRetainInfo: UseSessionRetainInfo",
3502
3902
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3503
3903
  ],
3504
3904
  keyDomain: "",
@@ -3524,7 +3924,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3524
3924
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3525
3925
  "usePanelInfo: UsePanelInfo",
3526
3926
  "useSessions: UseSessions",
3527
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3927
+ "useSessionStatus: UseSessionStatus",
3928
+ "useSessionRetainInfo: UseSessionRetainInfo",
3528
3929
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3529
3930
  "useChat: UseChat",
3530
3931
  "useConversation: UseConversation",
@@ -3558,7 +3959,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3558
3959
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3559
3960
  "usePanelInfo: UsePanelInfo",
3560
3961
  "useSessions: UseSessions",
3561
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3962
+ "useSessionStatus: UseSessionStatus",
3963
+ "useSessionRetainInfo: UseSessionRetainInfo",
3562
3964
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3563
3965
  ],
3564
3966
  keyDomain: "",
@@ -3568,7 +3970,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3568
3970
  occupants: ["client-ui-layout AppFrame"],
3569
3971
  replaceRisk: "shadows-shipped-ui",
3570
3972
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('root', () => ctx.slots.register(\n { name: 'root' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3571
- source: "packages/client/ui-renderer/src/client/registry.ts:43"
3973
+ source: "packages/client/ui-renderer/src/client/registry.ts:44"
3572
3974
  },
3573
3975
  {
3574
3976
  key: "settings.action",
@@ -3603,7 +4005,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3603
4005
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3604
4006
  "usePanelInfo: UsePanelInfo",
3605
4007
  "useSessions: UseSessions",
3606
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4008
+ "useSessionStatus: UseSessionStatus",
4009
+ "useSessionRetainInfo: UseSessionRetainInfo",
3607
4010
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3608
4011
  ],
3609
4012
  keyDomain: "",
@@ -3629,7 +4032,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3629
4032
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3630
4033
  "usePanelInfo: UsePanelInfo",
3631
4034
  "useSessions: UseSessions",
3632
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4035
+ "useSessionStatus: UseSessionStatus",
4036
+ "useSessionRetainInfo: UseSessionRetainInfo",
3633
4037
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3634
4038
  ],
3635
4039
  keyDomain: "",
@@ -3674,7 +4078,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3674
4078
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3675
4079
  "usePanelInfo: UsePanelInfo",
3676
4080
  "useSessions: UseSessions",
3677
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4081
+ "useSessionStatus: UseSessionStatus",
4082
+ "useSessionRetainInfo: UseSessionRetainInfo",
3678
4083
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3679
4084
  ],
3680
4085
  keyDomain: "",
@@ -3707,7 +4112,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3707
4112
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3708
4113
  "usePanelInfo: UsePanelInfo",
3709
4114
  "useSessions: UseSessions",
3710
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4115
+ "useSessionStatus: UseSessionStatus",
4116
+ "useSessionRetainInfo: UseSessionRetainInfo",
3711
4117
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3712
4118
  ],
3713
4119
  keyDomain: "",
@@ -3752,7 +4158,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3752
4158
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3753
4159
  "usePanelInfo: UsePanelInfo",
3754
4160
  "useSessions: UseSessions",
3755
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4161
+ "useSessionStatus: UseSessionStatus",
4162
+ "useSessionRetainInfo: UseSessionRetainInfo",
3756
4163
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3757
4164
  ],
3758
4165
  keyDomain: "",
@@ -3783,7 +4190,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3783
4190
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3784
4191
  "usePanelInfo: UsePanelInfo",
3785
4192
  "useSessions: UseSessions",
3786
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4193
+ "useSessionStatus: UseSessionStatus",
4194
+ "useSessionRetainInfo: UseSessionRetainInfo",
3787
4195
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3788
4196
  ],
3789
4197
  keyDomain: "open: any string the owner dispatches (no compile-time key set), already taken: llm-pi-ai",
@@ -3828,7 +4236,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3828
4236
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3829
4237
  "usePanelInfo: UsePanelInfo",
3830
4238
  "useSessions: UseSessions",
3831
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4239
+ "useSessionStatus: UseSessionStatus",
4240
+ "useSessionRetainInfo: UseSessionRetainInfo",
3832
4241
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3833
4242
  ],
3834
4243
  keyDomain: "",
@@ -3840,42 +4249,6 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3840
4249
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('settings.onboarding', () => ctx.slots.register(\n { name: 'settings.onboarding', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3841
4250
  source: "packages/client/ui-settings/src/client/contract/slots.ts:74"
3842
4251
  },
3843
- {
3844
- key: "settings.plugin.item",
3845
- kind: "keyed",
3846
- scope: "root",
3847
- summary: "One plugin's card inside the plugin configuration section (see module JSDoc).",
3848
- doc: "One plugin's card inside the plugin configuration section (see module JSDoc).",
3849
- registerOptions: [{
3850
- name: "key",
3851
- requirement: "required",
3852
- type: "string",
3853
- doc: "Your cell key: the entry renders where the owner dispatches this exact key. Registering an already-occupied key replaces that occupant."
3854
- }],
3855
- ownerProps: ["/** Owner share of a plugin card (the section supplies nothing). */\nexport interface SettingsPluginItemOwnerProps {\n /** Marker field: card owner props are intentionally empty. */\n children?: never\n}"],
3856
- ownerPropsReferences: [],
3857
- standardProps: [
3858
- "useResource: UseResource",
3859
- "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3860
- "usePanelInfo: UsePanelInfo",
3861
- "useSessions: UseSessions",
3862
- "useSessionPendingInteraction: UseSessionPendingInteraction",
3863
- "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3864
- ],
3865
- keyDomain: "open: any string the owner dispatches (no compile-time key set), none are taken yet",
3866
- hookContext: "",
3867
- slotInject: "",
3868
- declaredBy: "an entry in 'settings.plugins.tab' (client-ui-settings-plugins), so it exists while that entry is mounted",
3869
- occupants: [
3870
- "client-ui-settings-plugins BashCard",
3871
- "client-ui-settings-plugins AgentLoopCard",
3872
- "client-ui-settings-plugins SubagentModelSelectionCard",
3873
- "client-ui-settings-plugins WebSearchCard"
3874
- ],
3875
- replaceRisk: "none",
3876
- example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('settings.plugin.item', () => ctx.slots.register(\n { name: 'settings.plugin.item', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3877
- source: "packages/client/ui-settings-plugins/src/client/slot-contract.ts:19"
3878
- },
3879
4252
  {
3880
4253
  key: "settings.plugins.tab",
3881
4254
  kind: "list",
@@ -3909,14 +4282,15 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3909
4282
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3910
4283
  "usePanelInfo: UsePanelInfo",
3911
4284
  "useSessions: UseSessions",
3912
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4285
+ "useSessionStatus: UseSessionStatus",
4286
+ "useSessionRetainInfo: UseSessionRetainInfo",
3913
4287
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3914
4288
  ],
3915
4289
  keyDomain: "",
3916
4290
  hookContext: "",
3917
4291
  slotInject: "",
3918
4292
  declaredBy: "an entry in 'settings.section' (client-ui-settings-plugins), so it exists while that entry is mounted",
3919
- occupants: ["client-ui-settings-plugin-inventory PluginInventorySettingsTab id 'all'", "client-ui-settings-plugins ConfigurablePluginsTab id 'configurable'"],
4293
+ occupants: ["client-ui-settings-plugin-inventory PluginInventorySettingsTab id 'all'"],
3920
4294
  replaceRisk: "none",
3921
4295
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('settings.plugins.tab', () => ctx.slots.register(\n { name: 'settings.plugins.tab', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
3922
4296
  source: "packages/client/ui-settings/src/client/contract/slots.ts:63"
@@ -3954,7 +4328,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3954
4328
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3955
4329
  "usePanelInfo: UsePanelInfo",
3956
4330
  "useSessions: UseSessions",
3957
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4331
+ "useSessionStatus: UseSessionStatus",
4332
+ "useSessionRetainInfo: UseSessionRetainInfo",
3958
4333
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3959
4334
  ],
3960
4335
  keyDomain: "",
@@ -3986,7 +4361,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
3986
4361
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
3987
4362
  "usePanelInfo: UsePanelInfo",
3988
4363
  "useSessions: UseSessions",
3989
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4364
+ "useSessionStatus: UseSessionStatus",
4365
+ "useSessionRetainInfo: UseSessionRetainInfo",
3990
4366
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
3991
4367
  ],
3992
4368
  keyDomain: "",
@@ -4031,7 +4407,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4031
4407
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4032
4408
  "usePanelInfo: UsePanelInfo",
4033
4409
  "useSessions: UseSessions",
4034
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4410
+ "useSessionStatus: UseSessionStatus",
4411
+ "useSessionRetainInfo: UseSessionRetainInfo",
4035
4412
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4036
4413
  ],
4037
4414
  keyDomain: "",
@@ -4057,7 +4434,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4057
4434
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4058
4435
  "usePanelInfo: UsePanelInfo",
4059
4436
  "useSessions: UseSessions",
4060
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4437
+ "useSessionStatus: UseSessionStatus",
4438
+ "useSessionRetainInfo: UseSessionRetainInfo",
4061
4439
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4062
4440
  ],
4063
4441
  keyDomain: "",
@@ -4083,7 +4461,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4083
4461
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4084
4462
  "usePanelInfo: UsePanelInfo",
4085
4463
  "useSessions: UseSessions",
4086
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4464
+ "useSessionStatus: UseSessionStatus",
4465
+ "useSessionRetainInfo: UseSessionRetainInfo",
4087
4466
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4088
4467
  ],
4089
4468
  keyDomain: "",
@@ -4093,7 +4472,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4093
4472
  occupants: ["client-ui-brand-official OfficialBrandMark"],
4094
4473
  replaceRisk: "shadows-shipped-ui",
4095
4474
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.brand.mark', () => ctx.slots.register(\n { name: 'sidebar.brand.mark' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4096
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:22"
4475
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:24"
4097
4476
  },
4098
4477
  {
4099
4478
  key: "sidebar.brand.name",
@@ -4109,7 +4488,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4109
4488
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4110
4489
  "usePanelInfo: UsePanelInfo",
4111
4490
  "useSessions: UseSessions",
4112
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4491
+ "useSessionStatus: UseSessionStatus",
4492
+ "useSessionRetainInfo: UseSessionRetainInfo",
4113
4493
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4114
4494
  ],
4115
4495
  keyDomain: "",
@@ -4119,7 +4499,42 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4119
4499
  occupants: ["client-ui-brand-official OfficialBrandName"],
4120
4500
  replaceRisk: "shadows-shipped-ui",
4121
4501
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.brand.name', () => ctx.slots.register(\n { name: 'sidebar.brand.name' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4122
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:27"
4502
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:29"
4503
+ },
4504
+ {
4505
+ key: "sidebar.chat.conversation",
4506
+ kind: "single",
4507
+ scope: "session",
4508
+ summary: "Session-scoped Conversation occurrence hosted by one Sidebar chat tab.",
4509
+ doc: "Session-scoped Conversation occurrence hosted by one Sidebar chat tab.",
4510
+ registerOptions: [],
4511
+ ownerProps: [],
4512
+ ownerPropsReferences: [],
4513
+ standardProps: [
4514
+ "useResource: UseResource",
4515
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4516
+ "usePanelInfo: UsePanelInfo",
4517
+ "useSessions: UseSessions",
4518
+ "useSessionStatus: UseSessionStatus",
4519
+ "useSessionRetainInfo: UseSessionRetainInfo",
4520
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4521
+ "useChat: UseChat",
4522
+ "useConversation: UseConversation",
4523
+ "useInput: SnapshotSelectorHook<InputState>",
4524
+ "inputActions: InputActions",
4525
+ "useSession: SessionSnapshotSelector",
4526
+ "sessionId: SessionId",
4527
+ "useProjection: UseProjection",
4528
+ "useTrajectory: UseTrajectory"
4529
+ ],
4530
+ keyDomain: "",
4531
+ hookContext: "",
4532
+ slotInject: "",
4533
+ declaredBy: "an entry in 'sidebar.right.pane.tab' (client-ui-subagent), so it exists while that entry is mounted",
4534
+ occupants: ["client-ui-subagent ConversationSlotPanel"],
4535
+ replaceRisk: "shadows-shipped-ui",
4536
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.chat.conversation', () => ctx.slots.register(\n { name: 'sidebar.chat.conversation' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4537
+ source: "packages/client/ui-subagent/src/client/sidebar-chat/index.tsx:42"
4123
4538
  },
4124
4539
  {
4125
4540
  key: "sidebar.footer.action",
@@ -4154,7 +4569,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4154
4569
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4155
4570
  "usePanelInfo: UsePanelInfo",
4156
4571
  "useSessions: UseSessions",
4157
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4572
+ "useSessionStatus: UseSessionStatus",
4573
+ "useSessionRetainInfo: UseSessionRetainInfo",
4158
4574
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4159
4575
  ],
4160
4576
  keyDomain: "",
@@ -4164,7 +4580,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4164
4580
  occupants: ["client-ui-cordis CordisPanel id 'cordis-panel'"],
4165
4581
  replaceRisk: "none",
4166
4582
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.footer.action', () => ctx.slots.register(\n { name: 'sidebar.footer.action', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4167
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:50"
4583
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:52"
4168
4584
  },
4169
4585
  {
4170
4586
  key: "sidebar.panellist",
@@ -4199,17 +4615,18 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4199
4615
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4200
4616
  "usePanelInfo: UsePanelInfo",
4201
4617
  "useSessions: UseSessions",
4202
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4618
+ "useSessionStatus: UseSessionStatus",
4619
+ "useSessionRetainInfo: UseSessionRetainInfo",
4203
4620
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4204
4621
  ],
4205
4622
  keyDomain: "",
4206
4623
  hookContext: "",
4207
4624
  slotInject: "",
4208
4625
  declaredBy: "an entry in 'sidebar' (client-ui-sidebar), so it exists while that entry is mounted",
4209
- occupants: [],
4626
+ occupants: ["client-ui-plugin-manager PluginsPanelIcon"],
4210
4627
  replaceRisk: "none",
4211
4628
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.panellist', () => ctx.slots.register(\n { name: 'sidebar.panellist', id: 'my-entry', order: 100, label: 'My entry' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4212
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:32"
4629
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:34"
4213
4630
  },
4214
4631
  {
4215
4632
  key: "sidebar.right.pane.tab",
@@ -4230,7 +4647,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4230
4647
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4231
4648
  "usePanelInfo: UsePanelInfo",
4232
4649
  "useSessions: UseSessions",
4233
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4650
+ "useSessionStatus: UseSessionStatus",
4651
+ "useSessionRetainInfo: UseSessionRetainInfo",
4234
4652
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4235
4653
  "useChat: UseChat",
4236
4654
  "useConversation: UseConversation",
@@ -4246,10 +4664,14 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4246
4664
  slotInject: "SidebarRightTabInjected",
4247
4665
  declaredBy: "an entry in 'rightbar.session' (client-ui-sidebar-right), so it exists while that entry is mounted",
4248
4666
  occupants: [
4667
+ "client-ui-deliverables ReviewTab",
4668
+ "client-ui-plan PlanPreview",
4669
+ "client-ui-sidebar-browser BrowserBody",
4249
4670
  "client-ui-sidebar-documentpreview TextPreview",
4250
4671
  "client-ui-sidebar-files FilesBody",
4251
4672
  "client-ui-sidebar-right GuideBody",
4252
- "client-ui-sidebar-terminal TerminalBody"
4673
+ "client-ui-sidebar-terminal LazyTerminalBody",
4674
+ "client-ui-subagent SidebarChatTab"
4253
4675
  ],
4254
4676
  replaceRisk: "none",
4255
4677
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.right.pane.tab', () => ctx.slots.register(\n { name: 'sidebar.right.pane.tab', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
@@ -4274,7 +4696,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4274
4696
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4275
4697
  "usePanelInfo: UsePanelInfo",
4276
4698
  "useSessions: UseSessions",
4277
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4699
+ "useSessionStatus: UseSessionStatus",
4700
+ "useSessionRetainInfo: UseSessionRetainInfo",
4278
4701
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4279
4702
  "useChat: UseChat",
4280
4703
  "useConversation: UseConversation",
@@ -4290,6 +4713,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4290
4713
  slotInject: "SidebarRightTabInjected",
4291
4714
  declaredBy: "an entry in 'rightbar.session' (client-ui-sidebar-right), so it exists while that entry is mounted",
4292
4715
  occupants: [
4716
+ "client-ui-plan PlanTitle",
4717
+ "client-ui-sidebar-browser BrowserTitle",
4293
4718
  "client-ui-sidebar-documentpreview TextTitle",
4294
4719
  "client-ui-sidebar-files FilesTitle",
4295
4720
  "client-ui-sidebar-right GuideTitle",
@@ -4311,14 +4736,15 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4311
4736
  type: "string",
4312
4737
  doc: "Your cell key: the entry renders where the owner dispatches this exact key. Registering an already-occupied key replaces that occupant."
4313
4738
  }],
4314
- ownerProps: ["/**\n * Contents prepared by the preview owner using ordinary file reads.\n * Byte arrays are transient UI input, never persisted layout or Session data.\n */\nexport type DocumentContent =\n | { readonly kind: 'text'; readonly text: string; readonly pages: readonly DocumentTextPage[]; readonly eof: boolean }\n | { readonly kind: 'bytes'; readonly data: Uint8Array<ArrayBuffer> }"],
4315
- ownerPropsReferences: ["DocumentTextPage"],
4739
+ ownerProps: ["/** Content and viewing inputs shared by document bodies and nested PDF presentation. */\nexport interface DocumentBodyOwner {\n /** Original file address, also readable through the standard useResource hook. */\n readonly resourceAddress: string\n /** Ordinary file content or a renderer-owned loading request; text accumulates until eof. */\n readonly content: DocumentContent\n /** The document toolbar's current wrapping preference. */\n readonly wrap: boolean\n /** Report a renderer-owned scrollport; passing `null` restores the shared body as the owner. */\n readonly scrollportRef: RefCallback<HTMLElement>\n}"],
4740
+ ownerPropsReferences: ["DocumentContent"],
4316
4741
  standardProps: [
4317
4742
  "useResource: UseResource",
4318
4743
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4319
4744
  "usePanelInfo: UsePanelInfo",
4320
4745
  "useSessions: UseSessions",
4321
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4746
+ "useSessionStatus: UseSessionStatus",
4747
+ "useSessionRetainInfo: UseSessionRetainInfo",
4322
4748
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4323
4749
  "useChat: UseChat",
4324
4750
  "useConversation: UseConversation",
@@ -4338,12 +4764,53 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4338
4764
  "client-ui-sidebar-documentpreview HtmlBody",
4339
4765
  "client-ui-sidebar-documentpreview ImageBody",
4340
4766
  "client-ui-sidebar-documentpreview MarkdownBody",
4341
- "client-ui-sidebar-documentpreview PdfBody",
4767
+ "client-ui-sidebar-documentpreview OfficeBody",
4768
+ "client-ui-sidebar-documentpreview LazyPdfBody",
4342
4769
  "client-ui-sidebar-documentpreview TextBody"
4343
4770
  ],
4344
4771
  replaceRisk: "none",
4345
4772
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.right.tab.document', () => ctx.slots.register(\n { name: 'sidebar.right.tab.document', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4346
- source: "packages/client/ui-sidebar-documentpreview/src/client/document/contract.ts:24"
4773
+ source: "packages/client/ui-sidebar-documentpreview/src/client/document/contract.ts:45"
4774
+ },
4775
+ {
4776
+ key: "sidebar.right.tab.document.office.pdf",
4777
+ kind: "keyed",
4778
+ scope: "session",
4779
+ summary: "PDF presentation supplied with Office-owned converted bytes.",
4780
+ doc: "PDF presentation supplied with Office-owned converted bytes.",
4781
+ registerOptions: [{
4782
+ name: "key",
4783
+ requirement: "required",
4784
+ type: "string",
4785
+ doc: "Your cell key: the entry renders where the owner dispatches this exact key. Registering an already-occupied key replaces that occupant."
4786
+ }],
4787
+ ownerProps: ["/** Content and viewing inputs shared by document bodies and nested PDF presentation. */\nexport interface DocumentBodyOwner {\n /** Original file address, also readable through the standard useResource hook. */\n readonly resourceAddress: string\n /** Ordinary file content or a renderer-owned loading request; text accumulates until eof. */\n readonly content: DocumentContent\n /** The document toolbar's current wrapping preference. */\n readonly wrap: boolean\n /** Report a renderer-owned scrollport; passing `null` restores the shared body as the owner. */\n readonly scrollportRef: RefCallback<HTMLElement>\n}"],
4788
+ ownerPropsReferences: ["DocumentContent"],
4789
+ standardProps: [
4790
+ "useResource: UseResource",
4791
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4792
+ "usePanelInfo: UsePanelInfo",
4793
+ "useSessions: UseSessions",
4794
+ "useSessionStatus: UseSessionStatus",
4795
+ "useSessionRetainInfo: UseSessionRetainInfo",
4796
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4797
+ "useChat: UseChat",
4798
+ "useConversation: UseConversation",
4799
+ "useInput: SnapshotSelectorHook<InputState>",
4800
+ "inputActions: InputActions",
4801
+ "useSession: SessionSnapshotSelector",
4802
+ "sessionId: SessionId",
4803
+ "useProjection: UseProjection",
4804
+ "useTrajectory: UseTrajectory"
4805
+ ],
4806
+ keyDomain: "open: any string the owner dispatches (no compile-time key set), none are taken yet",
4807
+ hookContext: "UseSidebarRightTabInfo",
4808
+ slotInject: "{ hooks: { tabInfo: SlotHookFactory<'sidebar.right.tab.document', UseSidebarRightTabInfo> } }",
4809
+ declaredBy: "an entry in 'sidebar.right.tab.document' (client-ui-sidebar-documentpreview), so it exists while that entry is mounted",
4810
+ occupants: ["client-ui-sidebar-documentpreview LazyPdfBody"],
4811
+ replaceRisk: "none",
4812
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.right.tab.document.office.pdf', () => ctx.slots.register(\n { name: 'sidebar.right.tab.document.office.pdf', key: '<one key the owner dispatches>' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4813
+ source: "packages/client/ui-sidebar-documentpreview/src/client/office/OfficeBody.tsx:21"
4347
4814
  },
4348
4815
  {
4349
4816
  key: "sidebar.right.tab.guide",
@@ -4364,7 +4831,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4364
4831
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4365
4832
  "usePanelInfo: UsePanelInfo",
4366
4833
  "useSessions: UseSessions",
4367
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4834
+ "useSessionStatus: UseSessionStatus",
4835
+ "useSessionRetainInfo: UseSessionRetainInfo",
4368
4836
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4369
4837
  "useChat: UseChat",
4370
4838
  "useConversation: UseConversation",
@@ -4403,7 +4871,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4403
4871
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4404
4872
  "usePanelInfo: UsePanelInfo",
4405
4873
  "useSessions: UseSessions",
4406
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4874
+ "useSessionStatus: UseSessionStatus",
4875
+ "useSessionRetainInfo: UseSessionRetainInfo",
4407
4876
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4408
4877
  "useChat: UseChat",
4409
4878
  "useConversation: UseConversation",
@@ -4456,7 +4925,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4456
4925
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4457
4926
  "usePanelInfo: UsePanelInfo",
4458
4927
  "useSessions: UseSessions",
4459
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4928
+ "useSessionStatus: UseSessionStatus",
4929
+ "useSessionRetainInfo: UseSessionRetainInfo",
4460
4930
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4461
4931
  "useChat: UseChat",
4462
4932
  "useConversation: UseConversation",
@@ -4490,7 +4960,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4490
4960
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4491
4961
  "usePanelInfo: UsePanelInfo",
4492
4962
  "useSessions: UseSessions",
4493
- "useSessionPendingInteraction: UseSessionPendingInteraction",
4963
+ "useSessionStatus: UseSessionStatus",
4964
+ "useSessionRetainInfo: UseSessionRetainInfo",
4494
4965
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4495
4966
  ],
4496
4967
  keyDomain: "",
@@ -4500,7 +4971,34 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4500
4971
  occupants: ["client-ui-settings-general SettingsRoot"],
4501
4972
  replaceRisk: "shadows-shipped-ui",
4502
4973
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.settings', () => ctx.slots.register(\n { name: 'sidebar.settings' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4503
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:45"
4974
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:47"
4975
+ },
4976
+ {
4977
+ key: "sidebar.toggle.badge",
4978
+ kind: "single",
4979
+ scope: "root",
4980
+ summary: "Non-interactive notification inside the collapsed sidebar expand button.",
4981
+ doc: "Non-interactive notification inside the collapsed sidebar expand button.",
4982
+ registerOptions: [],
4983
+ ownerProps: [],
4984
+ ownerPropsReferences: [],
4985
+ standardProps: [
4986
+ "useResource: UseResource",
4987
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4988
+ "usePanelInfo: UsePanelInfo",
4989
+ "useSessions: UseSessions",
4990
+ "useSessionStatus: UseSessionStatus",
4991
+ "useSessionRetainInfo: UseSessionRetainInfo",
4992
+ "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4993
+ ],
4994
+ keyDomain: "",
4995
+ hookContext: "",
4996
+ slotInject: "",
4997
+ declaredBy: "an entry in 'sidebar' (client-ui-sidebar), so it exists while that entry is mounted",
4998
+ occupants: ["client-ui-settings-general DesktopUpdateBadge"],
4999
+ replaceRisk: "shadows-shipped-ui",
5000
+ example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.toggle.badge', () => ctx.slots.register(\n { name: 'sidebar.toggle.badge' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
5001
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:18"
4504
5002
  },
4505
5003
  {
4506
5004
  key: "sidebar.workspaces",
@@ -4516,7 +5014,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4516
5014
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4517
5015
  "usePanelInfo: UsePanelInfo",
4518
5016
  "useSessions: UseSessions",
4519
- "useSessionPendingInteraction: UseSessionPendingInteraction",
5017
+ "useSessionStatus: UseSessionStatus",
5018
+ "useSessionRetainInfo: UseSessionRetainInfo",
4520
5019
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4521
5020
  ],
4522
5021
  keyDomain: "",
@@ -4526,7 +5025,7 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4526
5025
  occupants: ["client-ui-workspace WorkspaceBrowser"],
4527
5026
  replaceRisk: "shadows-shipped-ui",
4528
5027
  example: "return {\n inject: ['slots'],\n apply(ctx) {\n ctx.slots.inject('sidebar.workspaces', () => ctx.slots.register(\n { name: 'sidebar.workspaces' },\n () => React.createElement('div', null, 'hello'),\n ))\n },\n}",
4529
- source: "packages/client/ui-sidebar/src/client/contract/slots.ts:39"
5028
+ source: "packages/client/ui-sidebar/src/client/contract/slots.ts:41"
4530
5029
  },
4531
5030
  {
4532
5031
  key: "sidebar.workspaces.directoryFlow",
@@ -4542,7 +5041,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4542
5041
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4543
5042
  "usePanelInfo: UsePanelInfo",
4544
5043
  "useSessions: UseSessions",
4545
- "useSessionPendingInteraction: UseSessionPendingInteraction",
5044
+ "useSessionStatus: UseSessionStatus",
5045
+ "useSessionRetainInfo: UseSessionRetainInfo",
4546
5046
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>"
4547
5047
  ],
4548
5048
  keyDomain: "",
@@ -4568,7 +5068,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4568
5068
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4569
5069
  "usePanelInfo: UsePanelInfo",
4570
5070
  "useSessions: UseSessions",
4571
- "useSessionPendingInteraction: UseSessionPendingInteraction",
5071
+ "useSessionStatus: UseSessionStatus",
5072
+ "useSessionRetainInfo: UseSessionRetainInfo",
4572
5073
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4573
5074
  "useChat: UseChat",
4574
5075
  "useConversation: UseConversation",
@@ -4611,7 +5112,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4611
5112
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4612
5113
  "usePanelInfo: UsePanelInfo",
4613
5114
  "useSessions: UseSessions",
4614
- "useSessionPendingInteraction: UseSessionPendingInteraction",
5115
+ "useSessionStatus: UseSessionStatus",
5116
+ "useSessionRetainInfo: UseSessionRetainInfo",
4615
5117
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4616
5118
  "useChat: UseChat",
4617
5119
  "useConversation: UseConversation",
@@ -4672,7 +5174,8 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4672
5174
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4673
5175
  "usePanelInfo: UsePanelInfo",
4674
5176
  "useSessions: UseSessions",
4675
- "useSessionPendingInteraction: UseSessionPendingInteraction",
5177
+ "useSessionStatus: UseSessionStatus",
5178
+ "useSessionRetainInfo: UseSessionRetainInfo",
4676
5179
  "useWorkspaces: SnapshotSelectorHook<WorkspaceSnapshot>",
4677
5180
  "useChat: UseChat",
4678
5181
  "useConversation: UseConversation",
@@ -4706,12 +5209,12 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4706
5209
  const EVENT_INPUT = exactInput("event", "Exact Event name. Omit it for the compact Event and listener-signature directory.");
4707
5210
  const SERVICE_OUTPUT = { description: "Compact Service directory, or one exact Service contract with only its referenced type declarations." };
4708
5211
  const EVENT_OUTPUT = { description: "Compact Event directory, or one exact Event contract with only its referenced type declarations." };
4709
- const SUBTREE_OUTPUT = { description: "Compact purpose/topology trees. With root, selected also contains that Slot's full contract and live occupants." };
5212
+ const SUBTREE_OUTPUT = { description: "Compact topology trees. An exact Slot includes its catalog and occupants; an exact Factory includes identity, scope, and registrant." };
4710
5213
  const SUBTREE_INPUT = {
4711
5214
  type: "object",
4712
5215
  properties: { root: {
4713
5216
  type: "string",
4714
- description: "Exact live Slot key. When supplied, selected contains the full contract for this Slot."
5217
+ description: "Exact live Slot key or factory:<name>. When supplied, selected contains that declaration."
4715
5218
  } },
4716
5219
  additionalProperties: false
4717
5220
  };
@@ -4768,10 +5271,10 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4768
5271
  {
4769
5272
  manifest: {
4770
5273
  id: "Slots",
4771
- description: "Progressive live Slot inspection: compact purpose/topology trees plus one exact Slot contract.",
5274
+ description: "Progressive live Slot inspection with explicit Slot and Factory topology nodes.",
4772
5275
  methods: [{
4773
5276
  name: "listSubTree",
4774
- description: "Return compact live Slot trees for navigation. With root, also return the selected Slot's full contract and occupants.",
5277
+ description: "Return compact live Slot and Factory trees, plus available detail for one exact root.",
4775
5278
  inputSchema: SUBTREE_INPUT,
4776
5279
  outputSchema: SUBTREE_OUTPUT
4777
5280
  }]
@@ -4846,9 +5349,16 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4846
5349
  }]
4847
5350
  }]]);
4848
5351
  function compactSlotTree(node) {
5352
+ if (node.type === "factory") return {
5353
+ type: node.type,
5354
+ name: node.name,
5355
+ scope: node.scope,
5356
+ children: node.children.map(compactSlotTree)
5357
+ };
4849
5358
  const catalog = SLOT_CATALOG.get(node.name);
4850
5359
  const guardedKeys = catalog === void 0 ? void 0 : GUARDED_SLOT_KEYS.get(catalog.key);
4851
5360
  return {
5361
+ type: node.type,
4852
5362
  name: node.name,
4853
5363
  kind: node.kind,
4854
5364
  scope: node.scope,
@@ -4869,8 +5379,15 @@ call: (method, args = null) => env.invoke(method, args) }, harnessTrap(), ...Obj
4869
5379
  };
4870
5380
  }
4871
5381
  function inspectLiveSlot(node) {
5382
+ if (node.type === "factory") return {
5383
+ type: node.type,
5384
+ name: node.name,
5385
+ scope: node.scope,
5386
+ ...node.registrant === void 0 ? {} : { registrant: node.registrant }
5387
+ };
4872
5388
  const catalog = SLOT_CATALOG.get(node.name);
4873
5389
  return {
5390
+ type: node.type,
4874
5391
  name: node.name,
4875
5392
  kind: node.kind,
4876
5393
  scope: node.scope,