gitarsenal-cli 1.9.80 → 1.9.81
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 +1 -1
- package/bin/gitarsenal.js +2 -2
- package/package.json +1 -1
package/.venv_status.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"created":"2025-08-18T04:
|
|
1
|
+
{"created":"2025-08-18T04:41:52.342Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
|
package/bin/gitarsenal.js
CHANGED
|
@@ -89,7 +89,7 @@ function activateVirtualEnvironment() {
|
|
|
89
89
|
process.env.PYTHON_EXECUTABLE = pythonPath;
|
|
90
90
|
process.env.PIP_EXECUTABLE = pipPath;
|
|
91
91
|
|
|
92
|
-
console.log(chalk.green('✅ Virtual environment activated successfully'));
|
|
92
|
+
// console.log(chalk.green('✅ Virtual environment activated successfully'));
|
|
93
93
|
|
|
94
94
|
return true;
|
|
95
95
|
}
|
|
@@ -629,7 +629,7 @@ async function fetchFullSetupAndRecs(repoUrl, storedCredentials = null) {
|
|
|
629
629
|
|
|
630
630
|
for (const url of endpoints) {
|
|
631
631
|
try {
|
|
632
|
-
spinner.text = `Analyzing repository
|
|
632
|
+
spinner.text = `Analyzing repository...`;
|
|
633
633
|
const res = await fetch(url, {
|
|
634
634
|
method: 'POST',
|
|
635
635
|
headers: { 'Content-Type': 'application/json', 'User-Agent': 'GitArsenal-CLI/1.0' },
|