mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* ♻️ refactor(agentGroup): simplify LobeChatGroupChatConfig schema - Remove unused config properties: enableSupervisor, orchestratorModel, orchestratorProvider, scene, maxResponseInRow, responseOrder, responseSpeed - Keep only essential properties: allowDM, revealDM, openingMessage, openingQuestions, systemPrompt - Delete GroupChatSettings feature component (no longer needed) - Delete AgentTeamSettings mobile component - Update InsertChatGroupSchema to use manual Zod schema instead of createInsertSchema - Remove hostConfig and enableSupervisor parameters from GroupWizard and MemberSelectionModal interfaces - Simplify callback signatures across the codebase - Update all related tests to use new config structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * update default provider --------- Co-authored-by: Claude <noreply@anthropic.com>