@qqbrowser/qbot-dsh 0.1.4 → 0.1.6

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 (221) hide show
  1. package/config/agent-presets/code/agent.cordis.yml +2 -0
  2. package/config/agent-presets/standard/agent.cordis.yml +2 -0
  3. package/config/skills/bilibili-video-download/SKILL.md +7 -22
  4. package/cordis.patch.yml +4 -0
  5. package/lib/client.js +1 -1
  6. package/node_modules/@deepseek-ai/dsh-agent/package.json +1 -1
  7. package/node_modules/@deepseek-ai/dsh-agent-default-model/package.json +1 -1
  8. package/node_modules/@deepseek-ai/dsh-agent-instructions/package.json +1 -1
  9. package/node_modules/@deepseek-ai/dsh-agent-loop/package.json +1 -1
  10. package/node_modules/@deepseek-ai/dsh-agent-presets/package.json +1 -1
  11. package/node_modules/@deepseek-ai/dsh-agent-tool-presentation/package.json +1 -1
  12. package/node_modules/@deepseek-ai/dsh-anonymous-user-id/package.json +1 -1
  13. package/node_modules/@deepseek-ai/dsh-api-gateway/package.json +1 -1
  14. package/node_modules/@deepseek-ai/dsh-api-remotes/package.json +1 -1
  15. package/node_modules/@deepseek-ai/dsh-app-boot/package.json +1 -1
  16. package/node_modules/@deepseek-ai/dsh-attachment-local/package.json +1 -1
  17. package/node_modules/@deepseek-ai/dsh-base/cordis.patch.yml +2 -0
  18. package/node_modules/@deepseek-ai/dsh-base/package.json +1 -1
  19. package/node_modules/@deepseek-ai/dsh-bash-local/package.json +1 -1
  20. package/node_modules/@deepseek-ai/dsh-bash-sandbox/package.json +1 -1
  21. package/node_modules/@deepseek-ai/dsh-browser-jsapi/LICENSE +21 -0
  22. package/node_modules/@deepseek-ai/dsh-browser-jsapi/lib/index.js +1 -0
  23. package/node_modules/@deepseek-ai/dsh-browser-jsapi/lib/invariant.js +1 -0
  24. package/node_modules/@deepseek-ai/dsh-browser-jsapi/lib/types/index.js +1 -0
  25. package/node_modules/@deepseek-ai/dsh-browser-jsapi/lib/types/invariant.js +1 -0
  26. package/node_modules/@deepseek-ai/dsh-browser-jsapi/lib/types/types.js +1 -0
  27. package/node_modules/@deepseek-ai/dsh-browser-jsapi/package.json +1 -0
  28. package/node_modules/@deepseek-ai/dsh-client-connection/lib/client.js +13 -13
  29. package/node_modules/@deepseek-ai/dsh-client-connection/package.json +1 -1
  30. package/node_modules/@deepseek-ai/dsh-client-hmr/package.json +1 -1
  31. package/node_modules/@deepseek-ai/dsh-client-locale/lib/client.js +1 -1
  32. package/node_modules/@deepseek-ai/dsh-client-locale/package.json +1 -1
  33. package/node_modules/@deepseek-ai/dsh-client-modules/lib/client.js +1 -1
  34. package/node_modules/@deepseek-ai/dsh-client-modules/lib/index.js +3 -3
  35. package/node_modules/@deepseek-ai/dsh-client-runtime/lib/client.js +4 -4
  36. package/node_modules/@deepseek-ai/dsh-client-runtime/package.json +1 -1
  37. package/node_modules/@deepseek-ai/dsh-client-ui-agent-preset/lib/client.js +1 -1
  38. package/node_modules/@deepseek-ai/dsh-client-ui-agent-preset/package.json +1 -1
  39. package/node_modules/@deepseek-ai/dsh-client-ui-commands/lib/client.js +1 -1
  40. package/node_modules/@deepseek-ai/dsh-client-ui-commands/package.json +1 -1
  41. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/lib/client.js +6 -6
  42. package/node_modules/@deepseek-ai/dsh-client-ui-conversation/package.json +1 -1
  43. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/lib/client.js +1 -1
  44. package/node_modules/@deepseek-ai/dsh-client-ui-cordis/package.json +1 -1
  45. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/lib/client.js +1 -1
  46. package/node_modules/@deepseek-ai/dsh-client-ui-deliverables/package.json +1 -1
  47. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-browse/lib/client.js +1 -1
  48. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-browse/package.json +1 -1
  49. package/node_modules/@deepseek-ai/dsh-client-ui-directory-picker-native/package.json +1 -1
  50. package/node_modules/@deepseek-ai/dsh-client-ui-goal/lib/client.js +1 -1
  51. package/node_modules/@deepseek-ai/dsh-client-ui-goal/package.json +1 -1
  52. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/lib/client.js +1 -1
  53. package/node_modules/@deepseek-ai/dsh-client-ui-input-trigger/package.json +1 -1
  54. package/node_modules/@deepseek-ai/dsh-client-ui-jobs/lib/client.js +1 -1
  55. package/node_modules/@deepseek-ai/dsh-client-ui-jobs/package.json +1 -1
  56. package/node_modules/@deepseek-ai/dsh-client-ui-jsapi-bridge/LICENSE +21 -0
  57. package/node_modules/@deepseek-ai/dsh-client-ui-jsapi-bridge/lib/client.js +1 -0
  58. package/node_modules/@deepseek-ai/dsh-client-ui-jsapi-bridge/lib/index.js +1 -0
  59. package/node_modules/@deepseek-ai/dsh-client-ui-jsapi-bridge/lib/invariant.js +1 -0
  60. package/node_modules/@deepseek-ai/dsh-client-ui-jsapi-bridge/package.json +1 -0
  61. package/node_modules/@deepseek-ai/dsh-client-ui-layout/lib/client.js +1 -1
  62. package/node_modules/@deepseek-ai/dsh-client-ui-layout/package.json +1 -1
  63. package/node_modules/@deepseek-ai/dsh-client-ui-message-feedback/lib/client.js +1 -1
  64. package/node_modules/@deepseek-ai/dsh-client-ui-message-feedback/package.json +1 -1
  65. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/lib/client.js +1 -1
  66. package/node_modules/@deepseek-ai/dsh-client-ui-model-selection/package.json +1 -1
  67. package/node_modules/@deepseek-ai/dsh-client-ui-permission-presets/lib/client.js +1 -1
  68. package/node_modules/@deepseek-ai/dsh-client-ui-permission-presets/package.json +1 -1
  69. package/node_modules/@deepseek-ai/dsh-client-ui-plan/lib/client.js +1 -1
  70. package/node_modules/@deepseek-ai/dsh-client-ui-plan/package.json +1 -1
  71. package/node_modules/@deepseek-ai/dsh-client-ui-settings/package.json +1 -1
  72. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/lib/client.js +1 -1
  73. package/node_modules/@deepseek-ai/dsh-client-ui-settings-general/package.json +1 -1
  74. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/lib/client.js +1 -1
  75. package/node_modules/@deepseek-ai/dsh-client-ui-settings-models/package.json +1 -1
  76. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/lib/client.js +1 -1
  77. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugin-inventory/package.json +1 -1
  78. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/lib/client.js +1 -1
  79. package/node_modules/@deepseek-ai/dsh-client-ui-settings-plugins/package.json +1 -1
  80. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/lib/client.js +1 -1
  81. package/node_modules/@deepseek-ai/dsh-client-ui-sidebar/package.json +1 -1
  82. package/node_modules/@deepseek-ai/dsh-client-ui-skill/lib/client.js +1 -1
  83. package/node_modules/@deepseek-ai/dsh-client-ui-skill/package.json +1 -1
  84. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/lib/client.js +1 -1
  85. package/node_modules/@deepseek-ai/dsh-client-ui-subagent/package.json +1 -1
  86. package/node_modules/@deepseek-ai/dsh-client-ui-theme/lib/client.js +1 -1
  87. package/node_modules/@deepseek-ai/dsh-client-ui-theme/package.json +1 -1
  88. package/node_modules/@deepseek-ai/dsh-client-ui-tool/lib/client.js +1 -1
  89. package/node_modules/@deepseek-ai/dsh-client-ui-tool/package.json +1 -1
  90. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/lib/client.js +3 -3
  91. package/node_modules/@deepseek-ai/dsh-client-ui-trajectory/package.json +1 -1
  92. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/lib/client.js +1 -1
  93. package/node_modules/@deepseek-ai/dsh-client-ui-user-questions/package.json +1 -1
  94. package/node_modules/@deepseek-ai/dsh-client-ui-workflow-run/lib/client.js +1 -1
  95. package/node_modules/@deepseek-ai/dsh-client-ui-workflow-run/package.json +1 -1
  96. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/lib/client.js +1 -1
  97. package/node_modules/@deepseek-ai/dsh-client-ui-workspace/package.json +1 -1
  98. package/node_modules/@deepseek-ai/dsh-client-web/lib/index.js +2 -2
  99. package/node_modules/@deepseek-ai/dsh-client-web/package.json +1 -1
  100. package/node_modules/@deepseek-ai/dsh-code-runtime-worker-thread/package.json +1 -1
  101. package/node_modules/@deepseek-ai/dsh-command-compact/package.json +1 -1
  102. package/node_modules/@deepseek-ai/dsh-command-feedback/package.json +1 -1
  103. package/node_modules/@deepseek-ai/dsh-command-goal/package.json +1 -1
  104. package/node_modules/@deepseek-ai/dsh-commands/package.json +1 -1
  105. package/node_modules/@deepseek-ai/dsh-compaction/package.json +1 -1
  106. package/node_modules/@deepseek-ai/dsh-compaction-basic/package.json +1 -1
  107. package/node_modules/@deepseek-ai/dsh-compaction-tool-result-pruner/package.json +1 -1
  108. package/node_modules/@deepseek-ai/dsh-cordis-client-runner/package.json +1 -1
  109. package/node_modules/@deepseek-ai/dsh-cordis-host-runner/package.json +1 -1
  110. package/node_modules/@deepseek-ai/dsh-credentials-local/package.json +1 -1
  111. package/node_modules/@deepseek-ai/dsh-fs/package.json +1 -1
  112. package/node_modules/@deepseek-ai/dsh-fs-local/package.json +1 -1
  113. package/node_modules/@deepseek-ai/dsh-fs-sandbox/package.json +1 -1
  114. package/node_modules/@deepseek-ai/dsh-goal/package.json +1 -1
  115. package/node_modules/@deepseek-ai/dsh-goal-round-driver/package.json +1 -1
  116. package/node_modules/@deepseek-ai/dsh-headless/package.json +1 -1
  117. package/node_modules/@deepseek-ai/dsh-host-apiproxy/lib/index.js +7 -7
  118. package/node_modules/@deepseek-ai/dsh-host-apiproxy/lib/types/api/browser-jsapi.js +1 -0
  119. package/node_modules/@deepseek-ai/dsh-host-apiproxy/lib/types/api/browser-jsapi.schema.js +1 -0
  120. package/node_modules/@deepseek-ai/dsh-host-apiproxy/lib/types/api/events.schema.js +1 -1
  121. package/node_modules/@deepseek-ai/dsh-host-apiproxy/lib/types/api-proxy.js +1 -1
  122. package/node_modules/@deepseek-ai/dsh-host-apiproxy/package.json +1 -1
  123. package/node_modules/@deepseek-ai/dsh-host-directory-picker-auto/package.json +1 -1
  124. package/node_modules/@deepseek-ai/dsh-host-directory-picker-browse/package.json +1 -1
  125. package/node_modules/@deepseek-ai/dsh-host-directory-picker-native/package.json +1 -1
  126. package/node_modules/@deepseek-ai/dsh-host-plugin-inventory/package.json +1 -1
  127. package/node_modules/@deepseek-ai/dsh-host-webserver/package.json +1 -1
  128. package/node_modules/@deepseek-ai/dsh-jobs/package.json +1 -1
  129. package/node_modules/@deepseek-ai/dsh-jobs-local/package.json +1 -1
  130. package/node_modules/@deepseek-ai/dsh-llm/package.json +1 -1
  131. package/node_modules/@deepseek-ai/dsh-llm-deepseek/package.json +1 -1
  132. package/node_modules/@deepseek-ai/dsh-llm-pi-ai/package.json +1 -1
  133. package/node_modules/@deepseek-ai/dsh-llm-retry/package.json +1 -1
  134. package/node_modules/@deepseek-ai/dsh-mcp-client/package.json +1 -1
  135. package/node_modules/@deepseek-ai/dsh-message-feedback/package.json +1 -1
  136. package/node_modules/@deepseek-ai/dsh-permission-presets/package.json +1 -1
  137. package/node_modules/@deepseek-ai/dsh-plan-mode/package.json +1 -1
  138. package/node_modules/@deepseek-ai/dsh-pwsh-local/package.json +1 -1
  139. package/node_modules/@deepseek-ai/dsh-pwsh-sandbox/package.json +1 -1
  140. package/node_modules/@deepseek-ai/dsh-repeat-tool-reminder/package.json +1 -1
  141. package/node_modules/@deepseek-ai/dsh-sandbox/package.json +1 -1
  142. package/node_modules/@deepseek-ai/dsh-sandbox-local/package.json +1 -1
  143. package/node_modules/@deepseek-ai/dsh-sandbox-policy/package.json +1 -1
  144. package/node_modules/@deepseek-ai/dsh-sandbox-windows-acl/package.json +1 -1
  145. package/node_modules/@deepseek-ai/dsh-schedule/package.json +1 -1
  146. package/node_modules/@deepseek-ai/dsh-session/lib/index.js +1 -1
  147. package/node_modules/@deepseek-ai/dsh-session/lib/types/known-event-types.js +1 -1
  148. package/node_modules/@deepseek-ai/dsh-session/package.json +1 -1
  149. package/node_modules/@deepseek-ai/dsh-session-checkpoint-policy/package.json +1 -1
  150. package/node_modules/@deepseek-ai/dsh-session-log-export/package.json +1 -1
  151. package/node_modules/@deepseek-ai/dsh-session-persistence/package.json +1 -1
  152. package/node_modules/@deepseek-ai/dsh-session-persistence-jsonl/package.json +1 -1
  153. package/node_modules/@deepseek-ai/dsh-session-projection/package.json +1 -1
  154. package/node_modules/@deepseek-ai/dsh-session-projection-cache/package.json +1 -1
  155. package/node_modules/@deepseek-ai/dsh-session-query/package.json +1 -1
  156. package/node_modules/@deepseek-ai/dsh-session-query-sqlite/package.json +1 -1
  157. package/node_modules/@deepseek-ai/dsh-session-reference/package.json +1 -1
  158. package/node_modules/@deepseek-ai/dsh-session-stats/package.json +1 -1
  159. package/node_modules/@deepseek-ai/dsh-session-telemetry/package.json +1 -1
  160. package/node_modules/@deepseek-ai/dsh-session-telemetry-otel/package.json +1 -1
  161. package/node_modules/@deepseek-ai/dsh-session-title/package.json +1 -1
  162. package/node_modules/@deepseek-ai/dsh-session-title-first-prompt-llm/package.json +1 -1
  163. package/node_modules/@deepseek-ai/dsh-session-title-llm/package.json +1 -1
  164. package/node_modules/@deepseek-ai/dsh-settings/package.json +1 -1
  165. package/node_modules/@deepseek-ai/dsh-settings-file/package.json +1 -1
  166. package/node_modules/@deepseek-ai/dsh-shell/package.json +1 -1
  167. package/node_modules/@deepseek-ai/dsh-shell-env/package.json +1 -1
  168. package/node_modules/@deepseek-ai/dsh-skill/package.json +1 -1
  169. package/node_modules/@deepseek-ai/dsh-skill-badge/package.json +1 -1
  170. package/node_modules/@deepseek-ai/dsh-skill-filesystem/package.json +1 -1
  171. package/node_modules/@deepseek-ai/dsh-spill/package.json +1 -1
  172. package/node_modules/@deepseek-ai/dsh-spill-policy/package.json +1 -1
  173. package/node_modules/@deepseek-ai/dsh-subagent/package.json +1 -1
  174. package/node_modules/@deepseek-ai/dsh-subagent-fork-in-process/package.json +1 -1
  175. package/node_modules/@deepseek-ai/dsh-subagent-in-process-driver/package.json +1 -1
  176. package/node_modules/@deepseek-ai/dsh-subagent-spawn-in-process/package.json +1 -1
  177. package/node_modules/@deepseek-ai/dsh-subprocess-local/package.json +1 -1
  178. package/node_modules/@deepseek-ai/dsh-system-prompt/package.json +1 -1
  179. package/node_modules/@deepseek-ai/dsh-terminal/package.json +1 -1
  180. package/node_modules/@deepseek-ai/dsh-terminal-bash/package.json +1 -1
  181. package/node_modules/@deepseek-ai/dsh-time-context/package.json +1 -1
  182. package/node_modules/@deepseek-ai/dsh-timeout/package.json +1 -1
  183. package/node_modules/@deepseek-ai/dsh-tmux-context/package.json +1 -1
  184. package/node_modules/@deepseek-ai/dsh-token-meter/package.json +1 -1
  185. package/node_modules/@deepseek-ai/dsh-tool-ask-user/package.json +1 -1
  186. package/node_modules/@deepseek-ai/dsh-tool-bash/package.json +1 -1
  187. package/node_modules/@deepseek-ai/dsh-tool-bash-persistent/package.json +1 -1
  188. package/node_modules/@deepseek-ai/dsh-tool-browser/LICENSE +21 -0
  189. package/node_modules/@deepseek-ai/dsh-tool-browser/lib/index.js +1 -0
  190. package/node_modules/@deepseek-ai/dsh-tool-browser/lib/invariant.js +1 -0
  191. package/node_modules/@deepseek-ai/dsh-tool-browser/package.json +1 -0
  192. package/node_modules/@deepseek-ai/dsh-tool-call-timeout-policy/package.json +1 -1
  193. package/node_modules/@deepseek-ai/dsh-tool-cordis/lib/index.js +14 -5
  194. package/node_modules/@deepseek-ai/dsh-tool-cordis/package.json +1 -1
  195. package/node_modules/@deepseek-ai/dsh-tool-fs/package.json +1 -1
  196. package/node_modules/@deepseek-ai/dsh-tool-fs-search/package.json +1 -1
  197. package/node_modules/@deepseek-ai/dsh-tool-goal/package.json +1 -1
  198. package/node_modules/@deepseek-ai/dsh-tool-jobs/package.json +1 -1
  199. package/node_modules/@deepseek-ai/dsh-tool-pwsh/package.json +1 -1
  200. package/node_modules/@deepseek-ai/dsh-tool-ralph/package.json +1 -1
  201. package/node_modules/@deepseek-ai/dsh-tool-skill/package.json +1 -1
  202. package/node_modules/@deepseek-ai/dsh-tool-str-replace-editor/package.json +1 -1
  203. package/node_modules/@deepseek-ai/dsh-tool-subagent/package.json +1 -1
  204. package/node_modules/@deepseek-ai/dsh-tool-subagent-report/package.json +1 -1
  205. package/node_modules/@deepseek-ai/dsh-tool-todo/package.json +1 -1
  206. package/node_modules/@deepseek-ai/dsh-tool-web/package.json +1 -1
  207. package/node_modules/@deepseek-ai/dsh-tool-workflow/package.json +1 -1
  208. package/node_modules/@deepseek-ai/dsh-tools/package.json +1 -1
  209. package/node_modules/@deepseek-ai/dsh-typert-loader/package.json +1 -1
  210. package/node_modules/@deepseek-ai/dsh-typert-registry/package.json +1 -1
  211. package/node_modules/@deepseek-ai/dsh-user-approval/package.json +1 -1
  212. package/node_modules/@deepseek-ai/dsh-user-questions/package.json +1 -1
  213. package/node_modules/@deepseek-ai/dsh-web-app/cordis.patch.yml +3 -0
  214. package/node_modules/@deepseek-ai/dsh-web-app/package.json +1 -1
  215. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/assets/{index-fPGOmJjK.js → index-DfZHS_gV.js} +31 -31
  216. package/node_modules/@deepseek-ai/dsh-web-frontend/dist/index.html +1 -1
  217. package/node_modules/@deepseek-ai/dsh-web-search-deepseek/package.json +1 -1
  218. package/node_modules/@deepseek-ai/dsh-workflow/package.json +1 -1
  219. package/node_modules/@deepseek-ai/dsh-workflow-worker-thread/package.json +1 -1
  220. package/node_modules/@deepseek-ai/dsh-workspace/package.json +1 -1
  221. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- var y=Object.defineProperty;var i=(t,e)=>y(t,"name",{value:e,configurable:!0});import*as I from"react/jsx-runtime";import{Fragment as h,jsx as a,jsxs as m}from"react/jsx-runtime";import*as N from"@deepseek-ai/cordis";import{Context as L}from"@deepseek-ai/cordis";import k from"@deepseek-ai/cordis-plugin-loader";import*as x from"react-dom/client";import{createRoot as P}from"react-dom/client";import*as T from"@deepseek-ai/dsh-client-modules/client";import{ClientModuleSystem as O,parseBootManifest as R}from"@deepseek-ai/dsh-client-modules/client";import*as j from"@deepseek-ai/dsh-client-web-react";import{bindSnapshotSelector as $,createSlotRenderer as M}from"@deepseek-ai/dsh-client-web-react";import*as U from"react";import{useEffect as C,useRef as F,useSyncExternalStore as p}from"react";import*as B from"react-dom";import*as G from"@deepseek-ai/dsh-client-ui-slots";import*as H from"@deepseek-ai/dsh-client-ui-primitives";import*as V from"@deepseek-ai/dsh-client-ui-attachment";import*as W from"@deepseek-ai/dsh-client-schema-form";var b=Object.defineProperty,J=i((t,e)=>{let s={};for(var o in t)b(s,o,{get:t[o],enumerable:!0});return e||b(s,Symbol.toStringTag,{value:"Module"}),s},"__exportAll");function A({title:t}){const e=F(document.title);return C(()=>(document.title=t===void 0?e.current:`${t} — ${e.current}`,()=>{document.title=e.current}),[t]),null}i(A,"DocumentTitle");function E(t){const{ctx:e}=t,s=e.get("sessions");if(s===void 0)throw new Error("shell assembly: sessions service unavailable");const o=$(s.list),r=i(()=>{const n=o(l=>{const v=l.current;return v===void 0?void 0:l.byId[v]?.title});return a(A,{...n===void 0?{}:{title:n}})},"SessionDocumentTitle");return()=>m(h,{children:[a(r,{}),e.slots.renderSlot("root",{})]})}i(E,"buildRenderApp");var q=J({APP_SHELL_ID:i(()=>u,"APP_SHELL_ID"),apply:i(()=>Q,"apply"),inject:i(()=>K,"inject"),name:i(()=>z,"name")});const u="@deepseek-ai/dsh-client-app-shell",z="app-shell",K=["slots","sessions","layout"];function Q(t){t.slots.install(M());let e;t.reflect.provide("appShell",{renderApp:i(()=>(e??=E({ctx:t}),e()),"renderApp")})}i(Q,"apply");var c={};function _(t){const e=p(t.settled.subscribe,t.settled.getSnapshot),s=p(t.status.subscribe,t.status.getSnapshot),o=p(t.error.subscribe,t.error.getSnapshot),r=Object.entries(s).filter(([,l])=>l==="failed");if(e)return a(h,{children:t.renderApp()});const n=o!==void 0||r.length>0;return a("div",{className:c.boot,children:m("div",{className:c.card,children:[a("div",{className:c.wordmark,children:"HARNESS"}),n?m("div",{className:c.failed,children:[a("div",{className:c.failedTitle,children:"Failed to load plugins"}),r.map(([l])=>a("div",{className:c.failedItem,children:l},l)),o!==void 0&&a("div",{className:c.failedItem,children:o})]}):m(h,{children:[a("div",{className:c.spinner}),a("div",{className:c.hint,children:"Loading plugins…"})]})]})})}i(_,"AppRoot");function w(){return{react:U,"react/jsx-runtime":I,"react-dom":B,"react-dom/client":x,"@deepseek-ai/cordis":N,"@deepseek-ai/dsh-client-ui-slots":G,"@deepseek-ai/dsh-client-web-react":j,"@deepseek-ai/dsh-client-ui-primitives":H,"@deepseek-ai/dsh-client-ui-attachment":V,"@deepseek-ai/dsh-client-schema-form":W}}i(w,"getStaticModules");const d={PENDING:0,LOADING:1,ACTIVE:2,FAILED:3,DISPOSED:4,UNLOADING:5},f={[d.PENDING]:"pending",[d.LOADING]:"loading",[d.ACTIVE]:"active",[d.FAILED]:"failed",[d.DISPOSED]:"disposed",[d.UNLOADING]:"unloading"};function S(t){let e=t;const s=new Set;return{getSnapshot:i(()=>e,"getSnapshot"),subscribe:i(o=>(s.add(o),()=>{s.delete(o)}),"subscribe"),set:i(o=>{e=o;for(const r of[...s])r()},"set")}}i(S,"createSignal");function D(){let t={};const e=new Set;return{getSnapshot:i(()=>t,"getSnapshot"),subscribe:i(s=>(e.add(s),()=>{e.delete(s)}),"subscribe"),set:i((s,o)=>{t={...t,[s]:o};for(const r of[...e])r()},"set")}}i(D,"createLoaderStatusStore");const g="@deepseek-ai/dsh-client-modules";var X=class{static{i(this,"AppWebEntry")}el;seams;status=D();settled=S(!1);error=S(void 0);ctx;modules;manifest;root;constructor(t,e){this.el=t,this.seams=e}async run(){this.manifest=R(globalThis.__DSH_BOOT__),this.modules=new O({modules:this.manifest.modules,staticModules:w(),...this.seams}),this.modules.registerStatic(u,q),this.modules.registerStatic(g,T),globalThis.__DSH_MODULES__=this.modules,this.root=P(this.el),this.root.render(a(_,{settled:this.settled,status:this.status,error:this.error,renderApp:i(()=>{const e=this.ctx.get("appShell");if(e===void 0)throw new Error("web boot: appShell service missing after settled");return e.renderApp()},"renderApp")}));const t=this.prefetchImmediateTier();this.ctx=new L;try{await this.runPluginBoot(t),this.settled.set(!0)}catch(e){console.error(e),this.error.set(e instanceof Error?e.message:String(e))}}dispose(){this.root?.unmount()}async prefetchImmediateTier(){await Promise.all(this.manifest.plugins.filter(t=>t.immediately).map(t=>this.modules.prefetch(t.id).catch(()=>{})))}async runPluginBoot(t){const e=this.ctx;await e.plugin(k);const s=e.loader;s.internal=this.modules,e.on("internal/status",r=>{const n=r.entry;n===void 0||n.fiber===void 0||this.status.set(n.options.name,f[n.fiber.state])}),await t;const o=[g,...this.manifest.plugins.map(r=>r.id).filter(r=>r!==g),u];await Promise.all(o.map(async r=>{this.status.set(r,"loading");const n=await s.create({name:r});s.resolve(n).fiber===void 0&&this.status.set(r,"failed")})),await s.await(),this.assertEntriesActive()}assertEntriesActive(){const t=this.ctx,e=[];for(const s of t.loader.entries()){const o=s.options.name;if(s.fiber===void 0){e.push(`${o}: import failed (see console for the import error)`);continue}const r=f[s.fiber.state];if(r!=="active")if(r==="pending"){const n=Object.keys(s.fiber.inject).filter(l=>t.get(l)===void 0);e.push(`${o}: pending (waiting for service${n.length===1?"":"s"}: ${n.join(", ")||"unknown"})`)}else e.push(`${o}: ${r}`)}if(e.length>0)throw new Error(`web boot: ${String(e.length)} entr${e.length===1?"y":"ies"} did not activate
1
+ var y=Object.defineProperty;var r=(t,e)=>y(t,"name",{value:e,configurable:!0});import*as I from"react/jsx-runtime";import{Fragment as h,jsx as l,jsxs as m}from"react/jsx-runtime";import*as N from"@deepseek-ai/cordis";import{Context as L}from"@deepseek-ai/cordis";import k from"@deepseek-ai/cordis-plugin-loader";import*as x from"react-dom/client";import{createRoot as P}from"react-dom/client";import*as T from"@deepseek-ai/dsh-client-modules/client";import{ClientModuleSystem as O,parseBootManifest as R}from"@deepseek-ai/dsh-client-modules/client";import*as j from"@deepseek-ai/dsh-client-web-react";import{bindSnapshotSelector as $,createSlotRenderer as M}from"@deepseek-ai/dsh-client-web-react";import*as U from"react";import{useEffect as C,useRef as F,useSyncExternalStore as p}from"react";import*as B from"react-dom";import*as G from"@deepseek-ai/dsh-client-ui-slots";import*as H from"@deepseek-ai/dsh-client-ui-primitives";import*as V from"@deepseek-ai/dsh-client-ui-attachment";import*as W from"@deepseek-ai/dsh-client-schema-form";var b=Object.defineProperty,J=r((t,e)=>{let s={};for(var o in t)b(s,o,{get:t[o],enumerable:!0});return e||b(s,Symbol.toStringTag,{value:"Module"}),s},"__exportAll");function A({title:t}){const e=F(document.title);return C(()=>(document.title=t===void 0?e.current:`${t} — ${e.current}`,()=>{document.title=e.current}),[t]),null}r(A,"DocumentTitle");function E(t){const{ctx:e}=t,s=e.get("sessions");if(s===void 0)throw new Error("shell assembly: sessions service unavailable");const o=$(s.list),i=r(()=>{const n=o(a=>{const S=a.current;return S===void 0?void 0:a.byId[S]?.title});return l(A,{...n===void 0?{}:{title:n}})},"SessionDocumentTitle");return()=>m(h,{children:[l(i,{}),e.slots.renderSlot("root",{})]})}r(E,"buildRenderApp");var q=J({APP_SHELL_ID:r(()=>u,"APP_SHELL_ID"),apply:r(()=>Q,"apply"),inject:r(()=>K,"inject"),name:r(()=>z,"name")});const u="@deepseek-ai/dsh-client-app-shell",z="app-shell",K=["slots","sessions","layout"];function Q(t){t.slots.install(M());let e;t.reflect.provide("appShell",{renderApp:r(()=>(e??=E({ctx:t}),e()),"renderApp")})}r(Q,"apply");var c={};function _(t){const e=p(t.settled.subscribe,t.settled.getSnapshot),s=p(t.status.subscribe,t.status.getSnapshot),o=p(t.error.subscribe,t.error.getSnapshot),i=Object.entries(s).filter(([,a])=>a==="failed");if(e)return l(h,{children:t.renderApp()});const n=o!==void 0||i.length>0;return l("div",{className:c.boot,children:m("div",{className:c.card,children:[l("div",{className:c.wordmark,children:"HARNESS"}),n?m("div",{className:c.failed,children:[l("div",{className:c.failedTitle,children:"Failed to load plugins"}),i.map(([a])=>l("div",{className:c.failedItem,children:a},a)),o!==void 0&&l("div",{className:c.failedItem,children:o})]}):m(h,{children:[l("div",{className:c.spinner}),l("div",{className:c.hint,children:"Loading plugins…"})]})]})})}r(_,"AppRoot");function w(){return{react:U,"react/jsx-runtime":I,"react-dom":B,"react-dom/client":x,"@deepseek-ai/cordis":N,"@deepseek-ai/dsh-client-ui-slots":G,"@deepseek-ai/dsh-client-web-react":j,"@deepseek-ai/dsh-client-ui-primitives":H,"@deepseek-ai/dsh-client-ui-attachment":V,"@deepseek-ai/dsh-client-schema-form":W}}r(w,"getStaticModules");const d={PENDING:0,LOADING:1,ACTIVE:2,FAILED:3,DISPOSED:4,UNLOADING:5},f={[d.PENDING]:"pending",[d.LOADING]:"loading",[d.ACTIVE]:"active",[d.FAILED]:"failed",[d.DISPOSED]:"disposed",[d.UNLOADING]:"unloading"};function g(t){let e=t;const s=new Set;return{getSnapshot:r(()=>e,"getSnapshot"),subscribe:r(o=>(s.add(o),()=>{s.delete(o)}),"subscribe"),set:r(o=>{e=o;for(const i of[...s])i()},"set")}}r(g,"createSignal");function D(){let t={};const e=new Set;return{getSnapshot:r(()=>t,"getSnapshot"),subscribe:r(s=>(e.add(s),()=>{e.delete(s)}),"subscribe"),set:r((s,o)=>{t={...t,[s]:o};for(const i of[...e])i()},"set")}}r(D,"createLoaderStatusStore");const v="@deepseek-ai/dsh-client-modules";var X=class{static{r(this,"AppWebEntry")}el;seams;status=D();settled=g(!1);error=g(void 0);ctx;modules;manifest;root;constructor(t,e){this.el=t,this.seams=e}async run(){this.manifest=R(globalThis.__DSH_BOOT__),this.modules=new O({modules:this.manifest.modules,staticModules:w(),...this.seams}),this.modules.registerStatic(u,q),this.modules.registerStatic(v,T),globalThis.__DSH_MODULES__=this.modules,this.root=P(this.el),this.root.render(l(_,{settled:this.settled,status:this.status,error:this.error,renderApp:r(()=>{const e=this.ctx.get("appShell");if(e===void 0)throw new Error("web boot: appShell service missing after settled");return e.renderApp()},"renderApp")}));const t=this.prefetchImmediateTier();this.ctx=new L;try{await this.runPluginBoot(t),this.settled.set(!0)}catch(e){console.error(e),this.error.set(e instanceof Error?e.message:String(e))}}dispose(){this.root?.unmount()}async prefetchImmediateTier(){await Promise.all(this.manifest.plugins.filter(t=>t.immediately).map(t=>this.modules.prefetch(t.id).catch(()=>{})))}async runPluginBoot(t){const e=this.ctx;await e.plugin(k);const s=e.loader;s.internal=this.modules,e.on("internal/status",i=>{const n=i.entry;n===void 0||n.fiber===void 0||this.status.set(n.options.name,f[n.fiber.state])}),await t;const o=[{name:v},...this.manifest.plugins.filter(i=>i.id!==v).map(i=>({name:i.id,...i.config===void 0?{}:{config:i.config}})),{name:u}];await Promise.all(o.map(async({name:i,config:n})=>{this.status.set(i,"loading");const a=await s.create({name:i,...n===void 0?{}:{config:n}});s.resolve(a).fiber===void 0&&this.status.set(i,"failed")})),await s.await(),this.assertEntriesActive()}assertEntriesActive(){const t=this.ctx,e=[];for(const s of t.loader.entries()){const o=s.options.name;if(s.fiber===void 0){e.push(`${o}: import failed (see console for the import error)`);continue}const i=f[s.fiber.state];if(i!=="active")if(i==="pending"){const n=Object.keys(s.fiber.inject).filter(a=>t.get(a)===void 0);e.push(`${o}: pending (waiting for service${n.length===1?"":"s"}: ${n.join(", ")||"unknown"})`)}else e.push(`${o}: ${i}`)}if(e.length>0)throw new Error(`web boot: ${String(e.length)} entr${e.length===1?"y":"ies"} did not activate
2
2
  ${e.join(`
3
- `)}`)}};const Y=["react","react/jsx-runtime","react-dom","react-dom/client","@deepseek-ai/cordis","@deepseek-ai/dsh-client-ui-slots","@deepseek-ai/dsh-client-web-react","@deepseek-ai/dsh-client-ui-primitives","@deepseek-ai/dsh-client-ui-attachment","@deepseek-ai/dsh-client-schema-form"];export{u as APP_SHELL_ID,_ as AppRoot,X as AppWebEntry,A as DocumentTitle,d as FIBER_STATE,Y as PLATFORM_MODULES,f as STATE_LABELS,E as buildRenderApp,D as createLoaderStatusStore,S as createSignal,w as getStaticModules};
3
+ `)}`)}};const Y=["react","react/jsx-runtime","react-dom","react-dom/client","@deepseek-ai/cordis","@deepseek-ai/dsh-client-ui-slots","@deepseek-ai/dsh-client-web-react","@deepseek-ai/dsh-client-ui-primitives","@deepseek-ai/dsh-client-ui-attachment","@deepseek-ai/dsh-client-schema-form"];export{u as APP_SHELL_ID,_ as AppRoot,X as AppWebEntry,A as DocumentTitle,d as FIBER_STATE,Y as PLATFORM_MODULES,f as STATE_LABELS,E as buildRenderApp,D as createLoaderStatusStore,g as createSignal,w as getStaticModules};
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-client-web","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dependencies":{"react":"^18.2.0","react-dom":"^18.2.0","@deepseek-ai/dsh-client-schema-form":"^0.1.0-rc.7","@deepseek-ai/dsh-client-modules":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-attachment":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-slots":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-primitives":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-theme":"^0.1.0-rc.7","@deepseek-ai/dsh-client-web-react":"^0.1.0-rc.7"},"peerDependencies":{"@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-client-web","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dependencies":{"react":"^18.2.0","react-dom":"^18.2.0","@deepseek-ai/dsh-client-schema-form":"^0.1.0-rc.7","@deepseek-ai/dsh-client-modules":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-primitives":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-theme":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-slots":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-attachment":"^0.1.0-rc.7","@deepseek-ai/dsh-client-web-react":"^0.1.0-rc.7"},"peerDependencies":{"@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-code-runtime-worker-thread","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./worker":{"types":"./lib/types/worker.d.ts","default":"./lib/worker.cjs"},"./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-code-runtime":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-timeout":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-code-runtime-worker-thread","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./worker":{"types":"./lib/types/worker.d.ts","default":"./lib/worker.cjs"},"./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-code-runtime":"^0.1.0-rc.7","@deepseek-ai/dsh-timeout":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7"},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-command-compact","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-commands":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-command-compact","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-command-feedback","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-anonymous-user-id":"^0.1.0-rc.7","@deepseek-ai/dsh-session-telemetry":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-commands":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-command-feedback","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-anonymous-user-id":"^0.1.0-rc.7","@deepseek-ai/dsh-session-telemetry":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-command-goal","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-goal":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-command-goal","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-goal":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-commands","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./brand":{"types":"./lib/types/brand.d.ts","default":"./lib/types/brand.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/dsh-agent":"^0.1.0-rc.7"},"dependencies":{"zod":"^4.4.3"}}
1
+ {"name":"@deepseek-ai/dsh-commands","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./brand":{"types":"./lib/types/brand.d.ts","default":"./lib/types/brand.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-brand":"^0.1.0-rc.7"},"dependencies":{"zod":"^4.4.3"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-compaction","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./checkpoint":{"types":"./lib/types/checkpoint.d.ts","default":"./lib/types/checkpoint.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-compaction","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./checkpoint":{"types":"./lib/types/checkpoint.d.ts","default":"./lib/types/checkpoint.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-brand":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-compaction-basic","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-token-meter":"^0.1.0-rc.7","@deepseek-ai/dsh-compaction-tool-result-pruner":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7"},"peerDependenciesMeta":{"@deepseek-ai/dsh-compaction-tool-result-pruner":{"optional":true}},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-compaction-basic","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/dsh-commands":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-token-meter":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-compaction-tool-result-pruner":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"},"peerDependenciesMeta":{"@deepseek-ai/dsh-compaction-tool-result-pruner":{"optional":true}},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-compaction-tool-result-pruner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-token-meter":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7"},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-compaction-tool-result-pruner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-compaction":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-token-meter":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"},"dependencies":{"@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-cordis-client-runner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./client":{"types":"./lib/types/client/index.d.ts","default":"./lib/client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"dsh":{"client":{"inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-api-remotes","@deepseek-ai/dsh-client-modules","@deepseek-ai/dsh-client-ui-theme"],"platform":"web"}},"license":"MIT","peerDependencies":{"react":"^18.2.0","@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/dsh-api-remotes":"^0.1.0-rc.7","@deepseek-ai/dsh-client-connection":"^0.1.0-rc.7","@deepseek-ai/dsh-client-modules":"^0.1.0-rc.7","@deepseek-ai/dsh-client-runtime":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-slots":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-theme":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"}}
1
+ {"name":"@deepseek-ai/dsh-cordis-client-runner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./client":{"types":"./lib/types/client/index.d.ts","default":"./lib/client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"dsh":{"client":{"inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-api-remotes","@deepseek-ai/dsh-client-modules","@deepseek-ai/dsh-client-ui-theme"],"platform":"web"}},"license":"MIT","peerDependencies":{"react":"^18.2.0","@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/dsh-api-remotes":"^0.1.0-rc.7","@deepseek-ai/dsh-client-runtime":"^0.1.0-rc.7","@deepseek-ai/dsh-client-modules":"^0.1.0-rc.7","@deepseek-ai/dsh-client-connection":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-theme":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-client-ui-slots":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-cordis-host-runner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dependencies":{"zod":"^4.4.3","@deepseek-ai/schemastery":"^3.18.1"},"peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-tools":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/dsh-brand":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-cordis-host-runner","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dependencies":{"zod":"^4.4.3","@deepseek-ai/schemastery":"^3.18.1"},"peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/dsh-tools":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-credentials-local","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-atomic-write":"^0.1.0-rc.7","@deepseek-ai/dsh-launch-environment":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-home-paths":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-credentials":"^0.1.0-rc.7"},"dependencies":{"chokidar":"^4.0.3","yaml":"^2.9.0","@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-credentials-local","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-atomic-write":"^0.1.0-rc.7","@deepseek-ai/dsh-credentials":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-home-paths":"^0.1.0-rc.7","@deepseek-ai/dsh-launch-environment":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"},"dependencies":{"chokidar":"^4.0.3","yaml":"^2.9.0","@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-fs","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-sandbox":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-fs","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-sandbox":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-fs-local","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-fs":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"},"dependencies":{"koffi":"^3.1.0","@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-fs-local","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-fs":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"},"dependencies":{"koffi":"^3.1.0","@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-fs-sandbox","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-fs":"^0.1.0-rc.7","@deepseek-ai/dsh-fs-local":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-sandbox-policy":"^0.1.0-rc.7","@deepseek-ai/dsh-sandbox":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-fs-sandbox","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-fs":"^0.1.0-rc.7","@deepseek-ai/dsh-sandbox":"^0.1.0-rc.7","@deepseek-ai/dsh-sandbox-policy":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-fs-local":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-goal","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./client":{"types":"./lib/types/client.d.ts","default":"./lib/types/client.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-session-projection":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"},"dependencies":{"zod":"^4.4.3","@deepseek-ai/schemastery":"^3.18.1"}}
1
+ {"name":"@deepseek-ai/dsh-goal","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./types":{"types":"./lib/types/types.d.ts","default":"./lib/types/types.js"},"./client":{"types":"./lib/types/client.d.ts","default":"./lib/types/client.js"},"./typert":{"types":"./lib/typert.host.d.ts","default":"./lib/typert.host.js"},"./remote":{"types":"./lib/typert.remote-client.d.ts","default":"./lib/typert.remote-client.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-scope":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-typert-protocol":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-brand":"^0.1.0-rc.7","@deepseek-ai/dsh-session-projection":"^0.1.0-rc.7"},"dependencies":{"zod":"^4.4.3","@deepseek-ai/schemastery":"^3.18.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-goal-round-driver","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-goal":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-session":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-goal-round-driver","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","peerDependencies":{"@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-goal":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1"}}
@@ -1 +1 @@
1
- {"name":"@deepseek-ai/dsh-headless","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./startup":{"types":"./lib/types/startup.d.ts","default":"./lib/startup.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./cordis.patch.yml":"./cordis.patch.yml","./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dsh":{"bundle":{"patch":"./cordis.patch.yml"}},"dependencies":{"commander":"^15.0.0","@deepseek-ai/schemastery":"^3.18.1","@deepseek-ai/dsh-code-runtime-worker-thread":"^0.1.0-rc.7","@deepseek-ai/dsh-cmdline":"^0.1.0-rc.7"},"peerDependencies":{"@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-agent-default-model":"^0.1.0-rc.7","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7"}}
1
+ {"name":"@deepseek-ai/dsh-headless","version":"0.1.0-rc.7","publishConfig":{"access":"public"},"type":"module","main":"lib/index.js","exports":{".":{"types":"./lib/types/index.d.ts","default":"./lib/index.js"},"./startup":{"types":"./lib/types/startup.d.ts","default":"./lib/startup.js"},"./invariant":{"types":"./lib/types/invariant.d.ts","default":"./lib/invariant.js"},"./cordis.patch.yml":"./cordis.patch.yml","./src/*":"./src/*","./package.json":"./package.json"},"license":"MIT","dsh":{"bundle":{"patch":"./cordis.patch.yml"}},"dependencies":{"commander":"^15.0.0","@deepseek-ai/dsh-code-runtime-worker-thread":"^0.1.0-rc.7","@deepseek-ai/dsh-cmdline":"^0.1.0-rc.7","@deepseek-ai/schemastery":"^3.18.1"},"peerDependencies":{"@deepseek-ai/cordis-plugin-loader":"^1.0.2","@deepseek-ai/dsh-agent-default-model":"^0.1.0-rc.7","@deepseek-ai/dsh-agent":"^0.1.0-rc.7","@deepseek-ai/dsh-session":"^0.1.0-rc.7","@deepseek-ai/cordis":"^4.0.1","@deepseek-ai/dsh-invariants":"^0.1.0-rc.7","@deepseek-ai/dsh-llm":"^0.1.0-rc.7"}}