Skip to content

Conversation

@AHGIJMKLKKZNPJKQR
Copy link
Member

@AHGIJMKLKKZNPJKQR AHGIJMKLKKZNPJKQR commented Dec 12, 2025

Description

Added optional Gemini integration under fishjam.integrations.gemini

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

@linear
Copy link

linear bot commented Dec 12, 2025

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Gemini integration support to the Fishjam SDK with optional dependencies. The integration allows users to create Gemini clients with custom headers for SDK identification, while keeping the Gemini dependencies optional to avoid bloating installations for users who don't need this functionality.

Key changes:

  • Added optional dependency group for Google Gemini integration
  • Created version module to expose SDK version information
  • Implemented Gemini integration wrapper with custom client creation

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 4 comments.

File Description
pyproject.toml Added gemini optional dependency group and reformatted workspace members list, removed trailing blank lines
fishjam/version.py New module to retrieve and expose SDK version from package metadata
fishjam/integrations/gemini.py New integration module providing Gemini client creation with Fishjam SDK headers
fishjam/init.py Imported version module and exposed __version__ at package level

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 11 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PiotrWodecki PiotrWodecki merged commit 09afd37 into main Dec 12, 2025
6 checks passed
@PiotrWodecki PiotrWodecki deleted the fce-2498 branch December 12, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants