Skip to content

build(deps): bump github.com/router-for-me/CLIProxyAPI/v6 from 6.9.39 to 6.10.4#999

Merged
KooshaPari merged 1 commit into
mainfrom
dependabot/go_modules/github.com/router-for-me/CLIProxyAPI/v6-6.10.4
May 4, 2026
Merged

build(deps): bump github.com/router-for-me/CLIProxyAPI/v6 from 6.9.39 to 6.10.4#999
KooshaPari merged 1 commit into
mainfrom
dependabot/go_modules/github.com/router-for-me/CLIProxyAPI/v6-6.10.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps github.com/router-for-me/CLIProxyAPI/v6 from 6.9.39 to 6.10.4.

Release notes

Sourced from github.com/router-for-me/CLIProxyAPI/v6's releases.

v6.10.4

Changelog

  • 17be644 fix(translator): improve tool response handling for non-string content

v6.10.3

Changelog

  • 82ebe24 Merge pull request #2266 from DragonFSKY/fix/ws-compact-tool-output-mismatch
  • 38dad2a chore(docker): upgrade base image to alpine 3.23
  • 2753d9f feat: add validation for Claude streaming responses
  • a1487b0 fix(translator): handle non-string types in tools result processing
  • 8e6ef3f fix(websocket): ensure state consistency on auth errors in streaming
  • 4ca00f7 fix(websocket): gate compact replay by downstream support
  • d2d0e6f fix(websocket): narrow compact replay detection
  • a0fe273 fix(websocket): skip stale state merge after client-side compact

v6.10.2

Changelog

  • 81db7fd Add CLIProxyAPI Usage Dashboard to statistics docs
  • 593995a Merge pull request #3197 from VjayC/dev
  • 054d0de Merge pull request #3201 from murasame612/docs/add-cliproxy-pool-watch
  • 756b600 Merge pull request #3204 from zhanglunet/add-usage-dashboard-link
  • 7972130 Update README_CN.md
  • d2386a3 Update README_JA.md
  • af65908 feat: enhance tool mapping with namespace and web search support
  • 672fdd1 feat: filter and drop empty assistant messages in Kimi executor

v6.10.1

Changelog

  • 85124f0 Merge pull request #3194 from daishuge/codex/add-daishuge-cpa-port-20260502
  • 56df368 feat: add configurable retention period for Redis usage queue

v6.10.0

Changelog

  • 18bb9c3 chore: remove usage tracking and logging functionality

v6.9.49

Changelog

  • b8bba05 feat: add tracking for auth request success and failure counts

v6.9.48

Changelog

  • e37f3be chore: update .goreleaser.yml to include custom archive naming with arch override logic
  • 8c2f1a8 feat: enhance API key usage grouping with base URL inclusion

v6.9.47

Changelog

  • b0dc9df feat: add API key usage endpoint with provider and key grouping

v6.9.46

Changelog

... (truncated)

Commits
  • 17be644 fix(translator): improve tool response handling for non-string content
  • 38dad2a chore(docker): upgrade base image to alpine 3.23
  • 8e6ef3f fix(websocket): ensure state consistency on auth errors in streaming
  • a1487b0 fix(translator): handle non-string types in tools result processing
  • 82ebe24 Merge pull request #2266 from DragonFSKY/fix/ws-compact-tool-output-mismatch
  • 2753d9f feat: add validation for Claude streaming responses
  • 672fdd1 feat: filter and drop empty assistant messages in Kimi executor
  • af65908 feat: enhance tool mapping with namespace and web search support
  • 756b600 Merge pull request #3204 from zhanglunet/add-usage-dashboard-link
  • 054d0de Merge pull request #3201 from murasame612/docs/add-cliproxy-pool-watch
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/router-for-me/CLIProxyAPI/v6](https://github.com/router-for-me/CLIProxyAPI) from 6.9.39 to 6.10.4.
- [Release notes](https://github.com/router-for-me/CLIProxyAPI/releases)
- [Commits](router-for-me/CLIProxyAPI@v6.9.39...v6.10.4)

---
updated-dependencies:
- dependency-name: github.com/router-for-me/CLIProxyAPI/v6
  dependency-version: 6.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests updating dependencies go Pull requests that update go code labels May 4, 2026
@dependabot dependabot Bot requested a review from KooshaPari as a code owner May 4, 2026 07:38
@dependabot dependabot Bot added dependencies Pull requests updating dependencies go Pull requests that update go code labels May 4, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 4, 2026

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 4, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This is a Dependabot PR that bumps the github.com/router-for-me/CLIProxyAPI/v6 dependency from v6.9.39 to v6.10.4.

Changes:

  • go.mod: Updated dependency version (line 25)
  • go.sum: Updated checksum hashes for the new version

Verification:

  • SonarCloud quality gate passed with 0 new issues
  • No application code modifications required
  • Standard Dependabot version bump workflow

Release Notes Highlights (v6.10.4):

  • Fix: improved tool response handling for non-string content
  • Fix: websocket state consistency on auth errors in streaming
  • Fix: handle non-string types in tools result processing
  • Fix: compact replay detection and state merge issues
  • Chore: Docker base image upgrade to Alpine 3.23
Files Reviewed (2 files)
  • go.mod - Dependency version update
  • go.sum - Checksum hash updates

Reviewed by laguna-m.1-20260312:free · 143,118 tokens

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​github.com/​router-for-me/​CLIProxyAPI/​v6@​v6.9.39 ⏵ v6.10.474 +1100100100100

View full report

@KooshaPari KooshaPari merged commit b4f95c7 into main May 4, 2026
9 of 11 checks passed
@KooshaPari KooshaPari deleted the dependabot/go_modules/github.com/router-for-me/CLIProxyAPI/v6-6.10.4 branch May 4, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant