@shepai/cli 1.36.0 → 1.37.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 (137) hide show
  1. package/dist/packages/core/src/application/ports/output/services/ide-launcher-service.interface.d.ts +64 -0
  2. package/dist/packages/core/src/application/ports/output/services/ide-launcher-service.interface.d.ts.map +1 -0
  3. package/dist/packages/core/src/application/ports/output/services/ide-launcher-service.interface.js +7 -0
  4. package/dist/packages/core/src/application/ports/output/services/index.d.ts +1 -0
  5. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
  6. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.d.ts +20 -0
  7. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.d.ts.map +1 -0
  8. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.js +54 -0
  9. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
  10. package/dist/packages/core/src/infrastructure/di/container.js +7 -0
  11. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +1 -3
  13. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -1
  14. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.js +2 -1
  15. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge.node.d.ts.map +1 -1
  16. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge.node.js +4 -1
  17. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
  18. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +2 -1
  19. package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.d.ts +23 -0
  20. package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.d.ts.map +1 -0
  21. package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.js +114 -0
  22. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +20 -4
  23. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
  24. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +9 -1
  25. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/antigravity.json +5 -2
  26. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +8 -2
  27. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +8 -2
  28. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +2 -2
  29. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +2 -2
  30. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +2 -2
  31. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +2 -2
  32. package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
  33. package/dist/src/presentation/cli/commands/feat/show.command.js +21 -2
  34. package/dist/src/presentation/cli/commands/ide-open.command.d.ts +3 -1
  35. package/dist/src/presentation/cli/commands/ide-open.command.d.ts.map +1 -1
  36. package/dist/src/presentation/cli/commands/ide-open.command.js +27 -28
  37. package/dist/src/presentation/cli/commands/install.command.js +3 -3
  38. package/dist/src/presentation/cli/commands/settings/ide.command.d.ts +1 -0
  39. package/dist/src/presentation/cli/commands/settings/ide.command.d.ts.map +1 -1
  40. package/dist/src/presentation/cli/commands/settings/ide.command.js +10 -13
  41. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +9 -25
  42. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
  43. package/dist/src/presentation/tui/prompts/ide-select.prompt.js +9 -29
  44. package/dist/src/presentation/web/app/api/ide/open/route.d.ts.map +1 -1
  45. package/dist/src/presentation/web/app/api/ide/open/route.js +3 -2
  46. package/dist/tsconfig.build.tsbuildinfo +1 -1
  47. package/package.json +1 -1
  48. package/web/.next/BUILD_ID +1 -1
  49. package/web/.next/build-manifest.json +2 -2
  50. package/web/.next/cache/.previewinfo +1 -1
  51. package/web/.next/cache/.rscinfo +1 -1
  52. package/web/.next/cache/.tsbuildinfo +1 -1
  53. package/web/.next/cache/config.json +3 -3
  54. package/web/.next/fallback-build-manifest.json +2 -2
  55. package/web/.next/prerender-manifest.json +3 -3
  56. package/web/.next/required-server-files.js +1 -1
  57. package/web/.next/required-server-files.json +1 -1
  58. package/web/.next/server/app/_global-error.html +2 -2
  59. package/web/.next/server/app/_global-error.rsc +1 -1
  60. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  61. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  62. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  63. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  64. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  65. package/web/.next/server/app/api/ide/open/route.js +1 -2
  66. package/web/.next/server/app/api/ide/open/route.js.nft.json +1 -1
  67. package/web/.next/server/app/api/shell/open/route.js +1 -1
  68. package/web/.next/server/app/api/shell/open/route.js.nft.json +1 -1
  69. package/web/.next/server/chunks/[root-of-the-server]__04ae3a77._.js +3 -0
  70. package/web/.next/server/chunks/[root-of-the-server]__04ae3a77._.js.map +1 -0
  71. package/web/.next/server/chunks/[root-of-the-server]__f32c280c._.js +3 -0
  72. package/web/.next/server/chunks/[root-of-the-server]__f32c280c._.js.map +1 -0
  73. package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
  74. package/web/.next/server/pages/500.html +2 -2
  75. package/web/.next/server/server-reference-manifest.js +1 -1
  76. package/web/.next/server/server-reference-manifest.json +1 -1
  77. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  78. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  79. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  80. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  81. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  82. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  83. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  84. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  85. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  86. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  87. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  88. package/web/.next/standalone/src/presentation/web/.next/server/app/api/ide/open/route.js +1 -2
  89. package/web/.next/standalone/src/presentation/web/.next/server/app/api/ide/open/route.js.nft.json +1 -1
  90. package/web/.next/standalone/src/presentation/web/.next/server/app/api/shell/open/route.js +1 -1
  91. package/web/.next/standalone/src/presentation/web/.next/server/app/api/shell/open/route.js.nft.json +1 -1
  92. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__04ae3a77._.js +3 -0
  93. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__f32c280c._.js +3 -0
  94. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
  95. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  96. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  97. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +1 -1
  98. package/web/.next/standalone/src/presentation/web/app/api/ide/open/route.ts +4 -2
  99. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  100. package/web/.next/trace +1 -1
  101. package/web/.next/trace-build +1 -1
  102. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +0 -10
  103. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
  104. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -21
  105. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts +0 -10
  106. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
  107. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.js +0 -21
  108. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -31
  109. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
  110. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -8
  111. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -9
  112. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
  113. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -24
  114. package/dist/packages/core/src/infrastructure/services/ide-launchers/launch-ide.d.ts +0 -30
  115. package/dist/packages/core/src/infrastructure/services/ide-launchers/launch-ide.d.ts.map +0 -1
  116. package/dist/packages/core/src/infrastructure/services/ide-launchers/launch-ide.js +0 -43
  117. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts +0 -10
  118. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
  119. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.js +0 -21
  120. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +0 -10
  121. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
  122. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -21
  123. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts +0 -10
  124. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
  125. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.js +0 -21
  126. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_12059e3e.js +0 -3
  127. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_12059e3e.js.map +0 -1
  128. package/web/.next/server/chunks/[root-of-the-server]__0af905fe._.js +0 -3
  129. package/web/.next/server/chunks/[root-of-the-server]__0af905fe._.js.map +0 -1
  130. package/web/.next/server/chunks/[root-of-the-server]__72567d8d._.js +0 -3
  131. package/web/.next/server/chunks/[root-of-the-server]__72567d8d._.js.map +0 -1
  132. package/web/.next/standalone/src/presentation/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_12059e3e.js +0 -3
  133. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__0af905fe._.js +0 -3
  134. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__72567d8d._.js +0 -3
  135. /package/web/.next/static/{TkrzrZBiArd9QW2xebsyW → UemLwbVtqCGOm4FHNOp05}/_buildManifest.js +0 -0
  136. /package/web/.next/static/{TkrzrZBiArd9QW2xebsyW → UemLwbVtqCGOm4FHNOp05}/_clientMiddlewareManifest.json +0 -0
  137. /package/web/.next/static/{TkrzrZBiArd9QW2xebsyW → UemLwbVtqCGOm4FHNOp05}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shepai/cli",
3
- "version": "1.36.0",
3
+ "version": "1.37.1",
4
4
  "description": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1 +1 @@
1
- TkrzrZBiArd9QW2xebsyW
1
+ UemLwbVtqCGOm4FHNOp05
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/TkrzrZBiArd9QW2xebsyW/_ssgManifest.js",
11
- "static/TkrzrZBiArd9QW2xebsyW/_buildManifest.js"
10
+ "static/UemLwbVtqCGOm4FHNOp05/_ssgManifest.js",
11
+ "static/UemLwbVtqCGOm4FHNOp05/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/df7d29673e0ac11d.js",
@@ -1 +1 @@
1
- {"previewModeId":"da5b003969f565a747e2d3d76df59dca","previewModeSigningKey":"5457a710b062164bcb5cd6909a8079b740401108e1515acaf8e183ec107a470c","previewModeEncryptionKey":"a80114c7de928b4a897e29a29ce85e29b4bc855cd1fd5889106aeab1d2b80014","expireAt":1772740130572}
1
+ {"previewModeId":"20b3a589345dc445c7498934181f4e4f","previewModeSigningKey":"c17d7e6d0c7e983d22d6cb906bdff886e9c03947ac22edd78cc53cbedc7aebe2","previewModeEncryptionKey":"f51de4642e4f02b074d0350b5fe280814d706b55ffcfbfc6584eac9c5ccaff6d","expireAt":1772745876543}
@@ -1 +1 @@
1
- {"encryption.key":"sNnUTjtodnxlvIfQzpnmEsRnR/dy30bEvMOpGWYc73U=","encryption.expire_at":1772740130533}
1
+ {"encryption.key":"8WuP6oGD+ejccXWWNJTig9kquObhD5MrkJ38WgsUx8c=","encryption.expire_at":1772745876507}