You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(agents): improve backend setup, agent creation workflow, and data cleanup
- Add loading state management to BackendSwitcher with auto-unlock after 3s on error
- Initialize agent UUID automatically and emit 'added' event on successful online detection
- Fix Checkbox component event binding from @update:checked to @update:modelValue
- Implement time-based storage management with minute-to-timestamp conversion in NodeSettingTabStorage
- Replace immediate cleanup with scheduled cron-based cleanup for expired data
- Fix KV field name from database_limit_agent_task to database_limit_task for consistency
- Update cleanup descriptions to reflect proper retention period-based cleanup
- Add conditional rendering for AddAgentDialog to improve component lifecycle
0 commit comments