gitarsenal-cli 1.9.93 → 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)"}
|
|
@@ -4,6 +4,10 @@ Bash Tool Definition
|
|
|
4
4
|
Executes a given bash command in a persistent shell session with optional timeout,
|
|
5
5
|
ensuring proper handling and security measures.
|
|
6
6
|
|
|
7
|
+
SECURITY WARNING:
|
|
8
|
+
- DO NOT hardcode API keys, passwords, or sensitive credentials in commands
|
|
9
|
+
- Use environment variables or secure configuration files instead
|
|
10
|
+
|
|
7
11
|
Before executing the command, please follow these steps:
|
|
8
12
|
|
|
9
13
|
1. Directory Verification:
|
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)")
|