Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

git-bob

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-bob - npm Package Compare versions

Comparing version
0.25.0
to
0.26.0
+1
-2
PKG-INFO
Metadata-Version: 2.4
Name: git-bob
Version: 0.25.0
Version: 0.26.0
Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer.

@@ -15,3 +15,2 @@ Home-page: https://github.com/haesleinhuepf/git-bob

Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent

@@ -18,0 +17,0 @@ Classifier: Programming Language :: Python

@@ -15,3 +15,2 @@ [metadata]

Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent

@@ -18,0 +17,0 @@ Programming Language :: Python

Metadata-Version: 2.4
Name: git-bob
Version: 0.25.0
Version: 0.26.0
Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer.

@@ -15,3 +15,2 @@ Home-page: https://github.com/haesleinhuepf/git-bob

Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent

@@ -18,0 +17,0 @@ Classifier: Programming Language :: Python

@@ -1,2 +0,2 @@

__version__ = "0.25.0"
__version__ = "0.26.0"

@@ -3,0 +3,0 @@ __all__ = (

@@ -166,3 +166,3 @@ """

def prompt_googleai(request, model="gemini-1.5-pro-002", image=None):
def prompt_googleai(request, model="gemini-2.5-pro", image=None):
"""Send a prompt to Google Gemini and return the response"""

@@ -173,2 +173,3 @@ from google import generativeai as genai

model = model.replace("googleai:", "")
model = model.replace("gemini:", "")

@@ -175,0 +176,0 @@ genai.configure(api_key=os.environ['GOOGLE_API_KEY'])