gitarsenal-cli 1.9.93 → 1.9.94
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-
|
|
1
|
+
{"created":"2025-08-24T10:31:50.687Z","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:
|