@musistudio/claude-code-router 1.0.33 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -290,6 +290,7 @@ Transformers allow you to modify the request and response payloads to ensure com
290
290
  - `enhancetool`: Adds a layer of error tolerance to the tool call parameters returned by the LLM (this will cause the tool call information to no longer be streamed).
291
291
  - `cleancache`: Clears the `cache_control` field from requests.
292
292
  - `vertex-gemini`: Handles the Gemini API using Vertex authentication.
293
+ - `qwen-cli` (experimental): Unofficial support for qwen3-coder-plus model via Qwen CLI [qwen-cli.js](https://gist.github.com/musistudio/f5a67841ced39912fd99e42200d5ca8b).
293
294
 
294
295
  **Custom Transformers:**
295
296
 
@@ -504,6 +505,12 @@ A huge thank you to all our sponsors for their generous support!
504
505
  - [@witsice](https://github.com/witsice)
505
506
  - @b\*g
506
507
  - @\*亿
507
-
508
+ - @\*辉
509
+ - @JACK
510
+ - @\*光
511
+ - @W\*l
512
+ - [@kesku](https://github.com/kesku)
513
+ - @水\*丫
514
+ - @二吉吉
508
515
 
509
516
  (If your name is masked, please contact me via my homepage email to update it with your GitHub username.)
package/README_zh.md CHANGED
@@ -284,6 +284,7 @@ Transformers 允许您修改请求和响应负载,以确保与不同提供商
284
284
  - `enhancetool`: 对 LLM 返回的工具调用参数增加一层容错处理(这会导致不再流式返回工具调用信息)。
285
285
  - `cleancache`: 清除请求中的 `cache_control` 字段。
286
286
  - `vertex-gemini`: 处理使用 vertex 鉴权的 gemini api。
287
+ - `qwen-cli` (实验性): 通过 Qwen CLI [qwen-cli.js](https://gist.github.com/musistudio/f5a67841ced39912fd99e42200d5ca8b) 对 qwen3-coder-plus 的非官方支持。
287
288
 
288
289
  **自定义 Transformer:**
289
290
 
@@ -495,6 +496,13 @@ jobs:
495
496
  - [@witsice](https://github.com/witsice)
496
497
  - @b\*g
497
498
  - @\*亿
499
+ - @\*辉
500
+ - @JACK
501
+ - @\*光
502
+ - @W\*l
503
+ - [@kesku](https://github.com/kesku)
504
+ - @水\*丫
505
+ - @二吉吉
498
506
 
499
507
  (如果您的名字被屏蔽,请通过我的主页电子邮件与我联系,以便使用您的 GitHub 用户名进行更新。)
500
508