gitarsenal-cli 1.9.94 → 1.9.95
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-
|
|
1
|
+
{"created":"2025-09-03T03:52:07.558Z","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}"
|
|
286
|
+
claude_prompt = f"clone, setup and run {repo_url}. At the end of the setup process, print a summary of all commands that were executed during the setup."
|
|
287
287
|
print(f"🚀 Executing the task: \"{claude_prompt}\"")
|
|
288
288
|
print("\n" + "="*60)
|
|
289
289
|
print("🎉 AGENT OUTPUT (LIVE)")
|