gitarsenal-cli 1.9.62 → 1.9.63

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-13T18:48:23.291Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
1
+ {"created":"2025-08-13T19:02:38.976Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.9.62",
3
+ "version": "1.9.63",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -579,7 +579,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
579
579
 
580
580
  # Execute the fix command
581
581
  fix_success, fix_stdout, fix_stderr, fix_execution_time = _execute_with_box(
582
- shell, fix_command, timeout=120,
582
+ shell, fix_command, timeout=300,
583
583
  title_line=f"🔧 Executing suggested fix: {fix_command}",
584
584
  box=False
585
585
  )