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
feat(platform): implement Safe Mode API for Human-in-the-Loop blocks
- Added PATCH /graphs/{id}/metadata endpoint for metadata-only updates without version bumping
- Removed safe_mode parameter from execute_graph API (backend now reads from metadata)
- Added has_human_in_the_loop field to LibraryAgent model for proper HITL detection
- Created FloatingSafeModeToggle component with support for all graph types
- Updated frontend execution calls to remove redundant safe_mode parameter
- Added proper cache invalidation for immediate UI updates
- Fixed TypeScript compatibility between legacy Graph and new API types
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments