mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-19 02:54:28 -05:00
- Fix AgentInfo frontend crash by using okData() helper for safe data access - Implement real changelog functionality with include_changelog API parameter - Add ChangelogEntry backend model and proper API typing - Fix version sorting to use Math.max instead of array indexing - Replace manual status checks with okData() helper throughout - Create reusable marketplace helper functions in src/components/contextual - Fix TypeScript errors by replacing 'any' types with proper generated types - Improve accessibility by making agent cards properly clickable buttons - Remove unnecessary useMemo and simplify complex helper functions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>