gitarsenal-cli 1.9.27 → 1.9.28
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/package.json +1 -1
- package/python/shell.py +1 -1
package/.venv_status.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"created":"2025-08-08T04:
|
|
1
|
+
{"created":"2025-08-08T04:37:52.316Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
|
package/package.json
CHANGED
package/python/shell.py
CHANGED
|
@@ -500,7 +500,7 @@ class PersistentShell:
|
|
|
500
500
|
client = openai.OpenAI(api_key=api_key)
|
|
501
501
|
|
|
502
502
|
response = client.chat.completions.create(
|
|
503
|
-
model="gpt-
|
|
503
|
+
model="gpt-5-mini",
|
|
504
504
|
messages=[
|
|
505
505
|
{"role": "system", "content": "You are a helpful assistant that suggests alternative commands that don't require user input."},
|
|
506
506
|
{"role": "user", "content": prompt}
|