@skaile/workspaces 3.17.0 → 3.18.0

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 (271) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/dist/app-sdk/index.js +1 -1
  3. package/dist/{asset-feeds-FQT6GH24.js → asset-feeds-LT4GI576.js} +7 -7
  4. package/dist/{asset-feeds-FQT6GH24.js.map → asset-feeds-LT4GI576.js.map} +1 -1
  5. package/dist/asset-manager/catalog-deployer.js +3 -3
  6. package/dist/asset-manager/index.js +6 -6
  7. package/dist/asset-manager/installer.js +4 -4
  8. package/dist/bridge/codex-app-server.js +2 -203
  9. package/dist/bridge/codex-app-server.js.map +1 -1
  10. package/dist/bridge/drivers/claude-sdk.js +5 -5
  11. package/dist/bridge/drivers/codex.js +1137 -4
  12. package/dist/bridge/drivers/codex.js.map +1 -1
  13. package/dist/bridge/drivers/continue.js +2 -2
  14. package/dist/bridge/drivers/echo.js +2 -2
  15. package/dist/bridge/drivers/gemini.js +3 -3
  16. package/dist/bridge/drivers/goose.js +2 -2
  17. package/dist/bridge/drivers/omp.js +1 -1
  18. package/dist/bridge/drivers/opencode.js +2 -2
  19. package/dist/bridge/drivers/qwen.js +3 -3
  20. package/dist/bridge/index.js +7 -6
  21. package/dist/bridge/src/capability-dispatch.d.ts +1 -1
  22. package/dist/bridge/src/capability-dispatch.d.ts.map +1 -1
  23. package/dist/bridge/src/codex/credentials.d.ts +12 -0
  24. package/dist/bridge/src/codex/credentials.d.ts.map +1 -0
  25. package/dist/bridge/src/codex/inputs.d.ts +8 -0
  26. package/dist/bridge/src/codex/inputs.d.ts.map +1 -0
  27. package/dist/bridge/src/codex/instance-state.d.ts +16 -0
  28. package/dist/bridge/src/codex/instance-state.d.ts.map +1 -0
  29. package/dist/bridge/src/codex/managed-driver.d.ts +71 -0
  30. package/dist/bridge/src/codex/managed-driver.d.ts.map +1 -0
  31. package/dist/bridge/src/codex/native-approvals.d.ts +22 -0
  32. package/dist/bridge/src/codex/native-approvals.d.ts.map +1 -0
  33. package/dist/bridge/src/codex/native-policy.d.ts +38 -0
  34. package/dist/bridge/src/codex/native-policy.d.ts.map +1 -0
  35. package/dist/bridge/src/codex/native-protocol.generated.d.ts +286 -200
  36. package/dist/bridge/src/codex/native-protocol.generated.d.ts.map +1 -1
  37. package/dist/bridge/src/codex/native-state.d.ts +7 -0
  38. package/dist/bridge/src/codex/native-state.d.ts.map +1 -0
  39. package/dist/bridge/src/codex/questions.d.ts +19 -0
  40. package/dist/bridge/src/codex/questions.d.ts.map +1 -0
  41. package/dist/bridge/src/codex-app-server.d.ts +6 -1
  42. package/dist/bridge/src/codex-app-server.d.ts.map +1 -1
  43. package/dist/bridge/src/drivers/codex.d.ts +9 -1
  44. package/dist/bridge/src/drivers/codex.d.ts.map +1 -1
  45. package/dist/bridge/src/index.d.ts +1 -0
  46. package/dist/bridge/src/index.d.ts.map +1 -1
  47. package/dist/bridge/src/normalizer.d.ts.map +1 -1
  48. package/dist/bridge/src/runtime.d.ts +3 -2
  49. package/dist/bridge/src/runtime.d.ts.map +1 -1
  50. package/dist/bridge/src/types.d.ts +77 -4
  51. package/dist/bridge/src/types.d.ts.map +1 -1
  52. package/dist/{chunk-BCOGOM6F.js → chunk-23L3P7IB.js} +4 -4
  53. package/dist/{chunk-BCOGOM6F.js.map → chunk-23L3P7IB.js.map} +1 -1
  54. package/dist/{chunk-NC5YXVZF.js → chunk-2FDKUKDE.js} +3 -3
  55. package/dist/{chunk-NC5YXVZF.js.map → chunk-2FDKUKDE.js.map} +1 -1
  56. package/dist/{chunk-2XGFQKNJ.js → chunk-2IROGAS7.js} +2 -2
  57. package/dist/{chunk-2XGFQKNJ.js.map → chunk-2IROGAS7.js.map} +1 -1
  58. package/dist/{chunk-BUKPS4YL.js → chunk-4JDCKPTM.js} +2 -2
  59. package/dist/{chunk-BUKPS4YL.js.map → chunk-4JDCKPTM.js.map} +1 -1
  60. package/dist/{chunk-5KSIVLOX.js → chunk-5T7Y3AZU.js} +3 -3
  61. package/dist/{chunk-5KSIVLOX.js.map → chunk-5T7Y3AZU.js.map} +1 -1
  62. package/dist/{chunk-SWUVULBU.js → chunk-67KB2A77.js} +7 -7
  63. package/dist/{chunk-SWUVULBU.js.map → chunk-67KB2A77.js.map} +1 -1
  64. package/dist/{chunk-RRVQAE5D.js → chunk-7ZO3MUP3.js} +6 -5
  65. package/dist/chunk-7ZO3MUP3.js.map +1 -0
  66. package/dist/{chunk-EO7IJY3Q.js → chunk-AI2PZX4H.js} +3 -3
  67. package/dist/{chunk-EO7IJY3Q.js.map → chunk-AI2PZX4H.js.map} +1 -1
  68. package/dist/{chunk-CMGYUF5P.js → chunk-BJI7IGZF.js} +7 -7
  69. package/dist/{chunk-CMGYUF5P.js.map → chunk-BJI7IGZF.js.map} +1 -1
  70. package/dist/{chunk-HY6CIKFH.js → chunk-CP62G5PK.js} +8 -7
  71. package/dist/chunk-CP62G5PK.js.map +1 -0
  72. package/dist/{chunk-PBRMY64S.js → chunk-CQY7XKRV.js} +30 -9
  73. package/dist/chunk-CQY7XKRV.js.map +1 -0
  74. package/dist/{chunk-OIDFK7SG.js → chunk-DCG4UWJM.js} +3 -3
  75. package/dist/{chunk-OIDFK7SG.js.map → chunk-DCG4UWJM.js.map} +1 -1
  76. package/dist/{chunk-VT4MPCRK.js → chunk-FBD5SOIH.js} +3 -3
  77. package/dist/{chunk-VT4MPCRK.js.map → chunk-FBD5SOIH.js.map} +1 -1
  78. package/dist/{chunk-HEKLK4NG.js → chunk-FYVDBIZV.js} +6 -6
  79. package/dist/{chunk-HEKLK4NG.js.map → chunk-FYVDBIZV.js.map} +1 -1
  80. package/dist/{chunk-RTM4SFLA.js → chunk-GMKNGIIB.js} +7 -4
  81. package/dist/chunk-GMKNGIIB.js.map +1 -0
  82. package/dist/{chunk-NIQPSQFN.js → chunk-GMMACS5W.js} +4 -4
  83. package/dist/{chunk-NIQPSQFN.js.map → chunk-GMMACS5W.js.map} +1 -1
  84. package/dist/{chunk-QFYEDM63.js → chunk-GRA4BWCV.js} +5 -5
  85. package/dist/{chunk-QFYEDM63.js.map → chunk-GRA4BWCV.js.map} +1 -1
  86. package/dist/{chunk-CIPK5JMJ.js → chunk-H662SXKS.js} +4 -4
  87. package/dist/{chunk-CIPK5JMJ.js.map → chunk-H662SXKS.js.map} +1 -1
  88. package/dist/{chunk-NMAICJUA.js → chunk-IST2V7RU.js} +3 -3
  89. package/dist/{chunk-NMAICJUA.js.map → chunk-IST2V7RU.js.map} +1 -1
  90. package/dist/{chunk-PYX4WZLJ.js → chunk-IT42ZT3T.js} +9 -9
  91. package/dist/{chunk-PYX4WZLJ.js.map → chunk-IT42ZT3T.js.map} +1 -1
  92. package/dist/{chunk-FRER2PEN.js → chunk-J7VSUGGH.js} +16 -3
  93. package/dist/chunk-J7VSUGGH.js.map +1 -0
  94. package/dist/{chunk-ZNCZ7RUO.js → chunk-JVFZ5R7L.js} +3 -3
  95. package/dist/{chunk-ZNCZ7RUO.js.map → chunk-JVFZ5R7L.js.map} +1 -1
  96. package/dist/chunk-LOO5CB5M.js +12 -0
  97. package/dist/chunk-LOO5CB5M.js.map +1 -0
  98. package/dist/{chunk-AL6BU3SP.js → chunk-OJ4N4T4H.js} +12 -4
  99. package/dist/chunk-OJ4N4T4H.js.map +1 -0
  100. package/dist/chunk-QEZPFJX3.js +254 -0
  101. package/dist/chunk-QEZPFJX3.js.map +1 -0
  102. package/dist/{chunk-C4AP3XZB.js → chunk-QG2ZXU5W.js} +4 -4
  103. package/dist/{chunk-C4AP3XZB.js.map → chunk-QG2ZXU5W.js.map} +1 -1
  104. package/dist/{chunk-KCI7DAKE.js → chunk-RJOGAEIY.js} +987 -238
  105. package/dist/chunk-RJOGAEIY.js.map +1 -0
  106. package/dist/{chunk-OZ7UNMTK.js → chunk-RPVTPVGX.js} +7 -5
  107. package/dist/chunk-RPVTPVGX.js.map +1 -0
  108. package/dist/{chunk-S4UA244H.js → chunk-S635WMXH.js} +4 -4
  109. package/dist/{chunk-S4UA244H.js.map → chunk-S635WMXH.js.map} +1 -1
  110. package/dist/{chunk-BQMRUH7J.js → chunk-SFCVAEJ5.js} +4 -4
  111. package/dist/{chunk-BQMRUH7J.js.map → chunk-SFCVAEJ5.js.map} +1 -1
  112. package/dist/{chunk-EXT2LNST.js → chunk-SH7GXS7V.js} +125 -37
  113. package/dist/chunk-SH7GXS7V.js.map +1 -0
  114. package/dist/chunk-T3YLZQS4.js +336 -0
  115. package/dist/chunk-T3YLZQS4.js.map +1 -0
  116. package/dist/{chunk-X7FJ3ES3.js → chunk-X3LUB275.js} +4 -4
  117. package/dist/{chunk-X7FJ3ES3.js.map → chunk-X3LUB275.js.map} +1 -1
  118. package/dist/chunk-XKSGEYZC.js +244 -0
  119. package/dist/chunk-XKSGEYZC.js.map +1 -0
  120. package/dist/{chunk-SUPIVTLX.js → chunk-XL45U3C5.js} +3 -3
  121. package/dist/{chunk-SUPIVTLX.js.map → chunk-XL45U3C5.js.map} +1 -1
  122. package/dist/{chunk-AXEOG4B5.js → chunk-YCMHWNZA.js} +3 -3
  123. package/dist/{chunk-AXEOG4B5.js.map → chunk-YCMHWNZA.js.map} +1 -1
  124. package/dist/cli/index.js +75 -53
  125. package/dist/cli/index.js.map +1 -1
  126. package/dist/cli/src/commands/serve.d.ts.map +1 -1
  127. package/dist/client/index.js +1 -1
  128. package/dist/client/src/client.d.ts +3 -2
  129. package/dist/client/src/client.d.ts.map +1 -1
  130. package/dist/connectors/config.js +4 -4
  131. package/dist/connectors/index.js +12 -11
  132. package/dist/connectors/src/connector-prompt.d.ts +11 -0
  133. package/dist/connectors/src/connector-prompt.d.ts.map +1 -1
  134. package/dist/core/index.js +3 -3
  135. package/dist/core/runtime-assets.js +2 -2
  136. package/dist/core/src/workspace-config.d.ts.map +1 -1
  137. package/dist/core/workspace-config.js +1 -1
  138. package/dist/deploy/index.js +3 -3
  139. package/dist/{ensure-sources-4GBXK6UR.js → ensure-sources-4BQ6GMYG.js} +9 -9
  140. package/dist/{ensure-sources-4GBXK6UR.js.map → ensure-sources-4BQ6GMYG.js.map} +1 -1
  141. package/dist/factory-assets/connectors/box.js +12 -11
  142. package/dist/factory-assets/connectors/deploy.js +12 -11
  143. package/dist/factory-assets/connectors/devserver.js +12 -11
  144. package/dist/factory-assets/connectors/flow/CONNECTOR.md +4 -5
  145. package/dist/factory-assets/connectors/flow/adapter.d.ts +8 -0
  146. package/dist/factory-assets/connectors/flow/adapter.d.ts.map +1 -1
  147. package/dist/factory-assets/connectors/flow/adapter.js +12 -11
  148. package/dist/factory-assets/connectors/flow/contract/index.d.ts +1 -1
  149. package/dist/factory-assets/connectors/flow/contract/index.d.ts.map +1 -1
  150. package/dist/factory-assets/connectors/flow/contract/schema.d.ts +50 -17
  151. package/dist/factory-assets/connectors/flow/contract/schema.d.ts.map +1 -1
  152. package/dist/factory-assets/connectors/flow/contract.js +3 -3
  153. package/dist/factory-assets/connectors/flow/engine/index.d.ts +1 -0
  154. package/dist/factory-assets/connectors/flow/engine/index.d.ts.map +1 -1
  155. package/dist/factory-assets/connectors/flow/engine.js +5 -5
  156. package/dist/factory-assets/connectors/flow/run-flow.js +13 -12
  157. package/dist/factory-assets/connectors/flow/subprompt-runner.d.ts +10 -1
  158. package/dist/factory-assets/connectors/flow/subprompt-runner.d.ts.map +1 -1
  159. package/dist/factory-assets/connectors/flow.js +12 -11
  160. package/dist/factory-assets/connectors/git.js +12 -11
  161. package/dist/factory-assets/connectors/gmail.js +12 -11
  162. package/dist/factory-assets/connectors/googledrive.js +12 -11
  163. package/dist/factory-assets/connectors/local.js +12 -11
  164. package/dist/factory-assets/connectors/mattermost.js +12 -11
  165. package/dist/factory-assets/connectors/memory.js +12 -11
  166. package/dist/factory-assets/connectors/minio.js +12 -11
  167. package/dist/factory-assets/connectors/postgres.js +12 -11
  168. package/dist/factory-assets/connectors/s3.js +12 -11
  169. package/dist/factory-assets/connectors/sharepoint.js +12 -11
  170. package/dist/factory-assets/connectors/sqlite.js +12 -11
  171. package/dist/factory-assets/connectors/static-server.js +12 -11
  172. package/dist/factory-assets/connectors/tunnel.js +12 -11
  173. package/dist/factory-assets/connectors/webdav.js +12 -11
  174. package/dist/factory-assets/connectors/xstate-store.js +12 -11
  175. package/dist/factory-assets/connectors/xstate.js +12 -11
  176. package/dist/{flows-2SUFOVVO.js → flows-COBS26MK.js} +6 -6
  177. package/dist/{flows-2SUFOVVO.js.map → flows-COBS26MK.js.map} +1 -1
  178. package/dist/{helpers-26LW4IXY.js → helpers-4UJMSN6T.js} +9 -9
  179. package/dist/{helpers-26LW4IXY.js.map → helpers-4UJMSN6T.js.map} +1 -1
  180. package/dist/library/index.js +4 -4
  181. package/dist/library/install.js +3 -3
  182. package/dist/{library-publish-IYGHOPEK.js → library-publish-QHQDN4IC.js} +14 -14
  183. package/dist/{library-publish-IYGHOPEK.js.map → library-publish-QHQDN4IC.js.map} +1 -1
  184. package/dist/{open-library-HH5LST7Z.js → open-library-ZDM6DUKJ.js} +12 -12
  185. package/dist/{open-library-HH5LST7Z.js.map → open-library-ZDM6DUKJ.js.map} +1 -1
  186. package/dist/{paths-4APA2PKT.js → paths-CZPCCBYX.js} +6 -6
  187. package/dist/{paths-4APA2PKT.js.map → paths-CZPCCBYX.js.map} +1 -1
  188. package/dist/{plugin-store-JQAIKR3R.js → plugin-store-ZEIBSNTO.js} +5 -5
  189. package/dist/{plugin-store-JQAIKR3R.js.map → plugin-store-ZEIBSNTO.js.map} +1 -1
  190. package/dist/{project-U5QRUCBN.js → project-JJUAAI7N.js} +10 -10
  191. package/dist/{project-U5QRUCBN.js.map → project-JJUAAI7N.js.map} +1 -1
  192. package/dist/resolver/index.js +3 -3
  193. package/dist/runner/index.js +25 -16
  194. package/dist/runner/src/capability-registry.d.ts +4 -0
  195. package/dist/runner/src/capability-registry.d.ts.map +1 -1
  196. package/dist/runner/src/codex-init.d.ts +2 -11
  197. package/dist/runner/src/codex-init.d.ts.map +1 -1
  198. package/dist/runner/src/codex-resource-tools.d.ts +16 -0
  199. package/dist/runner/src/codex-resource-tools.d.ts.map +1 -0
  200. package/dist/runner/src/codex-tools.d.ts +12 -0
  201. package/dist/runner/src/codex-tools.d.ts.map +1 -0
  202. package/dist/runner/src/define-capability.d.ts +2 -0
  203. package/dist/runner/src/define-capability.d.ts.map +1 -1
  204. package/dist/runner/src/external-mcp.d.ts +8 -3
  205. package/dist/runner/src/external-mcp.d.ts.map +1 -1
  206. package/dist/runner/src/index.d.ts +2 -0
  207. package/dist/runner/src/index.d.ts.map +1 -1
  208. package/dist/runner/src/managed-codex-bootstrap.d.ts +54 -0
  209. package/dist/runner/src/managed-codex-bootstrap.d.ts.map +1 -0
  210. package/dist/runner/src/resources.d.ts +1 -0
  211. package/dist/runner/src/resources.d.ts.map +1 -1
  212. package/dist/runner/src/serve.d.ts +5 -0
  213. package/dist/runner/src/serve.d.ts.map +1 -1
  214. package/dist/runner/src/session-builder.d.ts +18 -1
  215. package/dist/runner/src/session-builder.d.ts.map +1 -1
  216. package/dist/sdk/asset-manager.js +6 -6
  217. package/dist/sdk/bridge.js +7 -6
  218. package/dist/sdk/client.js +1 -1
  219. package/dist/sdk/core.js +3 -3
  220. package/dist/sdk/flow.js +5 -5
  221. package/dist/sdk/index.js +26 -17
  222. package/dist/sdk/index.js.map +1 -1
  223. package/dist/sdk/resolver.js +3 -3
  224. package/dist/sdk/runner.js +25 -16
  225. package/dist/sdk/session.js +2 -2
  226. package/dist/sdk/store.js +1 -1
  227. package/dist/sdk/types.js +1 -1
  228. package/dist/session/index.js +2 -2
  229. package/dist/{setup-XKTBHRWM.js → setup-PS6ZERZ5.js} +9 -8
  230. package/dist/setup-PS6ZERZ5.js.map +1 -0
  231. package/dist/{skills-Q7PJVB3W.js → skills-LG6IQSSN.js} +5 -5
  232. package/dist/{skills-Q7PJVB3W.js.map → skills-LG6IQSSN.js.map} +1 -1
  233. package/dist/{source-ODR4IU6R.js → source-QLDIZCI3.js} +13 -13
  234. package/dist/{source-ODR4IU6R.js.map → source-QLDIZCI3.js.map} +1 -1
  235. package/dist/{source-manifest-publish-WCJY3GAM.js → source-manifest-publish-J3AVCTLX.js} +15 -15
  236. package/dist/{source-manifest-publish-WCJY3GAM.js.map → source-manifest-publish-J3AVCTLX.js.map} +1 -1
  237. package/dist/store/index.js +1 -1
  238. package/dist/store/react.js +1 -1
  239. package/dist/store/react.js.map +1 -1
  240. package/dist/store/src/react.d.ts +1 -1
  241. package/dist/store/src/react.d.ts.map +1 -1
  242. package/dist/store/src/store.d.ts +2 -1
  243. package/dist/store/src/store.d.ts.map +1 -1
  244. package/dist/tui/index.js +25 -16
  245. package/dist/tui/index.js.map +1 -1
  246. package/dist/types/index.js +1 -1
  247. package/dist/types/src/events.d.ts +14 -1
  248. package/dist/types/src/events.d.ts.map +1 -1
  249. package/dist/types/src/index.d.ts +2 -2
  250. package/dist/types/src/index.d.ts.map +1 -1
  251. package/dist/types/src/protocol.d.ts +18 -0
  252. package/dist/types/src/protocol.d.ts.map +1 -1
  253. package/dist/types/src/runtime.d.ts +3 -1
  254. package/dist/types/src/runtime.d.ts.map +1 -1
  255. package/dist/types/src/version.d.ts +7 -1
  256. package/dist/types/src/version.d.ts.map +1 -1
  257. package/dist/workspace-plugin/adapters/mcp.js +9 -255
  258. package/dist/workspace-plugin/adapters/mcp.js.map +1 -1
  259. package/dist/workspace-plugin/adapters/omp.js +7 -7
  260. package/dist/workspace-plugin/index.js +1 -1
  261. package/package.json +3 -1
  262. package/dist/chunk-AL6BU3SP.js.map +0 -1
  263. package/dist/chunk-EXT2LNST.js.map +0 -1
  264. package/dist/chunk-FRER2PEN.js.map +0 -1
  265. package/dist/chunk-HY6CIKFH.js.map +0 -1
  266. package/dist/chunk-KCI7DAKE.js.map +0 -1
  267. package/dist/chunk-OZ7UNMTK.js.map +0 -1
  268. package/dist/chunk-PBRMY64S.js.map +0 -1
  269. package/dist/chunk-RRVQAE5D.js.map +0 -1
  270. package/dist/chunk-RTM4SFLA.js.map +0 -1
  271. package/dist/setup-XKTBHRWM.js.map +0 -1
package/dist/cli/index.js CHANGED
@@ -1,13 +1,20 @@
1
1
  #!/usr/bin/env node
2
- import { makeInstallCommand, makeCheckCommand, makeCleanCommand, reportInstalledSoftDeps } from '../chunk-CMGYUF5P.js';
3
- import { getStoreConfig, storeFetch, deviceLogin, loadStoreAuthConfig, logout, hasStoredAuth, isStoreAuthenticated, getStoreToken, getStoreIdentity } from '../chunk-SUPIVTLX.js';
4
- import { makeSourceCommand, syncProjectSources } from '../chunk-PYX4WZLJ.js';
5
- import { openCatalogSource, openLibraryManager, createFullRegistry, openLibrary } from '../chunk-QFYEDM63.js';
6
- import { logErr, S, logOk, logInfo, kindColorPad, kindColor, colorRef, formatSoftDepSection, bareSoftDepName, logWarn, formatSoftDepHint, formatRelativeTime, formatSoftDepRemovePreview, formatSoftDepAddPreview, fitWidth } from '../chunk-EO7IJY3Q.js';
7
- import { AI_RESOURCES } from '../chunk-ZNCZ7RUO.js';
2
+ import { makeInstallCommand, makeCheckCommand, makeCleanCommand, reportInstalledSoftDeps } from '../chunk-BJI7IGZF.js';
3
+ import { getStoreConfig, storeFetch, deviceLogin, loadStoreAuthConfig, logout, hasStoredAuth, isStoreAuthenticated, getStoreToken, getStoreIdentity } from '../chunk-XL45U3C5.js';
4
+ import { makeSourceCommand, syncProjectSources } from '../chunk-IT42ZT3T.js';
5
+ import { openCatalogSource, openLibraryManager, createFullRegistry, openLibrary } from '../chunk-GRA4BWCV.js';
6
+ import { logErr, S, logOk, logInfo, kindColorPad, kindColor, colorRef, formatSoftDepSection, bareSoftDepName, logWarn, formatSoftDepHint, formatRelativeTime, formatSoftDepRemovePreview, formatSoftDepAddPreview, fitWidth } from '../chunk-AI2PZX4H.js';
7
+ import { AI_RESOURCES } from '../chunk-JVFZ5R7L.js';
8
8
  import { LocalSecretsProvider } from '../chunk-6BEGKO2Q.js';
9
- import { runAgentChat, loadSessionById, loadSession, listSessions, setCurrentSession, deleteSession, clearSession, loadAgentManifest, compileComposition, MarkdownStreamer, resolveMixin } from '../chunk-KCI7DAKE.js';
10
- import { buildClaudePluginFiles } from '../chunk-2XGFQKNJ.js';
9
+ import { runAgentChat, loadSessionById, loadSession, listSessions, setCurrentSession, deleteSession, clearSession, loadAgentManifest, compileComposition, MarkdownStreamer, resolveMixin } from '../chunk-RJOGAEIY.js';
10
+ import '../chunk-QEZPFJX3.js';
11
+ import '../chunk-E7HKNQTH.js';
12
+ import '../chunk-FUCYTGAE.js';
13
+ import '../chunk-4JDCKPTM.js';
14
+ import '../chunk-R6O6YWU7.js';
15
+ import '../chunk-FAI2SMFE.js';
16
+ import '../chunk-7IRJ4K4F.js';
17
+ import { buildClaudePluginFiles } from '../chunk-2IROGAS7.js';
11
18
  import '../chunk-X5YPJV4N.js';
12
19
  import '../chunk-W3UDISS2.js';
13
20
  import '../chunk-O7SG5PC2.js';
@@ -15,41 +22,43 @@ import '../chunk-7QBNJTTQ.js';
15
22
  import '../chunk-GTS2FODO.js';
16
23
  import '../chunk-WQ7DE5UC.js';
17
24
  import '../chunk-32NA4TVC.js';
18
- import { runFlow, resumeFlow } from '../chunk-HEKLK4NG.js';
25
+ import '../chunk-T3YLZQS4.js';
26
+ import { runFlow, resumeFlow } from '../chunk-FYVDBIZV.js';
19
27
  import '../chunk-4R6DROGN.js';
20
28
  import { validateFlowVersions, parseSkillFrontmatter } from '../chunk-3XXQPHGL.js';
21
29
  import '../chunk-7BUZQVRR.js';
22
- import '../chunk-NC5YXVZF.js';
23
- import '../chunk-EXT2LNST.js';
24
- import '../chunk-5KSIVLOX.js';
25
- import '../chunk-PBRMY64S.js';
30
+ import '../chunk-2FDKUKDE.js';
31
+ import '../chunk-SH7GXS7V.js';
32
+ import '../chunk-5T7Y3AZU.js';
33
+ import '../chunk-CQY7XKRV.js';
26
34
  import '../chunk-3NCGSSCU.js';
27
- import '../chunk-RRVQAE5D.js';
35
+ import '../chunk-LOO5CB5M.js';
36
+ import '../chunk-7ZO3MUP3.js';
28
37
  import '../chunk-GURXUF2J.js';
29
38
  import '../chunk-GAH4YRCI.js';
30
- import '../chunk-FRER2PEN.js';
39
+ import '../chunk-J7VSUGGH.js';
31
40
  import '../chunk-6E6PKKAD.js';
32
41
  import '../chunk-IFGTRL2I.js';
33
- import { projectAiAssetsRoots, loadFlow, loadAllFlowEntries, findFlowFileInRoots } from '../chunk-BQMRUH7J.js';
34
- import '../chunk-AXEOG4B5.js';
35
- import '../chunk-HY6CIKFH.js';
42
+ import { projectAiAssetsRoots, loadFlow, loadAllFlowEntries, findFlowFileInRoots } from '../chunk-SFCVAEJ5.js';
43
+ import '../chunk-YCMHWNZA.js';
44
+ import '../chunk-CP62G5PK.js';
36
45
  import '../chunk-2D5BYAL6.js';
37
46
  import { nodeLabel, nodeSkillAsset, nodeIsInert, nodeIsOptional, nodeRunKind, flowSkillVersionPins } from '../chunk-ELPR5XBG.js';
38
- import '../chunk-BCOGOM6F.js';
39
- import { AssetManager, NON_DEPLOYABLE_KINDS, MissingManifestError, parseRefTolerant, normalizeRepoUrl, FACTORY_SOURCE_URL } from '../chunk-SWUVULBU.js';
40
- import { getStoreManifestsDir, getDefaultValue, isSecretPlaceholder } from '../chunk-C4AP3XZB.js';
47
+ import '../chunk-23L3P7IB.js';
48
+ import { AssetManager, NON_DEPLOYABLE_KINDS, MissingManifestError, parseRefTolerant, normalizeRepoUrl, FACTORY_SOURCE_URL } from '../chunk-67KB2A77.js';
49
+ import { getStoreManifestsDir, getDefaultValue, isSecretPlaceholder } from '../chunk-QG2ZXU5W.js';
41
50
  import '../chunk-DZ4UZOFB.js';
42
51
  import '../chunk-UKJMQZV6.js';
43
52
  import '../chunk-R7FOF242.js';
44
53
  import '../chunk-JXT46QFC.js';
45
- import '../chunk-S4UA244H.js';
54
+ import '../chunk-S635WMXH.js';
46
55
  import '../chunk-CGYEHQOX.js';
47
- import { resolveSettings, globalSettingsPath, projectSettingsPath, loadSettings, saveSettings, portableSpawn, portableSpawnSync, WorkspaceYamlEditor, resolveLibraryDir, checkAgentSkillConformance, aiResourceRoots, readLock } from '../chunk-CIPK5JMJ.js';
56
+ import { resolveSettings, globalSettingsPath, projectSettingsPath, loadSettings, saveSettings, portableSpawn, portableSpawnSync, WorkspaceYamlEditor, resolveLibraryDir, checkAgentSkillConformance, aiResourceRoots, readLock } from '../chunk-H662SXKS.js';
48
57
  import '../chunk-F3HNW354.js';
49
58
  import { DRIVER_DEFAULTS } from '../chunk-K5GBV4SA.js';
50
59
  import { detectDomains, assetSearchDirs } from '../chunk-QVZA2MDT.js';
51
- import { factoryAssetRoots } from '../chunk-OIDFK7SG.js';
52
- import { globalCacheRoot, sourceCacheKey, getGlobalCacheDir, resolveAgentDir, matchPin, coerceVersion, loadSkWorkspaceConfig, resolveSkWorkspaceConfig, storeManifestSlug } from '../chunk-OZ7UNMTK.js';
60
+ import { factoryAssetRoots } from '../chunk-DCG4UWJM.js';
61
+ import { globalCacheRoot, sourceCacheKey, getGlobalCacheDir, resolveAgentDir, matchPin, coerceVersion, loadSkWorkspaceConfig, resolveSkWorkspaceConfig, storeManifestSlug } from '../chunk-RPVTPVGX.js';
53
62
  import { SUPPORTED_DRIVER_TARGETS } from '../chunk-MENCWIHW.js';
54
63
  import { SKAILE_MANIFEST_FILENAME, decodeSkaileManifest, loadSkPublishManifest, saveSkPublishManifest } from '../chunk-P4VHQA4N.js';
55
64
  import { parseFrontmatter, scanDirectory } from '../chunk-MKZOK4JU.js';
@@ -111,7 +120,7 @@ async function runSearch(kind, query, opts) {
111
120
  }
112
121
  }
113
122
  async function searchIndex(query, kind) {
114
- const { openLibrary: openLibrary2 } = await import('../open-library-HH5LST7Z.js');
123
+ const { openLibrary: openLibrary2 } = await import('../open-library-ZDM6DUKJ.js');
115
124
  const library = await openLibrary2();
116
125
  try {
117
126
  const defs = await library.listAssetDefs(kind ? { kind } : {});
@@ -164,7 +173,7 @@ async function searchLocal(query, kind, opts, showStore, airGapped) {
164
173
  const factory = await searchFactory(projectDir, query, kind);
165
174
  let entries = unionEntries(await searchIndex(query, kind), factory);
166
175
  if (entries.length === 0 && !query && !kind && !airGapped) {
167
- const { autoSyncForSearch } = await import('../source-ODR4IU6R.js');
176
+ const { autoSyncForSearch } = await import('../source-QLDIZCI3.js');
168
177
  if (await autoSyncForSearch(projectDir)) {
169
178
  entries = unionEntries(await searchIndex(query, kind), factory);
170
179
  }
@@ -218,7 +227,7 @@ async function searchStore(query, kind, opts, airGapped) {
218
227
  logInfo("air-gapped (cache_ttl: 0) \u2014 local sources only");
219
228
  return;
220
229
  }
221
- const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-HH5LST7Z.js');
230
+ const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-ZDM6DUKJ.js');
222
231
  try {
223
232
  const remote = await openCatalogSource2({ projectDir: path35__default.resolve(opts.projectDir) });
224
233
  const assets = await remote.listAssets(kind ? { kind } : {});
@@ -533,7 +542,7 @@ async function resolveInfoEntry(am2, ref, opts) {
533
542
  return { entry: match ?? deployed };
534
543
  }
535
544
  const lookup = opts.storeLookup ?? (async (filter) => {
536
- const { resolveCatalogSource } = await import('../open-library-HH5LST7Z.js');
545
+ const { resolveCatalogSource } = await import('../open-library-ZDM6DUKJ.js');
537
546
  const { source, close } = await resolveCatalogSource({ projectDir: opts.projectDir });
538
547
  try {
539
548
  return await source.listAssets(filter);
@@ -549,7 +558,7 @@ async function resolveInfoEntry(am2, ref, opts) {
549
558
  );
550
559
  return { entry: hit ? catalogAssetToEntry(hit) : null };
551
560
  } catch (err) {
552
- const { LocalCatalogDisabledError } = await import('../open-library-HH5LST7Z.js');
561
+ const { LocalCatalogDisabledError } = await import('../open-library-ZDM6DUKJ.js');
553
562
  const storeNote = err instanceof Error ? err.message : String(err);
554
563
  const disabled = err instanceof LocalCatalogDisabledError || /catalog\.url/i.test(storeNote);
555
564
  return { entry: null, storeNote, ...disabled ? { storeDisabled: true } : {} };
@@ -1169,7 +1178,7 @@ function makeCatalogCommand() {
1169
1178
  return catalog;
1170
1179
  }
1171
1180
  async function runLocalCatalogTest(projectDir) {
1172
- const { resolveCatalogSource } = await import('../open-library-HH5LST7Z.js');
1181
+ const { resolveCatalogSource } = await import('../open-library-ZDM6DUKJ.js');
1173
1182
  let resolved;
1174
1183
  try {
1175
1184
  resolved = await resolveCatalogSource({ projectDir });
@@ -2153,7 +2162,7 @@ async function ensureTargetsRegistered(projectDir) {
2153
2162
  const { resolveSkWorkspaceConfig: resolveSkWorkspaceConfig2 } = await import('../core/index.js');
2154
2163
  const config = resolveSkWorkspaceConfig2(projectDir);
2155
2164
  if (config.plugins && config.plugins.length > 0) {
2156
- const { ensurePluginsLoaded } = await import('../plugin-store-JQAIKR3R.js');
2165
+ const { ensurePluginsLoaded } = await import('../plugin-store-ZEIBSNTO.js');
2157
2166
  const result = await ensurePluginsLoaded(projectDir, config.plugins, pluginRegistry);
2158
2167
  for (const f of result.failed) logWarn(f.error);
2159
2168
  }
@@ -3408,16 +3417,16 @@ function makeLibraryCommand() {
3408
3417
  });
3409
3418
  cmd.command("publish <lib>").description("Push + register the library's manifest atomically (needs git backend)").option("--asset <ref>", "Publish only the single asset matching this ref/name").option("--create-repo", "Provision + link a public github repo if the library has no remote").option("--ref <gitref>", "Git ref to ingest (default: the library branch or main)").option("--dry-run", "Print the plan; push nothing and call no store endpoint").action(
3410
3419
  async (lib, opts) => {
3411
- const { runLibraryPublish } = await import('../library-publish-IYGHOPEK.js');
3420
+ const { runLibraryPublish } = await import('../library-publish-QHQDN4IC.js');
3412
3421
  await withStoreErrorHandling(() => runLibraryPublish(lib, opts));
3413
3422
  }
3414
3423
  );
3415
3424
  cmd.command("register <lib>").description("Register the library's manifest without pushing (bytes already on github)").option("--asset <ref>", "Publish only the single asset matching this ref/name").option("--ref <gitref>", "Git ref to ingest (default: the library branch or main)").option("--dry-run", "Print the plan; call no store endpoint").action(async (lib, opts) => {
3416
- const { runLibraryRegister } = await import('../library-publish-IYGHOPEK.js');
3425
+ const { runLibraryRegister } = await import('../library-publish-QHQDN4IC.js');
3417
3426
  await withStoreErrorHandling(() => runLibraryRegister(lib, opts));
3418
3427
  });
3419
3428
  cmd.command("yank <lib>").description("Retract the library's published assets from the store").option("--asset <ref>", "Yank only the single asset matching this ref/name").action(async (lib, opts) => {
3420
- const { runLibraryYank } = await import('../library-publish-IYGHOPEK.js');
3429
+ const { runLibraryYank } = await import('../library-publish-QHQDN4IC.js');
3421
3430
  await withStoreErrorHandling(() => runLibraryYank(lib, opts));
3422
3431
  });
3423
3432
  return cmd;
@@ -4139,7 +4148,7 @@ function scheduleSoftDepPreview() {
4139
4148
  }
4140
4149
  async function loadAssets() {
4141
4150
  softDepPreviewCache.clear();
4142
- const { gatherAssetFeeds } = await import('../asset-feeds-FQT6GH24.js');
4151
+ const { gatherAssetFeeds } = await import('../asset-feeds-LT4GI576.js');
4143
4152
  const { entries, domains, notes } = await gatherAssetFeeds(am, am.projectDir);
4144
4153
  if (notes.length > 0) {
4145
4154
  state.message = notes.map((n) => `[${n.feed}] ${n.message}`).join(" \u2022 ");
@@ -4345,7 +4354,7 @@ function reconcileCollapsedSets(rows) {
4345
4354
  async function loadSourcesAndLibraries() {
4346
4355
  try {
4347
4356
  const [{ openLibraryManager: openLibraryManager2 }, { skaileHomeDir }, { getGlobalCacheDir: getGlobalCacheDir2 }] = await Promise.all([
4348
- import('../open-library-HH5LST7Z.js'),
4357
+ import('../open-library-ZDM6DUKJ.js'),
4349
4358
  import('../library/index.js'),
4350
4359
  import('../core/index.js')
4351
4360
  ]);
@@ -5634,7 +5643,7 @@ function action2(fn) {
5634
5643
  };
5635
5644
  }
5636
5645
  async function reconcileAndReport(projectDir, plugins) {
5637
- const { reconcilePlugins } = await import('../plugin-store-JQAIKR3R.js');
5646
+ const { reconcilePlugins } = await import('../plugin-store-ZEIBSNTO.js');
5638
5647
  if (plugins.length === 0) {
5639
5648
  logInfo("No plugins declared \u2014 nothing to reconcile.");
5640
5649
  return;
@@ -5650,7 +5659,7 @@ async function reconcileAndReport(projectDir, plugins) {
5650
5659
  async function runInstall2(spec, opts) {
5651
5660
  const projectDir = path35__default.resolve(opts.projectDir);
5652
5661
  const { WorkspaceYamlEditor: WorkspaceYamlEditor2 } = await import('../core/index.js');
5653
- const { specName } = await import('../plugin-store-JQAIKR3R.js');
5662
+ const { specName } = await import('../plugin-store-ZEIBSNTO.js');
5654
5663
  const yamlPath = path35__default.join(projectDir, "skaile.yaml");
5655
5664
  const editor = WorkspaceYamlEditor2.load(yamlPath);
5656
5665
  const replaced = editor.addPlugin(spec, specName);
@@ -5662,7 +5671,7 @@ async function runInstall2(spec, opts) {
5662
5671
  async function runRemove(name, opts) {
5663
5672
  const projectDir = path35__default.resolve(opts.projectDir);
5664
5673
  const { WorkspaceYamlEditor: WorkspaceYamlEditor2 } = await import('../core/index.js');
5665
- const { specName } = await import('../plugin-store-JQAIKR3R.js');
5674
+ const { specName } = await import('../plugin-store-ZEIBSNTO.js');
5666
5675
  const yamlPath = path35__default.join(projectDir, "skaile.yaml");
5667
5676
  const editor = WorkspaceYamlEditor2.load(yamlPath);
5668
5677
  const removed = editor.removePlugin(name, specName);
@@ -5690,7 +5699,7 @@ async function runList(opts) {
5690
5699
  const registry = createPluginRegistry();
5691
5700
  if (declared.length > 0) {
5692
5701
  try {
5693
- const { loadPlugins } = await import('../plugin-store-JQAIKR3R.js');
5702
+ const { loadPlugins } = await import('../plugin-store-ZEIBSNTO.js');
5694
5703
  const result = await loadPlugins(projectDir, declared, registry);
5695
5704
  for (const f of result.failed) logWarn(f.error);
5696
5705
  } catch (err) {
@@ -6755,19 +6764,32 @@ function makeReplCommand() {
6755
6764
  });
6756
6765
  }
6757
6766
  function makeServeCommand() {
6758
- return new Command("serve").description("Start a WebSocket agent server (for platform integration)").option("--port <port>", "WebSocket server port", "8080").option("--project-dir <path>", "Project directory", process.cwd()).option("--driver <name>", "Override driver").option("--model <name>", "Override model").option("--provider <name>", "Override provider").option("--session-id <id>", "Session ID for conversation continuity").option("--resume-session-id <id>", "OMP session ID to resume (restores native OMP context)").option("--compile-test", "Build a compiled binary and run it (simulates Docker environment)").option(
6767
+ return new Command("serve").description("Start a WebSocket agent server (for platform integration)").option("--port <port>", "WebSocket server port", "8080").option("--project-dir <path>", "Project directory", process.cwd()).option(
6768
+ "--managed-codex-config <path>",
6769
+ "Explicit private host configuration for managed Codex"
6770
+ ).option("--driver <name>", "Override driver").option("--model <name>", "Override model").option("--provider <name>", "Override provider").option("--session-id <id>", "Session ID for conversation continuity").option("--resume-session-id <id>", "OMP session ID to resume (restores native OMP context)").option("--compile-test", "Build a compiled binary and run it (simulates Docker environment)").option(
6759
6771
  "--with-codex",
6760
6772
  "Include the Codex backend in the compiled binary (used with --compile-test)"
6761
6773
  ).action(
6762
6774
  async (opts) => {
6775
+ if (opts.compileTest && opts.managedCodexConfig)
6776
+ throw new Error("Managed Codex configuration is unsupported with --compile-test");
6763
6777
  if (opts.compileTest) {
6764
6778
  await runCompileTest({ ...opts, withCodex: opts.withCodex ?? false });
6765
6779
  return;
6766
6780
  }
6767
- await ensurePluginsLoadedForServe(opts.projectDir);
6768
- const { startAgentServer } = await import('../runner/index.js');
6781
+ const { startAgentServer, loadManagedCodexHostConfig } = await import('../runner/index.js');
6782
+ const managedCodex = opts.managedCodexConfig ? loadManagedCodexHostConfig(opts.managedCodexConfig, opts.projectDir) : void 0;
6783
+ if (managedCodex) {
6784
+ const { resolveSkWorkspaceConfig: resolveSkWorkspaceConfig2 } = await import('../core/index.js');
6785
+ if (resolveSkWorkspaceConfig2(opts.projectDir).plugins?.length)
6786
+ throw new Error("CODEX_MANAGED_PROJECT_PLUGINS_UNSUPPORTED");
6787
+ } else {
6788
+ await ensurePluginsLoadedForServe(opts.projectDir);
6789
+ }
6769
6790
  await startAgentServer({
6770
6791
  port: parseInt(opts.port, 10),
6792
+ ...managedCodex ? { managedCodex } : {},
6771
6793
  // The CLI owns its process, so a dead stdout pipe is fatal here.
6772
6794
  // `SKAILE_SERVE_EXIT_ON_BROKEN_STDOUT=0` opts out — the `local` /
6773
6795
  // `nix` deploy targets set it for children meant to outlive them.
@@ -6783,12 +6805,12 @@ function makeServeCommand() {
6783
6805
  );
6784
6806
  }
6785
6807
  async function ensurePluginsLoadedForServe(projectDir) {
6786
- const { logInfo: logInfo2, logWarn: logWarn2 } = await import('../helpers-26LW4IXY.js');
6808
+ const { logInfo: logInfo2, logWarn: logWarn2 } = await import('../helpers-4UJMSN6T.js');
6787
6809
  try {
6788
6810
  const { resolveSkWorkspaceConfig: resolveSkWorkspaceConfig2 } = await import('../core/index.js');
6789
6811
  const config = resolveSkWorkspaceConfig2(projectDir);
6790
6812
  if (!config.plugins || config.plugins.length === 0) return;
6791
- const { ensurePluginsLoaded } = await import('../plugin-store-JQAIKR3R.js');
6813
+ const { ensurePluginsLoaded } = await import('../plugin-store-ZEIBSNTO.js');
6792
6814
  const { pluginRegistry } = await import('../plugin-registry/index.js');
6793
6815
  const result = await ensurePluginsLoaded(projectDir, config.plugins, pluginRegistry);
6794
6816
  if (result.loaded.length > 0) {
@@ -6802,14 +6824,14 @@ async function ensurePluginsLoadedForServe(projectDir) {
6802
6824
  }
6803
6825
  }
6804
6826
  async function runCompileTest(opts) {
6805
- const { logOk: logOk2, logErr: logErr2, logInfo: logInfo2, S: S2 } = await import('../helpers-26LW4IXY.js');
6827
+ const { logOk: logOk2, logErr: logErr2, logInfo: logInfo2, S: S2 } = await import('../helpers-4UJMSN6T.js');
6806
6828
  const { tmpdir } = await import('os');
6807
6829
  const { dirname: dirname4, join: join7, resolve: resolve5 } = await import('path');
6808
6830
  const { fileURLToPath: fileURLToPath2 } = await import('url');
6809
6831
  const { unlinkSync, existsSync: existsSync15 } = await import('fs');
6810
6832
  const { spawn } = await import('child_process');
6811
6833
  const { portableSpawnSync: portableSpawnSync2 } = await import('../core/index.js');
6812
- const { MONOREPO_ROOT } = await import('../paths-4APA2PKT.js');
6834
+ const { MONOREPO_ROOT } = await import('../paths-CZPCCBYX.js');
6813
6835
  if (MONOREPO_ROOT === null) {
6814
6836
  logErr2("--compile-test is only available inside the skaile-dev workspace.");
6815
6837
  logInfo2("Run it from a checkout of skaile-ai/skaile-dev (the monorepo shell).");
@@ -7684,7 +7706,7 @@ function makeStoreCommand() {
7684
7706
  process.exit(2);
7685
7707
  });
7686
7708
  store.command("search <query>").description("Search the AI Asset Store catalog by name, description, or publisher").option("--kind <kind>", "Filter by asset kind (skill, agent, prompt, flow, \u2026)").option("-C, --project-dir <dir>", "Project directory (catalog config overlay)", process.cwd()).action(async (query, opts) => {
7687
- const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-HH5LST7Z.js');
7709
+ const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-ZDM6DUKJ.js');
7688
7710
  try {
7689
7711
  const remote = await openCatalogSource2({ projectDir: path35__default.resolve(opts.projectDir) });
7690
7712
  const assets = await remote.listAssets(opts.kind ? { kind: opts.kind } : {});
@@ -7717,8 +7739,8 @@ function makeStoreCommand() {
7717
7739
  }
7718
7740
  });
7719
7741
  store.command("show <ref>").description("Show a store asset's details + provenance (source, files, integrity)").option("-C, --project-dir <dir>", "Project directory (catalog config overlay)", process.cwd()).action(async (ref, opts) => {
7720
- const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-HH5LST7Z.js');
7721
- const { supportsInstallManifest } = await import('../project-U5QRUCBN.js');
7742
+ const { openCatalogSource: openCatalogSource2, LocalCatalogDisabledError } = await import('../open-library-ZDM6DUKJ.js');
7743
+ const { supportsInstallManifest } = await import('../project-JJUAAI7N.js');
7722
7744
  try {
7723
7745
  const remote = await openCatalogSource2({ projectDir: path35__default.resolve(opts.projectDir) });
7724
7746
  const asset = await remote.resolve(ref);
@@ -8804,7 +8826,7 @@ async function bootstrapUserConfig() {
8804
8826
  }
8805
8827
  async function hydrateInitSources(resolved, created) {
8806
8828
  try {
8807
- const { ensureSourcesCloned } = await import('../ensure-sources-4GBXK6UR.js');
8829
+ const { ensureSourcesCloned } = await import('../ensure-sources-4BQ6GMYG.js');
8808
8830
  const hydrate = ensureSourcesCloned(resolved, { quiet: true });
8809
8831
  for (const n of hydrate.cloned) created.push(`~/.skaile/cache/sources/${n}/`);
8810
8832
  if (hydrate.failed.length > 0) {
@@ -8844,7 +8866,7 @@ function printInitSummary(resolved, projectDir, created) {
8844
8866
  console.log();
8845
8867
  }
8846
8868
  program.command("setup").description("Interactive provider setup wizard").action(async () => {
8847
- const { cmdSetup } = await import('../setup-XKTBHRWM.js');
8869
+ const { cmdSetup } = await import('../setup-PS6ZERZ5.js');
8848
8870
  await cmdSetup([], { projectDir: process.cwd() });
8849
8871
  });
8850
8872
  program.addCommand(makeInstallCommand());