@musistudio/claude-code-router 1.0.11 → 1.0.13
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 +4 -3
- package/dist/cli.js +681 -634
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -115,6 +115,8 @@ ccr code
|
|
|
115
115
|
- [x] Support change models
|
|
116
116
|
- [x] Github Actions
|
|
117
117
|
- [ ] More detailed logs
|
|
118
|
+
- [ ] Support image
|
|
119
|
+
- [ ] Support web search
|
|
118
120
|
|
|
119
121
|
## Github Actions
|
|
120
122
|
|
|
@@ -223,16 +225,15 @@ If you find this project helpful, you can choose to sponsor the author with a cu
|
|
|
223
225
|
|
|
224
226
|
## Sponsors
|
|
225
227
|
|
|
226
|
-
Thanks to the following sponsors:
|
|
228
|
+
Thanks to the following sponsors for supporting the continued development of this project:
|
|
227
229
|
|
|
228
230
|
@Simon Leischnig (If you see this, feel free to contact me and I can update it with your GitHub information)
|
|
229
231
|
[@duanshuaimin](https://github.com/duanshuaimin)
|
|
230
232
|
[@vrgitadmin](https://github.com/vrgitadmin)
|
|
231
233
|
@\*o (可通过主页邮箱联系我修改 github 用户名)
|
|
232
|
-
|
|
234
|
+
[@ceilwoo](https://github.com/ceilwoo)
|
|
233
235
|
@\*说 (可通过主页邮箱联系我修改 github 用户名)
|
|
234
236
|
@\*更 (可通过主页邮箱联系我修改 github 用户名)
|
|
235
|
-
@\*更 (可通过主页邮箱联系我修改 github 用户名)
|
|
236
237
|
@K\*g (可通过主页邮箱联系我修改 github 用户名)
|
|
237
238
|
@R\*R (可通过主页邮箱联系我修改 github 用户名)
|
|
238
239
|
@[@bobleer](https://github.com/bobleer) (可通过主页邮箱联系我修改 github 用户名)
|