Commit Graph
107 Commits
Author SHA1 Message Date
musistudio 538bf2f1a1 fix #900 2025-10-15 21:02:51 +08:00
musiandGitHub 966c04bd15 Merge pull request #836 from RobinChiu/main
Reset CLAUDE_CODE_USE_BEDROCK when running with ccr code.
2025-10-09 20:54:44 +08:00
musiandGitHub 9f51fc0201 Merge pull request #877 from TonyGeez/feature/add-model-selector-command
Feature/add model selector command
2025-10-09 20:45:22 +08:00
musistudio 6825d631a0 fix imageAgent port error 2025-10-09 09:00:12 +08:00
TonyGeezandGitHub ed180b82e8 Merge branch 'main' into feature/add-model-selector-command 2025-10-07 20:45:22 -04:00
musiandGitHub 2ddc144996 Merge pull request #879 from 2008sliu/fix-boolean-flag
Fix boolean flag handling for Claude Code options
2025-10-06 20:37:03 +08:00
user.name cf3148c1fe Fix boolean flag handling for Claude Code options
Problem:
When passing boolean flags like --continue and --resume to Claude Code
through ccr, they were incorrectly transformed to "--continue true" and
"--resume true". Claude Code expects these as standalone flags without
values, causing them to not be recognized.

Solution:
Modified the argument reconstruction logic in codeCommand.ts to check if
a flag value is boolean true. Boolean flags are now passed without values
(e.g., "--continue"), while non-boolean flags retain their values
(e.g., "--option value").
2025-10-06 20:28:07 +08:00
TonyGeez 739cbc74af Add model selector command + fix Lrucache for v6-7 support 2025-10-05 23:24:33 -04:00
musistudio 42074cdbac fix count_tokens 2025-10-06 08:59:23 +08:00
musistudio 55e8dcf48a add count_tokens api 2025-10-06 08:35:26 +08:00
TonyGeez b8a3845244 Add model selector command 2025-10-05 18:18:15 -04:00
musistudio 9958bfbc6f release v1.0.55 2025-10-04 18:14:43 +08:00
musistudio ad6c34e171 fix image agent error 2025-10-04 18:12:24 +08:00
musistudio ba1a9fff25 release v1.0.54 2025-10-02 22:22:19 +08:00
musiandGitHub 07e92468f2 Merge pull request #843 from xingxinag/main
解决 win11 错误判断服务未运行
2025-10-02 08:08:34 +08:00
musistudio 73f9765980 fix statusLine not working 2025-10-02 07:55:17 +08:00
musistudio f04866207b release v1.0.52 2025-10-01 08:54:13 +08:00
musistudio 9791c7d04a fix image router 2025-09-30 22:45:10 +08:00
小星虎andGitHub 2a866988f9 解决 win11 错误判断服务未运行
修改 isServiceRunning 函数, 使用 tasklist 命令
2025-09-27 17:59:02 +08:00
musistudio 6624e14dde Merge branch 'dev/log' 2025-09-25 23:11:58 +08:00
musistudio 4d3708fbdf fix log bug 2025-09-25 23:11:33 +08:00
musistudio 9dfff02135 fix auth bug 2025-09-25 23:11:24 +08:00
Robin Chiu 8e9b8a0792 Reset CLAUDE_CODE_USE_BEDROCK when running with ccr code. 2025-09-24 11:44:40 +08:00
musistudio 53179d674d fix image agent error 2025-09-19 20:23:38 +08:00
musistudio f7adb7b28e release v1.0.49 2025-09-09 22:43:01 +08:00
musistudio 7964fff175 release v1.0.48 2025-09-09 21:47:59 +08:00
musistudio 1b3a8f8803 fix logviewer 2025-09-09 21:06:19 +08:00
musistudio cec8421dd9 change logviewer 2025-09-06 22:19:40 +08:00
musistudio 1a7e90df39 remove log util 2025-09-06 09:06:18 +08:00
musistudio e5741ae470 add logger vireer 2025-09-05 21:36:21 +08:00
musistudio f7058dcdb5 fix log file path 2025-09-04 22:04:03 +08:00
musistudio e670302e9e optimize docker deployment 2025-09-03 09:58:09 +08:00
musistudio 8c4fec4f5f fix stream handler error 2025-09-02 21:23:21 +08:00
musistudio 5d53571fe6 release v1.0.45 2025-09-02 19:55:04 +08:00
musistudio c7303775ad update document 2025-09-02 12:13:54 +08:00
musistudio 19522f496b add agents to support route image 2025-09-01 17:19:43 +08:00
musistudio 6ab608943e release v1.0.43 2025-08-20 12:43:57 +08:00
musistudio 915495553a fix some bugs 2025-08-19 22:33:59 +08:00
musistudio 6b7d0926c4 fix windows error 2025-08-18 22:29:24 +08:00
musistudio 21ab7c61ce feat: override settingsFlag 2025-08-18 22:10:27 +08:00
Nico Thomaier ac0263b226 fix(utils): use || instead of ?? for CLAUDE_PATH
The previous null‑ish coalescing treated empty strings as a valid value, which could result in an invalid path. Switching to logical OR keeps the precedence (config > env) but now falls back to the default `claude`
2025-08-17 17:46:03 +02:00
Nico Thomaier 6a4c1f7591 fix(utils): update codeCommand to improve command handling
- use CLAUDE_PATH in Config file if it is not empty.
2025-08-17 17:30:56 +02:00
musistudio 95b2dadd40 feat: optimize ui 2025-08-17 18:02:09 +08:00
musistudio d6b11e1b60 feat: statusline support script 2025-08-17 00:25:22 +08:00
musistudio 19d0f3b8f5 release v1.0.39 2025-08-16 15:17:06 +08:00
musistudio e078127ac6 release v1.0.38 2025-08-15 23:54:41 +08:00
musistudio 0e509528c2 add ccr statusline command 2025-08-15 23:50:57 +08:00
BigUncleandqwen-cli <https://github.com/QwenLM/qwen-code> 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
musistudio bc08c4ab48 add update button 2025-08-13 21:32:57 +08:00
musistudio d9b7667c93 Merge remote-tracking branch 'origin/main' 2025-08-12 22:47:13 +08:00