gitarsenal-cli 1.9.44 → 1.9.45

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:21:13.848Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
1
+ {"created":"2025-08-11T18:22:07.902Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
package/lib/sandbox.js CHANGED
@@ -68,7 +68,7 @@ async function runContainer(options) {
68
68
  args.push('--show-examples');
69
69
 
70
70
  // Log the command being executed
71
- console.log(chalk.dim(`\nExecuting: python ${args.join(' ')}`));
71
+ // console.log(chalk.dim(`\nExecuting: python ${args.join(' ')}`));
72
72
 
73
73
  // Run the Python script with show examples flag
74
74
  const pythonExecutable = process.env.PYTHON_EXECUTABLE || 'python';
@@ -115,7 +115,7 @@ async function runContainer(options) {
115
115
  args.push('--user-id', userEmail);
116
116
  args.push('--user-name', userId);
117
117
  args.push('--display-name', userName);
118
- console.log(chalk.gray(`🔍 Debug: Passing user credentials to Python script`));
118
+ // console.log(chalk.gray(`🔍 Debug: Passing user credentials to Python script`));
119
119
  }
120
120
 
121
121
  // Handle manual setup commands if provided
@@ -129,8 +129,8 @@ async function runContainer(options) {
129
129
  }
130
130
 
131
131
  // Log the command being executed
132
- console.log(chalk.dim(`\nExecuting: python ${args.join(' ')}`));
133
- console.log(chalk.gray(`🔍 Debug: yes parameter = ${yes}`));
132
+ // console.log(chalk.dim(`\nExecuting: python ${args.join(' ')}`));
133
+ // console.log(chalk.gray(`🔍 Debug: yes parameter = ${yes}`));
134
134
 
135
135
  // Run the Python script without spinner to avoid terminal interference
136
136
  console.log(chalk.dim('Launching container...'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.9.44",
3
+ "version": "1.9.45",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {