This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
CLIProxyAPIPlus
Watch
1
Star
0
Fork
0
You've already forked CLIProxyAPIPlus
mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced
2026-05-18 17:25:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v6.9.8-0
CLIProxyAPIPlus
/
internal
/
util
History
黄姜恒
19c52bcb60
feat: stash code
2026-03-25 10:14:14 +08:00
..
claude_model_test.go
feat(registry): register Claude 4.6 static data
2026-02-05 23:13:36 +04:00
claude_model.go
…
claude_tool_id.go
fix: sanitize tool_use.id to comply with Claude API regex ^[a-zA-Z0-9_-]+$
2026-03-06 00:10:09 +08:00
gemini_schema_test.go
test: add uniqueItems stripping test
2026-03-14 21:22:14 +02:00
gemini_schema.go
refactor: replace
sjson.Set
usage with
sjson.SetBytes
to optimize mutable JSON transformations
2026-03-19 17:58:54 +08:00
header_helpers.go
…
image.go
…
provider.go
feat: stash code
2026-03-25 10:14:14 +08:00
proxy.go
Fixed
:
#2034
2026-03-11 11:08:02 +08:00
sanitize_test.go
fix: address review feedback - init ToolNameMap eagerly, log collisions, add collision test
2026-03-22 13:24:03 +08:00
ssh_helper.go
…
translator.go
fix: extend tool name sanitization to all remaining Gemini-bound translators
2026-03-22 14:06:46 +08:00
util.go
…