Commit Graph

85 Commits

Author SHA1 Message Date
musistudio
9a5ea191f8 update sponsors 2025-08-23 16:04:59 +08:00
musistudio
50c8f6994f release v1.0.42 2025-08-19 22:36:12 +08:00
musistudio
01cd5d03a3 update readme to add statusline 2025-08-18 22:25:12 +08:00
musistudio
0c14a5c053 update sponsors 2025-08-18 22:14:48 +08:00
musistudio
95b2dadd40 feat: optimize ui 2025-08-17 18:02:09 +08:00
musistudio
0e509528c2 add ccr statusline command 2025-08-15 23:50:57 +08:00
BigUncle
b8f52ba538 feat logging: Implement LOG_LEVEL configuration option and improve logging consistency
- Add LOG_LEVEL configuration option to control logging verbosity
- Update UI to include LOG_LEVEL dropdown in settings
- Fix logging inconsistency between environment variables and config file
- Unify logging configuration to use config file settings
- Maintain separate logging systems for different purposes:
  * Server-level logs (HTTP requests, API calls) using pino in ~/.claude-code-router/logs/
  * Application-level logs (routing decisions, business logic) in ~/.claude-code-router/claude-code-router.log
- Update documentation with accurate logging system information
- Add detailed information about dual logging systems in README.md and README_zh.md
- Improve type safety and validation in ConfigProvider

Co-authored-by: qwen-cli <https://github.com/QwenLM/qwen-code>
2025-08-14 21:17:27 +08:00
SaseQ
5d00f519cd Add Rovo CLI Transformer info to README.md 2025-08-13 18:19:22 +02:00
musistudio
bc08c4ab48 add update button 2025-08-13 21:32:57 +08:00
musistudio
bdf608fffc release v1.0.36 2025-08-12 22:49:06 +08:00
Fredrik Bränström
5c1a193f4d docs: add environment variable interpolation documentation
- Document  and  syntax in README
- Add example usage in config.json
- Explain security benefits and recursive interpolation support
2025-08-11 21:44:14 +02:00
musistudio
b856e1e11b relese v1.0.34 to optimize the log 2025-08-10 21:37:48 +08:00
musistudio
adfae3263a update sponsors 2025-08-06 22:21:01 +08:00
Yashvardhan Jagnani
47051bf11b docs: non interactive env 2025-08-05 14:20:18 +05:30
musistudio
e51d70caf2 feat ui: add tooltip 2025-08-04 09:48:15 +08:00
musistudio
a3b2353bca release v1.0.32 2025-08-03 08:27:57 +08:00
musistudio
cd43a74ab5 add open router provider doc 2025-08-02 18:05:17 +08:00
musistudio
a3d1f44908 release v1.0.31 to support anthropic endpoint provider 2025-08-01 22:10:14 +08:00
musistudio
03c9b0fa58 update sponsors 2025-07-31 09:16:34 +08:00
musistudio
7978f1abae fix some ui issue 2025-07-30 21:33:58 +08:00
musistudio
18cfe6e2f0 update doc 2025-07-30 15:53:50 +08:00
musistudio
74fa03d3a5 update doc 2025-07-30 14:50:45 +08:00
musistudio
27fa655425 Merge branch 'main' of github.com:musistudio/claude-code-router 2025-07-30 14:28:14 +08:00
musistudio
d013a8a01a docs: add ccr ui command to README
- Add documentation for the `ccr ui` command to both the English and Chinese README files.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 14:22:38 +08:00
BigUncle
2c44ea73c7 Add API_TIMEOUT_MS configuration option
- Add API_TIMEOUT_MS to config.example.json with default value of 600000ms
- Update README.md and README_zh.md to document the new configuration option
- Modify codeCommand.ts to use the configured timeout value instead of hardcoded 600000ms
- Default to 10 minutes (600000ms) if not set in config
2025-07-28 00:51:04 +08:00
musistudio
31db041084 release v1.0.28 2025-07-27 17:36:17 +08:00
musistudio
882efb5284 update readme 2025-07-27 17:27:06 +08:00
JoeChen
3bbfebb5e3 Feature: 添加可选的长上下文模型阈值配置 2025-07-26 12:13:55 +08:00
musistudio
6883fff352 update qwen3-coder example 2025-07-25 17:19:52 +08:00
jinhui.li
202402a123 update readme 2025-07-25 14:27:34 +08:00
jinhui.li
c6969fdd90 release v1.0.26 2025-07-23 12:20:52 +08:00
musi
09c3f0ccc6 add custom router doc 2025-07-21 15:31:55 +08:00
jinhui.li
7165953b50 release v1.0.23 to support websearch 2025-07-21 10:46:53 +08:00
Linde7777
66054dccb0 docs: add official Gemini api example in README.md 2025-07-21 09:52:52 +08:00
jinhui.li
7efd7183d8 update readme 2025-07-20 16:20:12 +08:00
jinhui.li
f45316904b Merge branch 'main' of github.com:musistudio/claude-code-router 2025-07-20 01:27:43 +08:00
jinhui.li
d528a8df4c release v1.0.22 to support image 2025-07-20 01:26:52 +08:00
musi
2fc79dcf37 release 1.0.21 2025-07-18 23:22:37 +08:00
musi
174c9a740f add groq transformer doc 2025-07-17 23:12:52 +08:00
jinhui.li
18803469de update doc 2025-07-17 13:25:27 +08:00
jinhui.li
49502e1534 support authentication via APIKEY configuration 2025-07-17 12:49:14 +08:00
jinhui.li
f7f6943d31 update doc 2025-07-17 12:06:22 +08:00
musi
0a6d06b7a6 update sponsors 2025-07-16 21:59:00 +08:00
jinhui.li
5174ddacfc fix demo config 2025-07-16 09:15:05 +08:00
weipengzou
82d6d420b3 feat: support siliconflow config 2025-07-16 05:33:35 +08:00
musi
4d81734ceb update doc 2025-07-15 22:37:29 +08:00
musi
fb65bb8a95 update sponsors 2025-07-14 22:32:14 +08:00
musi
37ae7a99d8 release v1.0.16 2025-07-14 11:54:22 +08:00
musi
8f8eeacc3d fix fallback to the default model when no router configuration is provided 2025-07-10 20:51:30 +08:00
musi
50a679278d update sponsors 2025-07-08 21:58:10 +08:00