gitarsenal-cli 1.9.47 → 1.9.48

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:27:23.888Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
1
+ {"created":"2025-08-11T19:20:53.764Z","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.47",
3
+ "version": "1.9.48",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -131,7 +131,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
131
131
  # Check if Modal is authenticated
132
132
  try:
133
133
  # Print all environment variables for debugging
134
- print("🔍 DEBUG: Checking environment variables")
134
+ # print("🔍 DEBUG: Checking environment variables")
135
135
  modal_token_id = os.environ.get("MODAL_TOKEN_ID")
136
136
  modal_token = os.environ.get("MODAL_TOKEN")
137
137
  openai_api_key = os.environ.get("OPENAI_API_KEY")