This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
CLIProxyAPI
Watch
1
Star
0
Fork
0
You've already forked CLIProxyAPI
mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced
2026-09-03 06:35:00 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
755ca758791e41191d5ba0b1dfcc356c30f119d0
CLIProxyAPI
/
internal
/
util
History
sususu98
755ca75879
fix: address review feedback - init ToolNameMap eagerly, log collisions, add collision test
2026-03-22 13:24:03 +08:00
..
claude_model_test.go
…
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
…
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: address review feedback - init ToolNameMap eagerly, log collisions, add collision test
2026-03-22 13:24:03 +08:00
util.go
…