Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brianrobt/opencommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: di-sukharev/opencommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 26, 2026

  1. fix(gemini): remove maxOutputTokens from generation config

    Removing the `maxOutputTokens` constraint from Gemini's generation
    config allows the model to generate responses without an artificial
    token limit, preventing potential truncation of longer outputs.
    brianrobt committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    4f8e16f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. Merge pull request di-sukharev#568 from brianrobt/fix/gemini-max-toke…

    …ns-output
    
    fix(gemini): remove `maxOutputTokens` from generation config
    di-sukharev authored Jun 27, 2026
    Configuration menu
    Copy the full SHA
    fed6ebc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2026

  1. 3.3.6

    di-sukharev committed Jun 28, 2026
    Configuration menu
    Copy the full SHA
    bdc08b7 View commit details
    Browse the repository at this point in the history
  2. build

    di-sukharev committed Jun 28, 2026
    Configuration menu
    Copy the full SHA
    cb5c0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e018a6 View commit details
    Browse the repository at this point in the history
  4. 3.3.7

    di-sukharev committed Jun 28, 2026
    Configuration menu
    Copy the full SHA
    4e210c9 View commit details
    Browse the repository at this point in the history
  5. build

    di-sukharev committed Jun 28, 2026
    Configuration menu
    Copy the full SHA
    ed8ac18 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. feat(migrations): support LLAMACPP and AIMLAPI AI providers

    Add OCO_AI_PROVIDER_ENUM.LLAMACPP and .AIMLAPI to the
    allowed providers check so migrations correctly handle these new backends.
    atomicflag committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    d322022 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Merge pull request di-sukharev#569 from atomicflag/master

    feat(migrations): support LLAMACPP and AIMLAPI AI providers
    di-sukharev authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    8452e8f View commit details
    Browse the repository at this point in the history
  2. 3.3.8

    di-sukharev committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    7a59bfc View commit details
    Browse the repository at this point in the history
  3. build

    di-sukharev committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    382137e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee9a5c View commit details
    Browse the repository at this point in the history
  5. 3.3.9

    di-sukharev committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    403bcd1 View commit details
    Browse the repository at this point in the history
  6. build

    di-sukharev committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    a8d0d3e View commit details
    Browse the repository at this point in the history
Loading