@shepai/cli 1.69.0 → 1.70.1

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 (136) hide show
  1. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -1
  2. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
  3. package/dist/packages/core/src/infrastructure/services/deployment/deployment-logger.d.ts +7 -0
  4. package/dist/packages/core/src/infrastructure/services/deployment/deployment-logger.d.ts.map +1 -0
  5. package/dist/packages/core/src/infrastructure/services/deployment/deployment-logger.js +17 -0
  6. package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts.map +1 -1
  7. package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.js +60 -7
  8. package/dist/packages/core/src/infrastructure/services/deployment/detect-dev-script.d.ts.map +1 -1
  9. package/dist/packages/core/src/infrastructure/services/deployment/detect-dev-script.js +13 -6
  10. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts +2 -1
  11. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +17 -2
  13. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +1 -1
  14. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
  15. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/CLAUDE.md +45 -18
  16. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/alacritty.json +18 -0
  17. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/iterm2.json +17 -0
  18. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/kitty.json +18 -0
  19. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/tmux.json +27 -0
  20. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/warp.json +17 -0
  21. package/dist/src/presentation/web/app/actions/deploy-feature.d.ts.map +1 -1
  22. package/dist/src/presentation/web/app/actions/deploy-feature.js +11 -0
  23. package/dist/src/presentation/web/app/actions/deploy-repository.d.ts.map +1 -1
  24. package/dist/src/presentation/web/app/actions/deploy-repository.js +8 -0
  25. package/dist/src/presentation/web/components/features/tools/tool-card.d.ts.map +1 -1
  26. package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -0
  27. package/dist/src/presentation/web/components/features/tools/tools-page-client.d.ts.map +1 -1
  28. package/dist/src/presentation/web/components/features/tools/tools-page-client.js +2 -1
  29. package/dist/src/presentation/web/hooks/use-deploy-action.d.ts.map +1 -1
  30. package/dist/src/presentation/web/hooks/use-deploy-action.js +36 -5
  31. package/dist/tsconfig.build.tsbuildinfo +1 -1
  32. package/package.json +1 -1
  33. package/web/.next/BUILD_ID +1 -1
  34. package/web/.next/build-manifest.json +2 -2
  35. package/web/.next/cache/.previewinfo +1 -1
  36. package/web/.next/cache/.rscinfo +1 -1
  37. package/web/.next/cache/.tsbuildinfo +1 -1
  38. package/web/.next/cache/config.json +3 -3
  39. package/web/.next/fallback-build-manifest.json +2 -2
  40. package/web/.next/prerender-manifest.json +3 -3
  41. package/web/.next/required-server-files.js +1 -1
  42. package/web/.next/required-server-files.json +1 -1
  43. package/web/.next/server/app/_global-error.html +2 -2
  44. package/web/.next/server/app/_global-error.rsc +1 -1
  45. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  46. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  47. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  48. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  49. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  50. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  51. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  52. package/web/.next/server/app/page/server-reference-manifest.json +18 -18
  53. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  54. package/web/.next/server/app/skills/page/server-reference-manifest.json +5 -5
  55. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  56. package/web/.next/server/app/tools/page/server-reference-manifest.json +1 -1
  57. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  58. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  59. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  60. package/web/.next/server/chunks/[root-of-the-server]__09413611._.js.map +1 -1
  61. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +1 -1
  62. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js.map +1 -1
  63. package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  64. package/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js +1 -1
  65. package/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js.map +1 -1
  66. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  67. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js.map +1 -1
  68. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  69. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js.map +1 -1
  70. package/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js +2 -2
  71. package/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js.map +1 -1
  72. package/web/.next/server/chunks/ssr/[root-of-the-server]__e41b5eec._.js +2 -2
  73. package/web/.next/server/chunks/ssr/[root-of-the-server]__e41b5eec._.js.map +1 -1
  74. package/web/.next/server/chunks/ssr/_49bf495c._.js +1 -1
  75. package/web/.next/server/chunks/ssr/_49bf495c._.js.map +1 -1
  76. package/web/.next/server/chunks/ssr/_68b5e0de._.js +1 -1
  77. package/web/.next/server/chunks/ssr/_68b5e0de._.js.map +1 -1
  78. package/web/.next/server/chunks/ssr/_690ea95f._.js +1 -1
  79. package/web/.next/server/chunks/ssr/_690ea95f._.js.map +1 -1
  80. package/web/.next/server/chunks/ssr/_725584e5._.js +1 -1
  81. package/web/.next/server/chunks/ssr/_725584e5._.js.map +1 -1
  82. package/web/.next/server/pages/500.html +2 -2
  83. package/web/.next/server/server-reference-manifest.js +1 -1
  84. package/web/.next/server/server-reference-manifest.json +19 -19
  85. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  86. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  87. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  88. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  89. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  90. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  91. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  92. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  93. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  94. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  95. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  96. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  97. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  98. package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +18 -18
  99. package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
  100. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +5 -5
  101. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  102. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +1 -1
  103. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  104. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  105. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  106. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +1 -1
  107. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  108. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__551fb7e1._.js +1 -1
  109. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  110. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  111. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__9add7c3a._.js +2 -2
  112. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e41b5eec._.js +2 -2
  113. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_49bf495c._.js +1 -1
  114. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_68b5e0de._.js +1 -1
  115. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_690ea95f._.js +1 -1
  116. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_725584e5._.js +1 -1
  117. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  118. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  119. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +19 -19
  120. package/web/.next/standalone/src/presentation/web/app/actions/deploy-feature.ts +16 -0
  121. package/web/.next/standalone/src/presentation/web/app/actions/deploy-repository.ts +10 -0
  122. package/web/.next/standalone/src/presentation/web/components/features/tools/tool-card.tsx +1 -0
  123. package/web/.next/standalone/src/presentation/web/components/features/tools/tools-page-client.tsx +5 -1
  124. package/web/.next/standalone/src/presentation/web/hooks/use-deploy-action.ts +45 -5
  125. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  126. package/web/.next/static/chunks/16e380b8dd9d11bc.js +1 -0
  127. package/web/.next/static/chunks/{5bc5d426870feb7e.js → 1ed0df845a1625f6.js} +1 -1
  128. package/web/.next/static/chunks/{2da52289a4a8f9e2.js → 24e1d97cab8bad6d.js} +1 -1
  129. package/web/.next/static/chunks/{491ae2bbae40857c.js → 505c6a9e4c5d0808.js} +1 -1
  130. package/web/.next/static/chunks/{5ef9d8b7401f2f1f.js → 9db5c06001f3e664.js} +2 -2
  131. package/web/.next/trace +1 -1
  132. package/web/.next/trace-build +1 -1
  133. package/web/.next/static/chunks/faf8ad4c823884d7.js +0 -1
  134. /package/web/.next/static/{7ktIn83yR3rYLLF00uLSx → 8xZoRkWykApYNlvamCGUe}/_buildManifest.js +0 -0
  135. /package/web/.next/static/{7ktIn83yR3rYLLF00uLSx → 8xZoRkWykApYNlvamCGUe}/_clientMiddlewareManifest.json +0 -0
  136. /package/web/.next/static/{7ktIn83yR3rYLLF00uLSx → 8xZoRkWykApYNlvamCGUe}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.