mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 23:12:38 +08:00
- Added 'sub_agents' field to the BaseService, agents schema, and sessions schema. - Implemented methods in AgentService and SessionService to handle sub-agent configurations. - Updated ClaudeCodeService to load and manage sub-agents. - Enhanced UI components to display and select sub-agents in the agent settings and activity directory. - Added translations for sub-agent related UI elements in multiple languages. - Created SubAgentsSettings component for managing sub-agent associations in agent settings.
2 lines
113 B
SQL
2 lines
113 B
SQL
ALTER TABLE `agents` ADD `sub_agents` text;--> statement-breakpoint
|
|
ALTER TABLE `sessions` ADD `sub_agents` text; |