Commit Graph
16 Commits
Author SHA1 Message Date
musistudio 55e8dcf48a add count_tokens api 2025-10-06 08:35:26 +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 e5741ae470 add logger vireer 2025-09-05 21:36:21 +08:00
musistudio bc08c4ab48 add update button 2025-08-13 21:32:57 +08:00
musistudio cce1625534 fix windows/linux get system uuid error 2025-08-12 21:41:42 +08:00
musistudioandClaude 9cd5587f52 feat: Implement temporary API key based on system UUID for UI access
This commit introduces a new authentication mechanism for the web UI.
Instead of requiring a pre-configured API key, a temporary API key is
generated based on the system's UUID. This key is passed to the UI
as a URL parameter and used for API requests.

Changes:
- Added a new utility to get the system UUID and generate a temporary API key.
- Modified the `ccr ui` command to generate and pass the temporary API key.
- Updated the authentication middleware to validate the temporary API key.
- Adjusted the frontend to use the temporary API key from the URL.
- Added a dedicated endpoint to test API access without modifying data.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-07 15:00:42 +08:00
小光andGitHub 37cb0c776f fix ui: 修复Docker中运行通过UI重启报错的问题
使用Claude Code修复
2025-08-06 15:03:06 +08:00
musistudioandClaude 1d7374067e fix: improve error handling and config validation
- Add fallback mechanism for service startup with default config
- Implement config file backup before saving
- Add robust validation for config data in UI components
- Improve error handling and user feedback in UI
- Fix potential null/undefined access in provider and router components

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 15:39:44 +08:00
musistudio ad17b27c3d feat: get all transformers 2025-07-30 11:55:55 +08:00
musistudioandClaude 112d7ef8f9 feat: add UI build to build process
- Created separate build script to handle both CLI and UI building
- Added automatic UI dependency installation
- Copy built UI artifacts to dist directory

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 11:15:05 +08:00
jinhui.li 3ef82991fb support json config 2025-07-03 17:19:26 +08:00
jinhui.li 30c764828a switch to llms 2025-07-02 13:24:37 +08:00
jinhui.li 9a89250d79 use the router to dispatch different models: background,longcontext and think 2025-06-14 19:48:29 +08:00
jinhui.li 089654871c support plugins 2025-03-31 22:28:02 +08:00
jinhui.li 93fcd77544 support deepseek-v3-20250324 2025-03-25 14:51:28 +08:00