gitarsenal-cli 1.9.95 → 1.9.96
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-09-
|
|
1
|
+
{"created":"2025-09-03T14:12:29.781Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
|
package/package.json
CHANGED
|
@@ -283,7 +283,7 @@ def ssh_container_function(ssh_password=None, repo_url=None, repo_name=None, set
|
|
|
283
283
|
print("="*80 + "\n")
|
|
284
284
|
|
|
285
285
|
# Call Agent directly as subprocess with real-time output
|
|
286
|
-
claude_prompt = f"clone, setup and run {repo_url}. At the end of the setup process, print
|
|
286
|
+
claude_prompt = f"clone, setup and run {repo_url}. At the end of the setup process, print the ordered list of every shell command that actually ran successfully (exclude any commands that returned non-zero exit codes). Show each command exactly as executed, one per line."
|
|
287
287
|
print(f"🚀 Executing the task: \"{claude_prompt}\"")
|
|
288
288
|
print("\n" + "="*60)
|
|
289
289
|
print("🎉 AGENT OUTPUT (LIVE)")
|