Files
cc-switch/src-tauri
T
YoVinchen 87b08ce242 fix(proxy): remove hardcoded ?beta=true injection, passthrough client query params
- handlers.rs: add `uri` extractor to capture client's full path+query
- claude.rs: remove ?beta=true injection from build_url(), update tests
- stream_check.rs: remove ?beta=true from health check URL

The proxy no longer injects ?beta=true into API URLs. Instead, query
parameters sent by the Claude Code client are transparently passed through.
This fixes duplicate ?beta=true issues and aligns with upstream behavior
where the client already sends this parameter.
87b08ce242 · 2026-02-25 22:03:17 +08:00
History
..
2025-11-22 19:18:35 +08:00
2025-12-21 21:10:00 +08:00