Skip to content

chore(container): update image mirror.gcr.io/eceasy/cli-proxy-api ( v7.3.4 → v7.3.7 ) - #2615

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/mirror.gcr.io-eceasy-cli-proxy-api-7.x
Sep 17, 2026
Merged

Mafyuh merged 1 commit into
mainfrom
renovate/mirror.gcr.io-eceasy-cli-proxy-api-7.x

Conversation

@renovate

@renovate renovate Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
mirror.gcr.io/eceasy/cli-proxy-api patch v7.3.4v7.3.7

Release Notes

router-for-me/CLIProxyAPI (mirror.gcr.io/eceasy/cli-proxy-api)

v7.3.7

Compare Source

Linux release assets
  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.
FreeBSD release assets
  • CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
  • feat(management): paginate auth file listings (76ac75e)
  • Merge pull request #​5897 from camy-x/feat/auth-files-pagination (46d4baf)
  • fix(devin): support images in tool results (64c9433)
  • fix(config): preserve plugin configurations when saving yaml (afba07b)
  • feat(plugin): support scheduling across priorities (b715526)
  • fix(management): reject unresolved token placeholders in api-call (0b55053)
  • fix(devin): aggregate tool calls by id and track cache write tokens (9e10db5)
  • fix(devin): handle orphaned tool results and normalize function result payloads (b6fe4f2)
  • feat(claude): support model-level cooling and scope overage rate limits (44eaef0)
  • fix(xai): unify forced hosted tool choice normalization (c616193)
  • fix(ci): replace go-cross/cgo-actions with direct FreeBSD sysroot cross-compilation (b773607)
What's Changed
New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.3.6...v7.3.7

v7.3.6

Compare Source

Linux release assets
  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.
FreeBSD release assets
  • CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
  • fix(codex): recognize codex_exec user agent for multi-agent v2 optimization (923a8c3)
  • docs(readme): update links after GitHub username change (cfeeeb3)
  • Merge pull request #​5725 from ztzpro/main (87561b6)
  • Merge pull request #​5696 from cookerpapa/docs/picloud-related-project (12b496b)
  • Merge pull request #​5509 from trukhinyuri/fix/codex-exec-user-agent (c8ec91f)
  • fix(executor): strip relayed tool result images for text-only models (c4982e8)
  • test(executor): use metaUserAgent constant in meta executor test (311efcb)
  • fix(schema): strip unsupported schema identifier keywords (f668ac4)
  • Merge pull request #​5889 from kinka/docs/add-cc-status-line (1bb8895)
  • feat(translator): preserve model metadata in requests (a9e92b8)
  • fix(devin): filter automation update tools and sanitize tool descriptions (ad088a8)
  • Merge pull request #​5896 from router-for-me/translator (8c664b2)
What's Changed
New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.3.5...v7.3.6

v7.3.5

Compare Source

Linux release assets
  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.
FreeBSD release assets
  • CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
  • feat(auth): enhance retry logic with enriched error handling and tests (6724a95)
  • fix(interactions): strip invalid id from function_result and redundant call_id from function_call (f51d3ae)
  • Merge pull request #​5830 from router-for-me/fix/issue-5828-gemini-interactions-tool-result-id (10d464d)
  • feat(translator): enhance finish reason handling and tool call translations (6f908cb)
  • feat(translator): enhance cache usage handling and input token computation logic (e54a8e9)
  • feat(translator): introduce namespace-aware tool name capping and collision handling (e3e97ad)
  • fix(devin): support swe-1-6-slow model variant (dea4ce8)
  • feat(antigravity): support web search translation and URL resolution in OpenAI Responses (ef63d2e)
  • feat(translator): preserve tool names in tool result messages (7def842)
  • fix(devin): classify high-demand errors as rate limits (d44901f)
  • Merge pull request #​5867 from avabbbb/fix/devin-swe-1-6-slow (44f8343)
  • fix(executor): prevent stream failure on client disconnect after claude completion (7c32971)
  • Merge pull request #​5862 from sususu98/feat/antigravity-websearch (8c6d4dc)
  • feat(translator): enhance web search streaming and citation mapping in OpenAI Responses (7fcbdf8)
  • Merge pull request #​5870 from avabbbb/fix/devin-high-demand-rate-limit (4613cfd)
  • feat(translator): support alternative reasoning fields in OpenAI Claude translation (77820cb)
  • fix(devin): buffer content deltas to handle late thinking signatures (c2bb91d)
  • feat(translator): wrap demoted mid-session system messages in system-reminder envelope (b681a1e)
What's Changed
  • fix(interactions): strip invalid id from function_result and redundant call_id from function_call by @​sususu98 in #​5830
  • fix(devin): support swe-1-6-slow model variant by @​avabbbb in #​5867
  • feat(antigravity): support web search translation and URL resolution in OpenAI Responses by @​sususu98 in #​5862
  • fix(devin): classify high-demand errors as rate limits by @​avabbbb in #​5870
New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.3.4...v7.3.5


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown
@@ spec.values.controllers.cli-proxy-api.containers.app.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/ai/cli-proxy-api
! ± value change
- v7.3.4
+ v7.3.7

@@ spec.template.spec.containers.app.image @@
# apps/v1/Deployment/ai/cli-proxy-api
! ± value change
- mirror.gcr.io/eceasy/cli-proxy-api:v7.3.4
+ mirror.gcr.io/eceasy/cli-proxy-api:v7.3.7

@renovate
renovate Bot force-pushed the renovate/mirror.gcr.io-eceasy-cli-proxy-api-7.x branch from 1b11d39 to e663f4f Compare September 17, 2026 21:18
@renovate renovate Bot changed the title chore(container): update image mirror.gcr.io/eceasy/cli-proxy-api ( v7.3.4 → v7.3.5 ) chore(container): update image mirror.gcr.io/eceasy/cli-proxy-api ( v7.3.4 → v7.3.7 ) Sep 17, 2026
@Mafyuh
Mafyuh merged commit b49d03d into main Sep 17, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/mirror.gcr.io-eceasy-cli-proxy-api-7.x branch September 17, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant