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 CHANGED
@@ -1 +1 @@
1
- {"created":"2025-08-08T04:25:52.914Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.9.27",
3
+ "version": "1.9.28",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
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-4o-mini",
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}