-
Notifications
You must be signed in to change notification settings - Fork 706
Support multiple configuration directories #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fuzi1996
wants to merge
15
commits into
farion1231:main
Choose a base branch
from
fuzi1996:feature/multi_env
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add directory settings hooks and form management - Implement DirectorySettings component with enhanced UI - Add ID utility for generating unique identifiers - Update settings schema to support directory configurations - Add internationalization support for directory settings - Add comprehensive test coverage for new functionality - Refactor settings form for improved usability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…r switching - Add provider state tracking to config directory sets - Implement environment switching UI in App.tsx with dropdown menu - Add useConfigSets hook for managing config sets and activation - Update ProviderActions to support config set selection when switching providers - Add loading states and proper error handling for environment switching - Include i18n translations for environment switching in all languages - Update TypeScript types and schemas for new provider tracking fields - Add tests for new config sets functionality 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add useRef to track display order of config sets across re-renders - Maintain stable ordering even when active config set changes - Add test case to verify order preservation functionality 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Export ActivateConfigSetOptions interface from useConfigSets - Add silent option support for environment activation - Enable silent config switching during startup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add comprehensive proxy server implementation with circuit breaker, auto failover, and health checking - Implement detailed usage statistics tracking with cost calculation and analytics - Add new UI components for proxy configuration and usage monitoring - Integrate AIGoCode as new sponsor with partner branding - Add streaming check functionality for provider connection monitoring - Enhanced provider management with health status indicators - Updated dependencies including recharts, framer-motion, and UI components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Owner
|
感谢贡献!这个 pr 涉及到数据结构变更和相当多的边缘情况,需要一些时间来 review |
合并主分支的最新更新到多环境特性分支,包括: - 深链支持用量查询配置功能 - 熔断器状态持久化和HalfOpen死锁修复 - 代理和用量跟踪功能的综合改进 - HalfOpen计数器下溢和配置字段不一致性修复 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Enable createUpdaterArtifacts to support auto-update functionality for the application. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
合并 main 分支的最新更新,包含以下变更: - MCP 环境级启用状态支持:添加 mcp_env_apps 配置映射,使 MCP 服务器启用状态可按环境隔离 - UI 优化:环境切换器现在在 MCP 视图中可见 - 环境切换逻辑改进:切换环境时不再同步 MCP 配置,避免覆盖新环境的设置 - 新增 UniversalProvider 组件及相关配置 - 新增代理相关 API 和类型定义 - 配置文件重构:postcss.config.js -> .cjs, vite.config.mts -> .ts - 新增合作伙伴资源 (GLM, DMX) - 依赖包更新和配置调整 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Change header layout from flex-wrap to flex-nowrap to ensure header content stays on single line and prevent layout issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
在 Windows 平台上添加 WSL 路径检测功能,确保当 MCP 服务器配置文件 位于 WSL 环境时,npx/npm 等命令不会被 cmd /c 包装。 主要变更: - 添加 is_wsl_path() 函数识别 WSL 路径特征 (\wsl.localhost\ 和 \wsl$\) - wrap_command_for_windows() 新增 target_path 参数以判断运行环境 - 仅在 Windows 且非 WSL 环境时包装命令 - 更新所有测试用例并添加 WSL 相关测试 这修复了 WSL 环境中可能出现的不兼容问题,同时保持了对原生 Windows 环境的 cmd /c 包装支持。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
… handling - Update OpenRouter to default to passthrough mode (no transform needed) as it now supports Claude Code compatible API - Add explicit compat mode toggle for backward compatibility - Improve API Key and Base URL state synchronization in provider form hooks - Fix UsageScriptModal re-rendering by adding key prop - Add Skill service synchronization support to live config sync - Optimize provider config change detection logic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
相关bug:
#145