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: Finesssee/ProxyPilot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0-dev-0.59
Choose a base ref
...
head repository: Finesssee/ProxyPilot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0-dev-0.60
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    359ec30 View commit details
    Browse the repository at this point in the history
  2. feat: support disabling image generation globally

    - Added `disable-image-generation` configuration flag to disable the `image_generation` tool globally.
    - Updated payload handling to remove `image_generation` tools from request payload arrays when the flag is enabled.
    - Modified OpenAI image handlers (`ImagesGenerations`, `ImagesEdits`) to return 404 when the feature is disabled.
    - Enhanced configuration diff logging to track changes for the `disable-image-generation` flag.
    - Added accompanying unit tests for the new feature in payload helpers and image handler logic.
    luispater committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    e3e60f9 View commit details
    Browse the repository at this point in the history
  3. chore: merge upstream CLIProxyAPI v6.9.43

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Finesssee and Copilot committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    dbf432c View commit details
    Browse the repository at this point in the history
Loading