gitarsenal-cli 1.9.46 → 1.9.47

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.
package/.venv_status.json CHANGED
@@ -1 +1 @@
1
- {"created":"2025-08-11T18:23:37.781Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
1
+ {"created":"2025-08-11T18:27:23.888Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
package/bin/gitarsenal.js CHANGED
@@ -256,7 +256,7 @@ function httpPostJson(urlString, body) {
256
256
 
257
257
  function printGpuTorchCudaSummary(result) {
258
258
  try {
259
- console.log(chalk.bold('\nšŸ“Š API RESULT SUMMARY (GPU/Torch/CUDA)'));
259
+ console.log(chalk.bold('\nšŸ“Š RESULT SUMMARY (GPU/Torch/CUDA)'));
260
260
  console.log('────────────────────────────────────────────────────────');
261
261
 
262
262
  const cuda = result.cudaRecommendation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.9.46",
3
+ "version": "1.9.47",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {