flyhelanman
Results
2
issues of
flyhelanman
Hello, I'm encountering a recurring issue. After the application has been running for a period of time, I start receiving the following error: **[error] user-Context7: Client error for command SSE...
mcp
## 功能建议:自动加载配置文件中的所有供应商 ### 当前问题 目前 CC-Switch 启动时只会加载 `~/.codex/config.toml` 中当前激活的供应商,即使配置文件里定义了多个 `[model_providers.xxx]` 配置块,界面上也只显示一个 "default" 供应商。 **我的 config.toml 示例:** ```toml model_provider = "88code" [model_providers.packycode] name = "packycode" base_url = "https://oai-api.fkclaude.com/v1" # ... 其他配置...
enhancement