Commit Graph

2 Commits

Author SHA1 Message Date
marko-kraemer 27c211f1be refactor: major tool system overhaul and cleanup
- Remove deprecated tools (computer_use, deploy, templates, web_dev)
- Migrate all tools to new auto-discovery system
- Remove old tool grouping infrastructure
- Clean up frontend examples and configuration components
- Add tool discovery utilities and documentation
- Simplify agent configuration dialog
- Update dashboard with new AI worker templates
- Net removal of ~5,000 lines of code
2025-10-09 16:54:42 +02:00
marko-kraemer b319969e59 feat: Add model provider icons and consolidate agent selection components
- Created model provider icon mapping utility with provider-specific SVG icons
- Updated model selector to display provider icons (OpenAI, Anthropic, Google, xAI, MoonshotAI)
- Increased icon sizes to 24px for better visibility across all components
- Consolidated agent selection into single AgentSelector component
- Removed duplicate AgentSelectionDropdown component
- Updated trigger creation and schedule config to use new AgentSelector
- Maintained UnifiedConfigMenu's integrated implementation for chat input
- Aligned visual styling between agent avatars and model provider icons
2025-09-29 19:10:39 +02:00